Add fix for VirtualBox on Mac
[devwiki.git] / vmdk.mdwn
index 69ff30e..2f03f9d 100644 (file)
--- a/vmdk.mdwn
+++ b/vmdk.mdwn
@@ -19,13 +19,17 @@ The Image should work with:
 * qemu (tested)
 * Vmware
 
+To use VirtualBox on a Mac, you will need to modify the virtual hardware configuration to add a serial port, though it can be disabled.
+
+If that causes eth0 to turn into eth1, do the following and reboot.
+
+$ sudo rm /etc/udev/rules.d/70-persistent-net.rules
+
 The image expects:
 
 * PAE to be enabled
 * An ioapic to be enabled
 
-
-
 ## Consoles
 
 Consoles are available on hvc0 (virt_ops console for xen), ttyS0 (serial console) and on the monitor and keyboard.