On Fri, 2003-01-17 at 18:19, Stefan Lehmann wrote:
> Hi,
> 
> how can i reactivate grub after installing windows xp ?
> 
> greetz stefan
> ______________________________________________________________________________
> Mit der Gruppen-SMS von WEB.DE FreeMail erreichen Sie mit einem Klick 
> alle Freunde gleichzeitig! http://freemail.web.de/features/?mc=021180

boot to the first disk with 'linux rescue'.

Once it mounts your volumes hit Alt + F2.


type in:

chroot /mnt/sysimage

type 'bash -login'

type 'grub'

then: {If you boot off of /dev/hda1}

grub> root (hd0,0)
....
grub> setup (hd0)



Note:

    Partition numbers in grub start at 0, instead of 1.


js


-- 
VB programmers ask why no one takes them seriously, 
it's somewhat akin to a McDonalds manager asking employees 
why they don't take their 'career' seriously.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to