| 
 | 
 
求助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) 
 
 
这个启动不了啊 |   
 
 
 
 |