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

Up xorg-xf86-video-ati (7.1.0), xorg-xf86-video-fbdev (0.4.3), xorg-xf86-video-geode (2.11.14), xorg-xf86-video-i740 (1.3.4), xorg-xf86-video-neomagic (1.2.7), xorg-xf86-video-nv (2.1.20), xorg-xf86-video-s3 (0.6.5), xorg-xf86-video-trident (1.3.6), xorg-xf86-video-vesa (2.3.2), xorg-xf86-video-vmware (13.0.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 10:45:31 2013 +0200 (2013-06-13)
parents 9bd8026efd2d
children e93e6b4d565f
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 configfile /boot/grub/menu.lst
14 configfile /grub/menu.lst
15 configfile /boot/menu.lst
16 configfile /menu.lst
17 find --set-root --ignore-floppies --ignore-cd /boot/grub/menu.lst && configfile /boot/grub/menu.lst
18 find --set-root --ignore-floppies --ignore-cd /grub/menu.lst && configfile /grub/menu.lst
19 find --set-root --ignore-floppies --ignore-cd /boot/menu.lst && configfile /boot/menu.lst
20 find --set-root --ignore-floppies --ignore-cd /menu.lst
21 errorcheck on
22 configfile /menu.lst
24 title Slitaz Frugal
25 find --set-root --ignore-floppies /boot/rootfs.gz
26 kernel /boot/bzImage rw root=/dev/null vga=normal
27 initrd /boot/rootfs.gz
29 title Windows NT/2K/XP
30 find --set-root --ignore-floppies /ntldr
31 chainloader /ntldr
33 title Windows Vista
34 find --set-root --ignore-floppies /bootmgr
35 chainloader /bootmgr
36 tpm --init
38 title Windows 9x
39 find --set-root --ignore-floppies /io.sys
40 chainloader /io.sys
42 title Windows recovery console
43 find --set-root --ignore-floppies /cmldr
44 chainloader /cmldr
45 write 0x7C03 0x63646D63
46 write 0x7C07 0x00736E6F
48 title Slitaz Web Boot
49 find --set-root --ignore-floppies /boot/gpxe
50 kernel /boot/gpxe
52 title Grub prompt
53 commandline
55 title Reboot
56 reboot
58 title Halt
59 halt