LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-29-2005, 09:13 AM   #1
hylke
Member
 
Registered: Apr 2004
Location: the Netherlands
Distribution: Ubuntu 7.04
Posts: 329

Rep: Reputation: 30
Slackware 10.2 hangs


Hello,
I've updated Slackware 10.1 to Slackware 10.2, but it hangs after it says:
Quote:
hdd: ...
I first found that problem when I forgot to run lilo after upgrading my packages, I wanted to rerun lilo by mounting my harddisk, but it didn't wanted to start(same error as I have now).
So I ended up using an old version SLAX and installed lilo.
But now I have that error.
Any idea how to fix it?
Thanx in advance,
Hylke
 
Old 09-29-2005, 12:29 PM   #2
hylke
Member
 
Registered: Apr 2004
Location: the Netherlands
Distribution: Ubuntu 7.04
Posts: 329

Original Poster
Rep: Reputation: 30
I think this is a kernel problem, but i'm not sure about that.
Btw, my dvd reader/writer(hdd) is a HL-DT-ST gcc-* thing.
It worked fine with 10.1 and down.

Last edited by hylke; 09-30-2005 at 07:58 AM.
 
Old 09-29-2005, 03:18 PM   #3
dracolich
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 1,274

Rep: Reputation: 63
What kernel are you using and what does your lilo.conf file look like?
 
Old 09-29-2005, 04:05 PM   #4
Haiyadragon
Member
 
Registered: Sep 2003
Location: Gorredijk, Netherlands
Distribution: Arch Linux
Posts: 400

Rep: Reputation: 30
If it's a Lilo problem try using Grub. Once you're use to the config file it's so much more robust. Especially because it won't barf everytime you forget to run lilo.
 
Old 09-30-2005, 01:50 AM   #5
hylke
Member
 
