LinuxQuestions.org
Help answer threads with 0 replies.
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 11-29-2013, 11:12 AM   #1
Ook
Member
 
Registered: Apr 2004
Location: Hell, Arizona (July - 118 degrees)
Distribution: Slackware 14.2 soon to be Slackware 15
Posts: 700

Rep: Reputation: 131Reputation: 131
Slow boot, lilo displays BIOS bug warning


This is a system that has been working for a while, and I have done nothing to it. Out of the blue, this morning the boot sequence hung at the lilo prompt for several minutes before finally booting. Once booted, I log in and run lilo and get this:

Warning: LILO is compensating for a BIOS bug: (drive 0x82) heads > 255
Warning: LILO will try to compensate for a BIOS bug: (drive 0x82) sectors > 63

My drives test as good, and there are no problems that I'm aware of. The kernel log has nothing in it. Smartctl says smart status is good. But this warning didn't just appear for no reason. I've googled, etc., and I can't find anything that describes what this is or why it is doing this. Anyone seen this before, and/or have any trouble shooting comments/suggestions?
 
Old 11-29-2013, 02:27 PM   #2
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,971
Blog Entries: 46

Rep: Reputation: 3195Reputation: 3195Reputation: 3195Reputation: 3195Reputation: 3195Reputation: 3195Reputation: 3195Reputation: 3195Reputation: 3195Reputation: 3195Reputation: 3195
Member Response

Hi,

Please post your '/etc/lilo.conf'. I am wondering if you have 'lba32' in the global section of the config file.

You can add 'compact' to the global to speed things up. If you do need to add 'lba32' & 'compact' then be sure to run 'lilo' again from the cli.
 
Old 11-29-2013, 02:49 PM   #3
Ook
Member
 
Registered: Apr 2004
Location: Hell, Arizona (July - 118 degrees)
Distribution: Slackware 14.2 soon to be Slackware 15
Posts: 700

Original Poster
Rep: Reputation: 131Reputation: 131
I do have lba32 in lilo.conf - it's been there forever. If it is not there I get a warning:

Warning: LBA32 addressing assumed

And lilo.conf has not changed since forever. Because I haven't changed anything, especially lilo.conf, I would not suspect something in lilo.conf is the culprit, nor that fixing this involves changing anything in lilo.conf. Here is my lilo.conf, I've used this for ages:


Code:
append=" vt.default_utf8=0"
boot = /dev/sda
lba32
message = /boot/boot_message.txt
prompt
timeout = 30
# Override dangerous defaults that rewrite the partition table:
change-rules
  reset
# VESA framebuffer console @ 1024x768x64k
vga = 791

image = /boot/vmlinuz
  root = /dev/sda5
  label = Slack32
  read-only
I might add that I have *never* seen these particular warnings before. Up until yesterday, this did not happen, and I have changed *nothing* since yesterday.

Last edited by Ook; 11-29-2013 at 02:50 PM.
 
Old 11-29-2013, 03:48 PM   #4
tobyl
Member
 
Registered: Apr 2003
Location: uk
Distribution: slackware current
Posts: 770

Rep: Reputation: 66
A few thoughts

Lilo is complaining about your disk geometry, but unless you are in the habit of running lilo often you don't really know that the error lilo is reporting is the cause of your recent problem.

I had something similar recently (although unlike you I am constantly meddling and updating stuff)
In my case I ran lilo recently and a message something along the lines that my geometry was wrong and I was offered to fix or ignore the partition table. I did backups before running the fix option which cured the problem. I think this was due to a kernel upgrade.

I see that your linux boot partition is on sda5, have you got any other OS on that drive that could have affected the disk?

Are you really using Slackware 9.1 as per your sig? And you never do any updates?

Have you changed anything in the bios recently such as the drive boot order?
 
Old 11-29-2013, 04:38 PM   #5
Ook
Member
 
Registered: Apr 2004
Location: Hell, Arizona (July - 118 degrees)
Distribution: Slackware 14.2 soon to be Slackware 15
Posts: 700

Original Poster
Rep: Reputation: 131Reputation: 131
Hmm, I guess I should update my sig. I actually have a SlackWare 7 disk at home... When I first joined lq, I think I was on SlackWare 9, but that was about ten years ago and I'm not sure what I was using then...9.1 or 9.2 maybe maybe.

FTR, I am currently on 14.0. I played with 14.1, but it caused some odd problems with network connectivity with wine apps, and I didn't have time to look into it further so for now I'm sticking with 14.0 until I have time to do something about this.

The last time I ran lilo it was as happy as can be. That's been a while, but I haven't changed anything in this box. It's my main work box, and I tend to leave it alone cause I earn $$ with it and breaking it causes expensive down time. Hmm...I did hook up a drive via a ide to sata adapter, but it would not mount it, so I disconnected it. That was external, I didn't actually stick my hands into the box. I would not think that would have changed anything as it is connected and the sata cable just sits on the floor, nothing connected to it.

I haven't touched the bios for a while - usually if I dinker with drive boot order I get a kernel panic on boot.

I'm leaning towards a disk problem. This bugs me. I have two (1)TB drives in the box, they are not that old, they pass SMART, but if it really is a drive/partition problem then maybe I need to take a close look at my partitions and see if I inadvertently did something stupid. I have 6 partitions on one drive, two are unused. sda1 is unused, sda5 is my root partition, and only sda5 is referenced by lilo.conf.
 
Old 11-29-2013, 06:09 PM   #6
Ook
Member
 
Registered: Apr 2004
Location: Hell, Arizona (July - 118 degrees)
Distribution: Slackware 14.2 soon to be Slackware 15
Posts: 700

Original Poster
Rep: Reputation: 131Reputation: 131
Problem solved!!!

After writing that last bit, I looked down on the floor where the sata cable sticks out of my computer. I use it to hook up stuff for testing or data transfer, etc. And lo and behold! There is an ide to sata adapter connected to it, no hard drive, just the adapter.....remove it....reboot...boots as fast as usual. Run lilo...runs like it normally does.

So I get the dunce award of the day.....
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
MP-BIOS BUG 8254 timer not connected - use noapic option to boot yozoff Linux - Hardware 16 01-16-2022 05:29 AM
BIOS bug at boot Unforgiven79 Fedora 3 02-05-2007 12:39 AM
lilo's bios check too slow ferenkileen Slackware 0 05-06-2004 12:11 PM
Box Won't Boot - just displays "ATI MACH64 BIOS P/N 113-49801-101" te3d Linux - Hardware 3 10-27-2003 03:11 PM
LiLo boot+ EZ bios RancidLM Linux - Software 4 10-17-2001 04:30 AM

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

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