2 # Sample GRUB configuration file
5 # Boot automatically after 30 secs.
8 # By default, boot the first entry.
11 # Fallback to the second entry.
14 # For booting GNU/Hurd
15 menuentry "GNU (aka GNU/Hurd)" {
17 multiboot /boot/gnumach.gz root=device:hd0s1
18 module /hurd/ext2fs.static --readonly \
19 --multiboot-command-line='${kernel-command-line}' \
20 --host-priv-port='${host-port}' \
21 --device-master-port='${device-port}' \
22 --exec-server-task='${exec-task}' -T typed '${root}' \
23 '$(task-create)' '$(task-resume)'
24 module /lib/ld.so.1 /hurd/exec '$(exec-task=task-create)'
27 # For booting GNU/Linux
28 menuentry "GNU/Linux" {
30 linux /vmlinuz root=/dev/sda1
35 menuentry "FreeBSD (or GNU/kFreeBSD), direct boot" {
37 freebsd /boot/kernel/kernel
38 freebsd_loadenv /boot/device.hints
39 freebsd_module /boot/splash.bmp type=splash_image_data
40 set FreeBSD.vfs.root.mountfrom=ufs:ad0s1a
42 menuentry "FreeBSD (or GNU/kFreeBSD), via /boot/loader" {
59 # For booting Microsoft Windows
60 menuentry "Microsoft Windows" {
66 menuentry "Change the colors" {
67 set menu_color_normal=light-green/brown
68 set menu_color_highlight=red/blue