wok view grub4dos/stuff/menu.lst @ rev 10895

get-wakoopa: update wakoop to v2.0-2
author Liu Peng <rocky@slitaz.org>
date Thu Jul 07 05:59:46 2011 +0000 (2011-07-07)
parents c08cda6805e8
children 6af9dc0d1c19
line source
1 pxe detect
2 configfile
3 default 0
4 timeout 1
6 # Graphical splash image.
7 splashimage=/boot/grub/splash.xpm.gz
9 #color yellow/brown light-green/black
11 title Grub menu
12 errorcheck off
13 find --set-root --ignore-floppies --ignore-cd /boot/grub/menu.lst && configfile /boot/grub/menu.lst
14 find --set-root --ignore-floppies --ignore-cd /grub/menu.lst && configfile /grub/menu.lst
15 find --set-root --ignore-floppies --ignore-cd /boot/menu.lst && configfile /boot/menu.lst
16 find --set-root --ignore-floppies --ignore-cd /menu.lst
17 errorcheck on
18 configfile /menu.lst
20 title Slitaz Frugal
21 find --set-root --ignore-floppies /boot/rootfs.gz
22 kernel /boot/bzImage rw root=/dev/null vga=normal
23 initrd /boot/rootfs.gz
25 title Windows NT/2K/XP
26 find --set-root --ignore-floppies /ntldr
27 chainloader /ntldr
29 title Windows Vista
30 find --set-root --ignore-floppies /bootmgr
31 chainloader /bootmgr
32 tpm --init
34 title Windows 9x
35 find --set-root --ignore-floppies /io.sys
36 chainloader /io.sys
38 title Windows recovery console
39 find --set-root --ignore-floppies /cmldr
40 chainloader /cmldr
41 write 0x7C03 0x63646D63
42 write 0x7C07 0x00736E6F
44 title Slitaz Web Boot
45 find --set-root --ignore-floppies /boot/gpxe
46 kernel /boot/gpxe
48 title Grub prompt
49 commandline
51 title Reboot
52 reboot
54 title Halt
55 halt