LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-12-2013, 07:05 AM   #1
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Rep: Reputation: 76
Cannot install Slackware 10.2 on SATA disk.


Hi: I boot with the Slackware 9.1 installation disk (disk #1) and everything goes well. At first, it asks to press <Enter> to boot the default kernel (bare.i). I press <Enter> and booting begins. When it is finished, it prompts me to select the keyboard (<Enter> for standard US keyboard). But here my USB keyboard has become quite unresponsive. I can read in the top lines this:

usb.c: deregistering driver usbkdb.

I wanted to install 9.1 for testing purposes. I could try to find some standard keyboard (non-USB) but maybe there is a workaround. Perhaps some kernel parameter I could put in the "boot:" prompt?

I tried with a PS/2 to USB keyboard adapter (my machine has a PS/2 connector besides USB) but, though it work on another machine, here it won't work.

Last edited by stf92; 12-13-2013 at 08:23 AM.
 
Old 12-12-2013, 11:47 PM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
If this is a newer machine it may be that the old kernel in 9.1 has problems with your hardware in general. You may get better results with installing into a virtual machine.
 
Old 12-13-2013, 08:14 AM   #3
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Thanks. I have solved the keyboard issue. But I'm having a more serious problem with my hard disk which, very unfortunately, is SATA (I did not see the host of troubles I was getting into by buying a machine with no parallel ATA or IDE controllers, for example, none of my live CDs will boot). 9.1 does not see the SATA disk drive. So I tried with 10.2, booting with the sata.i kernel (2.4.31): no use. The same with the test26.s kernel, which is a 2.6.13 kernel that supports SATA. The problem is that, when I run setup, it says it does not find any Linux partitions, despite the fact that the disk has a working slackware partition on it (ext2). And if I run cfdisk, still from within the prompt given by booting the 10.2 disk, it immediately quits with an error. Neither sata.i nor test26.s seem to understand the disk. A question here: could it be that by setting some parameter in the BIOS the problem could be solved? That if the installer uses some BIOS routines to do its work.

ADENDUM: the motherboard is a GA-H61M-S1. I find the following in the BIOS setup menu:
Quote:
SATA Controller(s) (Intel H61 Chipset)
Enables or disables the integrated SATA controllers. (Default: Enabled)

SATA Mode Selection (Intel H61 Chipset)
Allows you to decide whether to configure the SATA controllers integrated in the Intel H61 Chipset to AHCI
mode.
 IDE 
Configures the SATA controllers to IDE mode. (Default)
 AHCI 
Configures the SATA controllers to AHCI mode. Advanced Host Controller Interface (AHCI)
is an interface specification that allows the storage driver to enable advanced Serial ATA
features such as Native Command Queuing and hot plug.
Disabling the SATA controllers simply asks for a medium to boot from. As to the SATA mode, I only tested the IDE mode. I did not see what happens with AHCI on.

Last edited by stf92; 12-13-2013 at 09:19 AM.
 
Old 12-13-2013, 09:41 AM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
On modern machines you always should use the AHCI option instead of IDE mode. AHCI should speed up disk access and also make more OSes run on the machine, since AHCI uses a generic driver, while the IDE mode needs a driver specifically for your storage controller. Try it with AHCI, if it still doesn't work I would still recommend to just use virtual machines, they will work.
 
Old 12-13-2013, 11:15 AM   #5
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
AHCI did not solve the problem. I setup AHCI mode in the BIOS and still the setup program does not see or understand the hard disk.

I never used virtual machines and I think is something completely out of my possibilities. I mean it would be way too complicated for me.
 
Old 12-13-2013, 11:32 AM   #6
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by stf92 View Post
I never used virtual machines and I think is something completely out of my possibilities. I mean it would be way too complicated for me.
Then simply use a recent version of Slackware (14.1, 14.0 or 13.37) on your real hardware.
 
Old 12-13-2013, 11:43 AM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by stf92 View Post
AHCI did not solve the problem. I setup AHCI mode in the BIOS and still the setup program does not see or understand the hard disk.

I never used virtual machines and I think is something completely out of my possibilities. I mean it would be way too complicated for me.
I don't think so. In other threads you try to rip parts out of your system, like udev and so on. If you can handle that a VM is a no brainer.
 
Old 12-13-2013, 11:45 AM   #8
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
I work on a machine with Slackware 14.0-64. I wanted to install 10.2 on another disk because it does not use udev and I would like to adopt an O.S. that does not use udev.
 
Old 12-13-2013, 12:54 PM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Try Crux or Gentoo. Using an unsupported OS is never an option.
 
Old 12-13-2013, 03:34 PM   #10
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by stf92 View Post
I work on a machine with Slackware 14.0-64. I wanted to install 10.2 on another disk because it does not use udev and I would like to adopt an O.S. that does not use udev.
Back to your one-legged Golem, are you?
 
  


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
[SOLVED] Slackware 13.37 installation on an external USB hard disk - nano how-to Didier Spaier Slackware - Installation 16 10-22-2018 04:22 PM
How to boot local disk from bootable USB (USB installation source) kankan55 Linux - Newbie 4 06-17-2013 12:03 AM
using installation disk to boot slackware 9.1 paul62 Slackware 3 07-02-2004 08:21 AM
Fresh Slackware 9.1 installation requires boot disk to boot smithtodda Slackware - Installation 7 06-23-2004 09:06 PM

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

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