Liviu Andronic writes: > I was wondering if anyone knew how (whether) it is possible to set > temporary options to grub. [...] > Basically, I would like to issue a command (restart with a certain > grub temporary setup change), go make myself a cup of tee and come > back and see the Windows login screen.
grub-set-default <n> N is the number of the entry in grub.conf, counting from 0. So, if you have 2 entries only, grub-set-default 1 would activate the 2nd entry, probably windows. You need to have the line default saved in grub.conf for this to work. See "info grub", section "Invoking grub-set-default::" for more infomation. Wonko -- gentoo-user@lists.gentoo.org mailing list