Slackware64-13.37

Talk about other linux distributions, or even other OSes.

Slackware64-13.37

Postby Tim CowChip » 2. Sep 2011, 20:27

I've been following this thread and attempting to get Slackware64-13.37 installed to a partition on my hard drive.

I downloaded the install dvd *.iso ran isohybrid on it then dd'd to my 8Gb usb

It boots fine but when I run setup and select my installation source as /dev/sdb1 and the installer ask for the Slackware source directory. I enter /slackware64 but it can't seem to find it.

I copied the entire contents of the usb drive to my hard drive in the directory /stuff. When I select /dev/sda1 as my installation source the installer can't find the /stuff/slackware64 there either.

I ran
Code: Select all
mount /dev/sda1/stuff /mnt

and/or
Code: Select all
/dev/sdb1 /mnt

before running setup
Last edited by Tim CowChip on 2. Sep 2011, 21:45, edited 1 time in total.
ImageImageImage
User avatar
Tim CowChip
 
Posts: 273
Joined: 27. May 2011, 03:35
Location: in a van down by the river

Re: Slackware64-13.37

Postby laprjns » 2. Sep 2011, 21:27

I've been following this thread and attempting to get Slackware64-13.37 installed to a partition on my hard drive.
The link doesn't work for me

I ran
Code: Select all
mount /dev/sda1/stuff /mnt
This should be
Code: Select all
 mount /dev/sda1 /mnt
then the copied iso should be found in /mnt/stuff/

As for the usb devices are you sure it's sdb1? Do a
Code: Select all
ls /dev/sd*
to see the device that where detected at boot up
User avatar
laprjns
Salix Warrior
 
Posts: 489
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Slackware64-13.37

Postby Tim CowChip » 2. Sep 2011, 21:40

Both /dev/sdb and /dev/sdb1 show up. I tried both with the same results

Sorry about the link. I fixed it.
ImageImageImage
User avatar
Tim CowChip
 
Posts: 273
Joined: 27. May 2011, 03:35
Location: in a van down by the river

Re: Slackware64-13.37

Postby Tim CowChip » 2. Sep 2011, 21:55

I ran
Code: Select all
mount /dev/sda1/stuff /mnt
This should be
Code: Select all
 mount /dev/sda1 /mnt
then the copied iso should be found in /mnt/stuff/

Do I then select the install source as from hard drive or pre-mounted directory?
ImageImageImage
User avatar
Tim CowChip
 
Posts: 273
Joined: 27. May 2011, 03:35
Location: in a van down by the river

Re: Slackware64-13.37

Postby laprjns » 2. Sep 2011, 22:01

After you do this
Code: Select all
mount /dev/sdb1 /mnt
What does ls /mnt show. Please post
User avatar
laprjns
Salix Warrior
 
Posts: 489
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Slackware64-13.37

Postby Tim CowChip » 2. Sep 2011, 22:10

Code: Select all
topher[~]$ sudo mount /dev/sdb1 /mnt
mount: warning: /mnt seems to be mounted read-only.
topher[~]$ ls /mnt

[list=]
ANNOUNCE.13_37 PACKAGES.TXT extra
BOOTING.TXT README.TXT isolinux
CHANGES_AND_HINTS.TXT README.initrd kernels
CHECKSUMS.md5 README_CRYPT.TXT pasture
CHECKSUMS.md5.asc README_LVM.TXT patches
COPYING README_RAID.TXT slackbook
COPYING3 READ_DVD.TXT slackware64
COPYRIGHT.TXT RELEASE_NOTES source
CRYPTO_NOTICE.TXT SPEAKUP_DOCS.TXT testing
ChangeLog.txt SPEAK_INSTALL.TXT usb-and-pxe-installers
FILELIST.TXT Slackware-HOWTO
GPG-KEY UPGRADE.TXT
[/list]
ImageImageImage
User avatar
Tim CowChip
 
Posts: 273
Joined: 27. May 2011, 03:35
Location: in a van down by the river

Re: Slackware64-13.37

Postby laprjns » 2. Sep 2011, 23:35

So your installation source is /mnt

If your on line now, you might want to go to the salix irc channel. I can try helping from there
User avatar
laprjns
Salix Warrior
 
Posts: 489
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Slackware64-13.37

Postby Tim CowChip » 3. Sep 2011, 01:28

I was away for awhile. I appreciate your offer to help me on IRC. I tried again using /mnt as my install source and got a little further this time. After I selected the "Full" install the installation was done in a few seconds, except nothing was installed.


Edit

I used
Code: Select all
dd if=slackware64-13.37-install-dvd.iso of=/dev/sdb bs=5M

to get the *.iso on to the usb stick, but when I copied the usb stick to my hard drive, something was lost in the translation.
Then I tried
Code: Select all
mount -o loop slackware64-13.37-install-dvd.iso /mnt/iso

and copied /mnt/iso to /stuff and installed from that source.

Thank you, laprjns for all your help.
ImageImageImage
User avatar
Tim CowChip
 
Posts: 273
Joined: 27. May 2011, 03:35
Location: in a van down by the river


Return to Other distributions