GRUB 2 becomes the default bootloader in Ubuntu 9.10
Posted Jun 25, 2009 15:53 UTC (Thu) by
alankila (subscriber, #47141)
In reply to:
GRUB 2 becomes the default bootloader in Ubuntu 9.10 by marcH
Parent article:
GRUB 2 becomes the default bootloader in Ubuntu 9.10
It is some kind of scripting language. Here's part of my config:
insmod raid mdraid
set root=(md0)
search --no-floppy --fs-uuid --set 5e0f1983-e597-4ef3-b167-e127b30b95ef
if loadfont /usr/share/grub/ascii.pf2 ; then
set gfxmode=640x480
insmod gfxterm
...
fi
(
Log in to post comments)