Posted by: hario on: April 26, 2008
For some bizarre reason the silly people working at Sony decided to disable the Intel VT extensions by default. But hackers are always smarter than stupid salesmen making decisions in some random department of a Enormous Big Company™: there is a way to re-enable VT extensions.
Big FAT warning: I have only checked this with a Vaio VGN-TZ11MN/N with a Phoenix BIOS version R0052N7. Following the instructions detailed here may render your computer totally unusable, and I decline all responsiblity on the correctness of this method. It worked for me, however.
Fortunately, the code needed to enable the virtualization extensions is still in the BIOS, but there is no menu which allows for easy configuration, so we need to modify the setting using a somewhat “manual” method.
# dd if=fdosfloppy.img of=/dev/sda
# modprobe kvm-intel # emerge kvm
For KVM I am using the ebuilds from the sabayon overlay. Also, if there is an error when trying to load the KVM kernel module, maybe you did not follow the procedure correctly: double-check your steps, and remember that using dmesg|tail you can check whether VT is still disabled by the BIOS.
For the intrepidous people trying this, I hope you will have good luck (as I did
), but remember that I can only say that this works for a VGN-TZ11MN/N with a Phoenix BIOS version R0052N7.
attempting to solve the same problem on VGN-FW21Z
my question would be how you came to identify 0363 as a address for VT enabling
cheers,
May 2, 2008 at 14:03
Interesting post, and interesting way to enable virtualization extensions in Vaio BIOS, it’s really a dirty, but funny hack!