LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 05-24-2007, 10:26 PM   #1
STCistheGreatest
LQ Newbie
 
Registered: May 2007
Posts: 5

Rep: Reputation: 0
Slackware doesnt recognize working HD


i am typing this from my computer using winXP.

i reboot computer with slackware CD, boot from CD

boot with bare.i

login as root

fdisk -l to see the list of drives that i can format (should be only one since i only have one hd)

nothing

fdisk /dev/hda

nothing

mounting hd's before fdisk doesnt work either cause its not a valid block something

so i try cfdisk

says cannot find disk.

so what should i do to make it recognize my hd so i can install this and get rid of windows for good!?
 
Old 05-24-2007, 10:36 PM   #2
STCistheGreatest
LQ Newbie
 
Registered: May 2007
Posts: 5

Original Poster
Rep: Reputation: 0
using sata.i didnt help....

i tried hdx from x=a to x=z and also with 1's and 2's and ****


im pissed
 
Old 05-24-2007, 11:09 PM   #3
davimint
Member
 
Registered: Jan 2006
Distribution: Slackware Current
Posts: 272

Rep: Reputation: 33
Are you sure you have an IDE hard drive ?

Slackware's installer is very very good. I like it better than any I've ever used.

If you have a SCSI harddrive try the following

Code:
fdisk /dev/sda
Also, if you have a newer computer and your installing Slackware 11 you may want to try "huge26.s". It will support SMP kernels but you will have to read the doc's because you will have to install the modules from extra on disk 2 and initrd from the /boot directory.

Post back the people in this forum will help you.

Last edited by davimint; 05-24-2007 at 11:27 PM.
 
Old 05-24-2007, 11:39 PM   #4
STCistheGreatest
LQ Newbie
 
Registered: May 2007
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by davimint
Are you sure you have an IDE hard drive ?

Slackware's installer is very very good. I like it better than any I've ever used.

If you have a SCSI harddrive try the following

Code:
fdisk /dev/sda
Also, if you have a newer computer and your installing Slackware 11 you may want to try "huge26.s". It will support SMP kernels but you will have to read the doc's because you will have to install the modules from extra on disk 2 and initrd from the /boot directory.

Post back the people in this forum will help you.
im not that much of a noob but still thanks for helping;
yeah its ide, i built the computer so i know each and every single one of the components really well; the thing is that IDE0-3 channels are really sata, but the mobo (gigabyte-s3) calls em IDE0-3. IDE4 is the only ide channel where my hd is master and dvd is slave. so i thought, does this make it hdi or hde? but no nothing worked, and i followed verbatim instructions so i have no idea why it doesnt work. i am not using raid or anything so i dont see any complications, i have one hd on the only ide channel on mobo as primary master (im sure of this) and idk...idk
hda,b,c i went to z and it didnt work....
the thing is i have all the documentation in front of me i did nothing wrong and what do you mean by huge26.s and smp kernels? i built my computer less than a month ago, its all new, core 2 duo, p965 chipset, ddr2, etc...so maybe i should use that

again, thanks, hope you can help me more.

Last edited by STCistheGreatest; 05-24-2007 at 11:42 PM.
 
Old 05-25-2007, 06:52 AM   #5
davimint
Member
 
Registered: Jan 2006
Distribution: Slackware Current
Posts: 272

Rep: Reputation: 33
Never built my ownbox, but that setup looks strange. Since I don't know anything about setting up the cmos on a new box and would assume that the cabling is connected correctly I would not dare to try to help if that's the problem. It may be best since you've given us this info to put this in the Hardware forum and let those guys help you out to make sure it's not something with that.

All that being said, and this is just an idea, is to burn you a "GPARTED" live cd and boot with it. If you didn't know this is a partiting program which you could set up the harddrive so you wouldn't have to deal with fdisk or cfdisk and it should tell you what scheme that your computer is using like hdb, hdc, hde, etc.

Also, it is very nice tool to resize harddrives. So depending on how windows was installed you may need to make room for slackware.

I prefer to use gparted over fdisk it's a very nice tool.

Last edited by davimint; 05-25-2007 at 07:18 AM.
 
Old 05-25-2007, 07:09 AM   #6
davimint
Member
 
Registered: Jan 2006
Distribution: Slackware Current
Posts: 272

Rep: Reputation: 33
Sorry, I missed part of the post so to answer you question on smp. Since you have a dual processor Pat V who build slackware has given us kernels that will take advantage of this. Most of the kernels he builds does not have smp enabled as a kernel option. On slackware 11 you have the option of booting from a very long list of prebuilt kernels and I if i remember correctly the huge26 is the only one with support for SMP (symmetric multi processing). Now, that being said and since you can alway upgrade later, let's just try to get you working and you can read up on some post about that later because it will not effect the install of slackware.
 
