LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Liveslack xfce64 can't run setup2hd (https://www.linuxquestions.org/questions/linux-newbie-8/liveslack-xfce64-cant-run-setup2hd-4175595531/)

chronojean 12-15-2016 09:50 PM

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.

spiky0011 12-16-2016 12:40 PM

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

Code:

mount -v /dev/sr0 /mnt/livemedia

chronojean 12-16-2016 05:17 PM

I'm using a usb stick, and not a dvd, the code you provide work with the usb?

chronojean 12-16-2016 05:32 PM

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.

BW-userx 12-16-2016 05:39 PM

Quote:

Originally Posted by chronojean (Post 5643077)
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

spiky0011 12-17-2016 01:32 AM

are you using the usb while trying to install?
mount: /dev/sdb1 is already mounted or /mnt/livemedia busy

BW-userx 12-17-2016 08:05 AM

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

chronojean 12-18-2016 03:43 PM

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

BW-userx 12-18-2016 03:56 PM

Quote:

Originally Posted by chronojean (Post 5643673)
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


All times are GMT -5. The time now is 06:24 PM.