LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 07-13-2004, 10:23 PM   #16
cris81
LQ Newbie
 
Registered: Jul 2004
Posts: 8

Rep: Reputation: 0

For first sorry for my bad english )
Well now I have installed slackware 10 creating of the bootdisk with the SATA.i rows found on Internet and after I have tried to install kernel the 2.6.7 but to the reboot I have received a kernel panic because as partition sees alone hde and not sda ok?
 
Old 07-13-2004, 10:41 PM   #17
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
Hmmm. It's a little hard to understand you still but from what I gather, You used Bonecrushers sata.i disk to install Slackware 10. That worked just fine and you were able to boot up your Slackware for the first time and then get to your desktop. Then you installed the 2.6.7 kernel from Slackware disk and recompiled but now it wont boot stating that it see's your hard drive as HDA and not SDA?

If thats the case, it sounds as if you didn't enable SATA support in your kernel. That won't be checked by default. It's located in:

Device Drivers --->
SCSI device support --->
SCSI low-level drivers --->[*] Serial ATA (SATA) support

Put that little star next to SATA support and then put a star next to your hard drive controller. Look at the output of:

lspci

If you can still boot your old kernel.

If none of this applies to you, sorry. It's just hard to know whats going on by your posts other than "your computer won't start"...
 
Old 07-14-2004, 07:29 AM   #18
sammut
LQ Newbie
 
Registered: Jul 2004
Location: France
Distribution: Slackware 10
Posts: 4

Rep: Reputation: 0
Slackware 10 + SATA Promise + mkinitrd

Hi everybody,

I have a problem with a sata hard disk. I use slackware 10 / Kernel 2.4.26 and the promise driver so I have in my fstab /dev/sda1, /dev/sda2, ... Now I want to use the Kernel 2.6. I make the initrd with mkinitrd : mkinitrd -c -k 2.6.7 -m scsi_mod:libata:sata_promise -f ext3 -r /dev/sda7 -o initrd-2.6.7.img and when I boot I have these messages :

# Modules loaded successfully ...
ata1: SATA max UDMA/133
ata2: SATA max UDMA/133
ata1: no device found
scsi0: sata_promise
ata2: dev 0 ATA, max UDMA/133, ...
ata2: dev 0 configured for UDMA/133
scsi1: sata_promise
VENDOR: ATA MODEL: ST3120026AS REV: 3.05
TYPE: Direct-Access
mount: Mounting /dev/sda7 on /mnt failed: No such device or address
mount: Mounting /dev/sda7 on /mnt failed: Invalid argument
mount: Mounting /dev/sda7 on /mnt failed: Invalid argument
/boot/initrd.gz : exiting
pivot_root : Device or ressource busy

... and then I have a prompt and the system is not going to boot !

Thanks for your help.
 
Old 07-14-2004, 07:48 AM   #19
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Try put your initrd-2.6.7.img file in your /boot partition if it is not already here and edit your lilo config :
initrd = /boot/initrd-2.6.7.img
 
Old 07-15-2004, 03:07 AM   #20
sammut
LQ Newbie
 
Registered: Jul 2004
Location: France
Distribution: Slackware 10
Posts: 4

Rep: Reputation: 0
lilo.conf contains already initrd = /boot/initrd-2.6.7.img
initrd-2.6.7 is in /boot but /boot is not a partition, it is included into /

Do you have another suggestion ?
 
Old 07-17-2004, 07:24 PM   #21
cris81
LQ Newbie
 
Registered: Jul 2004
Posts: 8

Rep: Reputation: 0
Quote:
Originally posted by jong357
Hmmm. It's a little hard to understand you still but from what I gather, You used Bonecrushers sata.i disk to install Slackware 10. That worked just fine and you were able to boot up your Slackware for the first time and then get to your desktop. Then you installed the 2.6.7 kernel from Slackware disk and recompiled but now it wont boot stating that it see's your hard drive as HDA and not SDA?

If thats the case, it sounds as if you didn't enable SATA support in your kernel. That won't be checked by default. It's located in:

Device Drivers --->
SCSI device support --->
SCSI low-level drivers --->[*] Serial ATA (SATA) support

Put that little star next to SATA support and then put a star next to your hard drive controller. Look at the output of:

lspci

If you can still boot your old kernel.

If none of this applies to you, sorry. It's just hard to know whats going on by your posts other than "your computer won't start"...
i have enabled the sata support but without results see's alway as hde and not as sda
 
Old 07-17-2004, 08:16 PM   #22
bonecrusher
Member
 
Registered: Mar 2004
Location: St. Louis, MO
Distribution: Ubuntu, Debian, Slack, RH, Gentoo
Posts: 207

Rep: Reputation: 30
Quote:
Originally posted by cris81
i have enabled the sata support but without results see's alway as hde and not as sda


