LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-15-2016, 09:50 PM   #1
chronojean
LQ Newbie
 
Registered: Dec 2016
Posts: 5

Rep: Reputation: Disabled
Post Liveslack xfce64 can't run setup2hd


Greetings!

I'm newcomer to slackware. i've istalled this distro before (like 4 years ago) and really liked, however, was just a fresh install to "check it out" and then installed ubuntu.

Now i want to go back to this distro ( i do like it )

ISSUE: just as the tittle says.

1. Boot live slack
2. Login as root
3. Open terminal
4. run this script http://www.slackware.com/~alien/liveslak/setup2hd
5. I get this message:

>Before you can install software, complete the following tasks:
> Mount your Live media partition on /mnt/livemedia.
"
(terminal auto-close)
then i try to mount...

>mkdir livemedia (ok)
>mount -t auto -v /dev/sdb1 /mnt/livemedia

then i get this message...

>mount: /dev/sdb1 is already mounted or /mnt/livemedia busy

Then i think "oh great, i can run setup2hd now"

open terminal-> paste setup2hd script

then i get this message... again...

>Before you can install software, complete the following tasks:
> Mount your Live media partition on /mnt/livemedia.

I'm not able to download the big 2-3GB iso, i can't do net install (really bad internet connection) So please, don't suggest a bigger iso to try...

I know there's something I'm doing wrong.

Can you help me? Please :

regards.
 
Old 12-16-2016, 12:40 PM   #2
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
Dose this mean "Mount your Live media partition on /mnt/livemedia. cd/dvd" to /mnt/livemedia

Code:
mount -v /dev/sr0 /mnt/livemedia

Last edited by spiky0011; 12-16-2016 at 12:41 PM.
 
Old 12-16-2016, 05:17 PM   #3
chronojean
LQ Newbie
 
Registered: Dec 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
I'm using a usb stick, and not a dvd, the code you provide work with the usb?
 
Old 12-16-2016, 05:32 PM   #4
chronojean
LQ Newbie
 
Registered: Dec 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
I found this

http://blog.spiralofhope.com/6084/fi....22-unexpected

and all these errors
"install_on_usb.sh: Syntax error: "(" unexpected" (solved "sudo bash intall_on..." instead of "sudo sh install_on..."
"gdisk: command not found" (Solved installing gdisk)
"dialog: command not found" (Solved installing dialog)

were solved thnx to it.

I'll try now to run the setup maybe now it works.
 
Old 12-16-2016, 05:39 PM   #5
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by chronojean View Post
I'm using a usb stick, and not a dvd, the code you provide work with the usb?
"Mount your Live media partition on /mnt/livemedia." ..

Code:
mount /dev/sdxx /mnt/livemedia
where /dev/sdxx is your usb address
use
blkid or sudo blkid to find it.

Code:
ls /mnt/livemedia
to see if everything is in that directory, if it is already mounted , then did you try just moving onto the next step?

Or why don't you just download the dvd iso version of Slackware and install it from that?

http://mirrors.slackware.com/slackware/slackware-iso/

look here on same problem
"mount: /dev/sdb1 is already mounted or /mnt/livemedia busy"
I googled just that message,
https://ubuntuforums.org/showthread.php?t=2132058

Last edited by BW-userx; 12-16-2016 at 05:46 PM.
 
Old 12-17-2016, 01:32 AM   #6
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
are you using the usb while trying to install?
mount: /dev/sdb1 is already mounted or /mnt/livemedia busy
 
Old 12-17-2016, 08:05 AM   #7
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
IS this what you are trying to do off of this page


https://docs.slackware.com/slackware:liveslak

the script being here

http://www.slackware.com/~alien/liveslak/setup2hd

this is what it preventing him from moving forward

Quote:
if [ ! -d /mnt/livemedia/@LIVEMAIN@/system ]; then
dialog --title "LIVE MEDIA NOT ACCESSIBLE" --msgbox "\
\n\
Before you can install software, complete the following tasks:\n\
\n\
1. Mount your Live media partition on /mnt/livemedia." 16 68
exit 1
fi

Last edited by BW-userx; 12-17-2016 at 08:36 AM.
 
Old 12-18-2016, 03:43 PM   #8
chronojean
LQ Newbie
 
Registered: Dec 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
I quit on trying the live slack :V

I managed to get the full iso. You may close this thread now if you wish :3

P.D.: I don't know how to close this thread XD
 
Old 12-18-2016, 03:56 PM   #9
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by chronojean View Post
I quit on trying the live slack :V

I managed to get the full iso. You may close this thread now if you wish :3

P.D.: I don't know how to close this thread XD
look for that link on the top of your beginning post mark solved
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Making a .run file run for a printer driver run? natslo26 Linux - Newbie 3 04-05-2015 09:17 AM
Unable to run another command from within shell script, when run from home directory blackray1 Linux - Newbie 7 07-01-2013 09:42 AM
I want a small linux to run on AMD Duron that can run usb internet receiver emusthroat Linux - Newbie 3 04-05-2012 03:35 PM
How to enter graphical mode (run level 5) command line (run lenel 3) edmondgyampoh Linux - Newbie 3 05-15-2009 06:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:38 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