Registered: Apr 2004
Location: the Netherlands
Distribution: Ubuntu 7.04
Posts: 329

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by dracolich
What kernel are you using and what does your lilo.conf file look like?
I gues the one that I installed with Slackware 10.2(although i'm not sure, since I only upgraded the packages).
My lilo configuration looks like this:
Quote:
boot = /dev/hda
message = /boot/boot_message.txt
prompt
timeout = 1200
change-rules
reset
vga = normal
menu-title = "Hylke's computer"

image = /boot/vmlinuz
root = /dev/hda1
append = "max_scsi_luns=7"
label = "desktop"
read-only

image = /boot/vmlinuz
root = /dev/hda5
label = livecd
read-only
Quote:
If it's a Lilo problem try using Grub. Once you're use to the config file it's so much more robust. Especially because it won't barf everytime you forget to run lilo.
I gues your right, cus my other OS(which used to work fine), has the same problem.But i'm not planning to change to grub.
 
Old 09-30-2005, 07:12 AM   #6
dracolich
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 1,274

Rep: Reputation: 63
If you're using just the kernel that came with 10.2 it's 2.4.31. You might want to go to the source directory in /usr/src/linux-2.4.31 and run make menuconfig to make sure it has correct settings for your system. There might be things missing and other things installed that you don't need. Or if you still have your old kernel image you can adjust lilo.conf to boot it instead. In the meantime try changing that append line to read

append = "ide-scsi"

and see if that helps. That's the only append required to enable burning. I've never used a max_scsi_luns parameter before and never had problems. Whenever you change lilo.conf don't forget to run the lilo command to enable the changes.
 
Old 09-30-2005, 07:52 AM   #7
hylke
Member
 
Registered: Apr 2004
Location: the Netherlands
Distribution: Ubuntu 7.04
Posts: 329

Original Poster
Rep: Reputation: 30
max_scsi_luns was to make my cardreader work.
And I think i'm still using the same kernel, because I only upgraded and installed new slackware packages, and if i'm right, the kernels are in a special directory.
replacing max_scsi_luns to ide-scsi did not help at all, the problem remains.
Btw, it also gives the warning:
Quote:
/proc/partitions doesn't exist, hd scan bypassed.

Last edited by hylke; 09-30-2005 at 07:55 AM.
 
Old 10-01-2005, 02:50 AM   #8
hylke
Member
 
Registered: Apr 2004
Location: the Netherlands
Distribution: Ubuntu 7.04
Posts: 329

Original Poster
Rep: Reputation: 30
And is there someway to deupgrade all the packages so it will work again?
Thanx, Hylke
 
Old 10-02-2005, 04:21 AM   #9
hylke
Member
 
Registered: Apr 2004
Location: the Netherlands
Distribution: Ubuntu 7.04
Posts: 329

Original Poster
Rep: Reputation: 30
I've tried installing the older version of lilo that came with Slackware 10.1, but for so far as I can see, that did not make any difference at al.
So maybe it's not the problem of lilo after all.
 
Old 10-02-2005, 01:08 PM   #10
dracolich
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 1,274

Rep: Reputation: 63
According to your posted lilo.conf your kernel is called, vmlinuz - the same name as the one Slackware provides with the install discs. So if you upgraded packages without skipping that one it overwrote your original.
A missing /proc/partitions makes me think the pseudofilesystem support is not loaded. My suggestion is to change the kernel. Either run make menuconfig and fix the one that's there (2.4.31), or download the source of a new one and build it (www.kernel.org).
When you do get your kernel working edit the filename a bit, something descriptive like vmlinux-2.4.31, edit your lilo.conf accordingly and rerun lilo. That way if you upgrade again for the next release it won't overwrite your working kernel. It also allows you to have multiple kernels to choose for booting.
 
Old 10-04-2005, 09:14 AM   #11
hylke
Member
 
Registered: Apr 2004
Location: the Netherlands
Distribution: Ubuntu 7.04
Posts: 329

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by dracolich
According to your posted lilo.conf your kernel is called, vmlinuz - the same name as the one Slackware provides with the install discs. So if you upgraded packages without skipping that one it overwrote your original.
What do you mean with the last sentence?
Quote:
A missing /proc/partitions makes me think the pseudofilesystem support is not loaded. My suggestion is to change the kernel. Either run make menuconfig and fix the one that's there (2.4.31), or download the source of a new one and build it (www.kernel.org).
When you do get your kernel working edit the filename a bit, something descriptive like vmlinux-2.4.31, edit your lilo.conf accordingly and rerun lilo. That way if you upgrade again for the next release it won't overwrite your working kernel. It also allows you to have multiple kernels to choose for booting.
So, is the only thing I need to change in my current kernel the pseudofilesystem support?
And should it be compiled as a module or in the kernel?
Thanx in advance,
Hylke
 
Old 10-06-2005, 11:33 AM   #12
hylke
Member
 
Registered: Apr 2004
Location: the Netherlands
Distribution: Ubuntu 7.04
Posts: 329

Original Poster
Rep: Reputation: 30
I finally managed to fix it.
What I did was, I installed the kernel sources that came with 10.1, and compiled a new kernel.
After that my sound still wouldn't work, so I installed alsa that came with 10.2, but that didn't seem to work either, installing the version that came with 10.1 did the trick.
Greetz Hylke
 
Old 10-06-2005, 12:02 PM   #13
dracolich
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 1,274

Rep: Reputation: 63
Sorry for taking so long to answer your question. Glad you found a solution. Anyway...

Quote:
According to your posted lilo.conf your kernel is called, vmlinuz - the same name as the one Slackware provides with the install discs. So if you upgraded packages without skipping that one it overwrote your original.
Uprading the packages doesn't prompt before it overwrites files. And it doesn't make backups of old files except configs in /etc and scripts in /etc/rc.d. So if you had a the kernel-2.4.29 package from 10.1 installed this created the vmlinuz file in /boot. If that name doesn't change and you run upgradepkg on the kernel-2.4.31 package with 10.2 then the existing vmlinuz file will be replaced with the new one without asking. That's why I finetune my kernels and then rename them something descriptive such as vmlinuz-2.4.31 or bzImage-2.6.13.2. That way the old file won't be replaced during an upgrade because the filenames aren't the same.
 
  


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
slackware install hangs after s-ata detection bschiett Slackware 2 03-06-2005 04:48 AM
slackware hangs after s-ata detection bschiett Slackware - Installation 0 02-28-2005 09:49 AM
slackware hangs after BIOS post Balkman Slackware - Installation 3 05-05-2004 10:40 AM
Slackware hangs on post-install boot Zb7 Slackware 1 11-06-2003 05:57 PM
slackware 9 hangs on boot messenjah Slackware 4 07-18-2003 02:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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