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???
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???
can i do it in the windows environment???
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
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>
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>