无忧启动论坛

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

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

    [复制链接]
391#
发表于 2011-2-10 17:25:12 | 只看该作者
also . can we develop such way , by which we add little short information about the selected img while using AUTOMENU ?

for example   

kon.img file is in BOOT/IMGS  

suppose user select AUTOMENU , now when he will select KON.IMG

there should be little explanation showing in bottom side of grub4dos just like in normal entry llike \

/ a tool to bypass windows password

may be we can add TXT file in BOOT/IMGS fikder with number wise explanation ?

just a suggestion .

thanks


edit :

is there any universal switch for not mapping the target img into RAM ?

like if it is ISO or IMG file ?

may be we should have a universal switch for memory options , like

RUN -nomem /FILE.IMG  ( dont map into memory , direct load it )
RUN --mem /FILE.IMG  ( map it into memory and boot )


actually issue is , i have used plantsoot's fba2img tool to convert a 4 MB fba file to .img file .

it created 11 MB IMA file . and in it , there is HUGE file  , which cant be mapped into MEMORY .

i will PM you the file .


thanks .

[ 本帖最后由 sratlf 于 2011-2-10 19:23 编辑 ]
回复

使用道具 举报

392#
发表于 2011-2-10 18:34:16 | 只看该作者
edit :

it did not work on CD ,

i have used both



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

OR

command --set-path=/BOOT/IMGS/

OR

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

??

both at beginning of MENU.LST and in the center ,

my MENU.LST

command --set-path=/BOOT/IMGS/
title [12] auto make menu for /BOOT/IMGS/
command --set-path=/BOOT/IMGS/
RUN --automenu /BOOT/IMGS/
configfile (md)0x3000+0x10

[ 本帖最后由 maanu 于 2011-2-10 18:57 编辑 ]
回复

使用道具 举报

393#
 楼主| 发表于 2011-2-10 19:09:43 | 只看该作者

回复 #391 maanu 的帖子

post # 391

1,
you can do this way,  make a TXT file named kon.txt and put it in BOOT/IMGS ,


======================
kon boot \n a tool to bypass windows password



======================

important: Press at least Three Enter at the end of the last line

2,
I have already done this,

RUN /FILE.IMG --nomem ( dont map into memory , direct load it , if failed, not try to map it into mem)
RUN /FILE.IMG  ( map it into memory and boot )



post # 392

try to use capital letters,   OR ,

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

[ 本帖最后由 sratlf 于 2011-2-10 19:34 编辑 ]
回复

使用道具 举报

394#
发表于 2011-2-10 19:33:04 | 只看该作者
no, txt file did not work me ,

i am attaching it here

KON.zip

285 Bytes, 下载次数: 23, 下载积分: 无忧币 -2

回复

使用道具 举报

395#
 楼主| 发表于 2011-2-10 19:36:50 | 只看该作者
do not need  ======================

KON.zip

200 Bytes, 下载次数: 23, 下载积分: 无忧币 -2

回复

使用道具 举报

396#
发表于 2011-2-10 19:42:36 | 只看该作者
Thank you so much , now help txt is working fine .

i have used your RUN version of

post # 387

when i try ,

RUN --nomem /FILE.IMA

it gives me following error


( please check your PM , i sent you this file already for testing )

16-38-08.jpg (78.94 KB, 下载次数: 112)

16-38-08.jpg

16-38-21.jpg (34.61 KB, 下载次数: 103)

16-38-21.jpg
回复

使用道具 举报

397#
 楼主| 发表于 2011-2-10 19:43:55 | 只看该作者

回复 #396 maanu 的帖子

sorry, it is my fault, the correct command shou be

RUN /FILE.IMG --nomem
回复

使用道具 举报

398#
 楼主| 发表于 2011-2-10 19:50:23 | 只看该作者
@maanu

try the new version, add --winvblock support,

RUN --winvblock /isofile                                              #use  /BOOT/IMGS/WINVBLOCK.IMG as default

RUN --winvblock:/IMGS/WINV.IMG /isofile              #use /IMGS/WINV.IMG

RUN --winvblock-nodisk /isofile                                   #use  /BOOT/IMGS/WINVBLOCK.IMG as default, and load iso only

RUN --winvblock-nodisk:/IMGS/WINV.IMG /isofile   #use /IMGS/WINV.IMG, and load iso only

RUN.zip

2.76 KB, 下载次数: 9, 下载积分: 无忧币 -2

回复

使用道具 举报

399#
发表于 2011-2-10 20:02:17 | 只看该作者
post # 397

yes , it is working OK now , thanks a lot .

but i am still having issues in running RUN command in my cd iso ,

i have edited my batch with lower case suggestion , but now , when i click on my menu entry , it goes to command line automaticaly .

but from command line , this command is successful .

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

