LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-21-2006, 05:04 PM   #1
tokenringman38
Member
 
Registered: Apr 2006
Location: USA
Distribution: (ed)ubuntu
Posts: 85

Rep: Reputation: 15
grub 18 error


Earlier I got a grub 18 error, which seems to be some sort of BIOS error. According to some, it can often be resolved by creating a 32mb partition on ext2 (*NOT* Ext3)

What I have been unable to discover is what exactly is the grub 18 error and why does the 32mb partition help reslove the problem? Any input appreciated.
 
Old 04-21-2006, 05:09 PM   #2
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
http://www.uruk.org/orig-grub/errors.html

Might just be that you don't have the right path to the kernel image...

http://forums.gentoo.org/viewtopic.php?t=122656
 
Old 04-21-2006, 05:36 PM   #3
tokenringman38
Member
 
Registered: Apr 2006
Location: USA
Distribution: (ed)ubuntu
Posts: 85

Original Poster
Rep: Reputation: 15
grub 18 followup

Quote:
Originally Posted by pljvaldez
http://www.uruk.org/orig-grub/errors.html

Might just be that you don't have the right path to the kernel image...
Thanks for the input. I probably should have mentioned that the 32mb partition did work, just uncertain why and how. Maybe I am wanting to know too much as a newbie.
 
Old 04-21-2006, 06:09 PM   #4
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
You might read this thread which seems to suggest it is a bios problem of some sort and sort of infers why the 32MB partition works...

http://www.ubuntuforums.org/showthread.php?t=7051
 
Old 04-21-2006, 07:13 PM   #5
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
Being new in Linux only in the last 20 months I am not privileged to run into Grub Error 18.

I believe it has to do with a very old mobo or a very old distro or Grub older than 0.91.

First of all I never use /boot in any of the 100+ system installed but in each case use a single partition for "/" so that /boot is always a subdirectory to it.

Secondly the version of Grub 0.91, 0.93, 0.94, 0.95, 0.96 and 0.97 all work happily just about anywhere in my 2 IDE 300Gb disk and the 2 Sata 200Gb disk.

I have Grub 0.96 booting Scientific Linux 4.0 at partition 60 at the end of a 300Gb hda and last past partition hdc57 is booted by Grub 0.97 provided by FC5.

As far as I am aware even Grub 0.91 can boot beyond 137Gb and so to deliberately create a /boot partition of 32Mb large to make Grub work is a total mystery to me.

As I can't offer any explanation I suggest you to make a bootable Grub floppy, descrided in Task A of the last link in my signature, and try it on your Linux. You can follow the Task A to check the geometry of your disk. To me that should show up any true disk problem. Using a bootable Grub floppy there is no Linux involved and you are dealing directly with Grub and get the truth from the horse's mouth.

Last edited by saikee; 04-21-2006 at 07:18 PM.
 
Old 04-24-2006, 05:29 AM   #6
tokenringman38
Member
 
Registered: Apr 2006
Location: USA
Distribution: (ed)ubuntu
Posts: 85

Original Poster
Rep: Reputation: 15
grub 18 followup

Am suspecting the reason for the grub error is that I am using an older gateway2000 machine (P5-233). THis configuration has some builtin defect (still investigating) in BIOS.

If anyone could explain this to me, I would appreciate it.
 
Old 04-24-2006, 05:42 AM   #7
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,124

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
There is nothing magical about 32Meg as the boot partition size - I suggested it as that is more than adequate in most cases.
Glad to see it worked.
The reason for ext2 is that the journal records in ext3 use too much space - simple maths.

The grub loader code checks if the BIOS can handle extended INT13 calls - if so it uses them, and so setups such as saikees works.
If not, such a setup will fall in a heap for anyone with an old BIOS.

Using a /boot partition at the start of the disk is just sensible insurance that always works regardless of the BIOS level.
I always do it because I have been around long enough to see the problem.
 
Old 04-27-2006, 03:03 PM   #8
tokenringman38
Member
 
Registered: Apr 2006
Location: USA
Distribution: (ed)ubuntu
Posts: 85

Original Poster
Rep: Reputation: 15
32mb partition on fedora1?

Quote:
Originally Posted by syg00
There is nothing magical about 32Meg as the boot partition size - I suggested it as that is more than adequate in most cases.
Glad to see it worked.
The reason for ext2 is that the journal records in ext3 use too much space - simple maths.

The grub loader code checks if the BIOS can handle extended INT13 calls - if so it uses them, and so setups such as saikees works.
If not, such a setup will fall in a heap for anyone with an old BIOS.

Using a /boot partition at the start of the disk is just sensible insurance that always works regardless of the BIOS level.
I always do it because I have been around long enough to see the problem.
Any ideas if and how to put the 32mb partition in ext2 on fedora1? It loads, but wondering if what you and others suggested before might improve things a tad?
 
  


Reply

Tags
error, grub, partition



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Grub error 17, and wont reinstall using grub-install! chiefreborn Linux - General 6 06-06-2007 10:29 AM
Grub Error 17: Cannot mount selected partition and other Grub problems Sebastian Naitsabes Linux - General 1 07-05-2005 08:33 AM
GRUB bootloader spits out "GRUB hard disk error" Crampedson Linux - Software 2 01-26-2005 06:34 PM
GRUB Section2 load error, partition error. Ryle Linux - General 1 06-27-2004 02:55 PM
GRUB error? DriveReady SeekComplete DataRequest Error sth Linux - Hardware 3 02-26-2003 05:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:36 AM.

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