
01-13-2008, 01:10 AM
|
 |
|
|
Join Date: Jan 2008
Location: Spain
Posts: 450
|
|
after that, you will fix the windows boot
boot over windows dvd
open command prompt and type
diskpart
select disk 0
list partition
select partition X (X=windows partition)
active
exit
bootrec /RebuildBCD
Add installation to boot list? (yes)
diskpart
select partition Y (Y=leopard partition)
active
exit
|