无忧启动论坛

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

[下载]RAM XP测试版080404,有意者请进!

[复制链接]
91#
发表于 2007-11-15 08:38:53 | 只看该作者
原帖由 haonan 于 2007-11-14 05:37 PM 发表
奇怪的是刚下载第一次可以正常启动的,后来试了几次都蓝屏,硬件没动过
从grub4dos命令行执行每条命令,看起来都正常,还是照样蓝屏,不管memdisk raw还是
map --mem


How about make a bootable CD/DVD and take out your hard disk(s) and just use grub4dos to load and boot it step by step using either memdisk raw or map --mem?

Report what messages come out after each command.
回复

使用道具 举报

92#
发表于 2007-11-15 08:59:36 | 只看该作者
ramxp

在我的机器上启动正常
回复

使用道具 举报

93#
发表于 2007-11-15 14:03:32 | 只看该作者
关闭所有硬盘可以用map--mem方式启动,但是用memdisk还是蓝屏,信息如下
stop 0x00000019 (0x00000020 0xE120AF90 0xE120AFB0 0x0C040405)
打开硬盘不管哪种方式都蓝屏,注意看了下信息
stop 0x00000050 (0xE11FD203 0x00000000 0x00000001 0x80595EEF)
回复

使用道具 举报

94#
发表于 2007-11-15 15:40:45 | 只看该作者
原帖由 haonan 于 2007-11-15 02:03 PM 发表
关闭所有硬盘可以用map--mem方式启动,但是用memdisk还是蓝屏,信息如下
stop 0x00000019 (0x00000020 0xE120AF90 0xE120AFB0 0x0C040405)
打开硬盘不管哪种方式都蓝屏,注意看了下信息
stop 0x00000050 (0x ...


How many hard disks do you have?

Paste your menu.lst here for us to see.

Also using memdisk, you have to put grldr.mbr into the mbr of the .dsk file to boot either grldr or ntldr for booting further.

If you are successful in the first time but not in the second time or later, there must be something different. Try to think of what is the difference. Or Windows writes something into your hard disk in the first time?
回复

使用道具 举报

95#
 楼主| 发表于 2007-11-15 16:09:09 | 只看该作者
按常理来说WINDRV说的没错,第一次成功没理由后来不成功的!
回复

使用道具 举报

96#
发表于 2007-11-15 16:25:20 | 只看该作者
下载下来看一下,试试吧
回复

使用道具 举报

97#
发表于 2007-11-15 17:51:42 | 只看该作者
kenrel /xp/memdisk raw
initrd /xp/ramxp.dsk
map --mem /xp/ramxp.dsk (hd0)
map --hook
chainloader (hd0)+1
rootnoverify (hd0)
两块硬盘,都是sata,bios设置ide模式和ahci模式都不行
我是按照天风在顶楼说的方法,用ntloader启动grub再引导dsk,不过我的dsk放在ntfs分区的
前后几次硬件没有变动,中途刷了bios不过后来刷回来还是不行,grldr也换过几个版本也不行
哦对了,中间装了个SuperSpeed超级缓存,不过这个和ramdisk里的系统无关吧

[ 本帖最后由 haonan 于 2007-11-15 07:26 PM 编辑 ]
回复

使用道具 举报

98#
发表于 2007-11-16 08:11:51 | 只看该作者
这几天一直在玩这个,感觉不错,刻盘和安装在硬盘上运行均顺畅,USB鼠标也能正常识别,可惜在我的SD卡加读卡器组合却引导启动失败,弱弱的问一句,dsk文件用怎么软件制作呢?
回复

使用道具 举报

99#
发表于 2007-11-16 09:02:03 | 只看该作者
原帖由 haonan 于 2007-11-15 05:51 PM 发表
kenrel /xp/memdisk raw
initrd /xp/ramxp.dsk
map --mem /xp/ramxp.dsk (hd0)
map --hook
chainloader (hd0)+1
rootnoverify (hd0)
两块硬盘,都是sata,bios设置ide模式和ahci模式都不行
我是按照天风 ...


I think your menu.lst should be as follows:

title boot ramxp.dsk with memdisk raw
kernel /xp/memdisk raw
initrd /xp/ramxp.dsk

title boot ramxp.dsk with map mem
map --mem /xp/ramxp.dsk (hd0)
map (hd0) (hd2)
map --hook
rootnoverify
chainloader (hd0)+1

If you have 2 hard disks, you have to map (hd0) to an unassigned hard disk number as indicated above.

You should make sure that you have used grubinst to install grldr or ntldr in the mbr of the ramxp.dsk

May be hnlyzhd has done that for you in the image he makes.
回复

使用道具 举报

100#
发表于 2007-11-16 09:04:04 | 只看该作者
原帖由 lcy163 于 2007-11-16 08:11 AM 发表
这几天一直在玩这个,感觉不错,刻盘和安装在硬盘上运行均顺畅,USB鼠标也能正常识别,可惜在我的SD卡加读卡器组合却引导启动失败,弱弱的问一句,dsk文件用怎么软件制作呢?


Use da.

Create a blank .img file and then build a disk file from it, using the blank .img file as input.

You can then mount up .dsk file as a drive using imdisk with an offset of 32256.
回复

使用道具 举报

101#
发表于 2007-11-16 09:42:13 | 只看该作者
原帖由 windrv 于 2007-11-16 09:02 AM 发表


I think your menu.lst should be as follows:

title boot ramxp.dsk with memdisk raw
kernel /xp/memdisk raw
initrd /xp/ramxp.dsk

title boot ramxp.dsk with map mem
map --mem /xp/ramxp.ds ...

这是两种方法,我自然是分开的。
天风的dsk没问题,第一次我也成功,有时间试试你说的map
还是搞不懂第一次可以用memdisk,后来怎么就不行了
回复

使用道具 举报

102#
发表于 2007-11-16 16:00:25 | 只看该作者
vm虚拟机上,测试正常, 但不能软关机.实机上滚动几次就不动了.
回复

使用道具 举报

103#
发表于 2007-11-16 17:32:14 | 只看该作者
系统管理员的密码是什么?
回复

使用道具 举报

104#
发表于 2007-11-16 19:11:38 | 只看该作者
能进系统,弹出窗口让安装scsi驱动(我的是scsi硬盘),因键鼠都不能使用,所以后续测试无法进行。
我的鼠标是罗技mx518,键盘是dell8115,都是usb接口。
回复

使用道具 举报

105#
发表于 2007-11-16 19:17:12 | 只看该作者
原帖由 windrv 于 2007-11-16 09:04 AM 发表


Use da.

Create a blank .img file and then build a disk file from it, using the blank .img file as input.

You can then mount up .dsk file as a drive using imdisk with an offset of 32256.

imdisk  研究了一下,不是很明白,它的参数没有可以创建dsk的啊,32256偏置不会使用
回复

使用道具 举报

106#
 楼主| 发表于 2007-11-16 20:00:48 | 只看该作者
让你用无盘天使生成IMG然后创建DSK,你可以用IMDISK加载DSK为虚拟磁盘进行操作,虚拟磁盘时偏移值为32256
回复

使用道具 举报

107#
 楼主| 发表于 2007-11-16 20:10:19 | 只看该作者
更新一下。

1.有网友建议直接进入系统默认不搜索驱动,已经改好了,如果需要加载驱动请点击桌面开启驱动搜索模式
2.有人反世界之窗不好用,换成MAXTHON了。

[ 本帖最后由 天风 于 2007-11-16 08:15 PM 编辑 ]

01.jpg (47.13 KB, 下载次数: 163)

01.jpg
回复

使用道具 举报

108#
发表于 2007-11-16 20:16:18 | 只看该作者
最好说明不要连续用一小时以上

我在虚拟机和实机测试过

蓝屏没商量
回复

使用道具 举报

109#
发表于 2007-11-16 20:23:18 | 只看该作者
用imdisk修改后只能保存为img


不支持dsk,无法用grubinst写入


引导,memdisk也就用不了


只能用map --mem方式启动


还不如直接用da改
回复

使用道具 举报

110#
 楼主| 发表于 2007-11-16 20:31:26 | 只看该作者
用IMDISK加载改好后直接卸载就行了,不要用保存功能。

用一小时是因为内存驱动是试用版的,所以只能用一小时。

谁想要正式版的可以PM我。
回复

使用道具 举报

111#
发表于 2007-11-16 22:27:22 | 只看该作者
原帖由 天风 于 2007-11-16 08:31 PM 发表
用IMDISK加载改好后直接卸载就行了,不要用保存功能。

原来不用保存,晕
回复

使用道具 举报

112#
发表于 2007-11-16 23:44:34 | 只看该作者
原帖由 keygen 于 2007-11-16 10:27 PM 发表

原来不用保存,晕

同感,终于明白了
回复

使用道具 举报

113#
发表于 2007-11-16 23:46:13 | 只看该作者
正式版的内存驱动。。。。
很感兴趣
回复

使用道具 举报

114#
发表于 2007-11-17 04:58:42 | 只看该作者
真想试试................
回复

使用道具 举报

115#
发表于 2007-11-17 08:30:04 | 只看该作者
原帖由 lcy163 于 2007-11-16 07:17 PM 发表

imdisk  研究了一下,不是很明白,它的参数没有可以创建dsk的啊,32256偏置不会使用


用无盘天使建!

imdisk is for mounting up .dsk file, using 32256 as offset.
回复

使用道具 举报

116#
发表于 2007-11-17 15:57:31 | 只看该作者
郁闷,Conexant High Definition Audio-Venice 5045 声卡一直无法识别,dsk文件已经被我改得面目全非了
回复

使用道具 举报

117#
发表于 2007-11-17 16:04:01 | 只看该作者
还有,无线网卡 Intel(R) PRO/Wireless 3945ABG 的驱动可以正常安装,可是却无法立刻搜索无线网络,需要重新启动,我哭
保存相关注册表文件和驱动后修改dsk文件竟然蓝屏,提示硬件错误,郁闷中
回复

使用道具 举报

118#
发表于 2007-11-18 08:42:07 | 只看该作者
系统在内存为什么会快? 是开程序的时候临时文件加载到内存比 加载到硬盘的速度快吗?
那么1G的内存能加载多少临时文件?

dd.JPG (38.24 KB, 下载次数: 170)

dd.JPG
回复

使用道具 举报

119#
发表于 2007-11-19 08:44:27 | 只看该作者
原帖由 lcy163 于 2007-11-17 04:04 PM 发表
还有,无线网卡 Intel(R) PRO/Wireless 3945ABG 的驱动可以正常安装,可是却无法立刻搜索无线网络,需要重新启动,我哭
保存相关注册表文件和驱动后修改dsk文件竟然蓝屏,提示硬件错误,郁闷中


How do you save your ramxp image?

You could try using da to save it by selecting Build Disk, using your ramxp partition as input and another .dsk filename as output. If your ramxp partition is ntfs or compressed ntfs, the filesystem type should be selected as custom, using 07.

Before you save your ramxp image, you should close all unnecessary applications and services.

Please report if it is ok doing like that.
回复

使用道具 举报

120#
发表于 2007-11-19 19:07:01 | 只看该作者
原帖由 windrv 于 2007-11-19 08:44 AM 发表


How do you save your ramxp image?

You could try using da to save it by selecting Build Disk, using your ramxp partition as input and another .dsk filename as output. If your ramxp partitio ...

我是使用 ImDisk 软件偏置 32256 挂载dsk文件的,我知道应该用无盘天使重新制作dsk文件的,但那比较麻烦,我是使用天风制作的dsk文件在windows目录加入相关驱动文件,然后替换DEFAULT、SOFTWARE等注册表文件,按理这应该可以吧
回复

使用道具 举报

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

本版积分规则

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

闽公网安备 35020302032614号

GMT+8, 2025-8-3 13:00

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

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