I have enabled VT in the BIOS, but still get the following error when trying to install an HVM. I''ve checked the docs and can''t see anything which might explain this on the M5. Does anyone have any ideas? Thx, Trev --------------------------------------------------- # virt-install Would you like a fully virtualized guest (yes or no)? This will allow you to run unmodified operating systems. yes What is the name of your virtual machine? laptop2a How much RAM should be allocated (in megabytes)? 1024 What would you like to use as the disk (path)? /tank/s10u4vm Would you like to enable graphics support? (yes or no) yes What would you like to use for the virtual CD image? /var/tmp/x86-dvd.iso Starting install... libvir: Xen Daemon error : POST operation failed: (xend.err ''Error creating domain: HVM guest support is unavailable: is VT/AMD-V supported by your CPU and enabled in your BIOS?'') Traceback (most recent call last): File "/usr/bin/virt-install", line 657, in ? main() File "/usr/bin/virt-install", line 606, in main dom = guest.start_install(conscb,progresscb) File "/export/builds/xvm_80/proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 638, in start_install File "/export/builds/xvm_80/proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 655, in _do_install File "/usr/lib/python2.4/vendor-packages/libvirt.py", line 503, in createLinux if ret is None:raise libvirtError(''virDomainCreateLinux() failed'', conn=self) libvirt.libvirtError: virDomainCreateLinux() failed POST operation failed: (xend.err ''Error creating domain: HVM guest support is unavailable: is VT/AMD-V supported by your CPU and enabled in your BIOS?'') This message posted from opensolaris.org
Trevor, Try powering the machine off completely. Enabling VT doesn''t take effect with a simple reboot - you''ll need to power cycle. Trevor Watson wrote:> I have enabled VT in the BIOS, but still get the following error when trying to install an HVM. I''ve checked the docs and can''t see anything which might explain this on the M5. Does anyone have any ideas? > Thx, > Trev > > --------------------------------------------------- > > # virt-install > Would you like a fully virtualized guest (yes or no)? This will allow you to run unmodified operating systems. yes > What is the name of your virtual machine? laptop2a > How much RAM should be allocated (in megabytes)? 1024 > What would you like to use as the disk (path)? /tank/s10u4vm > Would you like to enable graphics support? (yes or no) yes > What would you like to use for the virtual CD image? /var/tmp/x86-dvd.iso > > > Starting install... > libvir: Xen Daemon error : POST operation failed: (xend.err ''Error creating domain: HVM guest support is unavailable: is VT/AMD-V supported by your CPU and enabled in your BIOS?'') > Traceback (most recent call last): > File "/usr/bin/virt-install", line 657, in ? > main() > File "/usr/bin/virt-install", line 606, in main > dom = guest.start_install(conscb,progresscb) > File "/export/builds/xvm_80/proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 638, in start_install > File "/export/builds/xvm_80/proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 655, in _do_install > File "/usr/lib/python2.4/vendor-packages/libvirt.py", line 503, in createLinux if ret is None:raise libvirtError(''virDomainCreateLinux() failed'', conn=self) > libvirt.libvirtError: virDomainCreateLinux() failed POST operation failed: (xend.err ''Error creating domain: HVM guest support is unavailable: is VT/AMD-V supported by your CPU and enabled in your BIOS?'') > > > This message posted from opensolaris.org > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org
Boris Derzhavets
2008-Jan-03 06:12 UTC
Re: HVM install fails on Toshiba Tecra M5 with NV80
Would find out an exact CPU model. Check vendors site for CPU details. What does vendor say ? Bios on your board is not a fair. This message posted from opensolaris.org
x86info could help to find out the COU capabilities. It''s in the SFE repository (SFEx86info.spec) or take the one from the original website: http://www.codemonkey.org.uk/projects/x86info If you need a solaris x86 binary (as package), I could send it to you. Thomas On Wed, Jan 02, 2008 at 10:12:01PM -0800, Boris Derzhavets wrote:> Would find out an exact CPU model. Check vendors site for CPU details. > What does vendor say ? Bios on your board is not a fair. > > > This message posted from opensolaris.org > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org >-- Thomas Wagner +49-171-6135989 http://www.wagner-net.net
Thanks for the suggestion Thomas. x86info works just fine on my Opteron box, but fails (under NV80) with: readEntry: Bad address Found 2 CPUs I know that the laptop has a T7200 CPU in it, and according to Intel''s website, these support Intel''s VT, so it should, in theory, work, once the BIOS VT setting is enabled. Alas no! Never mind, I will plug on and try to figure it out. This message posted from opensolaris.org