SlackwareThis 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.
I cannot get the Slack12 install cd to get into setup with the kernels on the cd. My pc is a 10 year old 200 MHz pc that has run Slack 10, 10.2, and 11 without problems in console. I have used it both with the 2.4 and 2.6 kernels without problem. The 2.6.x kernels I have built myself for this pc so it is customized. How do I get the install cd to install with a very basic kernel?
Last edited by linuxhippy; 07-14-2007 at 04:18 PM.
ok. I have reinstalled Slack11 and recompiled kernel 2.6.22.1 for my pc on hde1. I want to put Slack12 on hde2. Could I install Slack12 on hde2 while in Slack11 running kernel 2.6.22.1 following the above directions?
ok. I have reinstalled Slack11 and recompiled kernel 2.6.22.1 for my pc on hde1. I want to put Slack12 on hde2. Could I install Slack12 on hde2 while in Slack11 running kernel 2.6.22.1 following the above directions?
you need to reboot :
the simple way is to place the slackware
directory on some partition that has filesystem
supported by the booted kernel
then edit /etc/lilo
and add entry similar to your default one
kernel=/bzImage #look at kernels/README on some mirror
initrd=/initrd.img #isolinux/initrd.img on some mirror
label=install
then run lilo to install the install entry .
after reboot , choose the install line
this will boot the setup program , then
choose to install from hard drive
ok, I downloaded the initrd.img file from a mirror and see how to use it in /etc/lilo.conf. I don't follow you on the kernel part. The readme.txt file I found on a mirror describes putting a 2.6 kernel on a floppy and then ends with good luck getting it to fit. I'm not sure I could even find a floppy disk. Is this the right file:
ok, I downloaded the initrd.img file from a mirror and see how to use it in /etc/lilo.conf. I don't follow you on the kernel part. The readme.txt file I found on a mirror describes putting a 2.6 kernel on a floppy and then ends with good luck getting it to fit. I'm not sure I could even find a floppy disk. Is this the right file:
you can use any kernel image you like
but you can't start setup without loading initrd.img
ok, I should be able to figure out how to get it to install now. I'll let the board know after I install.
That Slax live cd is one of the only live cds that'll boot on my old pc. I used that after I messed my server up trying to upgrade to Slack12 last weekend. I'm not sure if it could be used to install Slackware, though.
At the lilo menu select your new install setting and it should boot up into a terminal screen that is the same as if you booted off the install cd.
Now came the sticky part. It couldn't find my cdrom player. I watched it boot and realized that it was complaining about the device mapper. I googled around and found that if I modprobed dm_mod that I'd get my cd. I then had to mount my Slack 11 hard drive and symlink my modules (ln -s /mnt/hde1/lib/modules/2.6.22.1 /lib/modules/2.6.22.1) and modprobe worked. Then I started setup as usual.
another gotcha when it finishes installing this way is that it doesn't ask to install a kernel but goes and installs the hugesmp kernel that didn't work for me. I had to install the kernel in Slack 11 and configure /etc/lilo.conf to boot this kernel, run lilo, and then boot into Slack 12. Oh, I didn't reinstall lilo on my MBR during the Slack 12 install but put it on that first option in order to preserve Slack 11 being able to boot. When I finally was able to boot into Slack 12 I didn't have modules. I then went to my new kernel directory (/usr/src/linux-2.6.22.1) and typed:
first : when i installed mine i always prefer to put slackware
distribution on hard drive partition and choose to install from
hard drive than cd-rom , it is faster and no probelms detecting cd-rom
second: there are several kernel packages in slackware/a
that can answer to your needs , all are kernel + modules
package pair so you don't need to build your own modules
still compiling your own kernel is not hard either
third: grub on a floppy is a great rescue if lilo fails you
since you can dynamically choose whatever boot configuration you like
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.