20105323520 发表于 2010-11-30 12:34:01

求助syslinux引导Ubuntu10.04

求助syslinux引导Ubuntu10.04(安装好的不是live的) syslinux在FAT32上 Ubuntu10.04 在ext3上面 求助怎么引导Ubuntu

default /boot/syslinux/vesamenu.c32
MENU BACKGROUND /boot/syslinux/peace.jpg
MENU TITLE Multiboo
prompt 0
timeout 100

label start winpe
MENU LABEL start winpe
kernel /ldntldr
append initrd=/MINIPE/ntldr

label start Linux-puppy
MENU LABEL start Linux-puppy
kernel /puppy/vmlinuz
append initrd=/puppy/initrd.gz

LABEL ubuntu
MENU LABEL Ubuntu linux
kernel /ubuntu/casper/vmlinuz
append noprompt cdrom-detect/try-usb=true persistent file=/ubuntu/casper/preseed/ubuntu.seed boot=casper locale=zh_CN.UTF-8 initrd=/ubuntu/casper/initrd.lz quiet splash --

label rboot
MENU LABEL rboot
kernel /boot/syslinux/reboot.c32

label hard start
MENU LABEL hard start
kernel /boot/syslinux/chain.c32 hd(0,0)


这个启动不了啊

ccclove 发表于 2010-12-12 16:05:17

启动-----
.......

LABEL ubuntu
menu label ^Try Ubuntu without installing
kernel /casper/vmlinuz
appendfile=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --
页: [1]
查看完整版本: 求助syslinux引导Ubuntu10.04