I have a laptop with two internal Hard Drives.
One HD with Windows 7 the second Hard Drive with Qubes on it.
Is it possible to run Windows 7 from a VM's Qubes instead of building a Win dows's VM ?
Thx
This is very likely. Bootloader is usually installed on whole drive (e.g., /dev/sdc) rather than on its partition (e.g., /dev/sdc1). I am not even sure if BIOS could boot from bootloader installed on a partition. Maybe also Windows do not like the fact they have just a partition and not a partition table.
Moreover, I do not recommend booting Windows this way. If they are on a partition accessible to dom0, the dom0 might try to parse its filesystem etc., which might expose some vulnerabilities. It seems to be more wise to convert the /dev/sdc1 to some image file (or a LVM volume, provided that you have carefully configured LVM, like Q4 has).