Slackware - InstallationThis forum is for the discussion of installation issues with Slackware.
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.
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.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
You should have better luck with the non-SMP kernel, which you can boot by typing "huge.s" at the "boot:" prompt when the install CD loads up. This kernel should work on any 486 or better processor.
You should have better luck with the non-SMP kernel, which you can boot by typing "huge.s" at the "boot:" prompt when the install CD loads up. This kernel should work on any 486 or better processor.
I am an idiot.
I swear I tried that, but I think I got confused with a VMWare install of slack I did today.
You should have better luck with the non-SMP kernel, which you can boot by typing "huge.s" at the "boot:" prompt when the install CD loads up. This kernel should work on any 486 or better processor.
i completed setup with "huge.s", but this time during log on it gives the same error...
("This kernel requires the following features not present on the CPU:
0:15
Unable to boot - please use a kernel appropriate for your CPU")
what can i do?
You booted the installer with the proper kernel this time (huge.s), but you also need to tell the installer that is the kernel you want to install into the final system. The installation process should have asked you which kernel you want to install, the default being the SMP kernel which doesn't work on your board.
thank you very much..
but in which part of the installation is asking me ? in this part? "CHOOSE LINUX KERNEL" old_cd.i, lowmem.i, bare.i..
which one should i choose?
do i have to make an extra processing?
besides, is it proper to choose the speakup.s choice in the begining?
thank you again..
Last edited by leiyoswoeirvn; 06-28-2008 at 04:43 PM.
thank you very much..
but in which part of the installation is asking me ? in this part? "CHOOSE LINUX KERNEL" old_cd.i, lowmem.i, bare.i..
which one should i choose?
huge.s if it's offered.
Quote:
do i have to make an extra processing?
besides, is it proper to choose the speakup.s choice in the begining?
only if You need a hardware speech synthesizer to work during install.
Distribution: Gentoo (all servers at work are openSUSE)
Posts: 6,932
Rep:
I don't know which one you are ... brain:proxy or leiyoswoeirvn;
Perhaps "the names were changed to protect the innocent."
You can boot with the Slackware CD1 and at the boot prompt type:
Code:
huge.s root=/dev/hda1 rdinit= ro
changing /dev/hda1 to your root partition. Then once back in your
shiny new Slackware system, you can edit /etc/lilo.conf and choose
the proper kernel. The choices are (drum roll)
thank you very much..
but in which part of the installation is asking me ? in this part? "CHOOSE LINUX KERNEL" old_cd.i, lowmem.i, bare.i..
which one should i choose?
do i have to make an extra processing?
besides, is it proper to choose the speakup.s choice in the begining?
thank you again..
What I did was this:
During the install, when is asks you what kind of prompts you want, "complete", "menu" etc., I chose "menu", so it prompted me what packages to install.
In the very first group of packages, you'll see the listed the various kernels, I unselected all but the "huge" - this only leave the huge kernel in the lilo menu after the install.
You could also select the huge.s kernel from the lilo menu if its installed, then follow Bruce's instructions.
I don't know which one you are ... brainroxy or leiyoswoeirvn;
Perhaps "the names were changed to protect the innocent."
You can boot with the Slackware CD1 and at the boot prompt type:
Code:
huge.s root=/dev/hda1 rdinit= ro
changing /dev/hda1 to your root partition. Then once back in your
shiny new Slackware system, you can edit /etc/lilo.conf and choose
the proper kernel. The choices are (drum roll)
Distribution: Gentoo (all servers at work are openSUSE)
Posts: 6,932
Rep:
leiyoswoeirvn,
Please boot with the Slackware CD1 as I previously suggested, and then change
/etc/lilo.conf to use "/boot/vmlinuz-generic-2.6.24.5". You will need to make
an initial RAM disk image to use this kernel. To help ease your pain in setting
that up, download Alien Bob's mkinitrd_command_generator.sh and run it for help
in which options to choose for your mkinitrd. So add this line to /etc/lilo.conf:
Code:
image = /boot/vmlinuz-generic-2.6.24.5 <--- change huge to generic
root = /dev/hda2
initrd = /boot/initrd.gz <--- new line
root = /dev/hda2
label = Slack-12.1
read-only
After you change /etc/lilo.conf, issue "sh mkinitrd_command_generator.sh" and
it will give you suggestions for your initrd image. It will output something like:
Code:
root@silas:/home/mingdao# sh mkinitrd_command_generator.sh
#
# mkinitrd_command_generator.sh revision 1.37
#
# This script will now make a recommendation about the command to use
# in case you require an initrd image to boot a kernel that does not
# have support for your storage or root filesystem built in
# (such as the Slackware 'generic' kernels').
# A suitable 'mkinitrd' command will be:
mkinitrd -c -k 2.6.24.5-smp -f jfs -r /dev/cryptvg/root -m pata_acpi:ata_generic:usbhid:ehci-hcd:ohci-hcd:jfs -C /dev/md/2 -L -o /boot/initrd.gz
Copy and paste that line into your terminal, then press Enter. You MUST
issue "lilo" after doing all the above steps, to write this to your bootloader.
Last edited by Bruce Hill; 07-01-2008 at 11:30 PM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.