see here

also i am attaching my test iso  in 7z file , kindly see what is wrong .

thanks

http://dl.dropbox.com/u/944806/Hybrid.7z

16-49-51.jpg (113.51 KB, 下载次数: 99)

16-49-51.jpg
回复

使用道具 举报

400#
 楼主| 发表于 2011-2-10 20:10:08 | 只看该作者

回复 #399 maanu 的帖子

@ maanu

one mistake, you should put RUN in the /BOOT/IMGS/ folder

and then use the command :

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

[ 本帖最后由 sratlf 于 2011-2-10 20:20 编辑 ]
回复

使用道具 举报

401#
发表于 2011-2-10 20:21:55 | 只看该作者
post # 398

thank you i will test this version very soon and report .

post # 400

it is still not working for me , now i have copied RUN in BOOT/IMGS folder , but still , it restarts the virtual machine automatically .

are you sure it is (bd) , not (cd) ?

anyways i have tried with both , but no good result .
回复

使用道具 举报

402#
发表于 2011-2-10 20:27:42 | 只看该作者
perhaps , there is some issue with RUN , running via cd iso ?

because i have noticed , that the following command is succesful ,

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

but as soon as i give command " RUN " , the VM restart .

can you forward me your working iso ( under 1 MB ) , for me to test ?>>>

Thanks
回复

使用道具 举报

403#
 楼主| 发表于 2011-2-10 20:58:20 | 只看该作者

回复 #402 maanu 的帖子

i do not know, i usually test through cd, and nothing wrong.

could you test the RUN by vm   http://u.115.com/file/f7de82d531

OR  http://bbs.wuyou.net/forum.php?mod=viewthread&tid=181883


i know the reason , the iso .......

use the mkisofs below to make the iso file again, MakeISO_LC.CMD  is i usually uesd to make iso file

[ 本帖最后由 sratlf 于 2011-2-10 21:15 编辑 ]

137.7z

384.48 KB, 下载次数: 16, 下载积分: 无忧币 -2

回复

使用道具 举报

404#
发表于 2011-2-10 21:15:01 | 只看该作者
post # 403

yes , i am already using sinoxer tester for all my tests :) ...

thats why i am asking for the test iso from you , or can you link me to any iso which is already shared by any member ?

by the way , winvblock does not yet working ,

here is how i did ,

i copied the winvblock floppy image to BOOT/IMGS folder , named as
WINBLOCK.IMG

i tried with following commands

run --winvblock /BOOT/IMGS/NTW.ISO  

run --winvnlock-nodisk /BOOT/IMGS/NTW.ISO

same error file not found and with following screen .

when i just enter

run --winvblock

it leads me to memory and ask path name , i gave /boot/imgs/ntw.iso

then same error

18-09-31.jpg (53.92 KB, 下载次数: 101)

18-09-31.jpg
回复

使用道具 举报

405#
 楼主| 发表于 2011-2-10 21:18:45 | 只看该作者

回复 #404 maanu 的帖子

WINBLOCK.IMG

should be  WINVBLOCK.IMG
回复

使用道具 举报

406#
发表于 2011-2-10 21:50:25 | 只看该作者
原帖由 <i>sratlf</i> 于 2011-2-10 21:18 发表 <a href="http://bbs.wuyou.net/redirect.php?goto=findpost&pid=2157184&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 />
WINBLOCK.IMG<br />
<br />
should be  WINVBLOCK.IMG
<br />

sorry i mis spelled it here in my post , it is WINVBLOCK.IMG ,  same as in my usb drive . you can see in my screen shot above .

any idea what is causing this error ./?
回复

使用道具 举报

407#
 楼主| 发表于 2011-2-10 22:56:31 | 只看该作者

回复 #406 maanu 的帖子

sorry i still do not know how the error occurred, but could you tell me where did you put the WINVBLOCK.IMG file,

