Stupid question but this doesn't work, seems like it should. Is there a trick to access a booting Guest VM's bootmenu using KVM
? I'm running the VM using virt-manager
0.8.7. KVM
server is a CentOS 6.3 box running qemu-kvm-0.12.1.2-2.295.el6_3.8.x86_64
. Guest is Windows 2008R2.
I added this to the Guest VM's XML:
% virsh edit DR-01
...
<os>
<type arch='x86_64' machine='rhel5.4.0'>hvm</type>
<boot dev='hd'/>
<bootmenu enable='yes'/>
</os>
Doesn't give me the ability to hit the F8 key. Any ideas how to accomplish this?