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 11-22-2006, 08:39 AM   #1
shenberry
Member
 
Registered: Nov 2006
Location: New Orleans, LA
Distribution: Slackware 11
Posts: 42

Rep: Reputation: 15
Trying to Install


I have no idea where to start so I am just going to jump right into it. My logical drives which runs windows XP is on IDE connection. Linux has no problem in finding that drive since it houses my boot directory, but the hard drive I want to install it on however is a SCSI drive that is connected via Adaptec Serial ATA Host Controller 1205SA. I have no floppy which is what is actually setting me back right now so anything floppy related want help me any. My computer knows that it has a SCSI drive on and so does slackware when I use setup I can see that one in crate partition, but when I use fdisk or cfdisk they both only see my IDE logical drive.

How do I get Linux to install on my hard drive that is connected to my second pci slot (out of three) that has the Adaptec Serial ATA Host Controller 1205SA. I have been trying to install it with the adaptec.s, scsi.s, and sata.i but none seem to find this hard drive when using fdisk or cfdisk. Thanks for the support.
 
Old 11-22-2006, 08:41 AM   #2
shenberry
Member
 
Registered: Nov 2006
Location: New Orleans, LA
Distribution: Slackware 11
Posts: 42

Original Poster
Rep: Reputation: 15
If you need a full list of my hardware specs i can create a txt file and upload it if it makes a difference. Thank you
 
Old 11-22-2006, 08:42 AM   #3
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
How are you entering the cfdisk comand?

cfdisk /dev/disk-to-be-partitioned
 
Old 11-22-2006, 09:19 AM   #4
shenberry
Member
 
Registered: Nov 2006
Location: New Orleans, LA
Distribution: Slackware 11
Posts: 42

Original Poster
Rep: Reputation: 15
na not like that i was doing cfdisk /dev/sda
 
Old 11-22-2006, 10:17 AM   #5
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,645

Rep: Reputation: 146Reputation: 146
Quote:
Originally Posted by shenberry
My computer knows that it has a SCSI drive on and so does slackware when I use setup I can see that one in crate partition, but when I use fdisk or cfdisk they both only see my IDE logical drive.
Not sure I understand what you mean here.

Quote:
I have been trying to install it with the adaptec.s, scsi.s, and sata.i but none seem to find this hard drive when using fdisk or cfdisk.
I would try huge26.s instead.
"cfdisk /dev/sda" should be ok if you have no other scsi or usb harddisk connected.
 
Old 11-22-2006, 10:21 AM   #6
shenberry
Member
 
Registered: Nov 2006
Location: New Orleans, LA
Distribution: Slackware 11
Posts: 42

Original Poster
Rep: Reputation: 15
masonm & titopoquito thank you
i will try it with the cfdisk /dev/disk-to-be-partitioned check if something happens and than use the huge26.s.

The huge26.s wasn't in the list of kernels in the text file but it is in the distribution thats why i didn't try it thank you both
 
Old 11-22-2006, 11:26 AM   #7
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
Quote:
Originally Posted by shenberry
na not like that i was doing cfdisk /dev/sda
Unless you tell cfdisk what disk you want to work with it will only look at the first one.
 
Old 11-22-2006, 11:43 AM   #8
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Smile

Quote:
Originally Posted by shenberry
masonm & titopoquito thank you
i will try it with the cfdisk /dev/disk-to-be-partitioned check if something happens and than use the huge26.s.

The huge26.s wasn't in the list of kernels in the text file but it is in the distribution thats why i didn't try it thank you both
For a scsi drive you will need a scsi enabled kernel. To get the listing of available kernels type F2 then F3. Then you will have a full listing of available kernels that you can boot from type in the 2.6xx huge kernel, then hit enter. If you just hit enter when the first install CD boots up you will just boot the bare.i kernel which won't recognize your scsi drive. After you boot the 2.6xx kernel then type #cfdisk /dev/sda and you will be able to partition your HD. Don't forget to install your kernel modules after you complete the installation.
 
Old 11-22-2006, 12:09 PM   #9
shenberry
Member
 
Registered: Nov 2006
Location: New Orleans, LA
Distribution: Slackware 11
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by hitest
Don't forget to install your kernel modules after you complete the installation.
Haha might have answered my next question to why i still can't boot it lol well i think i am going to delete the partition and start all over since now setup can't access the drive anymore for some reason. Since it install and not booted I shouldn't have to many problems left. Thanks for walking me through this guys first time user can't wait.
 
