Install Ghost version XP to VHD with Grub4dos+firadisk (succeeded)

Source: Internet
Author: User

Http://bbs.wuyou.net/forum.php?mod=viewthread&tid=363198&extra=
Install Ghost version XP to VHD with Grub4dos+firadisk (succeeded)
Because Vboot menu bad, compatibility is not very good, cracked version some can only recognize 500M memory, so do not want to use Vboot.
To install the ghost version of XP to the VHD with Grub4dos+firadisk without formatting the original system disk, the following steps are now successful:
1, Tools: Grub4dos,firadisk Drive Package, Bootice, depth ghostxp6.2,win7pe,wincontig software, Ghost32.11.0.
2. Enter Win7pe, right-click My computer → manage → Disk Management, create a fixed-capacity VHD virtual hard disk file, take E:\RAMOS\sdxp.vhd as an example, initialize on a virtual disk, and create a simple volume formatted as the NTFS default format and set as the active partition. The VHD capacity is large enough to ensure that it is larger than Gho decompression volume + temporary decompression file + physical memory *1.5 (virtual paging file), here in 7G for example, you can turn off virtual memory later with NTFS compression to reduce the VHD volume. To accommodate subsequent batches, the VHD virtual disk is re-assigned a drive letter a: disk.
3. Pour the deep ghostxp6.2.gho image file into the virtual disk a: disk. Update the drive inside the VHD with Skyiar as needed to prevent the SRS from driving the 7B blue screen.
4, the use of the Forum batch offline injection Firadisk drive to the VHD, note that batch processing to make some changes, the following changes:
@ECHO OFF
Echo┌─────────────────────────────────┐
echo│ Please confirm: │
Echo│1: Current for WinPE under; │
ECHO│2:VDM loading new img image as: a disk; │
Echo│3: Manual copy of all files under system disk to a drive; │
Echo││
Echo│ Press any key to start making ... │
Echo└─────────────────────────────────┘
Pause >nul

Echo┌─────────────────────────────────┐
Echo│ loading the system registry │
Echo└─────────────────────────────────┘
Reg Load Hklm\11 A:\windows\system32\config\system
IF ERRORLEVEL 1 Echo loads the registry fails, press any key to exit. &pause>nul &exit

Echo┌─────────────────────────────────┐
Echo│ get enum Write permissions │
Echo└─────────────────────────────────┘
SetACL machine\11\controlset001\enum/registry/grant Everyone/full

