If you want to change grub boot sequence on Debian, once upon a time you have to edit /etc/menu.lst.
Now, you can:
sudo apt-get install startupmanager
startupmanager
and got a relaxing GUI instead. Well, you can read the resulting menu.lst, it’ll be useful when you can only rely on nano. 😉
One response to “Grub configuration: startupmanager”
[…] If you’re also interested on changing grub boot sequence order, follow this howto. […]