
02-21-2008, 04:47 AM
|
Tiger
|
|
Join Date: Feb 2008
Posts: 261
|
|
if you already have Leopard running just open terminal and follow these simple steps.
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.
|