wok-current diff grub4dos/stuff/menu.lst @ rev 9035
Fixed gtk-engines-rezlooks.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Mar 03 17:32:36 2011 +0000 (2011-03-03) |
parents | |
children | c08cda6805e8 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/grub4dos/stuff/menu.lst Thu Mar 03 17:32:36 2011 +0000 1.3 @@ -0,0 +1,42 @@ 1.4 +pxe detect 1.5 +configfile 1.6 +default 0 1.7 +timeout 1 1.8 +color yellow/brown light-green/black 1.9 + 1.10 +title Grub menu 1.11 + errorcheck off 1.12 + find --set-root --ignore-floppies --ignore-cd /boot/grub/menu.lst && configfile /boot/grub/menu.lst 1.13 + find --set-root --ignore-floppies --ignore-cd /grub/menu.lst && configfile /grub/menu.lst 1.14 + find --set-root --ignore-floppies --ignore-cd /boot/menu.lst && configfile /boot/menu.lst 1.15 + find --set-root --ignore-floppies --ignore-cd /menu.lst 1.16 + errorcheck on 1.17 + configfile /menu.lst 1.18 + 1.19 +title Windows NT/2K/XP 1.20 + find --set-root --ignore-floppies /ntldr 1.21 + chainloader /ntldr 1.22 + 1.23 +title Windows Vista 1.24 + find --set-root --ignore-floppies /bootmgr 1.25 + chainloader /bootmgr 1.26 + tpm --init 1.27 + 1.28 +title Windows 9x 1.29 + find --set-root --ignore-floppies /io.sys 1.30 + chainloader /io.sys 1.31 + 1.32 +title Windows recovery console 1.33 + find --set-root --ignore-floppies /cmldr 1.34 + chainloader /cmldr 1.35 + write 0x7C03 0x63646D63 1.36 + write 0x7C07 0x00736E6F 1.37 + 1.38 +title Grub prompt 1.39 + commandline 1.40 + 1.41 +title Reboot 1.42 + reboot 1.43 + 1.44 +title Halt 1.45 + halt