无忧启动论坛

标题: FiraDisk 0.0.1.30 2011-02-19 03:53 [打印本页]

作者: maanu    时间: 2011-2-18 04:07
标题: FiraDisk 0.0.1.30 2011-02-19 03:53
Assume (hd0) is GRUB4DOS bootable disk, target disk image is in (hd1,0).
Files in (hd0,0)/ : grldr, menu.lst, winsetup.iso, firadisk.img
File in (hd1,0)/ : hddimg.img

In this example both (hd0) and (hd1) are IDE disks.
If you use USB/SATA, you have to add USB/SATA drivers to floppy image and merge txtsetup.oem.

menu.lst of
Install Windows from ISO to IMG


  1. title Setup Windows from ISO to IMG Step 1 : Boot from ISO, with virtual CD+Floppy
  2. map --heads=2 --sectors-per-track=18 --mem (md)0x800+4 (99)
  3. # Unpartitioned disk image needs geometry
  4. map --heads=255 --sectors-per-track=63 (hd1,0)/hddimg.img (hd0)
  5. map /winsetup.iso (222)
  6. map /firadisk.img (fd0)
  7. map /firadisk.img (fd1)
  8. # Hide other disks, so partition in virtual disk will get C letter.
  9. map --harddrives=1
  10. map --hook
  11. # The "boot" option is required for virtual disk to have system partition with C letter.
  12. write (99) [FiraDisk]\nStartOptions=disk,vmem=find:/hddimg.img,boot;cdrom,vmem=find:/winsetup.iso;floppy,vmem=find:/firadisk.img;\n\0
  13. rootnoverify (222)
  14. chainloader
  15. map --status
  16. pause Press any key twice . . .
复制代码



Target disk image must be initialized before boot before setup.
If not, setup may install MBR code in wrong disk.
Target partition in disk image should be created before boot before setup.
If not, it will get non-C drive letter.
If you have uninitialized disk image, you may boot Step 1, create a partition in target disk image, don't format it yet, press F3 to quit and reboot into Step 1 again.

  1. title Setup Windows from ISO to IMG Step 2 : Boot from IMG, with virtual CD
  2. map --heads=2 --sectors-per-track=18 --mem (md)0x800+4 (99)
  3. map (hd1,0)/hddimg.img (hd0)
  4. map --hook
  5. # The "boot" option here is required for booting Windows the first time.
  6. write (99) [FiraDisk]\nStartOptions=disk,vmem=find:/hddimg.img,boot;cdrom,vmem=find:/winsetup.iso;\n\0
  7. rootnoverify (hd0)
  8. chainloader +1
  9. map --status
  10. pause Press any key . . .
复制代码


  1. title Setup Windows from ISO to IMG Step 3 : Boot from IMG
  2. map --heads=2 --sectors-per-track=18 --mem (md)0x800+4 (99)
  3. map (hd1,0)/hddimg.img (hd0)
  4. map --hook
  5. write (99) [FiraDisk]\nStartOptions=disk,vmem=find:/hddimg.img,boot;\n\0
  6. rootnoverify (hd0)
  7. chainloader +1
  8. map --status
  9. pause Press any key . . .
复制代码



your RAMOS is ready , now you can use DIRECT MAP ( map /RAMOS.ING  (hd0)  ) and boot it .



Regards,
Maanu from Pakistan
作者: maanu    时间: 2011-2-18 04:12
please check the attachment for the driver files and F6 floppy image .

firadisk-driver-0.0.1.30.zip

35.27 KB, 下载次数: 2380, 下载积分: 无忧币 -2

firadisk-driver-0.0.1.30-f6.7z

29.9 KB, 下载次数: 1548, 下载积分: 无忧币 -2


作者: vfan127    时间: 2011-2-18 08:23
super support !
作者: zhhsh    时间: 2011-2-19 15:38
Thanks!!!!
作者: yynq    时间: 2011-2-19 16:35
FiraDisk 能支持 burg 就更给力了!!
burg 基于grub2的强大引导程序。
详见:http://www.burgloader.com/bbs/index.php?topic=101.0
作者: wgykk    时间: 2011-2-20 21:20
请教各位,将新版用于启动整体Win7PE的ISO仍然无效?应该如何使用?
作者: fujianabc    时间: 2011-2-20 23:07
原帖由 wgykk 于 2011-2-20 21:20 发表
请教各位,将新版用于启动整体Win7PE的ISO仍然无效?应该如何使用?

如果win7pe所有文件都在wim中,不需要firadisk直接grub4dos map就行
如果有置于wim外的文件,先用dism把firadisk驱动注入wim中
作者: wgykk    时间: 2011-2-26 12:41
标题: 回复 #8 fujianabc 的帖子
尝试了你的方法,但出现了问题:
在Windows7正式版下,DISM对论坛上几个win7pe的BOOT.wim进行挂载后,用add-driver的命令后,提示:
提示错误50

DISM 不支持为 Windows Vista RTM 或更早版本的操作系统提供服务。
如果支持该操作系统,则检查 SSShim.DLL 是否存在。

请教是否应该用早期的DISM版本?
作者: fujianabc    时间: 2011-2-26 13:18
原帖由 wgykk 于 2011-2-26 12:41 发表
尝试了你的方法,但出现了问题:
在Windows7正式版下,DISM对论坛上几个win7pe的BOOT.wim进行挂载后,用add-driver的命令后,提示:
提示错误50

DISM 不支持为 Windows Vista RTM 或更早版本的操作系统提供 ...

好像你的win7pe被过度精简而缺少必要文件了
作者: wgykk    时间: 2011-2-27 22:15
标题: 回复 #10 fujianabc 的帖子
对于这些精简过度的win7pe,如采用手动添加驱动,应该如何进行呢?注册表挂载?相应的驱动文件应该放到哪些位置去?
作者: xianglang    时间: 2011-2-27 22:37
全部版本在我的上网本上,无论是XP还是2003全都蓝屏,但是PE里的却没问题,郁闷中……
作者: amd1969    时间: 2011-6-19 20:29
Thanks!!!!
作者: yichya    时间: 2011-6-21 18:59
这么给力的帖子没人顶?
作者: mssss123    时间: 2011-7-19 16:18
感谢分享,下载使用。
作者: 2011star21cn    时间: 2011-9-20 19:22
原来如此,终于搞定VHD2003了
作者: syz    时间: 2011-12-16 17:29
学习中。。。。谢谢分享!
作者: kevin988    时间: 2018-8-26 08:29
试试看,多谢分享
作者: newliz    时间: 2020-2-4 17:37
请问,两个驱动,zip跟7z有什么区别的?




欢迎光临 无忧启动论坛 (http://bbs.wuyou.net/) Powered by Discuz! X3.3