Old 05-25-2007, 11:44 AM   #7
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
And you tried 'fdisk /dev/sda' to sdz ?
 
Old 05-25-2007, 12:20 PM   #8
STCistheGreatest
LQ Newbie
 
Registered: May 2007
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by H_TeXMeX_H
And you tried 'fdisk /dev/sda' to sdz ?
why would i? i know my drive is not scsi. again, i can see the drive RIGHT NOW, since my case side panel is open for better temps and more overclocking; i can see the IDE cable from channel 1 and master (end) into hd and jumper in master slot. and in BIOS, ide channel 4 master is HD so i know its working fine....
 
Old 05-25-2007, 12:22 PM   #9
STCistheGreatest
LQ Newbie
 
Registered: May 2007
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by davimint
Never built my ownbox, but that setup looks strange. Since I don't know anything about setting up the cmos on a new box and would assume that the cabling is connected correctly I would not dare to try to help if that's the problem. It may be best since you've given us this info to put this in the Hardware forum and let those guys help you out to make sure it's not something with that.

All that being said, and this is just an idea, is to burn you a "GPARTED" live cd and boot with it. If you didn't know this is a partiting program which you could set up the harddrive so you wouldn't have to deal with fdisk or cfdisk and it should tell you what scheme that your computer is using like hdb, hdc, hde, etc.

Also, it is very nice tool to resize harddrives. So depending on how windows was installed you may need to make room for slackware.

I prefer to use gparted over fdisk it's a very nice tool.
downloading gparted now.
 
Old 05-28-2007, 03:06 PM   #10
v@ny@
Member
 
Registered: Dec 2005
Location: Moscow
Distribution: Ubuntu 8.1
Posts: 104

Rep: Reputation: 15
I had a similar problem, so I used kernel "test26.s", after that just type cfdisk and you should see your partitions. Problem is that this kernel couldn't recognise my DVD drive where Slack is... So I couldn't install it. Maybe it'll work with you.
 
Old 05-30-2007, 11:23 AM   #11
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 STCistheGreatest
why would i? i know my drive is not scsi. again, i can see the drive RIGHT NOW, since my case side panel is open for better temps and more overclocking; i can see the IDE cable from channel 1 and master (end) into hd and jumper in master slot. and in BIOS, ide channel 4 master is HD so i know its working fine....
Hi,

First, what is the ide controller that is being used? If you have multiple channel ide then that can be the problem, depends on chipset. The 'gigabyte-s3' is not specific enough. Gigabyte uses the s3 class on several different MBs'.

You could try a Livecd like Qparted, Accelerated Knoppix or choose from list.

The Livecd would allow you to see what hardware can be recognized.

I would also suggest that you try the huge26 kernel to boot the Slackware install.

BTW, we are here to help. So edit for clarity and change the tone!

edit: to clarify & correct grammar

Last edited by onebuck; 05-30-2007 at 11:32 AM.
 
Old 05-30-2007, 11:41 AM   #12
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Remember, that Linux kernel accesses SATA drives through the SCSI interface layer, and hence SATA drives will be known as /dev/sda , /dev/sdb , etc... a "fdisk -l" will show that.

Eric
 
Old 05-30-2007, 12:43 PM   #13
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 Alien Bob
Remember, that Linux kernel accesses SATA drives through the SCSI interface layer, and hence SATA drives will be known as /dev/sda , /dev/sdb , etc... a "fdisk -l" will show that.

Eric
Hi,

Eric, I should have expanded with the link to the SATA-SUPPORT.TXT.

I've used different Gigabyte MBs' in some of my builds and sometimes the chipset has always been the culprit.

That's one reason to use a diagnostic livecd to look at the hardware.
 
  


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
Redhat 9 installer doesnt recognize keyboard snowinferno Linux - Laptop and Netbook 6 01-21-2009 09:08 AM
powersave doesnt recognize my battery ryan00davis Linux - Laptop and Netbook 5 03-14-2007 10:27 AM
DigiKam doesnt recognize my camera stewill Linspire/Freespire 7 01-22-2005 02:02 PM
slackware 10 doesnt recognize my cdrom ddaas Slackware 4 12-09-2004 11:28 PM
mandrake 9.1 doesnt recognize nic theshue Linux - Networking 23 04-11-2004 05:34 AM

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

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