|
原帖由 wangmeng052 于 2009-10-25 08:22 发表
isolinux没有玩过,但我用grub4dos引导成功,看来不是DGDOS321023问题,是否是isolinux的引导命令问题?
引导命令应该没问题,我估计是运行diskgen.exe时会把U盘做硬盘来读造成停顿的,附引导命令如下:
default /boot/isolinux/vesamenu.c32
timeout 300
F1 readme.txt
F2 syslinux.cfg
MENU BACKGROUND back.png
MENU TITLE
MENU ROWS 30
MENU HELPMSGROW 26
MENU TIMEOUTROW 27
MENU TABMSGROW 28
MENU CMDLINEROW 28
menu color border 30;44 #00000000 #00000000 none
LABEL runpe
MENU LABEL [01] --
kernel /BOOT/LNXXPPE.BIN
LABEL runpe03
MENU LABEL [02] --
kernel /BOOT/LNX03PE.BIN
LABEL runnrampe
MENU LABEL [03] --
kernel /BOOT/LNXRMPE.BIN
LABEL runinpe
MENU LABEL [04] --
kernel /BOOT/LNXINPE.BIN
LABEL maxdos
MENU LABEL [05] --
kernel /boot/isolinux/memdisk c=142 h=4 s=36 floppy
append initrd=/boot/imgs/maxdos.img
LABEL dm10
MENU LABEL [06] --
kernel /boot/isolinux/memdisk c=80 h=2 s=36 floppy
append initrd=/boot/imgs/dm10.img
LABEL pm805
MENU LABEL [07] --
kernel /boot/isolinux/memdisk c=60 h=2 s=36 floppy
append initrd=/boot/imgs/PM805T.img
LABEL DiskGenius
MENU LABEL [08] --
kernel /boot/isolinux/memdisk c=80 h=2 s=18 floppy
append initrd=/boot/imgs/DGDOS32.img
LABEL Gdisk32
MENU LABEL [09] --
kernel /boot/isolinux/memdisk c=80 h=2 s=36 floppy
append initrd=/boot/imgs/g_gdisk.img
LABEL ghost
MENU LABEL [10] --
kernel /boot/isolinux/memdisk c=80 h=2 s=18 floppy
append initrd=/boot/imgs/grghost.img
LABEL ghost23
MENU LABEL [11] --
kernel /boot/isolinux/memdisk c=100 h=2 s=36 floppy
append initrd=/boot/imgs/ghost23.ima
LABEL ghostc
MENU LABEL [12] --
kernel /boot/isolinux/memdisk c=80 h=4 s=36 floppy
append initrd=/boot/imgs/ghostc.img
LABEL xly
MENU LABEL [13] --
kernel /boot/isolinux/memdisk
append initrd=/boot/imgs/xlybig.img
LABEL Memtest
MENU LABEL [14] --
kernel /boot/isolinux/memdisk c=80 h=2 s=18 floppy
append initrd=/boot/imgs/memtest.img
LABEL R.S.T Memtest
MENU LABEL [15] --
kernel /boot/isolinux/memdisk c=80 h=2 s=18 floppy
append initrd=/boot/imgs/RST442.img
LABEL xpvista
MENU LABEL [16] --
kernel /boot/isolinux/memdisk c=80 h=2 s=18 floppy
append initrd=/boot/imgs/xpvista.ima
LABEL boothd
MENU LABEL [17] --
MENU DEFAULT
kernel /boot/isolinux/chain.c32 hd0,1
LABEL reboot
MENU LABEL [18] --
kernel /boot/isolinux/reboot.c32 |
|