Page 9 of 13

Re: ubuntu MATE 16.04.1 LTS Live USB

Posted: Fri Dec 08, 2017 9:16 pm
by softwarefailure
Tried it, doesn't work.

Code: Select all

$ cd smb://192.168.0.123/stuff
bash: cd: smb://192.168.0.123/stuff: file or directory not found

Re: ubuntu MATE 16.04.1 LTS Live USB

Posted: Fri Dec 08, 2017 11:01 pm
by Spectre660
Slight adjustment of the Instructions here worked for me to mount .
have not tried to make the mounts permanent yet .
https://access.redhat.com/solutions/448263

sudo mkdir /mnt/<share name>
sudo mount -t cifs -o username=<share user>,password=<share password>,domain=<windows domain name> //WIN_PC_IP/<share name> /mnt/<share name>

so missing from your original entry is the
domain=<windows domain name>

Re: ubuntu MATE 16.04.1 LTS Live USB

Posted: Mon Dec 11, 2017 5:13 pm
by softwarefailure
Alright, it's finally working. I did some googling and found out that it was necessary to pass ",vers=1.0" to the mount command. So I got it working like this:

sudo mount -t cifs -o username=<share user>,password=<share password>,vers=1.0 //WIN_PC_IP/<share name> /mnt/<share name>

Re: ubuntu MATE 16.04.1 LTS Live USB

Posted: Mon Dec 11, 2017 5:21 pm
by Spectre660
That is good news.
Can you also check if it works with the domain=<windows domain name> option only.

softwarefailure wrote:Alright, it's finally working. I did some googling and found out that it was necessary to pass ",vers=1.0" to the mount command. So I got it working like this:

sudo mount -t cifs -o username=<share user>,password=<share password>,vers=1.0 //WIN_PC_IP/<share name> /mnt/<share name>

Re: ubuntu MATE 16.04.1 LTS Live USB

Posted: Mon Dec 11, 2017 5:22 pm
by softwarefailure
Checked it but it didn't change anything. It still failed with "host is down" error.

Re: ubuntu MATE 16.04.1 LTS Live USB

Posted: Sat Feb 24, 2018 4:28 pm
by xeno74
ubuntu MATE 16.04.4 LTS PowerPC is available.

Image

Re: ubuntu MATE 16.04.1 LTS Live USB

Posted: Sat Feb 24, 2018 4:53 pm
by caseycullen
Christian,
What is the doom3 Icon you have? Is it the dhewm3 engine from the repos that doesn’t display the text on control panels?
—-Casey
xeno74 wrote:ubuntu MATE 16.04.4 LTS PowerPC is available.

Image

Re: ubuntu MATE 16.04.1 LTS Live USB

Posted: Sat Feb 24, 2018 5:05 pm
by xeno74
caseycullen wrote:Christian,
What is the doom3 Icon you have? Is it the dhewm3 engine from the repos that doesn’t display the text on control panels?
—-Casey
Yes, that's correct.

Re: ubuntu MATE 16.04.1 LTS Live USB

Posted: Mon Apr 09, 2018 10:51 pm
by kas1e
@all
Tried to install that X5000_Ubuntu_16.04.1_Live_USB-3.img on my x5k, and can't boot. All i have on serial is that:
X5000> usb reset
resetting USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 4 USB Device(s) found
USB1: USB EHCI 1.00
scanning bus 1 for devices... 3 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found
X5000> setenv bootargs root=/dev/ramdisk file=/cdrom/preseed/ubuntu-mate.seed boot=casper rootdelay=10 mem=3500M radeon.pcie_gen2=1
X5000> fatload usb 0:1 1000000 uImage-cyrus
reading uImage-cyrus
9565736 bytes read in 489 ms (18.7 MiB/s)
X5000> fatload usb 0:1 1c00000 cyrus_5020.dtb
reading cyrus_5020.dtb
29244 bytes read in 43 ms (664.1 KiB/s)
X5000> fatload usb 0:1 2000000 uRamdisk
reading uRamdisk
19873842 bytes read in 1131 ms (16.8 MiB/s)
X5000> bootm 1000000 2000000 1c00000
WARNING: adjusting available memory to 30000000
## Booting kernel from Legacy Image at 01000000 ...
Image Name: Linux-4.12.3-X5000-jm
Created: 2017-07-22 11:34:34 UTC
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 9565672 Bytes = 9.1 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 02000000 ...
Image Name: Ubuntu-Mate_16.04.1_live
Created: 2016-09-02 15:17:12 UTC
Image Type: PowerPC Linux RAMDisk Image (gzip compressed)
Data Size: 19873778 Bytes = 19 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
## Flattened Device Tree blob at 01c00000
Booting using the fdt blob at 0x1c00000
Uncompressing Kernel Image ... OK
Loading Ramdisk to 2ed0c000, end 2ffffff2 ... OK
Loading Device Tree to 03fe5000, end 03fff23b ... OK
Then monitor blink with "no signal", and nothing happens after that.

Re: ubuntu MATE 16.04.1 LTS Live USB

Posted: Mon Apr 09, 2018 11:27 pm
by Spectre660
@ kas1e

It is possible that the kernel I used at that time for the live USB time does not support your video card.
It needs a couple of extra files that were not needed by most Verde models .
Got my card like yours about a week after the date of the kernel so only found out then .
Took about 14 hours to upload the .img files and I have not bothered to update it.

The other installers have updated kernels and should work .
You could also download one of the newer kernels and copy it to the X5000 fat partition on the live USB .