Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
Description
I have a HDD image with Windows XP SP3, the FAT32 partition begins at 7E00 offset (32256 in dec). Windows Server 2003 NTLDR successfully boots the Windows XP installation after loading it to RamDisk, while Freeloader, loads the image to RamDisk, but cannot find the hive.
The NTLDR boot.ini entry:
ramdisk(0)\WINDOWS="Windows XP" /RDPATH=WinRAM.img /RDIMAGEOFFSET=32256 |
The Freeloader freeldr.ini entry:
[Windows_Ram]
|
BootType=Windows2003
|
SystemPath=ramdisk(0)\WINDOWS |
Options=/RDPATH=WinRAM.img /RDIMAGEOFFSET=32256 |