You want the file darwinx86-801.iso
- Set machine type to Windows NT 4 (you want to avoid an EFI machine)
- PIIX3 chipset, 256MB of RAM is okay. Set ethernet controller to Intel 82540EM (Darwin 8.x has a driver for it)
- Enable ACPI with
VBoxManage modifyvm OpenDarwin --acpi on
- Set up storage: PIIX3 controller with host i/o cache enabled.
- Virtual hard disk should be first disk. I created an 80GB drive.
- CDROM as second disk
- Start machine. Interrupt boot and at the command line type:
-v rd=disk1s2
and press enter - Follow install instructions, partition the entire disk. The installer should create only a single partition
- After install, eject CD. At boot time, boot with
-v rd=disk0s1
You want the file opendarwin-7.2.1.iso
- Set machine type to Windows NT 4 (you want to avoid an EFI machine)
- PIIX3 chipset, 256MB of RAM is okay
- Disable ACPI with
VBoxManage modifyvm OpenDarwin --acpi off
- Set up storage: PIIX3 controller with host i/o cache enabled.
- Virtual hard disk should be first disk. I created an 80GB drive.
- CDROM as second disk
- Start machine. Interrupt boot and at the command line type:
-v rd=disk1s3
and press enter - Follow install instructions, partition the entire disk. The installer should create only a single partition (older versions create two)
- After install, eject CD. At boot time, boot with
-v rd=disk0s1