无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站广告联系 微信:wuyouceo QQ:184822951
楼主: sratlf
打印 上一主题 下一主题

[分享] RUN 1206 更新 支持磁盘交换,文件检索,自动菜单,自动列表,全自动安装nt5x系统

    [复制链接]
361#
 楼主| 发表于 2011-2-7 00:00:11 | 只看该作者

回复 #360 wlue 的帖子

自动列表部分我可什么都没改  只改了自动菜单部分

建议1:联手弄一个不太可能  我俩风格相差有点远  让zxw整合我的倒是很容易

建议2:考虑过  不过不太现实  很容易误操作  最简单的  如果设置了默认路径  想使用根目录下的文件都是个麻烦

建议3:文件列表还是得zxw来  我真整不了
回复

使用道具 举报

362#
发表于 2011-2-7 04:51:01 | 只看该作者
Mr Sratif

thank you for continuing this . i have one question,

that is RUN -RAMOS /XP.IMG/ntldr

needs to be mapped into memory ? or is it direct map like

map /xxxx.img


actually i use winvblock to make my RAMOS , which supports direct loading of .img file .

also , can you please add support for winvblock floppy.?????


Regards,
Maanu from Pakistan
回复

使用道具 举报

363#
 楼主| 发表于 2011-2-7 09:52:03 | 只看该作者
@maanu

Thank you maanu, now RUN --ramos need to be mapped into memery, the real menu is like

title ramos
map --mem XP.IMG (hd1)
map (hd1) (hd0)
map --hook
rootnoverify (hd0,0)
chainloader /ntldr
boot

could you tell me the menu when you load your RAMOS?
回复

使用道具 举报

364#
发表于 2011-2-7 17:24:54 | 只看该作者
收藏了       
回复

使用道具 举报

365#
发表于 2011-2-7 21:33:35 | 只看该作者
reply " 363

my manu of loading RAMOS is

find --set-root /USB.TAG
map /MAANU_OS.IMG (hd0)
map --hook && chainloader (hd0,0)/ntldr


it is used as " sector mapped " , winvblock's latest alpha version (dated 30jan2011) now  can    load image directly , which does not need enough ram , i can load my 1.2 GB MAANU_OS file with 256 MB ram .

Regards,
Maanu from Pakistan

thanks....
回复

使用道具 举报

366#
发表于 2011-2-7 21:55:16 | 只看该作者
原帖由 maanu 于 2011-2-7 21:33 发表
reply " 363

my manu of loading RAMOS is

find --set-root /USB.TAG
map /MAANU_OS.IMG (hd0)
map --hook && chainloader (hd0,0)/ntldr


it is used as " sector mapped " , winvblock's latest ...


Sha0-winvblock-2ca8502.7z
回复

使用道具 举报

367#
发表于 2011-2-7 21:55:47 | 只看该作者
原帖由 maanu 于 2011-2-7 21:33 发表
reply " 363

my manu of loading RAMOS is

find --set-root /USB.TAG
map /MAANU_OS.IMG (hd0)
map --hook && chainloader (hd0,0)/ntldr


it is used as " sector mapped " , winvblock's latest alpha version (dated 30jan2011) now  can    load image directly , which does not need enough ram , i can load my 1.2 GB MAANU_OS file with 256 MB ram .

Regards,
Maanu from Pakistan

thanks....


  map (hd0,1)/w7.img (hd0)
  map --rd-size=2048
  map --mem (rd)+4 (0x55)
  map --hook
  write (0x55) #GRUB4DOS\x00v=1\x00w7.img\x00\x80\x00

  chainloader (hd0)+

It is necessary to add the commands which are colored red ?
And Has winvblock supported map ISO which needn't be loaded into ram ?

Thanks
回复

使用道具 举报

368#
 楼主| 发表于 2011-2-7 21:56:07 | 只看该作者

回复 #365 maanu 的帖子

thank you maanu,

please try the latest version, use command like this,

RUN --ramos-nomem /MAANU_OS.IMG /ntldr
回复

使用道具 举报

369#
发表于 2011-2-7 23:55:33 | 只看该作者
原帖由 <i>Plantsoot</i> 于 2011-2-7 21:55 发表 <a href="http://bbs.wuyou.net/redirect.php?goto=findpost&pid=2155279&ptid=182793" 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 />

