James <wireless <at> tampabay.rr.com> writes: > Once again, I'm installing several amd64 systems with dual boot XP. > I always have to nuke the XP, reformat, leave sda1 for XP and continue > on with the install. Since I am installing Gentoo first (amd64 livedcd) > is there any things to watch out for, when I go back and put XP on the sda1 > partition?
Well, I know it's not kosher to answer your own emails, but here's what I did for lack of a smoother proceedure. 1. Use livedCD to reformat the entire drive. NTFS is formated onto the first partition sda1. 2. Use the remainder of the disk for Gentoo, reiserfs. 3. Continue on with the livedcd install, using the amd64 binaries on the disk; quick and easy. 4. Reboot the system with XP (do not use recovery CD) in the cdrom drive. 5. Install XP in the NTFS (sda1) partition; leave the NTFS formating performed during the LiveCD installation process (never trust Microsoft with disk formatting. 6. Since it will now only boot XP, I load the liveCD for AMD64 into the CDrom and reboot. 7. Boot up the livecd and fire up a terminal session. 8. go root (sudo su). 9. mkdir /mnt/temp 10. mount /dev/sda2 /mnt /temp (location of /boot partition). 11 run grub 'grub' a. grub> root (hd0,1) b grub> setup (hd0) c grub> quit Just like the handbook. I had to use 'hd' even though the drive is an sd (sata) drive with grub...... I wish there was a smoother way to perform dual boot installs? Hope this helps somebody else....it works for me. and is now fairly mechanical.... James -- [email protected] mailing list

