Figured out how to add "reboot=b" to /boot/grub/grub.cfg  (9.10 uses
GRUB 2, menu.lst is no longer used)

In terminal run 'sudo gedit /etc/default/grub'

change GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash reboot=b"

save and exit file

In terminal run 'sudo update-grub'

and you're done.

to check, run 'sudo gedit /boot/grub/grub.cfg'  (just to ensure changes
were made, but file should not be edited directly).

-- 
System fails to restart
https://bugs.launchpad.net/bugs/366682
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to