LinuxQuestions.org
Visit Jeremy's Blog.
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 10-31-2005, 07:03 PM   #1
bomberman324
LQ Newbie
 
Registered: Oct 2005
Distribution: Ubuntu, Working on setting up an Ubuntu dual processor server
Posts: 17

Rep: Reputation: 0
Unhappy Boot Errors: Be it lilo or grub, it won't work.from 'L 99 99...' to 'Error 2'


The title says a lot of it. I had a HD with FC3 on it die, so I tried to do gentoo on a different HD, a Western Digital Caviar 36400 6GB. I got most of the way through, but grub never worked. I tried doing the same with SUSE, didn't even make it through that, package errors. Zenwalk, L 99.... Knoppix install script: 'Error 2' with menu.lst set up right.

Any suggestions, and could it be the hard drive itself?
 
Old 10-31-2005, 08:09 PM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Something like this?
 
Old 11-01-2005, 04:26 AM   #3
bomberman324
LQ Newbie
 
Registered: Oct 2005
Distribution: Ubuntu, Working on setting up an Ubuntu dual processor server
Posts: 17

Original Poster
Rep: Reputation: 0
Yeah, sorta, only I got L 99 instead of L 01. So you're suggesting I wipe the MBR?
 
Old 11-01-2005, 04:47 AM   #4
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
You have to clarify. What exactly is your problem? Was it the boot loader or you just could't install the distro.

You need to have the system fully installed first.

If the Linux doesn't boot you can still boot up a Live CD to rescue it.

Lilo need a re-validation every time you amend /etc/lilo.conf. A boot screen starting with L means Lilo could not boot up your system. That is all. Howver you can still access to an unbootable Linux by change root to it to do repair, including replicate its boot loader again, put it on a floppy etc.

Also how did your FC3 die? Was it a hardware failure of the hdd or the Linux has been damaged and fails to work?
 
Old 11-01-2005, 04:59 AM   #5
bomberman324
LQ Newbie
 
Registered: Oct 2005
Distribution: Ubuntu, Working on setting up an Ubuntu dual processor server
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by saikee
You have to clarify. What exactly is your problem? Was it the boot loader or you just could't install the distro.

You need to have the system fully installed first.

If the Linux doesn't boot you can still boot up a Live CD to rescue it.

Lilo need a re-validation every time you amend /etc/lilo.conf. A boot screen starting with L means Lilo could not boot up your system. That is all. Howver you can still access to an unbootable Linux by change root to it to do repair, including replicate its boot loader again, put it on a floppy etc.

Also how did your FC3 die? Was it a hardware failure of the hdd or the Linux has been damaged and fails to work?
FC3:Hard Drive died.
Multiple distros installed great (minus SUSE, package errors), installed the bootloader(in all distros), rebooted, taking out the disk, and bootloaders (Lilo and Grub) gave errors.

Note: found one problem while using grub floppy when I tried Knoppix: It was trying to boot my Reiser partition. Trying Knoppix again without ReiserFS
 
Old 11-01-2005, 05:54 AM   #6
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
I assume you are running just the 6Gb WD disk as the master. The simplest you can do is to have one swap and one partition for /.

Grub occupies the MBR and wouldn't give a toss what filing system you are using. Grub is booting 50+ system in mine and I am sure I have a couple of Linux in Reiser filing system.

As a rule both Grub and Lilo boot the / (root partition).

I suggest you stick with one distro and have it resolved first by reporting the error message.

Linux boot loaders need only the accurate knowledge of the root partition and then the kernel name (also initrd if used).
 
Old 11-06-2005, 11:01 AM   #7
bomberman324
LQ Newbie
 
Registered: Oct 2005
Distribution: Ubuntu, Working on setting up an Ubuntu dual processor server
Posts: 17

Original Poster
Rep: Reputation: 0
Finally got it to work, the one disk I hadn't tried, a Debian 3.1 netinst.
 
Old 11-18-2005, 10:17 PM   #8
tinybit
Member
 
Registered: Jul 2005
Location: China
Distribution: Mandriva
Posts: 84

Rep: Reputation: 15
GRUB and LILO always conflict with Windows. And GNU GRUB is not so robust, causing many problems during boot.

So try GRUB for DOS please. It is a cross-platform boot loader based on GNU GRUB. The GRUB.EXE can be started from DOS/Win9x; and GRLDR can be started from BOOT.INI of Windows NT/2K/XP/2003; and even more, the GRUB.EXE can be started from LINUX via the KEXEC tool.

By using GRUB.EXE or GRLDR, you don't have to touch your MBR. It is the safest way coexisting with DOS/Windows.

You needn't install GRUB for DOS. Just run GRUB.EXE from DOS, or append a line of "C:\GRLDR=START GRUB" into your BOOT.INI(restart and select the "START GRUB" menu item), that will do.

Download GRUB for DOS here: http://freshmeat.net/projects/grub4dos/

There is a fat12grldr.img file with the GRUB for DOS release. You can create a GRUB bootable floppy with this fat12grldr.img file.

Or, you can just copy GRUB.EXE to your DOS floppy and run GRUB.EXE to enter the GRUB environment.

If the system has no DOS/WINDOWS, you may use the bootlace.com utility to write GRLDR boot record onto 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
LILO, GRUB, no way to get them work... waiser SUSE / openSUSE 3 09-27-2005 04:38 PM
Lilo and Grub don't want to boot Mandrake malim Linux - Newbie 3 10-05-2004 04:48 PM
neither LILO nor GRUB work from HD or FD netcrusher88 Linux - Software 1 07-21-2004 01:31 PM
LILO, SBOOTMGR errors- windows will not boot Krenn Linux - Newbie 1 03-31-2004 10:05 PM
no LILO, no GRUB, NO BOOT !!! mioche Linux - Newbie 4 08-25-2003 05:55 AM

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

All times are GMT -5. The time now is 06:23 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