I've been given an Asus laptop from work. It seems they made the brilliant decision to ship laptops with Core 2 Duos that support hardware virtualization and not provide any BIOS option to flip it on. Which, uhh, sucks balls, considering I would like to run VMs on it.
Wouldn't it be possible to add a little bit of assembly to something like grub to handle flipping on virtualization right after the system boots?
As far as I can tell you:
disable NX
enable hardware VT (somehow?)
I would seriously like to find some way to do this as otherwise this laptop is far less valuable to me...
Wouldn't it be possible to add a little bit of assembly to something like grub to handle flipping on virtualization right after the system boots?
As far as I can tell you:
disable NX
enable hardware VT (somehow?)
I would seriously like to find some way to do this as otherwise this laptop is far less valuable to me...
Comment