LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-15-2020, 10:49 AM   #1
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 2,271

Rep: Reputation: 295Reputation: 295Reputation: 295
Can't boot, get 99 posted on screen about a 100 times


I swapped in a new boot disk. When I try to boot, I get a bunch of 99s on the screen. It happens even when I try to boot from a flash drive. The disk passed e2fsck -f before and after the attempt.
 
Old 01-15-2020, 01:43 PM   #2
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,438
Blog Entries: 7

Rep: Reputation: 1960Reputation: 1960Reputation: 1960Reputation: 1960Reputation: 1960Reputation: 1960Reputation: 1960Reputation: 1960Reputation: 1960Reputation: 1960Reputation: 1960
Is it a UEFI or BIOS machine? Is the disk mbr or gpt? What bootloader are you using? Can you boot from any media? Do you have a stuck keyboard?
 
Old 01-15-2020, 02:38 PM   #3
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,848

Rep: Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684
Quote:
Can't boot, get 99 posted on screen about a 100 times
lilo needs be reran it looks like.
Quote:
I swapped in a new boot disk
What kind of boot disk? external, internal, usb, floppy? Boot disk or boot partition?

Last edited by colorpurple21859; 01-15-2020 at 02:40 PM.
 
Old 01-15-2020, 03:06 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,361

Rep: Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692
Stuck "9" key?

Does it past POST? Could this be a POST error?


I guess remove the disk and see if it still fails at usb? (I assume you have tested the usb boot before to be sure it should work)
 
Old 01-16-2020, 06:59 AM   #5
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 2,271

Original Poster
Rep: Reputation: 295Reputation: 295Reputation: 295
Quote:
Originally Posted by teckk View Post
Is it a UEFI or BIOS machine?
BIOS

Quote:
Originally Posted by teckk View Post
Is the disk mbr or gpt?
MBR

Quote:
Originally Posted by teckk View Post
What bootloader are you using?
LILO

Quote:
Originally Posted by teckk View Post
Can you boot from any media?
When this disk isn't installed internally.

Quote:
Originally Posted by teckk View Post
Do you have a stuck keyboard?
No.

Quote:
Originally Posted by colorpurple21859 View Post
What kind of boot disk? external, internal, usb, floppy?
Sometimes internal, sometimes external, sometimes USB.

Quote:
Originally Posted by colorpurple21859 View Post
Boot disk or boot partition?
Either

Quote:
Originally Posted by jefro View Post
Stuck "9" key?
No. When I wrote 99, I meant
Quote:
99 99 99 99 ...
. I counted this time: it's exactly 250, after an 'L'.

Quote:
Originally Posted by jefro View Post
Does it past POST?
It gets past POST. The keyboard lock keys toggle their LEDs; ctrl-alt-del reboots

Quote:
Originally Posted by jefro View Post
I guess remove the disk and see if it still fails at usb?
The flash drive boots when the disk isn't installed.

Trying to boot from that disk when it's installed externally fails in the same way, but I can boot from the other HDD when it's internal and that disk is installed externally.

I just e2fsck -f -ed it; it passes.
 
Old 01-16-2020, 08:03 AM   #6
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 22 MATE, Peppermint OS-Devuan, EndeavourOS, antiX
Posts: 4,440
Blog Entries: 49

Rep: Reputation: 1648Reputation: 1648Reputation: 1648Reputation: 1648Reputation: 1648Reputation: 1648Reputation: 1648Reputation: 1648Reputation: 1648Reputation: 1648Reputation: 1648
RandomTroll,

From this old thread:

https://www.linuxquestions.org/quest...-a-4175429483/

Boot from Slackware's cd/dvd, then:

Code:
huge.s root=/dev/sda1 rdinit= ro
When it boots and all is well, run lilo and lilo should fix itself.

Code:
lilo
 
Old 01-16-2020, 10:41 AM   #7
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 2,271

Original Poster
Rep: Reputation: 295Reputation: 295Reputation: 295
Quote:
Originally Posted by beachboy2 View Post
Boot from Slackware's cd/dvd, then:
The CD/DVD drive doesn't work. Seeing as how simply having the disk installed prevents booting from a flash drive, I don't think it would make a difference. The disk checks out when installed externally (but can't be booted from).

How do you know this is a LILO problem?
 
Old 01-16-2020, 12:26 PM   #8
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,848

Rep: Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684
The
Quote:
99 99 99 99 ...
is a sign of the lilo bootloader not working. Swapping around drives will cause this to happen.
To get the flash drive to boot you will have to press the esc or one of the f-keys to when the computer is first turned on be able to select the usb to boot, or go into bios settings and set usb as first in the boot order.

Last edited by colorpurple21859; 01-16-2020 at 12:33 PM.
 
1 members found this post helpful.
Old 01-16-2020, 12:50 PM   #9
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 22 MATE, Peppermint OS-Devuan, EndeavourOS, antiX
Posts: 4,440
Blog Entries: 49

Rep: Reputation: 1648Reputation: 1648Reputation: 1648Reputation: 1648Reputation: 1648Reputation: 1648Reputation: 1648Reputation: 1648Reputation: 1648Reputation: 1648Reputation: 1648
RandomTroll,

The "infamous 99s" seem pretty common according to this old thread from 2012 and points to a LILO problem as colorpurple21859 has stated:

https://www.linuxquestions.org/quest...n-boot-946918/
 
1 members found this post helpful.
Old 01-16-2020, 02:34 PM   #10
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 2,271

Original Poster
Rep: Reputation: 295Reputation: 295Reputation: 295
It was a bad lilo.conf. To get to the fix, I had to boot from a flash drive with the troubled HDD unattached, then attach it. Unfortunately it has defects too. This computer is 10 years old, seems to break things - I need to bite the bullet and buy a new one.
 
  


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
Why is write speed 100 times slower than read speed for WD EIDE 500GB drive, and can it be fixed? faginbagin Linux - Hardware 4 09-15-2018 08:42 PM
LXer: How the NY Times CIO broke down silos to democratize data at the Times LXer Syndicated Linux News 0 03-16-2015 06:10 PM
CGI executed 2 times when form is posted lhought Linux - Enterprise 2 10-13-2006 07:21 AM
Data transfer online is slow "at times" or "stops at times" Balarabay1 SUSE / openSUSE 14 04-30-2006 10:00 AM
System hangs; Atheros Madwifi-ping times out every 15/16 times james 456 Linux - Networking 0 01-12-2006 06:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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