LinuxQuestions.org
Visit Jeremy's Blog.
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 10-21-2006, 09:54 PM   #1
pimy
LQ Newbie
 
Registered: Oct 2006
Posts: 17

Rep: Reputation: 1
SATA HDD not detected when installing slack 11.0


Hi,

Mobo: MSI K8NGM2-FID
HDD1: ST3300620A (IDE) (Running XP Pro)
HDD2: ST3320620AS (SATA) (empty)

I have the slack 11 ISO on 3 cds. I'm able to boot from the CD no problem. When prompted to select a kernel name, I type sata.i (I've also just pressed <enter> without typing anything since sata.i is the default..the results are the same) and press enter. When I run cfdisk, I don't see the SATA drive. I've also run fdisk -l and I only see info about the IDE drive.

I've also tried using huge26.s as the kernel name, same result. I know the SATA is ok because I can see it in the BIOS, windoze also recognizes it, and I've tried using some filesystem tools from a Universal boot CD and they recognize the drive.

Is there any way to capture the info on the screen, or pause it before I get to the prompt for the US keyboard? I see some info about the SATA drive, but it scrolls so quickly that I can't make it out.

Also, any ideas how I can get slack 11 to recognize the drive?

Thanks,
Pimy

p.s. I would post the URLs to the mobo and hdds, but it's my first post, and the site is blocking that feature for me.
 
Old 10-21-2006, 10:31 PM   #2
dennisk
Member
 
Registered: May 2004
Location: Southwestern USA
Distribution: CentOS
Posts: 279

Rep: Reputation: 30
pimy,

Did you partition the drive with cfdisk after booting the huge26.s kernel? Two partitions are enough one for / and one for swap.

My Dell has a SATA drive but the sata.i kernel doesn't work for me whereas the huge26.s does. I'd stick with that kernel.

Dennisk
 
Old 10-22-2006, 09:53 AM   #3
pimy
LQ Newbie
 
Registered: Oct 2006
Posts: 17

Original Poster
Rep: Reputation: 1
Thanks for the response. I'm unable to create partitions for a drive that is not being detected.
 
Old 10-22-2006, 02:34 PM   #4
seraph-seph
Member
 
Registered: Jul 2005
Location: /dev/ATX3
Distribution: Slackware 11(kernel 2.6.17.13), SuSE 10, Caldera, CentOS 4.3
Posts: 38

Rep: Reputation: 15
Hi pimy.

You can force cfdisk or fdisk to detect it.
Code:
cfdisk /dev/sda
Mario
 
Old 10-23-2006, 08:48 AM   #5
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Quote:
Originally Posted by pimy
Hi,

Mobo: MSI K8NGM2-FID
HDD1: ST3300620A (IDE) (Running XP Pro)
HDD2: ST3320620AS (SATA) (empty)

I have the slack 11 ISO on 3 cds. I'm able to boot from the CD no problem. When prompted to select a kernel name, I type sata.i (I've also just pressed <enter> without typing anything since sata.i is the default..the results are the same) and press enter. When I run cfdisk, I don't see the SATA drive. I've also run fdisk -l and I only see info about the IDE drive.

I've also tried using huge26.s as the kernel name, same result. I know the SATA is ok because I can see it in the BIOS, windoze also recognizes it, and I've tried using some filesystem tools from a Universal boot CD and they recognize the drive.

Is there any way to capture the info on the screen, or pause it before I get to the prompt for the US keyboard? I see some info about the SATA drive, but it scrolls so quickly that I can't make it out.

Also, any ideas how I can get slack 11 to recognize the drive?

Thanks,
Pimy

p.s. I would post the URLs to the mobo and hdds, but it's my first post, and the site is blocking that feature for me.

Hi,

What is the output of;
Code:
dmesg |grep hd                  #get hd info at boot
lspci -vv                       #get hardware information from hardware
The 'dmesg' output is from the kernel ring buffer. See 'man dmesg'.

The output from these commands should indicate what hardware you are seeing at boot time. This information will allow a means to identify what to do next.

EDIT: BTW, disable the raid in BIOS.

Last edited by onebuck; 10-23-2006 at 08:51 AM.
 
Old 10-24-2006, 09:48 PM   #6
pimy
LQ Newbie
 
Registered: Oct 2006
Posts: 17

Original Poster
Rep: Reputation: 1
>> Hi pimy.
>> You can force cfdisk or fdisk to detect it.
>> cfdisk /dev/sda

That worked. Thank you.

>> Hi,
>> What is the output of;
>> dmesg |grep hd #get hd info at boot
>> lspci -vv #get hardware information from hardware

Thanks for sharing this info. Even though forcing the detection of the drive worked, I'll give this a shot for the sake of learning.
 
Old 10-24-2006, 10:25 PM   #7
pimy
LQ Newbie
 
Registered: Oct 2006
Posts: 17

Original Poster
Rep: Reputation: 1
>> dmesg |grep hd #get hd info at boot

lists info about my PATA drive, and dvd burner. Also lists the following info in regards to my SATA drive:

SCSI device sda: 625142448 512-byte hdwr sectors (320073 MB)

>> lspci -vv #get hardware information from hardware

No such file or directory. I guess I would need to run Gnoppix, or something similar.

>> also tried hwinfo --pci

No such file or directory.

>> cat /proc/pci

Returned a bunch of info.

>> figured I'd try cat /proc/scsi/scsi | more since boot info listed it as scsi device

Attached devices:
Host: scsi 0 Channel: 00 Id: 00 Lun: 00
Vendor: ATA Model: ST 3320620AS Rev: 3.AA
Type: Direct-Access ANSI SCSI revision: 05

Excuse my naivety, are SATA drives normally identified as SCSI devices in slack?
 
  


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
SATA HDD not detected duryodhan Slackware 3 10-16-2006 08:55 AM
Installing ATA/IDE HDD on SATA HDD System Drahcir Linux - Hardware 10 05-31-2006 02:32 AM
sata hdd not detected during install nukeu666 Debian 16 12-25-2005 02:23 PM
Maxtor 160 GB SATA HDD not Detected in SuSE 9.2 Professional bedi-beparwah SUSE / openSUSE 2 04-16-2005 05:30 PM
SATA problem, hdd is detected but no dev is assigned cubus Slackware 1 03-18-2004 03:57 PM

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

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