无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 2526|回复: 11
打印 上一主题 下一主题

如何用isolinux引导坛里的PE映像启动?

[复制链接]
跳转到指定楼层
1#
发表于 2010-9-28 17:43:58 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
想在系统菜单里,直接用isolinux来引导整个光盘映像启动。
2#
发表于 2010-9-28 17:45:37 | 只看该作者
grub4dos成功率比较高!
回复

使用道具 举报

3#
发表于 2010-9-28 21:43:04 | 只看该作者
试试:
KERNEL /XXXX/memdisk         
APPEND iso initrd=/XXXX/xxxxx.iso

评分

参与人数 1无忧币 +10 收起 理由
secowu + 10 精品文章

查看全部评分

回复

使用道具 举报

4#
发表于 2010-9-28 23:02:07 | 只看该作者
要用mkimage工具转换一下的。论坛里有查一下吧。
回复

使用道具 举报

5#
 楼主| 发表于 2010-9-30 13:14:27 | 只看该作者
试下打狗的,等下回来报告 。
回复

使用道具 举报

6#
 楼主| 发表于 2010-9-30 13:18:31 | 只看该作者
title&nbsp;&nbsp;Windows 7 PE&lt;br /&gt;root (hd0,0)&lt;br /&gt;kernel (hd0,0)/memdisk&lt;br /&gt;append iso initrd=(hd0,0)/win7pe.iso<br />提示不行啊。<br />到了这就不往下运行了。

[ 本帖最后由 secowu 于 2010-9-30 13:29 编辑 ]

20100930731.jpg (301.96 KB, 下载次数: 32)

20100930731.jpg
回复

使用道具 举报

7#
发表于 2010-9-30 13:33:41 | 只看该作者

回复 #6 secowu 的帖子

楼主好像把syslinux\isolinux菜单内容当作grub4dos菜单了吧?


syslinux\isolinux菜单(PE的ISO整体启动不一定成功)

LABEL 0PE
MENU LABEL [^1] 运行 0PE V1.2
KERNEL /boot/isolinux/memdisk
APPEND iso initrd=/boot/0PE.ISO



grub4dos菜单

title 【 1 】运行  0PE v1.2 
map --mem /boot/0PE.ISO (0xff) || find --set-root /boot/0PE.ISO && map --mem /boot//0PE.ISO (0xff)
map --hook
chainloader (0xff)

[ 本帖最后由 zhs509 于 2010-9-30 13:37 编辑 ]

评分

参与人数 1无忧币 +10 收起 理由
secowu + 10 精品文章

查看全部评分

回复

使用道具 举报

8#
 楼主| 发表于 2010-9-30 13:54:27 | 只看该作者
pestudio能否说说,是怎样通过grldr来直接引导iso映像的?
回复

使用道具 举报

9#
 楼主| 发表于 2010-9-30 13:57:50 | 只看该作者
原帖由 <i>zhs509</i> 于 2010-9-30 13:33 发表 <a href="http://bbs.wuyou.net/redirect.php?goto=findpost&pid=2049962&ptid=177143" target="_blank"><img src="http://bbs.wuyou.net/images/common/back.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open(this.src);}" onmousewheel="return imgzoom(this);" alt="" /></a><br />
楼主好像把syslinux\isolinux菜单内容当作grub4dos菜单了吧?<br />
<br />
<br />
syslinux\isolinux菜单(PE的ISO整体启动不一定成功)<br />
<br />
LABEL 0PE<br />
MENU LABEL [^1] 运行 0PE V1.2<br />
KERNEL /boot/isolinux/memdisk<br />
APP ...
<br />


我这样修改,等会儿测试下是否成功。

  1. title  Windows 7 PE
  2. map --mem (hd0,0)/win7pe.ISO (0xff) || find --set-root (hd0,0)/win7pe.ISO && map --mem (hd0,0)/win7pe.ISO (0xff)
  3. map --hook
  4. chainloader (0xff)
复制代码
回复

使用道具 举报

10#
 楼主| 发表于 2010-9-30 17:54:29 | 只看该作者
原帖由 <i>zhs509</i> 于 2010-9-30 13:33 发表 <a href="http://bbs.wuyou.net/redirect.php?goto=findpost&pid=2049962&ptid=177143" target="_blank"><img src="http://bbs.wuyou.net/images/common/back.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open(this.src);}" onmousewheel="return imgzoom(this);" alt="" /></a><br />
楼主好像把syslinux\isolinux菜单内容当作grub4dos菜单了吧?<br />
<br />
<br />
syslinux\isolinux菜单(PE的ISO整体启动不一定成功)<br />
<br />
LABEL 0PE<br />
MENU LABEL [^1] 运行 0PE V1.2<br />
KERNEL /boot/isolinux/memdisk<br />
APP ...
<br />
非常的不错,成功运行。
这下不用老安装到硬盘上了。
直接下载就可以了。

sshot-1.png (215.77 KB, 下载次数: 31)

sshot-1.png
回复

使用道具 举报

11#
发表于 2010-10-3 09:22:51 | 只看该作者
期待能解决,期待中。。。
回复

使用道具 举报

12#
 楼主| 发表于 2010-10-10 11:35:35 | 只看该作者
问题已解决。。。。。。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2025-3-4 21:15

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表