View Single Post
 
Old 02-21-2008, 04:47 AM
eddie11c eddie11c is offline
Tiger
 
Join Date: Feb 2008
Posts: 261
if you already have Leopard running just open terminal and follow these simple steps.

Code:
diskutil list
Remember what disk/partition your going to use for XP
Code:
fdisk -e /dev/rdiskX ##replace X with your disk number
f Y ##where Y is the Windows partition number
update
w ## will say it needs to reboot to initialize it enter y
q
Then try loading your windows up.
Reply With Quote