menu.lst

1717阅读 0评论2012-07-11 
分类:LINUX

# NeoSmart NeoGrub Bootloader Configuration File
#
# This is the NeoGrub configuration file, and should be located at C:\NST\menu.lst
# Please see the EasyBCD Documentation for information on how to create/modify entries:
#

timeout 10
default 0
color light-blue/black light-cyan/blue

title ArchLinux
root (hd0,5)
kernel /boot/vmlinuz-linux root=/dev/sda6 ro
initrd /boot/initramfs-linux-fallback.img

title  Install ArchLinux-20120804
root  (hd0,0)
kernel /vmlinuz archisolabel=archiso
initrd /archiso.img

title install CentOS-6.2
root (hd0,1) 
kernel /OS/isolinux/vmlinuz
initrd /OS/isolinux/initrd.img

title Install Ubuntu-12.04
root (hd0,1)
kernel /OS/casper/vmlinuz boot=casper iso-scan/filename=/ubuntu-12.04-desktop-i386.iso ro quiet splash locale=zh_CN.UTF-8
initrd /OS/casper/initrd.lz

title reboot
reboot

上一篇:grep
下一篇:vsftp匿名用户上传文件