| 
 | 
 
 本帖最后由 jmjmbj 于 2015-5-5 16:01 编辑  
 
ISOLINUX.CFG 如何设置默认启动项? 
我想把  从硬盘启动 设为默认 
 
 
***************** 
 
#MENU TITLE H3PE 系统维护工具选单 
 
LABEL runinpetocd 
        MENU LABEL [^1] -- 
        kernel /BOOT/H3_PXELD.0 
 
LABEL runwin8 
        MENU LABEL [^3] -- 
        kernel /BOOT/H3_PXEW8.0 
 
LABEL runpew864 
        MENU LABEL [^4] -- 
        kernel /BOOT/H3_PXE64.0 
 
LABEL maxdos 
        MENU LABEL [^7] -- 
        kernel /BOOT/ISOLINUX/MEMDISK 
        append initrd=/BOOT/IMGS/MAXDOS.IMG 
 
LABEL plpbt 
        MENU LABEL [^P] -- 
        linux /BOOT/PLPBT.BIN 
 
label grub4dos 
        MENU LABEL [^G] -- 
        boot /grldr 
        #kernel /BOOT/GRUB/grub.exe --config-file=/menu.lst keeppxe 
 
LABEL bootiPXE 
        MENU LABEL [^X] -- 
        kernel /BOOT/IPXE.KRN 
        append initrd=/BOOT/H3_iPXEM.LST 
 
LABEL boothd 
        MENU LABEL [^H] -- 
        #kernel /BOOT/ISOLINUX/CHAIN.C32 hd0,1 
        localboot 0x80 
 
LABEL reboot 
        MENU LABEL [^R] -- 
        kernel /BOOT/ISOLINUX/REBOOT.C32 
 
LABEL shut 
        MENU LABEL [^S] -- 
        kernel /BOOT/ISOLINUX/POWEROFF.COM 
***************** |   
 
 
 
 |