Jump to content
5 posts in this topic

Recommended Posts

I have an extra machine running Windows Server 2003 and I want to do a native install of OSX x86. Will I be able to do it from Server2k3 or do I need to install XP first?

If you're using the dd method, you could do it from a Linux boot CD. Assuming your main machine's IP address is 192.168.1.2, has a share called "image", and you want to overwrite Windows on your primary master hard drive, you'd do

 

mkdir /mnt/image
mount -t smbfs -o lfs,username=Administrator //192.168.1.2/image /mnt/image
Password: [you enter your password]
dd if=/mnt/image/vmware-flat.img of=/dev/hda bs=2M

×
×
  • Create New...