Does anyone know how and if it's possible to boot a system installed with qemu using a real physical harddrive?
First I did:
qemu -hda /dev/ad2 -cdrom ~/iso/winxppro.iso -m 512 -boot d
Then I installed windows from within qemu.
But when I try to boot my computer natively from ad2 (secondary master)
it does not recognize the bootsector and stops.
I think qemu does not correctly use the BIOS geometry settings or bootsector location.
Is there any workaround so I can boot the disk both natively and in Qemu?
First I did:
qemu -hda /dev/ad2 -cdrom ~/iso/winxppro.iso -m 512 -boot d
Then I installed windows from within qemu.
But when I try to boot my computer natively from ad2 (secondary master)
it does not recognize the bootsector and stops.
I think qemu does not correctly use the BIOS geometry settings or bootsector location.
Is there any workaround so I can boot the disk both natively and in Qemu?