LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 12-21-2010, 04:33 PM   #16
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483

Quote:
Can't even see drive to install!!!
Quote:
Originally Posted by Drakeo View Post
the problem is this you did not give me your install steps. you mean slackware does not see your drive to install?
I didn't give any install steps because unfortunately I can't even install Slackware! If I run setup it says I should exit and partition the disks using cfdisk or fdisk. Well cfdisk errors out because it can't find any drives!
you must run cfdisk set up your hard drive and swap file. If you do not do that slackware will not proceed to install. run the cfdisk tool make your partitions then slackware will start the set up.
Oh my all this because you have unformulated hard drives.

TinyCore runs in ram that is why you could see your old drives most likely windows partitions.
does not mater what distro if you do not format your drives they will never be seen to install on.
Quote:
so when you run cfdisk what is the error

Last edited by Drakeo; 12-21-2010 at 04:38 PM.
 
Old 12-21-2010, 08:49 PM   #17
schultzter
Member
 
Registered: Sep 2009
Distribution: Arch Linux
Posts: 40

Original Poster
Rep: Reputation: 3
Where's pci_ide?!

Quote:
Originally Posted by alekow View Post
you need initrd with kernel-generic anyway, so why not?
Well, just for grins I downloaded the latest stable kernel source and so far I haven't found a single file called pci_ide so I hope I'll find it once 13.1 finishes installing (did like you suggested, but I'm running out blank CDs and they cost a fortune here in Canada - I wish my old computer was new enough to have a DVD drive).

Quote:
Originally Posted by alekow View Post
Good luck! :-)
Thanks. In case that doesn't work though I've opened a great bottle of red wine to drown my troubles in - our celebrate with!
 
Old 12-21-2010, 08:58 PM   #18
schultzter
Member
 
Registered: Sep 2009
Distribution: Arch Linux
Posts: 40

Original Poster
Rep: Reputation: 3
Tiny Core: the good thing in small packages

Quote:
Originally Posted by Drakeo View Post
TinyCore runs in ram that is why you could see your old drives most likely windows partitions.
does not mater what distro if you do not format your drives they will never be seen to install on.
Tiny Core runs mostly in RAM, but it has to load from somewhere! And if you install it on a hard drive you can configure persistent storage (for /opt and /home typically) rather than backup-at-shutdown (like you would if running off a pendrive); and the extensions are looped in so they're being read off the physical medium they're stored on.

The only reason I'm not using TC on that old laptop is I just figured it would be easier to have one distro to serve them all and in the network bind them (you can blame that last abuse of classic literature on the cocktail of Advil and red wine I've consumed this evening

But if alekow's suggestion doesn't work I think I'm going to with TC and that's it!

Thanks,

Last edited by schultzter; 12-21-2010 at 09:13 PM. Reason: Somehow screwed up "alekow"?!
 
Old 12-22-2010, 12:26 AM   #19
alekow
Member
 
Registered: Sep 2009
Distribution: Slackware
Posts: 230

Rep: Reputation: 75
Quote:
I had to use the huge.s kernal since hugesmp.s complains about a missing function and then stops booting.
I forgot about that - you should probably turn off smp in your kernel.

Code:
Device Drivers  ---> <*> ATA/ATAPI/MFM/RLL support (DEPRECATED)  ---> <*>   generic/default IDE chipset support
Here's the driver

And you'll also nedd those:
Code:
Device Drivers  ---> <*> ATA/ATAPI/MFM/RLL support (DEPRECATED)  ---> <*>   generic ATA/ATAPI disk support
Device Drivers  ---> <*> ATA/ATAPI/MFM/RLL support (DEPRECATED)  --->[*]     ATA disk support
Device Drivers  ---> <*> ATA/ATAPI/MFM/RLL support (DEPRECATED)  ---> <*>   Include IDE/ATAPI CDROM support
Also take a look at /extra/linux-2.6.33.4-nosmp-sdk/ directory in slackware-13.1 source tree.

Last edited by alekow; 12-22-2010 at 01:00 AM.
 
