LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Dual booting Vista and RedHat, how to get rid of RedHat? (https://www.linuxquestions.org/questions/linux-software-2/dual-booting-vista-and-redhat-how-to-get-rid-of-redhat-672942/)

jeriryan 09-28-2008 03:27 PM

Dual booting Vista and RedHat, how to get rid of RedHat?
 
Okay, at the moment I'm dual booting RedHat 5 and Vista, with the GRUB loader. I want to get rid of RedHat (don't worry, I got a new computer I'm using it on), but I'm not sure how to go about it without breaking Vista. So how do I return to pre-RedHat (no GRUB or anything)?

pinniped 09-28-2008 03:40 PM

See if VisDuh still has the "fixmbr" tool; it should be accessible from a command prompt:

fixmbr /?

Then reformat the partition that RH is on.

jay73 09-28-2008 05:41 PM

No, fixmbr appears to have been superseeded by something newer. Someone posted an example some time ago. I would suggest trying the search function of this site.

billymayday 09-28-2008 07:19 PM

As a temporary fix, why not change menu.lst to have
Code:

default=0
timeout=1

assuming default=0 points to the Vista boot entry. Tat way booting will only cost a couple of extra seconds, and if you ever want to re-install anothe distro you want have to re-install grub.

Just an option.

armanox 09-28-2008 11:25 PM

I don't remember it off the top of my head, but Microsoft has instructions for removing Grub. You need the Vista install disk.

linuxer8786 09-28-2008 11:57 PM

You need to go into the BIOS and set the CD to be the first device to boot, put the hard drive second.
Do you have Windows installed already? If so, boot from the CD, enter the recovery console (press R when it asks you whether you want to install windows etc.) When you're at the console, type:
fixmbr
and that will remove GRUB from your system.
If you don't have Windows installed, GRUB will be overwritten as part of the installation.

Linux Archive

armanox 09-29-2008 08:27 AM

Let me say this - THERE IS NO FIXMBR IN THE VISTA CONSOLE

But, fear not. From http://quainttech.blogspot.com/2007/...ista-dual.html

1. Put the Windows Vista installation disc in the disc drive, and then start the computer.
2. Press a key when you are prompted.
3. Select a language, a time, a currency, a keyboard or an input method, and then click Next.
4. Click Repair your computer.
5. Click the operating system that you want to repair, and then click Next.
6. In the System Recovery Options dialog box, click Command Prompt.
7. Type Bootrec.exe /FixMbr, and then press ENTER.

Nightfish 09-29-2008 09:22 AM

or just insert any windows cd that has the fixmbr and run it.
i don't really think that you need a windows vista cd to do this.

Fedora Development

armanox 09-29-2008 07:24 PM

You do - Vista no longer uses the DOS MBR with boot.ini to load - it has a new system.


All times are GMT -5. The time now is 04:17 PM.