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.
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.
I am trying to install slack 9.1 on an IBM x20 laptop. The problem is that it only has a cdrom and floppy drive that you can connect through usb. I can get up to the point when it asks what you want to install from. My question is how do you install from a hard drive partition? What do i need to install? I arleady have fedora on it so i have an ext 3 partition ready. I don't care about fedora so i am going install slack over it.
Any help on this would be greatly appreciated sense i use to run redhat 9 on my main pc but switched to slack 9.1 and love it. It is dramatically faster and uses half as much memory as redhat did.
I have been able to install from a partition when I pulled all the files off of the CD onto my hard drive and then mounted the partition before going in to install. I was doing everything I could to get a bad disc to work (that now is broken in two because I found my backup). I don't remember if I was able to get the kernel from the hard drive also though, sorry.
....I would go with tinksters way if I was you
*clicks on the link*
With loopback of course! You can mount the ISO9660 image on the kernel loopback device from another filesystem.
For example, say you download the ISO9660 image under Windows. Boot the Slackware boot and root disks for your system. Assuming your Windows partition is /dev/hda1 and you downloaded the ISO9660 image to C:, issue these commands:
mkdir -p /dos
mount -t vfat /dev/hda1 /dos
cd /dos
mknod /dev/loop0 b 7 0
mkdir /INSTALL
mount -o loop /dos/install.iso /INSTALL
You can then tell the Slackware setup program to install from a premounted directory and pass it /INSTALL/slakware. This trick can also be used if you cannot make a valid CD with your burner.
ok so what do i need to change if it is under an ext3 partition labeled /slackware
on hda 3 and how do i mount both cds. also do i just use the slackware cd to choose the source directory still
your kinda making this way harder then it has to be ... if you can boot and get to the setup all you need to do is put the files from the slackware directories from both cds if you want gnome or kde and the kernel directory off the 1st cd if you want to use a prebuilt kernel. then in setup when it asks for the target, right after you make your partitions remember not to format the partition with the slackware tgz files in it, tell it the partition with the slackware directory on it.
Well this is what i can do. I can set up the partition table. I can format the partitions. I can choose packages to install. When it asks for the source of media to install from i choose auto search and it can not find anything. Most linux distros do no support booting from usb devices windows does not support it either.
your kinda making this way harder then it has to be ... if you can boot and get to the setup all you need to do is put the files from the slackware directories from both cds if you want gnome or kde and the kernel directory off the 1st cd if you want to use a prebuilt kernel. then in setup when it asks for the target, right after you make your partitions remember not to format the partition with the slackware tgz files in it, tell it the partition with the slackware directory on it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.