Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
12-12-2013, 08:05 AM
|
#1
|
Senior Member
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442
Rep:
|
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 09:23 AM.
|
|
|
12-13-2013, 12:47 AM
|
#2
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
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.
|
|
|
12-13-2013, 09:14 AM
|
#3
|
Senior Member
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442
Original Poster
Rep:
|
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 10:19 AM.
|
|
|
12-13-2013, 10:41 AM
|
#4
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
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.
|
|
|
12-13-2013, 12:15 PM
|
#5
|
Senior Member
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442
Original Poster
Rep:
|
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.
|
|
|
12-13-2013, 12:32 PM
|
#6
|
MLED Founder
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453
|
Quote:
Originally Posted by stf92
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.
|
|
|
12-13-2013, 12:43 PM
|
#7
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Quote:
Originally Posted by stf92
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.
|
|
|
12-13-2013, 12:45 PM
|
#8
|
Senior Member
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442
Original Poster
Rep:
|
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.
|
|
|
12-13-2013, 01:54 PM
|
#9
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Try Crux or Gentoo. Using an unsupported OS is never an option.
|
|
|
12-13-2013, 04:34 PM
|
#10
|
MLED Founder
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453
|
Quote:
Originally Posted by stf92
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?
|
|
|
All times are GMT -5. The time now is 03:11 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|