Old 11-22-2006, 12:40 PM   #10
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
Quote:
Originally Posted by shenberry
Haha might have answered my next question to why i still can't boot it lol well i think i am going to delete the partition and start all over since now setup can't access the drive anymore for some reason. Since it install and not booted I shouldn't have to many problems left. Thanks for walking me through this guys first time user can't wait.
Making mistakes is the surest way to learn.
 
Old 11-22-2006, 01:07 PM   #11
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Smile

Quote:
Originally Posted by shenberry
Haha might have answered my next question to why i still can't boot it lol well i think i am going to delete the partition and start all over since now setup can't access the drive anymore for some reason. Since it install and not booted I shouldn't have to many problems left. Thanks for walking me through this guys first time user can't wait.
Heh, been there, done that:-)
When you boot the 2.6xx kernel don't forget to install the 2.6xx kernel from the CD later on during the install process otherwise, yes, you may have a system that won't boot-up. Then after you've successfully installed your system, reboot. Then you'll need to log-on as root, mount your cd rom drive and install the kernel modules, headers for your kernel (you don't need the generic kernel if you've installed the kernel from the CD in the latter part of the installation). Have fun:-)
 
Old 11-22-2006, 01:26 PM   #12
shenberry
Member
 
Registered: Nov 2006
Location: New Orleans, LA
Distribution: Slackware 11
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by hitest
root, mount your cd rom drive and install the kernel modules, headers for your kernel (you don't need the generic kernel if you've installed the kernel from the CD in the latter part of the installation). Have fun:-)
I am so going to ask my friend to translate that in better detail i know what you or saying but i use huge26.s root:/dev/sda2 and try to boot it but i never get out of the setup part and not on to the environment. Even though i put in my password i don't think thats where that one goes lol.
 
Old 11-22-2006, 01:34 PM   #13
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by shenberry
I am so going to ask my friend to translate that in better detail i know what you or saying but i use huge26.s root:/dev/sda2 and try to boot it but i never get out of the setup part and not on to the environment. Even though i put in my password i don't think thats where that one goes lol.
Yes. After you've booted from the 2.6xx huge kernel at the beginning of the install process you will be asked later on to install a kernel. Select install from CD and you should be good to go. Complete the install, remove all cds. Reboot. When the system reboots then you will install the kernel modules, headers after mounting the second install cd.
 
Old 11-22-2006, 01:43 PM   #14
shenberry
Member
 
Registered: Nov 2006
Location: New Orleans, LA
Distribution: Slackware 11
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by hitest
remove all cds. Reboot. When the system reboots then you will install the kernel modules, headers after mounting the second install cd.
Remove the cd helps but when i reboot i just g et the flashing '_' and thats it. No error and not even a no operating system found thats all i get is the flashing '_' so i have no idea where i went wrong when i first started it asked me what do i want to boot and i typed in huge26.s and right before i enter my admin password it asked again and i selected the same one the second time around hehe.
 
Old 11-22-2006, 01:53 PM   #15
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by shenberry
Remove the cd helps but when i reboot i just g et the flashing '_' and thats it. No error and not even a no operating system found thats all i get is the flashing '_' so i have no idea where i went wrong when i first started it asked me what do i want to boot and i typed in huge26.s and right before i enter my admin password it asked again and i selected the same one the second time around hehe.
Hmmmm......have your friend go over the instructions with you. This is also laid out in detail in the readme text on the slackware cd. Perhaps you made a mistake in partitioning, setting up your HD. Good luck, man.
I've seen that flashing scenario when I didn't install the kernel properly with a scsi drive. I'm running Slackware 11.0 with the 2.6.17.13 kernel on two IBM computers with scsi HDs.
 
  


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
fc3 install doesnt install grub properly onto sata drive sabo Linux - Newbie 4 02-03-2007 04:04 PM
How to install teh rest of the Linux packages from USB drive after install? ArchW Linux - Newbie 4 03-07-2006 08:43 AM
Make Install xmms-plugin install fail - deb sarge Khepri Linux - Software 2 02-18-2006 10:05 PM
SuSE 9 Install Freezes when swapping CDs during VMWare based Install barkout SUSE / openSUSE 2 02-09-2006 07:36 AM
How do I re-install an operatingsystem? Corrupted install. Yast wont load. URGENT.thx CrewXp SUSE / openSUSE 5 05-09-2005 12:07 AM

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

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