LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-06-2012, 01:31 PM   #16
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Rep: Reputation: 297Reputation: 297Reputation: 297

As an FYI, the OP has a second active thread here http://www.linuxquestions.org/questi...ll-4175435818/ on the same issue.
 
Old 11-06-2012, 01:52 PM   #17
PremiumG
LQ Newbie
 
Registered: Nov 2012
Posts: 13

Original Poster
Rep: Reputation: Disabled
More than one way to skin a cat... Any logical individual would opt to seek help with different methods and and pathways, so careful if you meant to accuse someone seeking assistance.

As an FYI, the OP is making a video of exactly what happens to help those helping me. Thanks.
 
Old 11-06-2012, 01:56 PM   #18
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Rep: Reputation: 297Reputation: 297Reputation: 297
Quote:
Originally Posted by PremiumG View Post
More than one way to skin a cat... Any logical individual would opt to seek help with different methods and and pathways, so careful if you meant to accuse someone seeking assistance.
Per the forum rules you should create on thread and not have duplicate threads. Besides, I am not accusing, just letting others know so they can see what else you have tried, and to mention LQ rules.

They say in part:
Quote:
•Do not post the same discussion in more than one forum. Duplicate discussions can be frustrating for other members. Try and pick the most relevant forum for your post. If you are unsure put it in Linux - General.

Last edited by jkirchner; 11-06-2012 at 02:05 PM.
 
Old 11-06-2012, 02:52 PM   #19
PremiumG
LQ Newbie
 
Registered: Nov 2012
Posts: 13

Original Poster
Rep: Reputation: Disabled
Ok, so technically, if I used ImageWriter to make:

USB1: usbboot.img

and

USB2: slackware64-14.0-install-dvd.iso

and had them both plugged in while booting... couldnt I use one to load setup, and the other to load the packages? And what are the exact commands to do this from start to finish? Im a nub.
 
Old 11-06-2012, 05:18 PM   #20
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
1. Start from the installer USB
2. When you are at the CLI login as root, as usual.
3. Now create 2 new directories, used as mountpoints for accessing the packages:
Code:
mkdir /usb /iso
4. Now we are mounting the second USB, that one with the ISO on it. To do so we have of course to know its device descriptor. You can check that with
Code:
fdisk -l
I assume now that the device descriptor for that partition is /dev/sdc1 and mount that to USB:
Code:
mount /dev/sdc1 /usb
5. Now we mount the ISO to the /iso directory:
Code:
mount -o loop /usb/slackware64-14.0-install-dvd.iso /iso
6. Now you can just start the installer. When it comes to selection of the source for packages use the "Install from mounted filesystem" option (or similar, I don't know exactly how the option is named) and point the installer to the slackware directory under /iso.
 
Old 11-06-2012, 07:38 PM   #21
Grischuna
Member
 
Registered: Mar 2009
Distribution: Slackware-current multilib
Posts: 45

Rep: Reputation: 0
Quote:
Originally Posted by PremiumG View Post
...

I have Slackware64-14.0-install-dvd already, I meant ImageWriter for Windows.
Hello,

Follow this link to download the zip file including the executable...

Cheers
 
Old 11-06-2012, 07:40 PM   #22
Grischuna
Member
 
Registered: Mar 2009
Distribution: Slackware-current multilib
Posts: 45

Rep: Reputation: 0
Quote:
Originally Posted by PremiumG View Post
...

I have Slackware64-14.0-install-dvd already, I meant ImageWriter for Windows.
Hello,

Follow this link to download the zip file including the executable ...

Cheers
 
Old 11-07-2012, 10:32 PM   #23
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
Alien BOB's instructions work perfectly. I have done 5 installs in the last two months with usb sticks I have created follwoing his instructions. It's friggin awesome. You may have had trouble, but I can assure you that it works.
 
Old 11-08-2012, 02:06 AM   #24
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hi,

if your problem is to mount the sources directory (which is included into the USB-images), you have several other choices to deal with the sources.
For example, before you start "setup" create a directory /install/ and mount the sources there.
Code:
mkdir /install
mount /dev/sdb1 /install
then when the installer asks for the sources, select "from a premounted directory" and the path should then be
Code:
/install/slackware64
BTW: don't format with ext2, use ext3 instead. And: I don't know in which country you are but we have our installation-guide at SlackDocs by now translated in several languages: http://docs.slackware.com/slackware:install and there are additional sources of information which may be helpful. Installing Slackware is definitely easy once the partitioning is done.

Markus
 
  


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
Dell Studio 1535 Screen Resolution Issue Darkon1365 Linux - Newbie 12 08-07-2010 10:02 PM
Can Slackware Linux 12.2 be loaded on a Dell Studio XPS Laptop? Twilight_Bandit Linux - Laptop and Netbook 7 05-30-2009 04:06 AM
Netgear wg511t on dell studio 1535 - no power, not in lscpi c-- Linux - Hardware 2 01-22-2009 05:44 PM
Having trouble installing Kubuntu using Wubi on my Dell laptop Emmazing Linux - Laptop and Netbook 2 01-24-2008 09:42 PM
Trouble installing 9.1 from CD on Dell laptop austindad Slackware 2 01-27-2004 09:31 AM

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

All times are GMT -5. The time now is 12:53 AM.

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