Hello,
My current (and only) desktop computer is an aging Windows 7, which I'd like to put on my Proxmox before I transition to more modern hardware.
I've read around a bit about this whole P2V thing and tinkered with it, but still keep getting those dreaded 0x0000007B BSODs on boot, when the orb thingies start swirling.
I like to think I know what the problem is, but I'm wary about the usual solutions...
But first things first:
I went the
My CPU is an Intel i7 3770K, so I went with IvyBridge (I even tried some more generic ones, to no avail).
When I tinker a bit more and set
Obviously the System Recovery tools won't actually fix anything, but at least it confirms that I'm missing those drivers in my OS.
I'm aware of
I won't pretend I understand exactly what it does, but checking at the
The last time I did tamper with AHCI was like a decade ago, and I couldn't access my OS afterwards, that's why I'm extra-careful.
Can/should the
Is
My current (and only) desktop computer is an aging Windows 7, which I'd like to put on my Proxmox before I transition to more modern hardware.
I've read around a bit about this whole P2V thing and tinkered with it, but still keep getting those dreaded 0x0000007B BSODs on boot, when the orb thingies start swirling.
I like to think I know what the problem is, but I'm wary about the usual solutions...
But first things first:
I went the
Disk2vhd
way to export my C: drive, mostly following Michael Sage's guide (the main difference being that I converted the vhdx
outside of where the images are, and imported it with qm importdisk
).My CPU is an Intel i7 3770K, so I went with IvyBridge (I even tried some more generic ones, to no avail).
When I tinker a bit more and set
vm-201-disk-1
to virtio
, I can load the proper drivers and the drive can be seen.Obviously the System Recovery tools won't actually fix anything, but at least it confirms that I'm missing those drivers in my OS.
I'm aware of
MergeIDE
and the like, and that's were I'm being cautious...I won't pretend I understand exactly what it does, but checking at the
.reg
file, it sets the PCCIde Start key to 0
, while my current configuration has it to 3
(and MSAHCI is 0
, in case that's relevant).The last time I did tamper with AHCI was like a decade ago, and I couldn't access my OS afterwards, that's why I'm extra-careful.
Can/should the
virtio
drivers somehow be loaded in my current bare-metal system beforehand, or will it mess my OS up ?Is
MergeIDE
the only alternative (I'd rather steer clear of sysprep
) ?