PDA

View Full Version : [ubuntu] "activation error" in vista under virtualbox


varonbondumb
August 22nd, 2008, 01:09 AM
sorry if this is posted in the wrong forum

my problem: I installed Vista on this computer using virtualbox and everything has gone well for a week or two, until now. on attempting to boot up the vista installation, it gave me an "activation error", and after re-entering the valid vista code, it said "a problem occurred when windows tried to activate. error code 0xC004F063." after clicking 'more information', it said "description: the software licensing service reported that the BIOS is missing a required license."

the best possible match for a solution came at
http://forums.virtualbox.org/viewtopic.php?t=3224&postdays=0&postorder=asc&start=0&sid=3d7fd1fdde9cfb98ca56a303825ceb4f

I have the vista installation disc, have installed vista to its own partition for dual booting purposes with no problem. all i need to do is use internet explorer (yes, tried ies4linux / wine which wont properly run what I need to run) and I don't want to have to dual boot into windows to do one simple task.

the link above might be the solution I am looking for, but past running the "sudo dmidecode -t 1", I feel like a monkey looking at a math problem.

any ideas?

varonbondumb
August 29th, 2008, 03:03 AM
/bump

frup
August 29th, 2008, 03:12 AM
Did you upgrade virtualbox? My brother has vista in virtualbox and it did the same when he upgraded it, luckily he had made a snapshot on install with my advice. Snapshots are a really good idea when using virtual machines.

swoll1980
August 29th, 2008, 03:18 AM
If you had already installed it on the computer and registered it, it logged your hardware with MS. Now you go into vbox install it, it uses the vbox hardware configuration, but the same serial# which is a red flag to MS. MS thinks your trying to install the same license on several computers

varonbondumb
September 3rd, 2008, 09:07 PM
I never did make any snapshots as I never thought to use them. I understand them to be 'system restore points'

is there any (easy) way to be able to let virtualbox tell windows that its using the proper motherboard (in this case, the same motherboard it is registered to), or something similar?

DGortze380
October 19th, 2008, 12:54 AM
I never did make any snapshots as I never thought to use them. I understand them to be 'system restore points'

is there any (easy) way to be able to let virtualbox tell windows that its using the proper motherboard (in this case, the same motherboard it is registered to), or something similar?

Call and beg for a new key until they give you the inevitable 'Go buy a new copy. What you're trying to do violates the license' speech.

Honestly though, it sucks, but that's the way they are with the licenses. You could try to reinstall, it should then give you two more weeks to register during which time you can attempt to take a snapshot, and just continually revert to it.

Disclaimer: I have no idea as to the legality or EULA implications of doing that.

tweakedenigma
October 19th, 2008, 12:59 AM
Not sure about this but I seem to remember MS saying that the Vista Homes are not allowed to be run in VM's. I'm not sure if there was an update to Vista or Virtualbox that allows them to enforce this but it might be part of the problem,

aman7731
July 15th, 2009, 03:09 PM
Using Virtualbox 2.1.4_OSE provides a simple resolution for this problem.
On a Dell desktop:
1. run
sudo dmidecode -t02. run
sudo dmidecode -t1This provides the information you need to provide next.
3. run the following and replace "Vista" with the name of your virutal machine, and replace the values with those from your DMI:

VBoxManage setextradata "Vista" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVendor" "Dell Inc"
VBoxManage setextradata "Vista" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVersion" "1.1.4"
VBoxManage setextradata "Vista" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSReleaseDate" "12/09/2006"
VBoxManage setextradata "Vista" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemVendor" "Dell Inc"
VBoxManage setextradata "Vista" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemProduct" "Dimension E521"
I'm not sure they are all necessary, but they get the job done. After you have changed these, restart your vista virtual machine and re-enter your activation code.

emwaiz
November 10th, 2009, 07:58 AM
Hi everyone ... I've been using VirtualBox 3.0.8 OSE for my Vista guest. The same problem I'm facing now ... I couldn't activate my Vista product key.

1. Bios information
dmi decode -t0

Vendor: Acer
Version: v1.3401
Release Date: 11/06/2007

2. System information
dmi decode -t1

Manufacturer: Acer, inc.
Product Name: TravelMate 6292
Version: Not Applicable

I've followed the instruction to enter them in the terminal

VBoxManage setextradata "Vistaem" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVendor" "Acer"
VBoxManage setextradata "Vistaem" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVersion" "v1.3401"
VBoxManage setextradata "Vistaem" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSReleaseDate" "11/06/2007"
VBoxManage setextradata "Vistaem" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemVendor" "Acer, inc."
VBoxManage setextradata "Vistaem" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemProduct" "TravelMate 6292"

Restarted my virtual machine, entered the original product serial key.
Then, activation error. Really in mess now. Really need my Vista to run in my Ubuntu 9.10. TQ in advance!