LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-18-2002, 10:16 AM   #31
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58

set up one of the boxes to do nat for the lan
 
Old 12-18-2002, 12:57 PM   #32
Mad Bugs
LQ Newbie
 
Registered: Dec 2002
Posts: 2

Rep: Reputation: 0
Howdy,

I've just now completed the RH 8.0 install, and have ran into this very same problem.

I've already had Grub 0.92 installed on this system (a Thinkpad X22 notebook), and it works fine with other Linux distros (Slack, Gentoo, Mandrake). The hard drive is a 40 gig TravelStar. So even if 0.93 solves the problem, I don't think it is grub that is at fault.

Anyway, the message that said for people to upgrade grub isn't exactly helpful, as for most people who have this problem CANNOT BOOT their system to get to a prompt to do the upgrade. You have to have an existing Linux distro already installed.

Anyway, I'm off to find a solution to this problem for my system. However, it is very disappointing that this kind of error isn't caught for what is supposed to be a flagship distro. Hardware vagaries cannot be blamed, as my system is a stock IBM notebook.
 
Old 12-18-2002, 03:09 PM   #33
Mad Bugs
LQ Newbie
 
Registered: Dec 2002
Posts: 2

Rep: Reputation: 0
OK, just FYI for anybody who runs into this problem: it isn't a grub problem. As posted above, I already have grub .92 installed previous to the RH install, and it worked fine. After the RH install (with its new copy of menu.lst), it bombs with error 28 upon boot-up. I re-imaged the MBR with my old copy of grub, and it also bombed, and none of my previous distros can be booted. I was a bit perturbed at this point.

I went and install another boot loader (System Commander), didn't like it, and uninstalled it (which then restores grub). Whoa-la. Problem fixed. I think the issue is how RH writes to the MBR, that once rewritten by Sys Commander, is fine. Anyway, FWIW.
 
Old 12-18-2002, 04:12 PM   #34
paazel
LQ Newbie
 
Registered: Dec 2002
Posts: 4

Rep: Reputation: 0
Quote:
Originally posted by DavidPhillips
set up one of the boxes to do nat for the lan
Huh??? please explain, i was just going to do a peer to peer network, that way i can have both boxes on & share the internet connection.

 
Old 12-18-2002, 08:39 PM   #35
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
That's ok if your isp allows it. They will probably want you to pay for each box.

A lot of people setup a box that acts as a router. Linux works great for that. You just setup iptables to do ipforwarding, and ip masquerade.

It does not need to be a fast machine to provide the connection. You can also setup squid which may improve your connection.
 
Old 12-19-2002, 05:07 PM   #36
SML
Member
 
Registered: Dec 2002
Location: US
Distribution: Intel Clear Linux
Posts: 381

Rep: Reputation: 30
Somebody may have already written this, but maybe try using LILO.

I messed around with GRUB and had the same error 28 message.

Reinstalling RedHat and selecting the LILO option easily solved the problem.
 
Old 01-21-2003, 10:18 AM   #37
albracco
Member
 
Registered: Jan 2003
Posts: 48

Rep: Reputation: 15
boot from linux cd and type "linux rescue" at the boot prompt. This will eventually get you to a command line. at the command line, first type chroot /mnt/sysimage, then run the rpm command
 
Old 01-21-2003, 11:04 AM   #38
albracco
Member
 
Registered: Jan 2003
Posts: 48

Rep: Reputation: 15
Thumbs up fixed without grub 0.93

As stated in post #33, using some other boot manager program and then going back to grub does the trick. I had Partition Magic/Boot Magic installed. I enabled Boot magic to be the boot loader and re-started back into Windows. I then disabled Bootmagic and re-started into Linux just fine!!!


Al
 
Old 02-14-2003, 01:54 PM   #39
mitairusu
LQ Newbie
 
Registered: Feb 2003
Posts: 1

Rep: Reputation: 0
Thumbs up

This trick work for me , and for my partner's.....

I have the A7266VM , with AMD ATHLON 3000 XP, and
Fresh RedHat-8.0 Installation and (The UseLess) Window$ XP to play "Medal Of Honor".

This is ....

1. boot in rescue mode.
2. chroot /mnt/sysimage
3. su - root
4. grub-install --force-lba --root-directory=/boot /dev/hda
5. CTRL-D
6. CRTL+ALT-SUPR

and the problem is solved.... (say my partner dracul.)

Good Fixing.
 
Old 03-17-2003, 09:57 PM   #40
patpawlowski
Member
 
Registered: Mar 2003
Location: Centreville, Virginia
Distribution: Mandrak, Red Hat
Posts: 163

Rep: Reputation: 30
I had the exact same problem with an ASUS A7N266-VM MoBo. I upgraded to GRUB .93 and was finally able to boot. You can get it from here: http://people.debian.org/~nobse/debi...ckported/grub/
 
Old 06-20-2003, 01:00 PM   #41
onlyvinay
LQ Newbie
 
Registered: Jun 2003
Location: Logan, Utah
Posts: 1

Rep: Reputation: 0
I have dashed into the above problems plus one. The same error 28 is haunting me. Plus, my system freezes when the installation process tries to start XWindows. I had to install linux in text mode. After installation I got error 28.

Config:
Asus A7N233-VM mobo (onboard GeForce 2 MX video)
Athlon 2400+
Corsair 512MB single module PC 2100 DDR ram
Maxtor 160 Gb hdd

I'll try all above methods to solve the error 28. However, I have no idea how to get around the xwindows problem. The problem in detail:
During installation, my graphic controller is detected correctly as GeForce 2 MX (generic) with 32Mb memory. But the last message I see, after the probing is over, is starting xwindows & system freezes. Hard boot is the only way out. I think this problem will remain even after I successfully install linux in text mode & solve the error 28.

I am a total newbee. I read through the whole post and I think you guys are doing a g8 job. I hope someone has a solution to this as well.
thanks
_Vinay_

One thing I forgot to mention is my bios doesn't support 160 Gb hdd, so I am using dynamic drive overlay, and trying to install linux over it. Once I am able to install linux, I would like to make it a dual boot system.
_V_

Last edited by onlyvinay; 06-20-2003 at 01:49 PM.
 
Old 09-27-2003, 04:02 AM   #42
dyl67
LQ Newbie
 
Registered: Sep 2003
Posts: 3

Rep: Reputation: 0
error 28

I am the same error coming up.. I am trying to install redhat 7.3 along w/ win xp. on a IBM laptop x22

Can someone tell me whether or not redhat 9.0 will resolve this problem, or do I need to inject the grub rpm file inside the terminal window??

What is the best way to set up the boot loader w/o effecting my window xp installation? once I manger to get back into the installation.

I have seen different suggestion as to use MRB or not to store the boot loader. .

Any kind advise would be appreciated!! I have been out of commission for a while now
 
Old 09-27-2003, 05:23 AM   #43
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
maybe try lilo on the mbr
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Grub SuSe, XP, Redhat Error 17: Cannot mount selected partiton hrg Linux - General 5 08-19-2006 07:47 AM
Grub SuSe, XP, Redhat Error 17: Cannot mount selected partiton hrg Linux - Laptop and Netbook 1 07-16-2004 04:34 PM
Grub SuSe, XP, Redhat Error 17: Cannot mount selected partiton hrg Linux - General 1 07-16-2004 09:14 AM
Grub SuSe, XP, Redhat Error 17: Cannot mount selected partiton hrg Linux - Software 1 07-16-2004 09:06 AM
error booting redhat with grub command line shams Linux - Software 0 03-02-2004 07:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration