Networking Forums

Networking Forums > Computer Networking > Linux Networking > Removing GRUB

Reply
Thread Tools Display Modes

Removing GRUB

 
 
lekkie.aydot@gmail.com
Guest
Posts: n/a

 
      09-01-2005, 08:09 AM
I tried installin FC4 but the CD 2 had problems with one of the Xlib
files. So I could go ahead. However, GRUB has been installed as the
default Loader. The GRUB cannot load the OS(Windows) on the system. I
think the GRUB crashed or something cos it came with a screen message:
"GNU GRUB version 0.95 (639K lower/ 359360K Upper memory)

[Minimal BASH-like line editing is supported for the first word, TAB
lists possible command completions. Anywhere else TAB lists the
possible completions of a device/filename.]

grub>"

How can I un-instal the GRUB from here and make the windows chainloader
the default loader. And I will also like to know the commands to type
so that I can see the list of commands acceptable.

 
Reply With Quote
 
 
 
 
Bill Marcum
Guest
Posts: n/a

 
      09-01-2005, 11:58 AM
On 1 Sep 2005 01:09:36 -0700, (E-Mail Removed)
<(E-Mail Removed)> wrote:
> I tried installin FC4 but the CD 2 had problems with one of the Xlib
> files. So I could go ahead. However, GRUB has been installed as the
> default Loader. The GRUB cannot load the OS(Windows) on the system. I
> think the GRUB crashed or something cos it came with a screen message:
> "GNU GRUB version 0.95 (639K lower/ 359360K Upper memory)
>
> [Minimal BASH-like line editing is supported for the first word, TAB
> lists possible command completions. Anywhere else TAB lists the
> possible completions of a device/filename.]
>
> grub>"
>
> How can I un-instal the GRUB from here and make the windows chainloader
> the default loader. And I will also like to know the commands to type
> so that I can see the list of commands acceptable.
>

Boot the Windows XP CD in rescue mode and give the command "fixmbr".

If you want to see what commands are available at the grub> prompt, type
"help".
 
Reply With Quote
 
Ed Prochak
Guest
Posts: n/a

 
      09-01-2005, 04:15 PM

Bill Marcum wrote:
> On 1 Sep 2005 01:09:36 -0700, (E-Mail Removed)
> <(E-Mail Removed)> wrote:
> > I tried installin FC4 but the CD 2 had problems with one of the Xlib
> > files. So I could go ahead. However, GRUB has been installed as the
> > default Loader. The GRUB cannot load the OS(Windows) on the system. I
> > think the GRUB crashed or something cos it came with a screen message:
> > "GNU GRUB version 0.95 (639K lower/ 359360K Upper memory)
> >
> > [Minimal BASH-like line editing is supported for the first word, TAB
> > lists possible command completions. Anywhere else TAB lists the
> > possible completions of a device/filename.]
> >
> > grub>"
> >
> > How can I un-instal the GRUB from here and make the windows chainloader
> > the default loader. And I will also like to know the commands to type
> > so that I can see the list of commands acceptable.
> >

> Boot the Windows XP CD in rescue mode and give the command "fixmbr".


Is there a similar command for win98SE? I just hit the same problem. I
would have thought the windows installer would overwrite the MBR, but
apparently not. Shouldn't there be a grub command to uninstall and
remove whatever MBR protections it installed?

Meanwhile I'll see if I can get hold of a windows XP recue CD.

>
> If you want to see what commands are available at the grub> prompt, type
> "help".


 
Reply With Quote
 
julien mills
Guest
Posts: n/a

 
      09-01-2005, 04:36 PM
On 2005-09-01, Ed Prochak <(E-Mail Removed)> wrote:
>
> Bill Marcum wrote:
>> On 1 Sep 2005 01:09:36 -0700, (E-Mail Removed)
>> <(E-Mail Removed)> wrote:
>> > I tried installin FC4 but the CD 2 had problems with one of the Xlib
>> > files. So I could go ahead. However, GRUB has been installed as the
>> > default Loader. The GRUB cannot load the OS(Windows) on the system. I
>> > think the GRUB crashed or something cos it came with a screen message:
>> > "GNU GRUB version 0.95 (639K lower/ 359360K Upper memory)
>> >
>> > [Minimal BASH-like line editing is supported for the first word, TAB
>> > lists possible command completions. Anywhere else TAB lists the
>> > possible completions of a device/filename.]
>> >
>> > grub>"
>> >
>> > How can I un-instal the GRUB from here and make the windows chainloader
>> > the default loader. And I will also like to know the commands to type
>> > so that I can see the list of commands acceptable.
>> >

>> Boot the Windows XP CD in rescue mode and give the command "fixmbr".

>
> Is there a similar command for win98SE? I just hit the same problem. I
> would have thought the windows installer would overwrite the MBR, but
> apparently not. Shouldn't there be a grub command to uninstall and
> remove whatever MBR protections it installed?


In win98 you can type the command: "fdisk /mbr" to remove lilo, I
assume it will remove grub, never tried it.

As was mentioned, in XP you use the FIXMBR command, and I also used
FIXBOOT. I don't know if you need to run both, I did, can't remember
which one to run first.

--
Julien Mills Amoroso's Baking Company
Tel: (215) 471-4740 IS Dept
email: (E-Mail Removed) www.amorosobaking.com
 
Reply With Quote
 
Steve Horsley
Guest
Posts: n/a

 
      09-01-2005, 10:46 PM
(E-Mail Removed) wrote:
> I tried installin FC4 but the CD 2 had problems with one of the Xlib
> files. So I could go ahead. However, GRUB has been installed as the
> default Loader. The GRUB cannot load the OS(Windows) on the system. I
> think the GRUB crashed or something cos it came with a screen message:
> "GNU GRUB version 0.95 (639K lower/ 359360K Upper memory)
>
> [Minimal BASH-like line editing is supported for the first word, TAB
> lists possible command completions. Anywhere else TAB lists the
> possible completions of a device/filename.]
>
> grub>"
>
> How can I un-instal the GRUB from here and make the windows chainloader
> the default loader. And I will also like to know the commands to type
> so that I can see the list of commands acceptable.
>


You could try the following 2 commands at the grub prompt:

root (hd0,1)
chainloader +1

If the PC is a laptop with a hidden diagnostics partition, you
may have to use (hd0,2) instead.

This should get windows running. Then use "fdisk /mbr" to put a
windows bootloader on there.

HTH
Steve
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
grub reboot issue Peter Linux Networking 3 09-21-2008 04:59 PM
GRUB and re-boot sb5309@yahoo.com Linux Networking 1 05-19-2008 12:12 PM
GRUB & reboot sb5309@yahoo.com Linux Networking 1 05-18-2008 01:36 PM
Re-installing grub lekkie.aydot@gmail.com Linux Networking 2 10-11-2005 07:30 PM
GRUB DOES NOT SUPPORT DHCP? Cristiano Corsani Linux Networking 0 01-19-2004 09:26 AM



1 2 3 4 5 6 7 8 9 10 11