LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 09-26-2008, 09:24 PM   #1
matt0007
LQ Newbie
 
Registered: Sep 2008
Posts: 25

Rep: Reputation: 15
slackware 12.1 won't boot up after installation advent 5302


hello again,

i managed to install slackware 12.1 on my hd. everything went well.
i'm trying to triple boot, so i went passed the OS choice screen by selecting "Linux" and then there was a lot of text running. first time i had a big grin on my face because i thought i finally managed to install linux and would be enjoying it, but it appeared i was wrong. suddenly it stopped after the line:

shpchp: Standart Host Plug PCI Controller Driver version: 0.4

then tried again and again it froze, but this time after line:
sd 4:0:0:0: Attached SCSI generic sgl type0

then third time:
hda_codec: Unknown model for ALC662, trying auto-probe from BIOS...

then fourth:
ACPI: Video Device [VGA] (multi-head: yes rom: no post:no)

fifth was the same as third so i gave up

any help would be much appreciated

my laptop spec: http://www.uktsupport.co.uk/advent/laptop/5302.htm

also, i had a slight issue with creating partition, but in my opinion that's just my stupidity and it's totally unrelated: http://www.linuxquestions.org/questi...nstall-672578/

if there is any other info that would help, just ask

edit: a little thing I failed to mention earlier: when I finished install, there was a message saying: close the setup and press ctrl+alt+del to reboot, so i closed setup but ctrl+ald+del didn't work. so i halted the system and then rebooted it by switching it off and back on

