|
最近天天地网上查一些PXE的资料,总算学会了点,把以前用的金手指V6改成PXE版,基本成功!所以菜单基本正常,但是一进PE就显示
setupldr:could't open drive multi(0)disk(0)fdisk(0)
我不知道哪里错了,我是照着别人的CFG写的DEFAULT也是。又或都是不能这样进PE,只能用ISO,我郁闷中,有哪位大侠帮下忙。
顺便推荐几篇关于PE的贴子,我得多学学。很不明白这些写的时什么,谁有闲工夫帮忙说明下:
以下是SYSLINUX.CFG:
PROMPT 0
default /boot/syslinux/vesamenu.c32
timeout 600
MENU BACKGROUND /boot/syslinux/sys.PNG
FONT /boot/syslinux/myfont.psf
MENU TITLE
MENU WIDTH 36
MENU MARGIN 0
MENU ROWS 30
MENU HELPMSGROW 26
MENU TIMEOUTROW 27
MENU TABMSGROW 28
MENU CMDLINEROW 28
MENU HSHIFT 1
MENU VSHIFT 0.5
menu color screen 37;40 #00000000 #00000000 none
menu color border 30;44 #00000000 #00000000 none
menu color title 1;36;44 #00000000 #00000000 none
LABEL WinPE
MENU LABEL
kernel /boot/ldrxpe.bin
LABEL 1 Key Ghost
MENU LABEL
kernel /boot/syslinux/memdisk c=79 h=2 s=36 floppy
append initrd=/boot/ghost.img
LABEL 1 Key Ghost + Usb
MENU LABEL
kernel /boot/syslinux/memdisk c=80 h=2 s=18 floppy
append initrd=/boot/ghostu.img
LABEL Cmdcons
MENU LABEL
kernel /boot/cmdcon.bin
LABEL PartitionMagic 8.05c
MENU LABEL
kernel /boot/syslinux/memdisk c=60 h=2 s=36 floppy
append initrd=/boot/pm805.img
LABEL DiskGen 2.0
MENU LABEL
kernel /boot/syslinux/memdisk c=80 h=2 s=9 floppy
append initrd=/boot/diskgen.img
LABEL DM 9.57
MENU LABEL
kernel /boot/syslinux/memdisk c=80 h=2 s=9 floppy
append initrd=/boot/dm.img
LABEL GDISK
MENU LABEL
kernel /boot/syslinux/memdisk c=80 h=2 s=36 floppy
append initrd=/boot/gdisk.img
LABEL Ghost to 4-Ntfs
MENU LABEL
kernel /boot/syslinux/memdisk c=51 h=4 s=36 floppy
append initrd=/boot/hd4.img
LABEL Hong Ye Dos
MENU LABEL
kernel /boot/syslinux/memdisk c=78 h=8 s=36 floppy
append initrd=/boot/hongye.img
LABEL Maxdos 7.0
MENU LABEL
kernel /boot/syslinux/memdisk c=80 h=4 s=36 floppy
append initrd=/boot/maxdos7.img
LABEL Chinese Dos 7.1
MENU LABEL
kernel /boot/syslinux/memdisk c=80 h=2 s=36 floppy
append initrd=/boot/dostools.img
LABEL Mhdd 4.6
MENU LABEL
kernel /boot/syslinux/memdisk c=80 h=2 s=18 floppy
append initrd=/boot/mhdd46.img
LABEL HddReg 1.51c
MENU LABEL
kernel /boot/syslinux/memdisk c=80 h=2 s=18 floppy
append initrd=/boot/hddreg15.img
LABEL Xiao Lu Yuan
MENU LABEL
kernel /boot/syslinux/memdisk c=80 h=2 s=18 floppy
append initrd=/boot/xly.img
LABEL Memtest
MENU LABEL
kernel /boot/syslinux/memdisk c=80 h=2 s=18 floppy
append initrd=/boot/memtest.img
LABEL R.S.T Memtest
MENU LABEL
kernel /boot/syslinux/memdisk c=80 h=2 s=18 floppy
append initrd=/boot/rst.img
LABEL Winnt Password Clear
MENU LABEL
kernel /boot/syslinux/memdisk c=80 h=2 s=9 floppy
append initrd=/boot/password.img
LABEL XpBoot
MENU LABEL
kernel /boot/syslinux/memdisk c=80 h=2 s=9 floppy
append initrd=/boot/xpboot.img
LABEL boothd
MENU LABEL
MENU DEFAULT
kernel /boot/syslinux/chain.c32 hd0,1
LABEL reboot
MENU LABEL
kernel /boot/syslinux/reboot.c32 |
|