|
发表于 2010-8-17 11:06:45
|
显示全部楼层
timeout 3
default 0
color light-blue/black light-cyan/blue
# (0) Arch Linux
title Arch Linux
root (hd0,2)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/32e93647-a362-40f2-a5ac-e6a73dcc6490 resume=/dev/sda5 ro radeon.modeset=1 noacpi
initrd /boot/kernel26.img
###
# (1) Arch Linux
title Arch Linux Fallback
root (hd0,2)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/32e93647-a362-40f2-a5ac-e6a73dcc6490 ro radeon.modeset=1
initrd /boot/kernel26-fallback.img
title ubuntu
root (hd0,7)
kernel /boot/vmlinuz-2.6.32-21-generic root=UUID=334d6b04-a159-4632-aa29-a4a380387299 ro
initrd /boot/initrd.img-2.6.32-21-generic
#i add it
title Debian
root (hd1,3)
kernel /boot/vmlinuz-2.6.28.7 root=UUID=9392fad6-0551-4510-b65f-52a5661a881d ro
initrd /boot/initrd-2.6.28.7
#title install ubuntu
#root (hd0,2)
#kernel /linux root=/dev/ram0 ramdisk_size=512000
#initrd /initrd.gz
# (2) Windows
title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1
这是我的menu.lst,其中hd1的是移动分区上的。 |
|