<br />

<br />
Sha0-winvblock-2ca8502.7z ?
<br />

the latest winvblock can be found here

https://github.com/Sha0/winvblock/tree/master/bin


map (hd0,1)/w7.img (hd0)
  map --rd-size=2048
  map --mem (rd)+4 (0x55)
  map --hook
  write (0x55) #GRUB4DOS\x00v=1\x00w7.img\x00\x80\x00
  chainloader (hd0)+

It is necessary to add the commands which are colored red ?
And Has winvblock supported map ISO which needn't be loaded into ram ?

Thanks


it is basically a message to grub4dos from winvblock , to avoid 0x7B bsod ./ can also be used to other img files

#GRUB4DOS\x00v=1\x00 : Signature and version for WinVBlock to check.
w7.img : Tells WinVBlock to find and attach this file.
\x00 : End-of-filename.
\x66 : The file is associated with sector-mapped disk 0x66.
\x00 : No more files to attach.

http://reboot.pro/13738/

direct maping win7 img is still experimental , but needs some registry changes to be changed in win 7 iISO file , (disable driver check) , which can also be done at loading files by pressing F8

thank you maanu,

please try the latest version, use command like this,

RUN --ramos-nomem /MAANU_OS.IMG /ntldr


thank you so much , i will see it .



Regards,
Maanu from Pakistan
回复

使用道具 举报

370#
发表于 2011-2-8 00:21:37 | 只看该作者
原帖由 <i>sratlf</i> 于 2011-2-7 21:56 发表 <a href="http://bbs.wuyou.net/redirect.php?goto=findpost&pid=2155281&ptid=182793" 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 />
thank you maanu,<br />
<br />
please try the latest version, use command like this,<br />
<br />
RUN --ramos-nomem /MAANU_OS.IMG /ntldr
<br />


following error occurs , when i tried above command .