Try this:

Code:
boot: noprobe=/dev/hde
What kind of chipset do you have? VIA perhaps?

-bc

PS:
The HDE is used here as whatever HD device is coming up for you. You want it to probe for sata device before IDE... Sometimes this has been known to work.
 
Old 07-18-2004, 12:21 PM   #23
cris81
LQ Newbie
 
Registered: Jul 2004
Posts: 8

Rep: Reputation: 0
Yes i have via VT8237 well now it see's the dev as sdb beacuse during the boot it says this:
scsi device sda
sda unknow partition table
why?
help me please
 
Old 07-18-2004, 12:39 PM   #24
bonecrusher
Member
 
Registered: Mar 2004
Location: St. Louis, MO
Distribution: Ubuntu, Debian, Slack, RH, Gentoo
Posts: 207

Rep: Reputation: 30
Quote:
Originally posted by cris81
Yes i have via VT8237 well now it see's the dev as sdb beacuse during the boot it says this:
scsi device sda
sda unknow partition table
why?
help me please
hmm, I am not sure whats wrong now. It all depends on how you compiled your kernel. Did you pick your particular partitions from partition area (in .config file) in configuration? Did you enable your filesystem(s) in the config? (make menuconfig and recompile.) It is more then likely something you did (or more to the point -didn't do) during config'ing your kernel...

bc

Last edited by bonecrusher; 07-18-2004 at 12:58 PM.
 
Old 07-18-2004, 04:38 PM   #25
cris81
LQ Newbie
 
Registered: Jul 2004
Posts: 8

Rep: Reputation: 0
MY_CONFIG

at this url there is my kernel config file please see it and help me
 
Old 07-20-2004, 10:01 AM   #26
cris81
LQ Newbie
 
Registered: Jul 2004
Posts: 8

Rep: Reputation: 0
Thanks to all for have helped me but I have resolved the problem thanks
 
Old 07-21-2004, 12:55 AM   #27
bonecrusher
Member
 
Registered: Mar 2004
Location: St. Louis, MO
Distribution: Ubuntu, Debian, Slack, RH, Gentoo
Posts: 207

Rep: Reputation: 30
Question BTW

Quote:
Originally posted by cris81
Thanks to all for have helped me but I have resolved the problem thanks
BTW what was the problem? Enlighten us- it may help someone else.

Also, I tried to take a look at your CONFIG a day or so ago, but it isn't there...
just so you know.

bc
 
Old 07-21-2004, 05:31 AM   #28
cris81
LQ Newbie
 
Registered: Jul 2004
Posts: 8

Rep: Reputation: 0
http://it.briefcase.yahoo.com/slack20042001 try with this url (after go in slackware dir)
 
Old 07-21-2004, 10:32 AM   #29
bonecrusher
Member
 
Registered: Mar 2004
Location: St. Louis, MO
Distribution: Ubuntu, Debian, Slack, RH, Gentoo
Posts: 207

Rep: Reputation: 30
Thumbs down

Quote:
Originally posted by cris81
http://it.briefcase.yahoo.com/slack20042001 try with this url (after go in slackware dir)
Nope .. still not there.. and I don't speak Italian so I am at a loss as to what it is saying. It almost looks like it says wait a moment... but as I said I don't speak It. so not sure. But at any rate the file(s) are not there.

And could you tell us what you did to get you install working?


BC
 
Old 07-21-2004, 01:02 PM   #30
Mow
Member
 
Registered: Jul 2003
Posts: 64

Rep: Reputation: 15
For the record I tried the SATA.i on my VIA VT8237 controller and it worked like a champ. I was able to get fully installed without a hitch on my AMD 3000 64-bit and recompile my kernel and install it.

One thing that did happen is that during boot/install it detected the drives as /dev/sda and /dev/sdb

When I downloaded the source and recompiled my kernel to 2.6.7 it changed them to /dev/hde and /dev/hdg

Which is no big deal but I did have to go into fstab and change some things around so that my system would boot. So a word of warning ... keep the other kernel in lilo for a while

All I have to say is MAN this distro is fast. Faster than my Gentoo (and yes I know how to use the USE flags) was.
 
  


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 10.1 sata.i dosn't support my sata controller kryptobs2000 Slackware 7 12-05-2007 06:25 PM
Kernel panic - SATA support in 2.6 and slackware vmt1 Slackware 7 12-01-2005 01:55 PM
Linux support: pci sata card vs integrated sata Synesthesia Linux - Hardware 2 10-17-2005 03:27 PM
SATA 1 & SATA 2 support varun_saa Mandriva 1 09-28-2005 04:35 AM
SATA support? marz2 Slackware 2 03-25-2004 08:28 PM

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

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