1 # This is a sample menu.lst file. You should make some changes to it.
2 # The old install method of booting via the stage-files has been removed.
3 # Please install GRLDR boot strap code to MBR with the bootlace.com
4 # utility under DOS/Win9x or Linux.
6 color blue/green yellow/red white/magenta white/magenta
10 # support unicode menu 支援萬國碼
11 graphicsmode -1 640:800
12 font /grub/unifont.hex.gz
14 # We can use uuid or label to assign root file system, too
15 #kernel /boot/vmlinu-linux root=/dev/disk/by-uuid/... ro
16 #kernel /boot/vmlinu-linux root=/dev/disk/by-label/... ro
19 kernel /boot/vmlinuz-linux root=/dev/sda1 ro
20 initrd /boot/initramfs-linux.img
23 title Arch Linux 3.x fallback
24 find --set-root --ignore-floppies --ignore-cd /u40_2012.tag
25 kernel /boot/vmlinuz-linux root=/dev/sda1 ro
26 initrd /boot/initramfs-linux-fallback.img
28 title Arch Linux 2.x LTS
29 find --set-root --ignore-floppies --ignore-cd /u40_2012.tag
30 kernel /boot/vmlinuz26-lts root=/dev/sda1 ro
31 initrd /boot/kernel26-lts.img
34 title Arch Linux 2.x LTS fallback
35 find --set-root --ignore-floppies --ignore-cd /u40_2012.tag
36 kernel /boot/vmlinuz26-lts root=/dev/sda1 ro
37 initrd /boot/kernel26-lts-fallback.img
39 title Parted Magic (恢復光碟)
40 kernel /pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=256MiB zh_TW
41 initrd /pmagic/initrd.img
44 title find and load NTLDR of Windows NT/2K/XP
46 find --set-root --ignore-floppies --ignore-cd /ntldr
50 find --set-root --ignore-floppies --ignore-cd /ntldr
54 title find and load BOOTMGR of Windows VISTA
56 find --set-root --ignore-floppies --ignore-cd /bootmgr
60 find --set-root --ignore-floppies --ignore-cd /bootmgr
64 #title find and load CMLDR, the Recovery Console of Windows NT/2K/XP
66 #find --set-root --ignore-floppies --ignore-cd /cmldr
70 #find --set-root --ignore-floppies --ignore-cd /cmldr
72 ######################################################################
73 ## write string "cmdcons" to memory 0000:7C03 in 2 steps:
74 ######################################################################
75 ## step 1. Write 4 chars "cmdc" at 0000:7C03
76 #write 0x7C03 0x63646D63
77 ## step 2. Write 3 chars "ons" and an ending null at 0000:7C07
78 #write 0x7C07 0x00736E6F
81 #title find and load IO.SYS of Windows 9x/Me
83 #find --set-root /io.sys
87 #title find and boot 0PE.ISO
89 #find --set-root /0PE/0PE.ISO
90 #map /0PE/0PE.ISO (0xff) || map --mem /0PE/0PE.ISO (0xff)
95 #title find and boot MicroPE.ISO
97 #find --set-root /boot/MicroPE.ISO
98 #map /boot/MicroPE.ISO (0xff) || map --mem /boot/MicroPE.ISO (0xff)
101 #savedefault --wait=2
103 #title Parted Magic ISO
105 #find --set-root /pmagic.iso
106 #map /pmagic.iso (0xff) || map --mem /pmagic.iso (0xff)
109 #savedefault --wait=2
111 #title Ultimate Boot CD ISO
113 #find --set-root /ubcd.iso
114 #map /ubcd.iso (0xff) || map --mem /ubcd.iso (0xff)
117 #savedefault --wait=2
133 #find --set-root --ignore-floppies /boot/MAXDOS.IMG
134 #map --mem /boot/MAXDOS.IMG (fd0)