Echo┌─────────────────────────────────┐
echo│ Import Firadisk Drive │
Echo└─────────────────────────────────┘
REG ADD "hklm\11\controlset001\enum\firadisk\disk\1&2b2f4947&0&1.1"/f/v "DeviceDesc"/t reg_sz/d "disk drive"
REG ADD "hklm\11\controlset001\enum\firadisk\disk\1&2b2f4947&0&1.1"/f/v "capabilities"/t REG_DWORD/D 40
REG ADD "hklm\11\controlset001\enum\firadisk\disk\1&2b2f4947&0&1.1"/f/v "ConfigFlags"/t reg_dword/d 0
REG ADD "hklm\11\controlset001\enum\firadisk\disk\1&2b2f4947&0&1.1"/f/v "HardwareID"/t reg_multi_sz/d " Firadisk\disk\0gendisk "
REG ADD "hklm\11\controlset001\enum\firadisk\disk\1&2b2f4947&0&1.1"/f/v "compatibleids"/t REG_MULTI_SZ /d "Gendisk"
REG ADD "hklm\11\controlset001\enum\firadisk\disk\1&2b2f4947&0&1.1"/f/v "Service"/t reg_sz/d "Disk"
REG ADD "hklm\11\controlset001\enum\firadisk\disk\1&2b2f4947&0&1.1"/f/v "Classguid"/t reg_sz/d "{ 4d36e967-e325-11ce-bfc1-08002be10318} "
REG ADD "hklm\11\controlset001\enum\firadisk\disk\1&2b2f4947&0&1.1"/f/v "Class"/t reg_sz/d "DiskDrive"
REG ADD "hklm\11\controlset001\enum\firadisk\disk\1&2b2f4947&0&1.1"/f/v "MFG"/t reg_sz/d "(Standard disk drive)"
REG ADD "hklm\11\controlset001\enum\firadisk\disk\1&2b2f4947&0&1.1"/f/v "FriendlyName"/t reg_sz/d "RAM Disk "
REG ADD "hklm\11\controlset001\enum\root\firadisk\0000"/f/v "ConfigFlags"/t reg_dword/d 0
REG ADD "hklm\11\controlset001\enum\root\firadisk\0000"/f/v "Legacy"/t reg_dword/d 0
REG ADD "hklm\11\controlset001\enum\root\firadisk\0000"/f/v "devicereported"/t reg_dword/d 1
REG ADD "hklm\11\controlset001\enum\root\firadisk\0000"/f/v "Service"/t reg_sz/d "Firadisk"
REG ADD "hklm\11\controlset001\enum\root\firadisk\0000"/f/v "HardwareID"/t reg_multi_sz/d "Root\firadisk"
REG ADD "hklm\11\controlset001\enum\root\firadisk\0000"/f/v "compatibleids"/t reg_multi_sz/d "DETECTEDInternal\ Firadisk\0detected\firadisk "
REG ADD "hklm\11\controlset001\enum\root\firadisk\0000"/f/v "capabilities"/t REG_DWORD/D 0
REG ADD "hklm\11\controlset001\enum\root\firadisk\0000"/f/v "Parentidprefix"/t reg_sz/d "1&2b2f4947&0"
REG ADD "hklm\11\controlset001\enum\root\firadisk\0000"/f/v "Classguid"/t reg_sz/d "{ 4d36e97b-e325-11ce-bfc1-08002be10318} "
REG ADD "hklm\11\controlset001\enum\root\firadisk\0000"/f/v "Class"/t reg_sz/d "SCSIAdapter"
REG ADD "hklm\11\controlset001\enum\root\firadisk\0000"/f/v "MFG"/t reg_sz/d "Karyonix"
REG ADD "hklm\11\controlset001\enum\root\firadisk\0000"/f/v "DeviceDesc"/t reg_sz/d "Firadisk Virtual Disk Enumerator"
REG ADD "Hklm\11\controlset001\services\firadisk"/f/v "Type"/t reg_dword/d 1
REG ADD "Hklm\11\controlset001\services\firadisk"/f/v "Start"/t reg_dword/d 0
REG ADD "Hklm\11\controlset001\services\firadisk"/f/v "ErrorControl"/t reg_dword/d 1
REG ADD "Hklm\11\controlset001\services\firadisk"/f/v "Tag"/t reg_dword/d 21
REG ADD "Hklm\11\controlset001\services\firadisk"/f/v "ImagePath"/t reg_expand_sz/d "System32\drivers\firadisk.sys"
REG ADD "Hklm\11\controlset001\services\firadisk"/f/v "DisplayName"/t reg_sz/d "Firadisk Virtual Disk Driver"
REG ADD "Hklm\11\controlset001\services\firadisk"/f/v "Group"/t reg_sz/d "Boot Bus Extender"
REG ADD "hklm\11\controlset001\services\firadisk\parameters"/f/v "PnP"/t reg_dword/d 1
REG ADD "hklm\11\controlset001\services\firadisk\security"/f/v "Security"/t reg_binary/d 01001480b8000000c4000000140000003000000002001c000100000002801400ff010f00010100000000000100000000020088000600000000001400f d01020001010000000000051200000000001800ff010f0001020000000000052000000020020000000014008d01020001010000000000050400000000 0014008d010200010100000000000506000000000014000001000001010000000000050b00000000001800fd010200010200000000000520000000230 20000010100000000000512000000010100000000000512000000

Echo┌─────────────────────────────────┐
echo│ Restore enum read-only permissions │
Echo└─────────────────────────────────┘
SetACL Machine\11\controlset001\enum/registry/set Everyone/read

Echo┌─────────────────────────────────┐
Echo│ memory disk set to C drive │
Echo└─────────────────────────────────┘
REG ADD "hklm\11\mounteddevices"/f/v "\dosdevices\c:"/t reg_binary/d fc57b2d94e68cb4dab7903cfa2f6b750

Echo┌─────────────────────────────────┐
Echo│ Uninstalling the Registration form │
Echo└─────────────────────────────────┘
Reg Unload Hklm\11
IF ERRORLEVEL 1 Echo Uninstalls the registry fails, press any key to exit. &pause>nul &exit

Echo┌─────────────────────────────────┐
echo│ Copy driver files Firadisk.sys to drivers directory │
Echo└─────────────────────────────────┘
copy. \file\firadisk.sys A:\WINDOWS\system32\drivers\/y


Echo┌─────────────────────────────────┐
Echo│ finished, please carefully see if there is an error, press any key to exit ... │
Echo└─────────────────────────────────┘
Pause >nul
6, detach the virtual disk file from the disk management of the system after success E:\RAMOS\ SDXP.VHD, and then use Wincontig finishing E:\RAMOS\sdxp.vhd and firadisk.img.
7. Use Bootice to modify the existing system MBR to the Grub4dos,menu.lst menu as follows:
title Sdvhdxp Install
password=123
Find--set-root/ramos /SDXP.VHD
Map--heads=2--sectors-per-track=18--mem (MD) 0x800+4 (©)
Map/ramos/firadisk.img (fd0)
Map/ Ramos/firadisk.img (FD1)
Map/ramos/sdxp.vhd (hd0)
Map (hd0) (HD1)
Map--e820cycles=-1
# After entering Grub4dos, press the E key to change to 1-4 to prevent blue screen.
Map--harddrives=1
Map--hook
Write [Firadisk]\nstartoptions=disk,vmem=find:/ramos/sdxp.vhd,boot; Floppy,vmem=find:/ramos/firadisk.img;\n\0
Root (hd0,0)
Chainloader +1

