LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 11-03-2004, 10:16 PM   #1
arcadejedi
LQ Newbie
 
Registered: Aug 2004
Location: AZ
Distribution: slackware 10 Kernel 2.4.26 / Fluxbox
Posts: 24

Rep: Reputation: 15
Slackware 10 booting sporadically


Hello All,

Okay, here is the scoop. I just moved my Averatec notebook from SuSE9.1 to Slack10. The problem I am having is that sometimes when I choose "Linux" from the lilo boot menu, it starts, but then the screen goes totally blank. Other times it boots with no problem. Has anyone else experienced this? I have googled all over the place regarding this problem. I did just notice that under the lilo.conf it does say boot=/dev/hda Should that say /dev/hda2 ? hda1 is my swap, hda2 is my root. Any thoughts or recommendations would be greatly appreciated.

Thank you for your time,
Bruce T.

My System:
Averatec 5110h
Centrino 1300mhz
40GB
CD/DVD-RW
512MB RAM
No floppy drive!!


Here is my partitioning scheme:

/dev/hda1 - 1024MB Linux Swap
/dev/hda2 - remainder of HD! - ext2 format
---------------------------------------------------------
Here is my lilo.conf file: (boot is set to MBR) (I removed all the VGA options for the sake of this post)

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
append="hdc=ide-scsi"
boot = /dev/hda
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x256
vga = 773
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda2
label = Linux
read-only
# Linux bootable partition config ends
----------------------------------------------------------
 
Old 11-04-2004, 12:36 AM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Re: Slackware 10 booting sporadically

Quote:
Originally posted by arcadejedi
Hello All,

Okay, here is the scoop. I just moved my Averatec notebook from SuSE9.1 to Slack10. The problem I am having is that sometimes when I choose "Linux" from the lilo boot menu, it starts, but then the screen goes totally blank. Other times it boots with no problem. Has anyone else experienced this? I have googled all over the place regarding this problem. I did just notice that under the lilo.conf it does say boot=/dev/hda Should that say /dev/hda2 ? hda1 is my swap, hda2 is my root. Any thoughts or recommendations would be greatly appreciated.
Bruce,

I have a PC that does that. If I just let it boot, it always boots
fine. If I enter at the LiLO screen, it alternates between returning
the black screen and booting. I asked and searched for months
last year and no one could help. I have some ideas, but none that
have been substantiated. I have 3 more boxen here running Slack
and none of them do it.

Sorry I can't help except to say that I've experienced the same
phenomena.

You are correct to have "boot=/dev/hda" in LiLO. That points LiLO
to the MBR of the master drive at IDE0.

Bruce H.
 
Old 11-04-2004, 01:01 AM   #3
arcadejedi
LQ Newbie
 
Registered: Aug 2004
Location: AZ
Distribution: slackware 10 Kernel 2.4.26 / Fluxbox
Posts: 24

Original Poster
Rep: Reputation: 15
Bruce H.,

Thanks for the reply. That is exactly what happens. I am going to change the selection time in lilo and see if it still works if I shorten the time under 2 minutes. That aside, there has to be some logical reason for this happening.

Thanks again,
Bruce T.
 
Old 11-04-2004, 01:11 AM   #4
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Though I don't know the answer, that's not it. This happened to
me with Debian first, and now with Slackware. Here's my LiLO
Code:
mingdao@paul:~$ cat /etc/lilo.conf
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
append="apm=power-off"
boot = /dev/hda
#compact        # faster, but won't work on all systems.
prompt
timeout = 50
# VESA framebuffer console @ 1024x768x256
vga = 773
# Normal VGA console
# vga = normal
# ramdisk = 0     # paranoia setting
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz-new
  root = /dev/hda6
  label = Slack-10.0new
image = /boot/vmlinuz
  root = /dev/hda6
  label = Slack-10.0
  read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends
mingdao@paul:~$
 
Old 11-04-2004, 09:26 AM   #5
arcadejedi
LQ Newbie
 
Registered: Aug 2004
Location: AZ
Distribution: slackware 10 Kernel 2.4.26 / Fluxbox
Posts: 24

Original Poster
Rep: Reputation: 15
All,

Thanks for the reply's. I booted with the 1st install cd, got back to the lilo option screen and selected expert. From there I just built the lilo file from the menu options. I told it to boot after 5 seconds.. now it works like a charm!! I am not sure, but I think the custom lilo.confg file did the trick.

Regards,
Bruce T.
 
Old 11-04-2004, 01:56 PM   #6
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
All I can say is, "I stand corrected." Live and learn...
 
Old 11-04-2004, 03:35 PM   #7
eyeliner
Member
 
Registered: Aug 2004
Location: Near...
Distribution: Mandriva 2011.0
Posts: 60

Rep: Reputation: 15
I've seen in some posts that the append="apm=power-off" line
gives some hassle.

Maybe that is the problem...

Who knows...
 
Old 11-04-2004, 04:55 PM   #8
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Quote:
Originally posted by eyeliner
I've seen in some posts that the append="apm=power-off" line
gives some hassle.

Maybe that is the problem...

Who knows...
I rebooted the machine this morning and tried entering
directly, and now it boots straight off. So who in this world
knows why? I would suspect only one of the kernel
developers, and they're too busy for me to bother them.

Hey, my wife wants to know why you chose that nick?
 
Old 11-06-2004, 09:08 PM   #9
arcadejedi
LQ Newbie
 
Registered: Aug 2004
Location: AZ
Distribution: slackware 10 Kernel 2.4.26 / Fluxbox
Posts: 24

Original Poster
Rep: Reputation: 15
All,

Okay, well I spoke too soon. I just upgraded the Kernel to 2.6.9, and I get the ever popular CRC error --System Halted about 50% of the time. I just keep rebooting the machine until the boot process works. I am getting so frustrated with this. SuSE / Fedora never gave me those problems. (and since those are super GUI distro's, "I" must be doing something wrong. ) Well if anyone out there has any further suggestions, please let me know. Here are the method's I have tried to solve this problem:

Standard lilo file built by Slackware
Expert lilo file configuration (from slackware install CD)
used standard XORG.conf file
Created xorg.conf file using 'xorgconfig'

2 partitions on my drive....
/dev/hda1 - SWAP
/dev/hda2 - ROOT

I boot from the MBR.

Respectfilly,
Bruce T.
 
  


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
internet problems (sporadically) and doom 3 install??? lowpingnoob Linux - Newbie 4 04-11-2006 11:31 AM
KDE Konqueror Web browser sporadically loads pages javaaddict Linux - Software 4 05-25-2005 01:49 AM
Booting Slackware k2skier Slackware - Installation 3 12-30-2004 01:49 AM
Booting into slackware 9.1 looneytunes Linux - Newbie 4 04-18-2004 04:48 PM
internet connection on RH9 working sporadically vhalik Linux - Networking 3 06-19-2003 02:58 PM

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

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