I stopped Dualbooting and I dont want to have to choose the OS anymore and just have it load Ubuntu like normal like before?
Any help is appreciated.
|
So you can just change grub settings.type in terminal
IFyou don't get result just look at this bug. |
|||||||||
|
|
I tried all those tips they didnt work, ended up reducing the timeout time to zero as follows:
|
||||
|
|
|
if you want to remove a boot entry just type in:
If that doesn't work, install the startup manager, like so:
|
|||||||||||||
|
|
You need to edit the file at By default, the entries in that files look like this. GRUB_DEFAULT=0 #GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=false GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX=""
After changes, the required portion of the file will look like this GRUB_DEFAULT=0 GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX=""
|
|||
|
|