KDE4 v3.1-i486 fails to load via YUMI

Post here if you are a new Porteus member and you're looking for some help.
Kazaly
Ronin
Ronin
Posts: 3
Joined: 20 Dec 2018, 03:22
Distribution: KDE-i486 v3.1

KDE4 v3.1-i486 fails to load via YUMI

Post#1 by Kazaly » 20 Dec 2018, 04:20

Hi all, 1st post and of course it's a problem lol

I've created an instance of KDE4-i486 v3.1 using Pendrive YUMI and the downloaded ISO (apparently successfully)
When I try to boot live into ram I get a failure with error message(s):

searching for porteus v3.1-i486.sgn file
sh: /multiboot/porteus KDE4 v3.1-i486: unknown operand

Any tips, tricks or useful advice would be good to have right about now

User avatar
Ed_P
Contributor
Contributor
Posts: 8361
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: KDE4 v3.1-i486 fails to load via YUMI

Post#2 by Ed_P » 20 Dec 2018, 05:01

It sounds like a YUMI problem. Porteus has install apps in the ISO. Look for the USB_INSTALLATION.txt file in it's root.
Ed

Kazaly
Ronin
Ronin
Posts: 3
Joined: 20 Dec 2018, 03:22
Distribution: KDE-i486 v3.1

Re: KDE4 v3.1-i486 fails to load via YUMI

Post#3 by Kazaly » 20 Dec 2018, 06:08

Thanks for that Ed, I have it running now.
My next issue I guess is to install Java as a module ... I need to run a bluetooth server I already have from the installation.
It's cross platform so should just work if I can figure out the Java installation.

User avatar
Ed_P
Contributor
Contributor
Posts: 8361
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: KDE4 v3.1-i486 fails to load via YUMI

Post#4 by Ed_P » 20 Dec 2018, 06:28

For Java this works for me.

Tip: Build your own Java Oracle module
Ed

Kazaly
Ronin
Ronin
Posts: 3
Joined: 20 Dec 2018, 03:22
Distribution: KDE-i486 v3.1

Re: KDE4 v3.1-i486 fails to load via YUMI

Post#5 by Kazaly » 20 Dec 2018, 06:55

Thanks Ed, Interesting learning curve no?

User avatar
Ed_P
Contributor
Contributor
Posts: 8361
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: KDE4 v3.1-i486 fails to load via YUMI

Post#6 by Ed_P » 20 Dec 2018, 07:05

Interesting indeed.

Here's part of a script I run as root to update my java module.

Code: Select all

echo
echo "1. Download the current non-RPM Linux file. "
#firefox "http://www.java.com/en/download/linux_manual.jsp" 
firefox "http://www.java.com/en/download/linux_manual.jsp" > /dev/null 2>&1 &
# Results of the download being in the /root/downloads folder rather than the guest one.
echo "   Close Firefox when done. "
echo " "
echo "2. Invoke [Menu > Admin] Java Builder "
echo " "
echo "3. Point it at the jre-*.tar.gz file in the /root/Downloads/ folder "
echo "   and run it. It takes a moment to start and several to end. "
echo " "
echo "4. When it ends press Enter to copy the jre-*.xzm file to the "
echo "   $MODULES folder."
read
Ed

Post Reply