无忧启动论坛

标题: [求助]那位高手能帮忙做个syslinux.cfg文件? [打印本页]

作者: ssfnje    时间: 2009-4-9 22:19
标题: [求助]那位高手能帮忙做个syslinux.cfg文件?
我是菜鸟.做了个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 编辑 ]
作者: ahuan    时间: 2009-4-12 00:49
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

这是HHH333大大的PE启动菜单,楼主可以参照一下。
别的不懂。。
作者: oneuu    时间: 2009-5-20 21:20
原帖由 ssfnje 于 2009-4-9 22:19 发表
我是菜鸟.做了个syslinux引导文件总是出现错误.无法运行文件
那位高手能帮忙用以下的文件做个syslinux.cfg
在此先谢谢了!

文件的位置和文件名如下:
1:/boot/isope.bin(启动PE系统)

2:/boot/wnpefont.b ...

网上照抄不误....是IT姐妹的版主吧....呵呵 .
作者: chen463    时间: 2009-5-21 00:07
送一个完整的,kernel /MIPE/ntldrxpe.bin这可是要合并另外制作的,利用mkimage工具把头文件和系统文件结合起来,生成单一的启动文件:

mkimage ldntldr.bin ntldr ntldrxpe.bin

然后把ntldrxpe.bin作为内核就行了:

default VESAMENU.C32
      timeout 600
      F1 readme.txt
      F2 syslinux.cfg
      MENU BACKGROUND back.png              
      MENU WIDTH 55         
      MENU MARGIN 1
      MENU ROWS 20              
      MENU HELPMSGROW 23
      MENU TIMEOUTROW 24         
      MENU TABMSGROW 1
      MENU CMDLINEROW 1
      MENU HSHIFT 12                                 
      MENU VSHIFT 1         
      MENU color border 0 #0000 #0000 none

      LABEL >01> reboot
        MENU LABEL
        MENU DEFAULT
        kernel /boot/syslinux/REBOOT.C32

      LABEL >02> 1ali88V8.img DOS
        MENU LABEL
        kernel /boot/syslinux/memdisk
        append initrd=/IMG/1ali88V8.img

      LABEL >03> WinPE v6.99   
        MENU LABEL
        kernel /MIPE/ntldrxpe.bin
                     
      LABEL >04> Server 2003PE v3.69(WIN7)      
        MENU LABEL
        kernel /MIPE/ntldr2k3.bin

      LABEL >05> YY-IMG-2003PE(WIN7)
        MENU LABEL
        kernel /ZHXY/ntldrzhx.bin

      LABEL >06> PE090226 (XP-SP3-WinPE)
        MENU LABEL
        kernel /TQPE/ntldrtqp.bin

      LABEL >07> Windows PE【090408】        
        MENU LABEL
        kernel /AXPE/ntldraxp.bin

      LABEL >08> VeDe-MaxDOS v7.1【090411】
        MENU LABEL
        kernel /boot/syslinux/memdisk
        append initrd=/ezboot/MAXDOS.IMG
   
      LABEL >09> GHOST 11.5
        MENU LABEL
        kernel /boot/syslinux/memdisk
        append initrd=/ezboot/ghost.img

      LABEL >10> DM 9.57
        MENU LABEL
        kernel /boot/syslinux/memdisk
        append initrd=/ezboot/dm957.ima

      LABEL >11> PM 8.05
        MENU LABEL
        kernel /boot/syslinux/memdisk
        append initrd=/ezboot/pm805t.img

      LABEL >12> MS_DOS 7.1
        MENU LABEL
        kernel /boot/syslinux/memdisk
        append initrd=/ezboot/dos.ima

      LABEL >13> XP-password
        MENU LABEL
        kernel /boot/syslinux/memdisk
        append initrd=/ezboot/password.img

      LABEL >14> CMOS
        MENU LABEL
        kernel /boot/syslinux/memdisk
        append initrd=/EZBOOT/CMOS.IMG

      LABEL >15> windiag
        MENU LABEL
        kernel /boot/syslinux/memdisk
        append initrd=/ezboot/windiag.img

      LABEL >16> grub
        MENU LABEL
        kernel /grub.exe
        append --config-file="(fd0)/menu.lst"  

      LABEL >17> xly
        MENU LABEL
        kernel /boot/syslinux/memdisk
        append initrd=/ezboot/xly.img

      LABEL >18> label 0 Boot from first harddisk   
        MENU LABEL
        localboot 0x80

[ 本帖最后由 chen463 于 2009-5-21 00:09 编辑 ]

back.png (83.72 KB, 下载次数: 101)

back.png

作者: ssfnje    时间: 2009-5-28 21:51
标题: 回复 #4 chen463 的帖子
呵呵..谢了.我对PE不是很了解..之前SYSLINUX的配置文件写错了..现在也不怎么想去研究PE了!




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