dual boot

i have a dual boot linux mandrake10 and windows xp and i have installed the bootloader at the mbr, how can i remove linux and the bootloader without damaging windows??? can i do it in the windows environment???

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar26.webp

151 Posts
Location -
Joined 2003-12-23
i have a dual boot linux mandrake10 and windows xp and i have installed the bootloader at the mbr, how can i remove linux and the bootloader without damaging windows???
can i do it in the windows environment???

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar05.webp

500 Posts
Location -
Joined 2004-04-06
I currently have fedora core 2 and win xp on a single hard disk in my pc. I intend to remove the win xp installtion and reinstall. How do i restore the grub bootloader after that cos i know that the windows bootloader will overide the grub bootloader.

data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
I hope you have a good reason to re-install Windows!
 
Anyway, I borrowed the following from another forum;
 
You have to boot from the first cd of fedora, in rescue mode.
If you are in the prompt, do the following:
 
# chroot /mnt/sysimage
# grub-install <device> (where device is /dev/hda, if that is where you MBR is at)
 
Of course, if you have a boot floppy, go to a root console and just type in;
 
# grub-install <device>