how to set bootloader in ubuntu
terminal
su sudo <\give the superb user permision so that u can edit the bootloader>
sudo gedit \etc\default\grub <\this cmnd open the grub file to edit>
after that change the boot priority from that file
then
update-grub <\updating the changes that u have made>
exit
restart
Post a Comment