Comment 9 for bug 366682

Revision history for this message
Moneta Funzionata (djmonkey1) wrote :

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).