Serial Number "El Capitan" and Apple Id

Discussions about using Mac OS X guests (on Apple hardware) in VirtualBox.
Post Reply
Basicline
Posts: 1
Joined: 31. Oct 2015, 21:07

Serial Number "El Capitan" and Apple Id

Post by Basicline »

I have installed "El Capitan" but in the properties I get "Serial number 0" and I can not access my Apple ID. Is there any way to put a valid serial number to access my applications.

Thanks and regards.
loukingjr
Volunteer
Posts: 8851
Joined: 30. Apr 2009, 09:45
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: just about all that run

Re: Serial Number "El Capitan" and Apple Id

Post by loukingjr »

Attach the vbox.log for the guest.
With the VM fully shut down, right click it in the VB GUI. Select "Show Log" and save "VBox.log" to a zip file. Attach the zip here.
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
poodle989
Posts: 1
Joined: 25. Feb 2016, 07:00

Re: Serial Number "El Capitan" and Apple Id

Post by poodle989 »

Hey I was wondering if there was a solution found to this yet. I have searched online and it was suggested to try this in terminal:

VBoxManage setextradata "VM Name" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemSerial" "MacSerial"
and
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemSerial" "MacSerial"

where VM Name is my virtual machine name and MacSerial is the serial number of my Host mac.

But if I try those I get an error when trying to run the VM I get the following error
Failed to open a session for the virtual machine macosx.

Configuration error: Querying "RamSize" as integer failed (VERR_CFGM_VALUE_NOT_FOUND).

Result Code: NS_ERROR_FAILURE (0x80004005)
Component: ConsoleWrap
Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}

I have attached a copy of the log for you as well.
Attachments
macosx-2016-02-25-15-58-08.log.zip
(22.85 KiB) Downloaded 200 times
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Serial Number "El Capitan" and Apple Id

Post by mpack »

I see a lot of problems with that config (RAM way too high, VRAM laughably low), so are you sure your only problem is your Apple ID? I can't comment on the latter problem as I'm not an Apple user.
ntrcessor
Posts: 2
Joined: 2. Aug 2015, 06:09

Re: Serial Number "El Capitan" and Apple Id

Post by ntrcessor »

I too have tried the above mentioned Set serial, found an article that stated "MACSerial#" should be formated:
"string:MACSERIAL#"

However, I'm getting the same error message.
ntrcessor
Posts: 2
Joined: 2. Aug 2015, 06:09

Re: Serial Number "El Capitan" and Apple Id

Post by ntrcessor »

Ok, can set serial #, replace pcbios with efi

VBoxManage setextradata "MACOSX" "VBoxInternal/Devices/efi/0/Config/DmiSystemSerial" "string:MACSERIAL#"

This successfully sets the serial #, however still cannot log into APP Store. Itunes works though.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Serial Number "El Capitan" and Apple Id

Post by mpack »

@ntrcessor: We'll need to see a (zipped) log file before anyone can comment on your posts.
Post Reply