View Single Post
Old Sep 5, 2006, 08:59 AM   #2 (permalink)
UberLord
A Legend in Underwear
 
UberLord's Avatar
 
Join Date: May 2002
Location: Unknown
Posts: 5,256
UberLord is on a distinguished road

If you can boot off a live CD and get to a command prompt you can do this - assuming you will use grub to choose between XP and Linux

Code:
cd /tmp
mkdir ubuntu
mount /dev/<WHERE UBUNTUU IS INSTALLED - like hda6 fex>
chroot ubuntu /bin/bash
source /etc/profile
mount /boot
grub
At this point enter these grub commands - note hd0,0 refers to first disk, first parition - change accordingly to where grub is installed
Code:
root (hd0,0)
setup (hd0)
quit
Now reboot like so
Code:
umount /boot
exit
umount ubuntu
reboot
__________________
Gentoo Linux - Developer (baselayout)
Read my blog

"I contend that we are both atheists. I just believe in one fewer god than you do. When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours."
Stephen Roberts
UberLord is offline   Reply With Quote