I installed windows 7 (enterprise, amd64) in kvm (to /dev/hdb) because I don't have a dvd drive on this box, so I just started kvm with the parameters "-hda /dev/hdb -cdrom win7.iso".
That installs & boots just fine, however when I try to boot it without virtualization it gives me a blue screen but reboots before I can see what the error is.
I'm booting it like this:
title win7-amd64
rootnoverify (hd2,0)
map (hd0) (hd2)
map (hd2) (hd0)
makeactive
chainloader +1
(hd2 is hdb)
Any ideas?