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!