[local]1[/local

21-19-16.jpg (46.47 KB, 下载次数: 134)

21-19-16.jpg
回复

使用道具 举报

371#
发表于 2011-2-8 03:04:43 | 只看该作者
i also found a little bug ,

when using

RUN --ramos /MAANU.IMG /ntldr

(it succesfully starts loading the image into RAM  , but then it DOES NOT  chainloader NTLDR file from MAANU.IMG file , it searches for ntldr file from root of my usb , and boot it instead of booting the NTLDR file from my MAANU.IMG .
回复

使用道具 举报

372#
发表于 2011-2-8 09:22:48 | 只看该作者
好深啊..有的可学了
回复

使用道具 举报

373#
 楼主| 发表于 2011-2-8 13:19:01 | 只看该作者

回复 #371 maanu 的帖子

@maanu

thank you for reportting the bug, try this verion, this time should be ok

RUN.zip

2.51 KB, 下载次数: 23, 下载积分: 无忧币 -2

回复

使用道具 举报

374#
发表于 2011-2-8 17:14:28 | 只看该作者
不知道还能不能支持,还有有没有grub下载?
回复

使用道具 举报

375#
 楼主| 发表于 2011-2-8 17:25:27 | 只看该作者

回复 #374 yingtaomu 的帖子

?????????????????????

没看懂
回复

使用道具 举报

376#
发表于 2011-2-8 17:40:30 | 只看该作者
原帖由 sratlf 于 2011-2-8 13:19 发表
@maanu

thank you for reportting the bug, try this verion, this time should be ok


thanks , i will see and report back when i get home tonight.
\

Regards,
Maanu from Pakistan
回复

使用道具 举报

377#
发表于 2011-2-9 01:02:34 | 只看该作者
it works OK on my side , thanks a lot .

2 questions more ,

1.  RUN /ntldr  

can you please add parameter of booting NTLDR file from HDD (if boot fromusb ) ,

RUN --set-root /file.tag /ntldr

same for BOOTMGR

(i am not sure if map can also be added by default ? or have you alreadymanaged it ? )

2. have you add WINVBLOCK support ?


thanks again .



Regards,
Maanu from Pakistan
回复

使用道具 举报

378#
 楼主| 发表于 2011-2-9 11:48:24 | 只看该作者

回复 #377 maanu 的帖子

@maanu

the 1st question, you can try like this

find --set-root /file.tag
RUN /ntldr

the 2nd question

how do you use winvblock drive, the same as firadisk drive?
回复

使用道具 举报

379#
发表于 2011-2-9 12:30:34 | 只看该作者
yes we use winvblock same as firadisk drive .

thanks for reply.
回复

使用道具 举报

380#
 楼主| 发表于 2011-2-9 12:44:57 | 只看该作者

回复 #379 maanu 的帖子

maybe you can use this command

RUN --firadisk:/BOOT/IMGS/WINVBLOCK.IMG /isofile

or you can rename the WINVBLOCK.IMG to FIRADISK.IMG, then you can use default command

RUN --firadisk /isofile
回复

使用道具 举报

381#
发表于 2011-2-9 16:13:34 | 只看该作者
楼主大大 为什么我的第一次按照时候 按i进行安装

第二次重启 不论按什么都会提示 需要光盘上的 asms

路径指向 GLOBALROOT\DEVICE\CDROM1\I386

不能继续安装
回复

使用道具 举报

382#
 楼主| 发表于 2011-2-9 16:43:33 | 只看该作者

回复 #381 blbl 的帖子

是原版系统镜像吗
回复

使用道具 举报

383#
发表于 2011-2-9 18:44:10 | 只看该作者
是原版的 MSDN 镜像~~~~  用的都是最新版的

grub4dos-0.4.5b-2011-01-28.7z
wenv-2011-01-21.zip
回复

使用道具 举报

384#
 楼主| 发表于 2011-2-9 18:55:22 | 只看该作者

回复 #383 blbl 的帖子

第二次重启你是直接重启的还是又执行的RUN --firadisk
回复

使用道具 举报

385#
发表于 2011-2-9 19:07:10 | 只看该作者
还是启动的 RUN --firadisk /WIN$.ISO 这个菜单

然后载入内存  出现 按 I 的时候  直接回车

要下班了 房子没网络 明天试试再汇报 88
回复

使用道具 举报

386#
 楼主| 发表于 2011-2-9 19:28:18 | 只看该作者

回复 #385 blbl 的帖子

那应该没问题啊  我实机安装过   没见过这种提示
回复

使用道具 举报

387#
 楼主| 发表于 2011-2-10 00:14:32 | 只看该作者
@maanu

if you have enough time, could you do another test?  for ramos that use winvblock drive.

use command like this

RUN --ramos /MAANU.IMG /ntldr

RUN.zip

2.7 KB, 下载次数: 22, 下载积分: 无忧币 -2

回复

使用道具 举报

388#
发表于 2011-2-10 11:07:15 | 只看该作者
这个应该是脚本文件吧
回复

使用道具 举报

389#
发表于 2011-2-10 17:00:09 | 只看该作者
Post # 387

sure , i will test this in a few time , but tell me dear , does RUN also work from cd rom ?
if yes , then is there any special parameter for this ?

because i am trying to work out , but failed so far , when i push RUN on command , it says ,

" warning : no such command "

i used following code to make bootable iso

path %path%;"%~dp0bin"
@mkisofs.exe -o Hybrid.ISO -v -V "intoXicator's" -hide-joliet-list hide.txt -J -joliet-long -l -relaxed-filenames -gbk4dos-filenames -gbk4win-filenames -no-emul-boot -boot-load-size 4 -b grldr maanu\

with RUN file at root , also at BOOT/IMGS  . but failed .

using grub4dos 01.28.11

same procedure working good on usb .


Regards,
Maanu from Pakistan
回复

使用道具 举报

390#
 楼主| 发表于 2011-2-10 17:12:39 | 只看该作者

回复 #389 maanu 的帖子

@ maanu

need one more command, command --set-path=(bd)/BOOT/IMGS/

and one mistake at # 387,  you should use this command,  RUN --ramos-nomem /MAANU.IMG /ntldr

for example, menu.lst

============================
command --set-path=(bd)/BOOT/IMGS/

title ramos test
RUN --ramos-nomem /MANNU.IMG /ntldr
============================
回复

使用道具 举报

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

本版积分规则

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

闽公网安备 35020302032614号

GMT+8, 2024-4-27 04:47

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

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