LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-22-2003, 08:28 AM   #1
awlad
LQ Newbie
 
Registered: Feb 2003
Posts: 9

Rep: Reputation: 0
Unhappy Slk 8.1 lilo error


I have installed slackware 8.1 on a 486 system successfylly.. but i am having problem with lilo, when i bootup i get 04 04 04....repeats and Ls on the screen..

i have configured the lilo many times still no luck..

here is what i have in my lilo file..

# Start LILO global section
boot = /dev/hda
delay = 1

#Linux bootable partition config begin
image = /boot/vmlinuz
root = /dev/hda5
level = linux
read-only
#Linux bootable partition config ends

partitions on my system
------------------------------
hard drive size = 1.6GB
hda1 = 150MB linux swap - primary
hda5 = 1.1GB ex2 - logical

please help..
 
Old 02-22-2003, 08:53 AM   #2
Allen614
Member
 
Registered: Dec 2002
Location: Plains
Distribution: Slackware 13
Posts: 465

Rep: Reputation: 30
# Start LILO global section
boot = /dev/hda
delay = 1

Change line 2.
boot=.dev/hda5

Run /sbin/lilo after making the change.

Last edited by Allen614; 02-22-2003 at 08:54 AM.
 
Old 02-22-2003, 09:30 AM   #3
awlad
LQ Newbie
 
Registered: Feb 2003
Posts: 9

Original Poster
Rep: Reputation: 0
i tried it ... no change
 
Old 02-22-2003, 09:38 AM   #4
Allen614
Member
 
Registered: Dec 2002
Location: Plains
Distribution: Slackware 13
Posts: 465

Rep: Reputation: 30
When you ran /sbin/lilo did you get an error message about hda5 not being on the first of your HD? You should have one.
 
Old 02-22-2003, 09:54 AM   #5
awlad
LQ Newbie
 
Registered: Feb 2003
Posts: 9

Original Poster
Rep: Reputation: 0
i did'nt get any error..

it showed linux *

then back to command prompt

could the problem be because i have linux swap in primary partition .. and rest on logical partition..??
 
Old 02-22-2003, 10:19 AM   #6
Allen614
Member
 
Registered: Dec 2002
Location: Plains
Distribution: Slackware 13
Posts: 465

Rep: Reputation: 30
Did you use the partitioner that is on the Slack install CD? Can you boot Slack off your floppy? When you don't get an error message it means lilo is still trying to boot off the first 512 bytes of your HDD and not hda5.
I screwed up in my first post. It should have been.
boot=/dev/hda5
 
Old 02-22-2003, 10:02 PM   #7
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 46
On a 486 computer you may be hitting a BIOS limitation of 1024 cylinders and lilo can't read the kernel because it is to far out on the disk. If the BIOS on the 486 supports lba32 translation then you might try another installation and place the swap file at the end, but just make it another primary partition, so that the swap would be /dev/hda2. Make your root directory /dev/hda1 as a primary partition as well. Reinstall lilo like the way you have it as boot=/dev/hda that writes the lilo into the master boot record. If you do change to boot=/dev/hda1 then you will need to also use a DOS boot disk and run "fdisk /mbr" to write a valid master boot record back to the hard disk. Else the problem will continue, because the old lilo boot record is still installed. This could also be part of the problem now, if you modified the lilo.conf to boot=/dev/hda5 and tried to reboot with the same results.

The only way to probably be sure the kernel is always in the first 1024 cyls is to make the primary root partition less than 528 MBytes. This could be done as well, 500 MByte /dev/hda1 mounted on /, 800 MByte /dev/hda2 mounted on /usr, 200 MByte /dev/hda3 mounted on /home, and the swap as the fourth primary partition using the rest as /dev/hda4. Note the size of /usr directory. It is the largest of all and it is where all the software programs, like X and everything is installed. The limit of primary partitions is 4, else three primary and the extended with logical drives then defined inside the extended.
 
Old 02-23-2003, 09:38 PM   #8
T3CHN1X
LQ Newbie
 
Registered: Feb 2003
Location: Florida
Posts: 1

Rep: Reputation: 0
I am by no means a wizard at slack..... as a matter of fact I would be hesitant to label myself even 'novice'. However I encountered the same errors as you are receiving and the only way that I solved it was to ensure that the hdd that I was installing slack on was the master drive on the primary ide. Hope this helps.
 
Old 03-25-2003, 09:40 PM   #9
D3adly
LQ Newbie
 
Registered: Mar 2003
Location: Latvia
Distribution: Linux - slackware
Posts: 7

Rep: Reputation: 0
I first time get the same problem width booting(L04 04 04 04 ...)
- P100, hdd 4GB
/dev/hda1 Linux native
/dev/hda2 Swap
try lot:
format: defoult then 1 inode 1024 bytes etc...
try width 4 hda - where hda1 was / and 498 MB
Not help

Using other distrb or slack version I haven't problems on that router !

I will write if I will solve that problem ...

Sory about my poor language !
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
LILO L 99 error dllmetal Linux - General 10 12-21-2014 03:29 AM
Lilo error mattp Linux - Newbie 11 08-24-2004 10:14 PM
LILO LinuxEBDA error to /usr/bin/gdm error true_atlantis Slackware 0 04-28-2004 01:31 PM
error loading operating system (lilo error) KoKi Slackware 1 03-03-2004 04:46 PM
Lilo error 99 Groucho Slackware 1 09-30-2003 01:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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