Title Sdvhdxp Modify
Password=123
Find--set-root/ramos/sdxp.vhd
Map--heads=2--sectors-per-track=18--mem (MD) 0x800+4 (99)
Map/ramos/sdxp.vhd (hd0)
Map (hd0) (HD1)
Map--e820cycles=-1
#进入grub4dos后按e键按要求修改为1-4 prevent a blue screen.
Map--harddrives=1
Map--hook
Write ([firadisk]\nstartoptions=disk,vmem=find:/ramos/sdxp.vhd;\n\0]
Root (hd0,0)
Chainloader +1

Title Vhdxp RAMOS
Find--set-root/ramos/sdxp.vhd
Map--mem/ramos/sdxp.vhd (hd0)
#map (hd0) (HD1)
Map--e820cycles=-1
Map--hook
Root (hd0,0)
Chainloader +1
8, choose the first menu Sdvhdxp install the normal installation good ghostxp.
9, select the second menu Sdvhdxp modify normal start Vhdxp Modify mode.
10, choose the Third menu to enter Sdvhdxp RAMOS.
This way without formatting the original system disk, just with Grub4dos+firadisk on the VHDXP, the XP with ghost quickly poured into the VHD, installation, modification, memory system all done, simple and convenient, and no more difficult to use the Vboot!

According to this idea, the 6th step of the two menu items are unsuccessful, the scroll bar does not appear after the blue screen, just hint that the system is not installed, that is, the card in the system deployment here. The physical machine above has successfully started VHDXP with Firadisk. The forum has not done so successfully, please give some advice.

http://bbs.wuyou.net/forum.php?mod=viewthread&tid=314772&page=1#pid2833384
Offline production of Firadisk drives under PE ramos.rar (738.81 KB, download count: 290)
Only for XP and 2003 systems

He this batch, I removed the swap disk portion, because the Gho installation to the VHD should not swap disks, swap disk is suitable to be installed from the solid C disk and then pour into the VHD.
Echo┌─────────────────────────────────┐
Echo│ original C disk to B disc │
Echo└─────────────────────────────────┘
Set N=hklm\11\mounteddevices
Set M=\dosdevices\
for/f "tokens=2* delims="%%a in (' reg query%n%/V "%m%c:" ') Do (
REG ADD%n%/V "%m%b:"/d%%b/t%%a/f
reg delete%n%/V "%m%c:"/F
)

Echo┌─────────────────────────────────┐
Echo│ memory disk set to C drive │
Echo└─────────────────────────────────┘
REG ADD "hklm\11\mounteddevices"/f/v "\dosdevices\c:"/t reg_binary/d fc57b2d94e68cb4dab7903cfa2f6b750

Do not swap the disk, the scroll bar is finished after the prompt: The system is not installed. Please rerun the Setup program.
If swapping disks, direct Ed blue screen.
Judging from the phenomenon, the firadisk should have been started.

Ask for help Win7 install VHD XP dual system with Winvblock-comprehensive discussion area-hassle-free launch forum-Powered by discuz!
Http://bbs.wuyou.net/forum.php?mod=viewthread&tid=322883&highlight=vhd%2Bxp
This brother also did not know to do success did not, after a post on the heard, his ideas and I, just changed winvblock.
The winvblock mentioned in that post does not appear to be suitable for offline import of Winvblock drivers, for online import.

Http://bbs.wuyou.net/forum.php?mod=redirect&goto=findpost&ptid=322883&pid=2876699&fromuid= 298214
Using the 0.0.0.8 version of Winvblock in this post, the VHD is loaded with a VDM to a drive, then Regedit is run in Win7pe and the registry hive A:\windows\system32\config\system to Sys is loaded, Then double-click on the Sys.reg file, the INF and System32 directories to copy the files under the corresponding folder A:\windows\, the grub4dos menu write:
Title Sdvhdxp Modify-winvblock
Password=123
Find--set-root/ramos/sdxp.vhd
Map/ramos/sdxp.vhd (hd0)
Map (hd0) (HD1)
Map--e820cycles=-1
#进入grub4dos后按e键按要求修改为1-4 prevent a blue screen.
Map--harddrives=1
Map--hook
Root (hd0,0)
Chainloader/ntldr
Whether or not to add map--harddrives=1 is 7B BSOD.


Install Ghost version XP to VHD with Grub4dos+firadisk (succeeded)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.