grub4dos menu.lst

grub4dos menu.lst


title centos57-gui
find --set-root /centos57/vmlinuz
kernel /centos57/vmlinuz
initrd /centos57/initrd.img

title centos57-text
find --set-root /centos57/vmlinuz
kernel /centos57/vmlinuz text
initrd /centos57/initrd.img

title pbr
rootnoverify (hd0,3)
chainloader +1

title syslinux
find --set-root /syslinux.BIN
chainloader /syslinux.BIN


--ks

#Use CDROM installation media
#cdrom
harddrive  --partition=/dev/hd3  --dir=/

#System bootloader configuration
bootloader --location=none
bootloader --location=mbr --driveorder=sda,sdb

title elastix
find --set-root /menu.lst
kernel /elastix/vmlinuz ks=hd:sdb4:/elastix/ks_default.cfg ramdisk_size=8192
initrd /elastix/initrd.img

title centos6livecd
kernel /LiveOS/vmlinuz0 root=live:CDLABEL=GRUB rootfstype=auto ro liveimg quiet nodiskmount nolvmmount  rhgb vga=791 rd.luks=0 rd.md=0 rd.dm=0
initrd /LiveOS/initrd0.img




你可能感兴趣的:(grub4dos menu.lst)