|
|
如题
如何使用GRUB 引导原汁原味的 live cd (linux 版) 不解压
udisk 采用gurb4dos引导
iso 是根目录文件夹 其中放着ISO的映像
title PE_ISO please wait atleast 30 seconds
map --mem /ISO/PGOS.iso (hd32)
map --hook
chainloader (hd32)
boot
title PE_ISO_MAP please wait atleast 30 seconds
map --mem /ISO/WIN7.iso (0xff) || find --set-root --ignore-floppies /PXE_2003PE.ISO && map --mem /PXE_2003PE.ISO (0xff)
map --hook
chainloader (0xff)
boot
以上代码正常
可是下面的东西可真让我调试的头疼 不知道怎么才可以不解压 iso 直接启动里面的镜像
映像下载地址
title macis_535.iso please wait atleast 30 seconds
root (fd0)
kernel /vmlinuz PMEDIA=idehd boot=casper iso-scan/filename=/ISO/macis_535.iso
initrd /initrd.lz
title macis_535_MAP please wait atleast 30 seconds
kernel /VMLINUZ PMEDIA=idehd boot=casper iso-scan/filename=/ISO/macis_535.iso find --set-root /VMLINUZ && kernel
initrd /INITRD.LZ
尝试了很多种办法均失败告终 估计是自己对 find 理解的肤浅 还望 大侠们多多指点迷津
谢了 |
|