 Lazlomass Arndt |
Posted - 2007.12.10 14:51:00 - [ 1]
Edited by: Lazlomass Arndt on 10/12/2007 15:23:09 Edited by: Lazlomass Arndt on 10/12/2007 [i]15:20:16
Hello,
Maybe a little late however, if you are using Bootcamp and were affected by the boot.ini problem and have no WinXP CD: Download and create a boot disc of 'Knoppix' when in Mac OS X, when booted in knoppix you can force mount your WinXP partition and edit/create a boot.ini file.
Knoppix http://www.knoppix.org/
I downloaded and used: KNOPPIX_V5.1.1CD-2007-01-04-EN.iso (may require Toast to burn the iso)
How to force mount while in Knoppix: http://rhadimas.wordpress.com/2006/10/15/fix-the-windows-bootini-file-with-knoppix2/
Open a terminal and mount the drive manually using this command:
sudo mount -t captive-ntfs -o uid=knoppix,gid=knoppix /dev/hda1 /mnt/hda1
(replace "hda1" for the name of your windows partition)
|