1 members found this post helpful.
Old 12-22-2010, 01:33 PM   #20
schultzter
Member
 
Registered: Sep 2009
Distribution: Arch Linux
Posts: 40

Original Poster
Rep: Reputation: 3
This is getting complicated

Quote:
Originally Posted by alekow View Post
I forgot about that - you should probably turn off smp in your kernel.

...

Also take a look at /extra/linux-2.6.33.4-nosmp-sdk/ directory in slackware-13.1 source tree.
So are those options I'll find when configuring a kernel build? In menuconfig or elsewhere?

I found the string PCI_IDE in the file /drivers/ide/ide-pci-generic.c but I'm trying to find a good tutorial on how to compile a module, or even compile myself a custom kernel with everything built-in that my machine needs (and nothing it doesn't).

Is there some dependancy checking going on? So if I say make ide-pci-generic will it also make the modules it depends on? I looked at a kernel config file and I could not find anything that I thought would let me build that driver into a custom kernel.

I guess I better stop at the liquor store, I'm going to need a lot more red wine to complete this little project!

Thanks for all your help so far, I wouldn't still be doing this without it.
 
Old 12-22-2010, 03:32 PM   #21
alekow
Member
 
Registered: Sep 2009
Distribution: Slackware
Posts: 230

Rep: Reputation: 75
Sorry, i feel my posts are a bit chaotic.

1)
I forgot that there's a generic-non-smp kernel package (kernel-generic-2.6.33.4-i486-1.txz) which you'll need - install it.

2)
Quote:
Also take a look at /extra/linux-2.6.33.4-nosmp-sdk/ directory in slackware-13.1 source tree.
You can find there 3 things: a package with non-smp kernel-headers - you'll need it too, a patch file and a README file.

3)
After patching your kernel-source run make menuconfig [EDIT]and load generic-non-smp kernel config found in /boot[/EDIT] and find those:

Code:
Device Drivers  ---> <M> ATA/ATAPI/MFM/RLL support (DEPRECATED)  ---> <M>   generic/default IDE chipset support
Device Drivers  ---> <M> ATA/ATAPI/MFM/RLL support (DEPRECATED)  ---> <*>   generic ATA/ATAPI disk support
Device Drivers  ---> <M> ATA/ATAPI/MFM/RLL support (DEPRECATED)  --->[M]     ATA disk support
Device Drivers  ---> <M> ATA/ATAPI/MFM/RLL support (DEPRECATED)  ---> <M>   Include IDE/ATAPI CDROM support
You can see that i changed most of asterisks to 'M' letters - It should be like this - compile them as modules

4) Run 'make' and 'make modules_install' (This should work - if so, you won't have to recompile whole kernel)

5) Read the /boot/README.initrd
6) Make an initrd with your filesystem support and your IDE module (ide_pci_generic?) [EDIT2] but I don't think this one is really needed - just use your filesystem module [/EDIT2] and modify lilo.conf (not forgetting to run 'lilo' command after that)

And i guess it's enough... if i didn't miss anything ;-)

Merry Christmas! :-)

EDIT:
Hope you've seen the edited part:-)

Last edited by alekow; 12-23-2010 at 04:22 AM.
 
1 members found this post helpful.
  


Reply

Tags
harddrive, ide, install



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
How to create a script that will automatically detect a SATA and IDE hdd cyclonous_gt Linux - General 3 05-10-2007 01:02 PM
redhat fails to detect IDE HDD on installation alekosf Linux - Newbie 2 10-27-2006 02:43 PM
Toshiba Satellite 4060 install problems with Fedora 4, RH9 & Slack 10.2 LordFett Linux - Laptop and Netbook 3 10-17-2005 02:03 PM
Dual boot XP(internal IDE HDD) Debian(external USB-IDE HDD) using boot.ini PolarDog Linux - Laptop and Netbook 2 07-01-2005 09:50 PM
Slack 9 and Toshiba Satellite Pro 6100 IndigoParadox Linux - Laptop and Netbook 3 08-25-2003 08:59 PM

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

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