and one more thing that could be a sign of something: i've tried some other distros of linux. most of them don't even boot up, but the ones i managed to boot using "apci=off noapic nolapic pci=noapic"(that's a line i found in some forum that was supposed to help) none off them would shutdown - it would freeze

p.s. sorry for my "broken-English"

Last edited by matt0007; 09-27-2008 at 06:40 AM.
 
Old 09-27-2008, 12:25 AM   #2
bobaye
Member
 
Registered: Dec 2006
Location: Riverside CA
Distribution: Slackware first, then everything else
Posts: 48

Rep: Reputation: 15
How much of the software on the CD Or DVD did you install? And did it pass the md5 sum check OK?
It sounds like it's missing drivers......maybe. A guess on my part.
Best success can probably be had by by choosing the default kernel, and installing everything
but the I18 language packs (unless you really need them) and Emacs (because then you'll have to learn vi)....:-)
If you didn't do a full install to try and keep disk space, go ahead and retry a full install again.

Last edited by bobaye; 09-27-2008 at 12:26 AM. Reason: practice!
 
Old 09-27-2008, 06:08 AM   #3
matt0007
LQ Newbie
 
Registered: Sep 2008
Posts: 25

Original Poster
Rep: Reputation: 15
thanx for reply

i downloaded dvd iso and checked md5 - it matched.
what concerns installation, i did the fullest installation possible, including language packs.

i've got a feeling that you're right and there is something wrong with the drivers, but i'm new to linux and haven't got a clue how it works, how you check or edit them

Last edited by matt0007; 09-27-2008 at 08:12 AM.
 
Old 09-27-2008, 06:52 AM   #4
Road_map
Member
 
Registered: Jan 2007
Distribution: Slackware
Posts: 341

Rep: Reputation: 31
Before you reinstall, you should try:
1. Boot from DVD installation disk and type
Code:
hugesmp.s root=/dev/sda1 rdinit= ro
eventually
Code:
hugesmp.s root=/dev/sda1 rdinit= ro acpi=off
2. Login as root and check your /etc/lilo.conf file. You should add a line
Code:
append="acpi=off"
then run lilo command and - if no errors appears - reboot.
 
Old 09-27-2008, 07:33 AM   #5
matt0007
LQ Newbie
 
Registered: Sep 2008
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Road_map View Post
Before you reinstall, you should try:
1. Boot from DVD installation disk and type
Code:
hugesmp.s root=/dev/sda1 rdinit= ro
eventually
Code:
hugesmp.s root=/dev/sda1 rdinit= ro acpi=off
2. Login as root and check your /etc/lilo.conf file. You should add a line
Code:
append="acpi=off"
then run lilo command and - if no errors appears - reboot.
i did like you said.
booted dvd and at boot: typed

root=/dev/sda1 rdinit= ro

it froze after the line:
warning: anable to open an initial console
Kernel panic - not syncing: No init found. Try passing init= option to kernel

second time i typed: hugesmp.s root=/dev/sda1 rdinit= ro apci=off

and it froze again after the same line

i thought i mistyped so i tried again. this time it froze after the line:
Ext INT not setup in hardware but reported by MP table ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=0 pin2=0

i also tried few other variations with noapic nolapic, then it froze after:
ohci_hcd 0000:00:03.1: unlink after no IRQ? Controller is probably using the wrong IRQ
 
Old 09-27-2008, 08:55 AM   #6
Road_map
Member
 
Registered: Jan 2007
Distribution: Slackware
Posts: 341

Rep: Reputation: 31
Try append these kernel parameters: apic=debug irqpoll. See also http://www.mjmwired.net/kernel/Docum...parameters.txt
 
Old 09-27-2008, 09:52 AM   #7
matt0007
LQ Newbie
 
Registered: Sep 2008
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Road_map View Post
Try append these kernel parameters: apic=debug irqpoll. See also http://www.mjmwired.net/kernel/Docum...parameters.txt
tried:
boot: hugesmp.s root=/dev/sda1 rdinit= ro apci=debug irqpoll - no luck. computer freezes after the same lines

edit: also visited the link provided. i am new to linux and know very little about this OS. i understand that there are different commands and parameters to go with them, but i've got no clue which one to start with and what is the problem with my system in the first place. it's like walking blindfolded in a dark room. anyone could shed some light?

Last edited by matt0007; 09-27-2008 at 09:56 AM.
 
Old 09-27-2008, 11:55 AM   #8
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Quote:
Originally Posted by matt0007 View Post
tried:
boot: hugesmp.s root=/dev/sda1 rdinit= ro apci=debug irqpoll - no luck.
Just to discard obvious thing: Did you install slackware on the first partition of your drive ?
 
Old 09-27-2008, 12:11 PM   #9
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Did you set your root partition as bootable?
 
Old 09-27-2008, 01:31 PM   #10
matt0007
LQ Newbie
 
Registered: Sep 2008
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by keefaz View Post
Just to discard obvious thing: Did you install slackware on the first partition of your drive ?
once again - my stupidity. my slackware is on sda4. so i tried now

boot: hugesmp.s root=/dev/sda4 rdinit= ro apci=off apic=debug irqpoll

all the process went a bit further but still stopped at:
etho: GMII mode.
etho: Enabling Auto-negotiation.
ACPI: PCI Interupt 0000:00:0f 0[A] -> GSI 18 (level, low) -> IRQ 22
hda_codec: Unknown model for ALC662, trying auto-probe from BIOS...
 
Old 09-27-2008, 01:38 PM   #11
matt0007
LQ Newbie
 
Registered: Sep 2008
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by hitest View Post
Did you set your root partition as bootable?
not sure i understand the question. how do one set it?
i did everything as described in slackbook2.0 if you were asking if i added it when i was creating lilo, then answer is yes, and i get a nice screen with slackware logo and choice between my OSs
 
Old 09-27-2008, 01:55 PM   #12
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by matt0007 View Post
not sure i understand the question. how do one set it?
Here's a how to using fdisk, but, cfdisk would work just as well. If the root partition was not set as bootable that may be your problem.

http://www.howtoforge.com/the_perfec...op_slackware12
 
Old 09-27-2008, 02:02 PM   #13
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Could you try to boot with:
hugesmp.s root=/dev/sda4 ro hda=noprobe
 
Old 09-27-2008, 02:18 PM   #14
matt0007
LQ Newbie
 
Registered: Sep 2008
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by keefaz View Post
Could you try to boot with:
hugesmp.s root=/dev/sda4 ro hda=noprobe
if i type in the suggested line then the installation dvd boots up
 
Old 09-27-2008, 02:22 PM   #15
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
good
Login as root, and mount your system partition:
mount /dev/sda4 /mnt

then post the output with:
cat /mnt/etc/lilo.conf

[edit]
or maybe just try to boot with:
hugesmp.s root=/dev/sda4 rdinit= ro hda=noprobe

Last edited by keefaz; 09-27-2008 at 02:26 PM.
 
  


Reply

Tags
boot


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
advent 7086 - Slackware and GFX Drivers ellion Linux - Newbie 7 08-13-2006 01:57 PM
the very first slackware 10 boot after installation rsumbeling Slackware - Installation 3 11-11-2004 09:51 PM
slackware 10 first boot after installation rsumbeling Slackware 2 11-08-2004 07:52 AM
Fresh Slackware 9.1 installation requires boot disk to boot smithtodda Slackware - Installation 7 06-23-2004 09:06 PM

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

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