LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 01-08-2014, 07:46 AM   #1
chicken76
Member
 
Registered: Mar 2009
Distribution: Slackware
Posts: 121

Rep: Reputation: 2
Question Is it possible to install Slackware64 by using the first installation CD?


Is it possible to boot the Slackware install CD no.1 (32 bit), but use the 64 bit packages via FTP and obtain a proper Slackware64 installation?

I need to do this with version 14.0 on an older system that does not have DVD drive, but a CD one. PXE boot doesn't work (although the network card is functional), and neither does booting from a USB stick written with the provided usbboot.img
 
Old 01-08-2014, 08:28 AM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,064

Rep: Reputation: Disabled
You can't use a 32 bit installer on a CD to install a 64 bit Slackware, whatever be your packages source, because it will search packages series in slackware/, not slackware64/, thus won't find them.

If you can afford to burn one CD on your other box you could use the CD/USB ISO image for Slackware64-14.0 that you'll find here:
http://slint.fr/installers/
Instructions to burn the CD are there:
http://slint.fr/installer.html

PS it's a polyglot installer but don't worry, it speaks English

Last edited by Didier Spaier; 01-10-2014 at 03:13 PM.
 
Old 01-08-2014, 11:33 AM   #3
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 Didier Spaier View Post
You can't use a 32 bit installer on a CD to install a 64 bit Slackware, whatever be your packages source, because it will search packages series in slackware/, not slackware64/, thus won't find them.
IIRC, if you do a network based install the installer asks specifically for the directory with the packages, so you will be able to install the 64 bit packages. The real problem is that you won't be able to install a bootloader, since this involves chrooting into the installed system. You can't chroot into a 64 bit system from a 32 bit system.
 
Old 01-08-2014, 12:21 PM   #4
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,064

Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
IIRC, if you do a network based install the installer asks specifically for the directory with the packages
Yes.

Quote:
Originally Posted by TobiSGD View Post
,so you will be able to install the 64 bit packages.
No. The installer sets REMOTE_URL as the URL of the FTP/HTTP server and sets REMOTE_ROOT as the parent directory of the directory with the packages, then looks for the tagfile information this way:
Code:
# Make sure we can select stuff from the package series (in case of installer for 32 bits):
 dialog --title "INITIALIZING PACKAGE TREE" --infobox \
  "\nRetrieving tagfile information for the package tree ..." 5 65

 for series in $(ls -1 slackware) ; do
  wget -q -P ./slackware/$series $REMOTE_URL$REMOTE_ROOT/slackware/$series/tagfile
  wget -q -P ./slackware/$series $REMOTE_URL$REMOTE_ROOT/slackware/$series/maketag.ez
  wget -q -P ./slackware/$series $REMOTE_URL$REMOTE_ROOT/slackware/$series/maketag
 done
So as in case of a 64 bit source these files are in $REMOTE_URL$REMOTE_ROOT/slackware64/$series, wget will fail.

PS in 64 bit installer instead s/slackware/slackware64/, of course

Last edited by Didier Spaier; 01-08-2014 at 12:28 PM.
 
1 members found this post helpful.
Old 01-08-2014, 12:54 PM   #5
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
Thanks for the clarification.
 
Old 01-10-2014, 06:36 AM   #6
chicken76
Member
 
Registered: Mar 2009
Distribution: Slackware
Posts: 121

Original Poster
Rep: Reputation: 2
Thanks guys, I managed to install it in the end with Didier's slint.

Didn't even use a CD, but a USB stick. So I guess I was wrong and booting from USB works on this old machine after all.
Could there be a fault in the usbboot.img? I used the same stick and worked with slint flawlessly.
With Slackware's usbboot.img I was getting the following errors (attached image). I thought the stick was damaged, but it worked well with slint's iso. I also thought writing usbboot.img to the stick was somehow botched, so I did it twice on different machines. Any ideas?
Attached Thumbnails
Click image for larger version

Name:	20140108_145510.jpg
Views:	42
Size:	248.2 KB
ID:	14465  
 
Old 01-10-2014, 07:40 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 chicken76 View Post
Could there be a fault in the usbboot.img?
I used the usbboot.img from 14.1 yesterday to install one of my machines from scratch, for me it worked without any problems.
 
Old 01-10-2014, 07:42 AM   #8
chicken76
Member
 
Registered: Mar 2009
Distribution: Slackware
Posts: 121

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by TobiSGD View Post
I used the usbboot.img from 14.1 yesterday to install one of my machines from scratch, for me it worked without any problems.
Have you tried the one from 14.0 (64-bit) to see if it boots?
 
Old 01-10-2014, 07:45 AM   #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
Will try that and report back soon.

EDIT: Works fine, too.

Last edited by TobiSGD; 01-10-2014 at 07:52 AM.
 
Old 01-10-2014, 08:02 AM   #10
chicken76
Member
 
Registered: Mar 2009
Distribution: Slackware
Posts: 121

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by TobiSGD View Post
Will try that and report back soon.

EDIT: Works fine, too.
Darn it, what could I have done wrong?!

Thank you for your feedback.
 
Old 01-10-2014, 08:22 AM   #11
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,064

Rep: Reputation: Disabled
I'm happy Slint hybrid installer worked. Looking at attachment to post #6, maybe despite EDD errors eventually USB stick was usable as what I see at the end is the greeting screen of the installer.

I don't think you did anything wrong and am not very surprised that ISOLINUX works flawlessly on some machine but not on others, this is pretty common as there are big differences between hardware and firmware (EFI or BIOS) from machine to machine as I can see following syslinux mailing list.

For the records USB boot images as usbboot.img are not that much necessary nowadays as an ISO image can easily be put on an USB key to make a bootable USB stick as well, just post-processing the image to make it hybrid using isohybrid. That's what we do with Slint installers. To be honest I got the idea reading Pat's README.TXT in isolinux/

Last edited by Didier Spaier; 01-10-2014 at 08:58 AM. Reason: s/bootable/usable
 
  


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
glib.h problem in rrdtool installation slackware64 14 psyfreak.inc Slackware 4 08-27-2013 07:52 PM
Wrong default install path when using USB-stick installation (Slackware64 -14.0) Olaus Slackware 0 04-03-2013 11:44 AM
Slackware64 installation w/o DVD remocxio Slackware 15 08-24-2012 01:58 AM
[SOLVED] Slackware64-current installation detects i686 samac Slackware 2 11-18-2010 02:24 PM
xorg.conf is missing in the last slackware64 installation ROXR Slackware 1 07-20-2009 02:56 AM

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

All times are GMT -5. The time now is 04:40 PM.

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