Cant get OSX server guest working on OSX host
Posted: 27. Oct 2010, 17:40
Hi folks,
I am trying to get an OS X server guest working under VirtualBox 3.2.10 and an OS X host. The Host: 1st gen MacPro dual core Intel Xeon 3ghz running 10.6.4 server. I attempted to run to get you the config info for the guest, but it gives me this error:
I tried the same command on other guests that are running ok and I got the same error. I will detail current potentially relevant settings manually:
Currently I have several Windows XP and RedHat guests running successfully. Ive been using the Web Interface and running all guests in headless mode with the OS X server at the log in screen. All seems well generally. However, when I try to get an OS X guest going, I run into some problems that stop me very early on in the process. Ive tried just about every configuration of storage devices, and various methods found on the internet. Ive done as much research as I can and Im stumped. Documentation says this should just work, but it doesnt. The ISO's im using were made by ripping retail copies of OSX server install discs with Disk Utility as a CD/DVD master, then changing the ".cdr" suffix to ".iso" This method has worked for windows installer discs, and other ISO's so I figure the method of obtaining my ISO is ok, but some feedback on that would be appreciated. Heres whats happens:
In this configuration it will attempt to boot into the installer until it reaches a line that says: Intel8254X -- Negotiated Speed: 1 Gb/s, Duplex: Full, Flow Control: Receive Pause Disabled, Transmit Pause Disabled, and then it says "Still waiting for root device" which it will repeat over and over indefinitely. If I get rid of the SATA controller, put the Hard Disk as Primary Master on the IDE controller, and make the CD drive secondary master, same outcome. Using a 10.6 server iso yields same outcome. Using other Hard Disks seem to make no difference.
I tinkered with all the settings, checking and unchecking, nothing improved the situation, so I decided to log into the server's desktop and try working from the VirtualBox GUI in non-headless mode. Seems I found something awry. Every machine I try to launch from the GUI says:
Same result if I try to launch any of my machines from the command line.
Thanks in advance for any help, I really appreciate it!
I am trying to get an OS X server guest working under VirtualBox 3.2.10 and an OS X host. The Host: 1st gen MacPro dual core Intel Xeon 3ghz running 10.6.4 server. I attempted to run
Code: Select all
VBoxManage showvminfo x5vbCode: Select all
ERROR: Could not find a registered machine named 'x5vb'
Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBox, interface IVirtualBox, callee nsISupports
Context: "FindMachine(Bstr(VMNameOrUuid), machine.asOutParam())" at line 2070 of file VBoxManageInfo.cppCode: Select all
General== OS: Mac OS X, Version: Mac OS X Server
System/Motherboard== Boot Order: CD then Hard Disk, Extended Features: Enable IO APIC checked
System/Processors== 1 CPU, Enable PAE/NX checked
System/Acceleration== Enable VT-x/AMD-V checked, Enable Paging checked
Storage Controllers== IDE Controller Type ICH6 with Use host I/O cache checked (for CD), SATA Type AHCI with use host I/O cache checked
Storage Devices== IDE: Slot: Primary Master wth Device: OSX_10_5_Server.iso. SATA: Slot: Sata Port 0, Hard Disk: x5vb.vdi, Differencing unchecked, 20GB Fixed, Type: Normal (VDI)
Audio== not enabled
Network== Attached to: Bridged Adapter, Name: en0: Ethernet 1, Type: Intel Pro/1000 T Server network card (I82543GC), cable connected is checked
USB== Enable USB 2.0 Controller is checked
Shared Folders== noneIn this configuration it will attempt to boot into the installer until it reaches a line that says: Intel8254X -- Negotiated Speed: 1 Gb/s, Duplex: Full, Flow Control: Receive Pause Disabled, Transmit Pause Disabled, and then it says "Still waiting for root device" which it will repeat over and over indefinitely. If I get rid of the SATA controller, put the Hard Disk as Primary Master on the IDE controller, and make the CD drive secondary master, same outcome. Using a 10.6 server iso yields same outcome. Using other Hard Disks seem to make no difference.
I tinkered with all the settings, checking and unchecking, nothing improved the situation, so I decided to log into the server's desktop and try working from the VirtualBox GUI in non-headless mode. Seems I found something awry. Every machine I try to launch from the GUI says:
Code: Select all
Failed to open a session for the virtual machine x5vb.
The virtual machine 'x5vb' has terminated unexpectedly during startup because of signal 6.
Details: Result Code: NS_ERROR_FAILURE (0x80004005)
Component: Machine
Interface: IMachine {looks like uuid here}Thanks in advance for any help, I really appreciate it!