the screen shot show it is on (hd0,0), didn`t you put it on the cd?

try the iso below, i test ok, and the RUN is the latest version

# 403 has the new mkisofs tool, you could use it to make iso file

[ 本帖最后由 sratlf 于 2011-2-10 23:05 编辑 ]

MaxBOOTt1.7z

498.34 KB, 下载次数: 13, 下载积分: 无忧币 -2

回复

使用道具 举报

408#
发表于 2011-2-11 01:07:10 | 只看该作者
thank you for the new version and iso , it now works OK (atuomenu) ,
but winvblock is still driving me crazy . for some reason i could not make it work on my usb drive ( it gave same error every time i tried as above pic )

by the way , this command

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

iis it working OK for you ,? i mean the search and set root function ?

basically the problem i am facing is ,

lets suppose i boot from my usb , and i want to boot from 4th partition of 1st connected hdd;s where my MAANU.IMG is ,

when i do this ,

find --set-root /RAM.TAG ( ENTER)
(hd1,4)
i give command (root)
response is hd1,4 , ntfs bla bla bla bla ba

ok now when i type

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

response is ( warning! no such command , RUN )

ok , i again set root to current ,.
root (hd0,0)

now i can use RUN command OK .

, so i think the problem is , when we do set-root ,  grub4dos looks  on the SAME partition where ROOT is , hence the error comes , where grub4dos could not find RUN command .

can we prevent it somehow ? and tell grub4dos to look for RUN command everytime from the root drive from where the grub4dos boots ,

like cd rom
usb ( hd0,0)

etc


plz test on your end , try accessing multiple iso or img files from otherpartitions with set-root , WHILE RUN is at root of your USB .


thanks a lot .


Regards,
Maanu from Pakistan
回复

使用道具 举报

409#
 楼主| 发表于 2011-2-11 11:18:07 | 只看该作者
@maanu

find --set-root /file.tag

RUN /ntldr

this works OK for me, the search and set root function, i have tested many times.

usually, grub4dos should look for RUN command from the root drive, but this have no effect for your usb, i have no idea about this.

i still suspect there are problems with your generated iso file, not the standard iso 9660 format.

could you upload your mkisofs.exe and the MENU.LST while you are testing?
回复

使用道具 举报

410#
发表于 2011-2-11 17:01:36 | 只看该作者
找不文件???
回复

使用道具 举报

411#
 楼主| 发表于 2011-2-11 17:57:11 | 只看该作者

回复 #410 wgx1688 的帖子

你执行的什么命令
回复

使用道具 举报

412#
发表于 2011-2-11 20:29:29 | 只看该作者
原帖由 <i>sratlf</i> 于 2011-2-11 11:18 发表 <a href="http://bbs.wuyou.net/redirect.php?goto=findpost&pid=2157490&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 />
@maanu<br />
<br />
find --set-root /file.tag<br />
<br />
RUN /ntldr<br />
<br />
this works OK for me, the search and set root function, i have tested many times.<br />
<br />
usually, grub4dos should look for RUN command from the ro ...
<br />


i am not using any MENU.LST and ISO file for --set-root testings .
i am using command line , with latest RUN , and GRLDR , from my usb drive prepare with fbinst.
回复

使用道具 举报

413#
 楼主| 发表于 2011-2-11 21:25:11 | 只看该作者
@maanu

so........

maybe you can try this

RUN --winvblovk:(ud)/BOOT/IMGS/WINVBLOCK.IMG /isofile
回复

使用道具 举报

414#
发表于 2011-2-11 21:47:49 | 只看该作者
my files are not in ud space dear .
回复

使用道具 举报

415#
 楼主| 发表于 2011-2-11 22:08:53 | 只看该作者
@ maanu

sorry, a little tired, then where do you put the file
回复

使用道具 举报

416#
发表于 2011-2-12 00:22:51 | 只看该作者
Post # 415

i am going away tonight , i will check out this one again tomorrow night and reply in details ,

now the only issue to be solves for me is , WINVBLOCK and  find --set-root .

iRegards,
Maanu from Pakistan
回复

使用道具 举报

417#
发表于 2011-2-13 14:06:32 | 只看该作者
测试一下试看看。。。。
回复

使用道具 举报

418#
发表于 2011-2-13 14:09:07 | 只看该作者
回复

使用道具 举报

419#
发表于 2011-2-13 14:13:04 | 只看该作者
GRUB4DOS即时更新下载地址及常用链接

GRUB4DOS介绍及官方说明文档

请访问本版置顶帖中的相关资料汇总帖或者位于SourceForge项目主页上的Wiki官方说明文档。

GRUB4DOS下载链接(优先级按排列顺序):

官方下载发布地址:http://download.gna.org/grub4dos/
不点发布最新测试版地址:http://nufans.net/grub4dos,目前最新版在tinybit目录下。
chenall发布的最新测试版地址:http://code.google.com/p/grub4dos-chenall/downloads/list
  注:chenall发布的版本不等于官方版本,属于个人修改的增强版。
2009.01.12: 由于服务器遭受DDoS攻击,服务器被迫停掉web服务,上面的下载链接暂时失效。下载地址临时变更为:ftp://grub:grubdn@nufans.net:21
http://grub4dos.jot.com/WikiHome:从2008年6月份这个地址国内无法访问了,换成上面这个。
回复

使用道具 举报

420#
 楼主| 发表于 2011-2-13 14:27:48 | 只看该作者

回复 #419 secowu 的帖子

想说什么?????
回复

使用道具 举报

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

本版积分规则

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

闽公网安备 35020302032614号

GMT+8, 2024-4-24 04:07

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

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