LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 06-19-2007, 11:32 AM   #1
bgeddy
Senior Member
 
Registered: Sep 2006
Location: Liverpool - England
Distribution: slackware64 13.37 and -current, Dragonfly BSD
Posts: 1,810

Rep: Reputation: 232Reputation: 232Reputation: 232
Post Slackware 12 RC1 boot problems


I have been keeping up with the current versions of Slackware 12 using Alien Bobs mirror scripts and have just done a complete install from DVD of 12rc1. I chose to install huge-2.6.21.5 kernel on install as I was having problems with a previous install of huge-smp-2.6.21.5 . I have a problem with booting the system. On reboot the system will hang at different places. E.G.

Code:
Reboot 1) hang at "ide0 at 0x1f0-0x1f7,0x3f6 on irq14.
Reboot 2) Boots OK
Reboot 3) hang at "serial8259:ttys0 at i/0 0x3f8 (irq=4) is a 16550A
Reboot 4) hang at "Serial:8250/16550 driver ....
 ---- hit a key --- boot carries on and hangs at "hdc:GCR-8521B,ATAPI CD/DVDROM
--- power off completely.
Reboot 5) Boot OK
Powering down completely seems to fix this. I also boot to Slack 11 kernel 2.6.20.4 from a different partition and everything works fine. Is this something to do with IRQ probing ?
 
Old 06-19-2007, 02:35 PM   #2
Road_map
Member
 
Registered: Jan 2007
Distribution: Slackware
Posts: 341

Rep: Reputation: 31
Try
Code:
append="acpi=off"
in your /etc/lilo.conf, Slackware 12 bootable partition config.
 
Old 06-19-2007, 02:58 PM   #3
bgeddy
Senior Member
 
Registered: Sep 2006
Location: Liverpool - England
Distribution: slackware64 13.37 and -current, Dragonfly BSD
Posts: 1,810

Original Poster
Rep: Reputation: 232Reputation: 232Reputation: 232
Tried that - no effect I'm afraid.. The only solution to this at the moment is to completely power down the system.
 
Old 06-19-2007, 03:14 PM   #4
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Quote:
Originally Posted by bgeddy
Is this something to do with IRQ probing ?
It might be, try stopping it from probing. Unfortunately, I don't remember the append for that one. Try searching the forums for it ... I have to go eat lunch ... be back to search some more.
 
Old 06-19-2007, 04:16 PM   #5
Road_map
Member
 
Registered: Jan 2007
Distribution: Slackware
Posts: 341

Rep: Reputation: 31
Maybe here: Linux kernel parameters.
 
Old 06-19-2007, 05:54 PM   #6
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Hmmm ... now which one is it ... maybe:

Code:
acpi=noirq
?
 
Old 06-20-2007, 01:20 AM   #7
Allen614
Member
 
Registered: Dec 2002
Location: Plains
Distribution: Slackware 13
Posts: 465

Rep: Reputation: 30
Do you still have the line append=hdc=ide-scsi or something like that? In Lilo. If so,take it out.

I still have to do "hdparm -c 1 /dev/hdc" to enable DMA on my DVD player.

Click,click off we go.
 
Old 06-20-2007, 08:43 AM   #8
quietguy47
Member
 
Registered: Mar 2003
Location: Everett
Distribution: Slackware
Posts: 805

Rep: Reputation: 35
I had similar problems after install rc-1 except that the screen would suddenly go blank before locking up. I had no idea what was causing the problem so after mucking about a bit, I ended up using the Slackware 11 dvd as a rescue disc and booted with the huge26.s kernel. It didn't allow me to do much but I was able to compile a new 2.6.21.5 kernel which seemed to take care of the problem. Slackware 12 rc-1 boot's and works just fine now.
 
Old 06-20-2007, 09:17 AM   #9
bgeddy
Senior Member
 
Registered: Sep 2006
Location: Liverpool - England
Distribution: slackware64 13.37 and -current, Dragonfly BSD
Posts: 1,810

Original Poster
Rep: Reputation: 232Reputation: 232Reputation: 232
Thanks for all the replies:

Quote:
I had similar problems after install rc-1 except that the screen would suddenly go blank before locking up. I had no idea what was causing the problem so after mucking about a bit, I ended up using the Slackware 11 dvd as a rescue disc and booted with the huge26.s kernel. It didn't allow me to do much but I was able to compile a new 2.6.21.5 kernel which seemed to take care of the problem. Slackware 12 rc-1 boot's and works just fine now.
I didn't want or expect to have to compile my kernel from a fresh install but looks like it's the only way as the kernel parameters don't seem to make much difference. My previous stock Slackware kernels have worked fine on this machine - possibly it doesn't like 2.6.21.5. My Slackware 11 partition uses a custom compiled 2.6.20.4 and it works fine.
 
Old 06-20-2007, 10:20 AM   #10
bgeddy
Senior Member
 
Registered: Sep 2006
Location: Liverpool - England
Distribution: slackware64 13.37 and -current, Dragonfly BSD
Posts: 1,810

Original Poster
Rep: Reputation: 232Reputation: 232Reputation: 232
Update - I have switched to the huge-smp-2.6.21.5-smp kernel, and put :

Code:
 append = "acpi=noirq"
in my lilo.conf Slack12 section.

This seems to have fixed my problems !! Thanks for all the info...
 
  


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
Slackware 12 RC1 boot and compile problems bgeddy Slackware 1 06-19-2007 11:41 AM
Slackware 12.0 RC1 on distrowatch Z038 Slackware 47 06-17-2007 12:07 AM
Slackware 12.0 rc1 dive Slackware 1 06-15-2007 10:43 AM
Slackware 9.0 rc1 MitchM99 Slackware 9 03-05-2003 09:30 PM
Slackware 8.1 RC1 MikeeX Slackware 7 05-29-2002 10:49 PM

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

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