无忧启动论坛
标题:
grub 如何引导 live cd(linux 版)???(不解压)
[打印本页]
作者:
pyjhhh
时间:
2011-10-27 16:08
标题:
grub 如何引导 live cd(linux 版)???(不解压)
如题
如何使用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 理解的肤浅 还望 大侠们多多指点迷津
谢了
作者:
pyjhhh
时间:
2011-10-27 17:07
title macis_535.iso please wait atleast 30 seconds
#root (fd0)
map --mem /AICHI_ISO/macis_535.iso (0xff) || find --set-root /AICHI_ISO/macis_535.iso && map --mem /AICHI_ISO/macis_535.iso (0xff)
map --hook
chainloader (0xff)
这样的 直接卡死
作者:
pyjhhh
时间:
2011-10-27 17:32
title lupu-511.iso_MAP please wait atleast 30 seconds
find --set-root /AICHI_ISO/lupu-511.iso
map /AICHI_ISO/lupu-511.iso (0xff)
map --hook
root (0xff)
kernel /vmlinuz boot=casper persistent iso-scan/filename=/AICHI_ISO/lupu-511.iso
initrd /initrd.gz
#PMEDIA=usbflash
以上提示找不到
欢迎光临 无忧启动论坛 (http://bbs.wuyou.net/)
Powered by Discuz! X3.3