无忧启动论坛

标题: [求助]用syslinux做引导如何才能运行以下文件.高手帮帮忙! [打印本页]

作者: ssfnje    时间: 2009-4-9 21:38
标题: [求助]用syslinux做引导如何才能运行以下文件.高手帮帮忙!
之前用EZBOOT做了个光盘启动文件.比较容易.启动光盘PE成功.
目前想用syslinux做引导文件.要如何才能运行以下的文件.那位高手能帮忙做个syslinux.cfg  
在这里先谢谢了

要运行的文件
1:/boot/isope.bin(启动PE系统)

2:/boot/wnpefont.bin(启动另一个PE系统)

3:/boot/dostools.ima(启动DOS工具箱)

4:/boot/imgs/ghost.img(运行GHOST备份还原)

5:/boot/imgs/pm805t.img(启动PM分区工具)

6:/boot/dm957.ima(启动DM分区工具)

7:/boot/imgs/ghost4.img(把硬盘分成4个区)

8:/boot/imgs/password.img(系统登录密码破解)

9:/boot/imgs/xly2007.img(硬盘检测工具)

[ 本帖最后由 ssfnje 于 2009-4-9 22:28 编辑 ]
作者: rstart    时间: 2009-4-9 23:28
default vesamenu.c32
      timeout 300
      F1 readme.txt
      F2 isolinux.cfg
      MENU BACKGROUND back.png
      MENU TITLE  
      menu color border        30;44 #00000000 #00000000 none
      
      LABEL runpe
        MENU LABEL [01] --
        kernel /BOOT/EZXPPE.BIN
                                
      LABEL runpe03
        MENU LABEL [02] --
        kernel /BOOT/EZ03PE.BIN

      LABEL runnrampe
        MENU LABEL [03] --
        kernel /BOOT/EZNRAMPE.BIN

      # LABEL dos2pe
      #  MENU LABEL [02] --
      #  kernel /BOOT/ISOLINUX/MEMDISK c=124 h=16 s=36 floppy
      #  append initrd=/BOOT/IMGS/DOS2PE.IMG

      LABEL ghost
        MENU LABEL [04] --
        kernel /BOOT/ISOLINUX/MEMDISK
        append initrd=/BOOT/IMGS/GRGHOST.IMG

      LABEL maxdos
        MENU LABEL [05] --
        kernel /BOOT/ISOLINUX/MEMDISK c=80 h=4 s=36 floppy
        append initrd=/BOOT/IMGS/MAXDOS.IMG

      LABEL xly
        MENU LABEL [06] --
        kernel /BOOT/ISOLINUX/MEMDISK
        append initrd=/BOOT/IMGS/XLYBIG.IMG

      LABEL grldr
        MENU LABEL [07] --
        MENU DEFAULT
        kernel /BOOT/GRLDRCD.BIN

      LABEL ezboot
        MENU LABEL [08] --
        kernel /EZBOOT/LOADER.BIN

      LABEL boothd
        MENU LABEL [09] --
        kernel /BOOT/ISOLINUX/CHAIN.C32 hd0,1

      LABEL reboot
        MENU LABEL [10] --
        kernel /BOOT/ISOLINUX/REBOOT.C32



isolinux syslinux 参见 HHH333 的启动菜单。。他做的很不错。。。
作者: ccldy3    时间: 2009-4-10 02:33
手机上网不能发新贴求助怎样修改注册信息?software修改好了 但是到PE下就是显示不对的,请问高手到底怎么回事?




欢迎光临 无忧启动论坛 (http://wuyou.net/) Powered by Discuz! X3.3