ubuntu MATE 16.04.1 LTS Live USB

AmigaOne X5000 platform specific issues related to Linux only.
softwarefailure
Posts: 112
Joined: Fri Feb 14, 2014 10:29 pm

Re: ubuntu MATE 16.04.1 LTS Live USB

Post 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
Spectre660
Posts: 1525
Joined: Sat Jun 18, 2011 2:16 pm
Location: Montserrat

Re: ubuntu MATE 16.04.1 LTS Live USB

Post 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>
Sam460ex : Radeon Rx550 Single slot Video Card : SIL3112 SATA card
softwarefailure
Posts: 112
Joined: Fri Feb 14, 2014 10:29 pm

Re: ubuntu MATE 16.04.1 LTS Live USB

Post 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>
Spectre660
Posts: 1525
Joined: Sat Jun 18, 2011 2:16 pm
Location: Montserrat

Re: ubuntu MATE 16.04.1 LTS Live USB

Post 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>
Sam460ex : Radeon Rx550 Single slot Video Card : SIL3112 SATA card
softwarefailure
Posts: 112
Joined: Fri Feb 14, 2014 10:29 pm

Re: ubuntu MATE 16.04.1 LTS Live USB

Post by softwarefailure »

Checked it but it didn't change anything. It still failed with "host is down" error.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: ubuntu MATE 16.04.1 LTS Live USB

Post by xeno74 »

ubuntu MATE 16.04.4 LTS PowerPC is available.

Image
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
caseycullen
Posts: 519
Joined: Sat Dec 17, 2016 7:12 am
Location: Madison, WI USA
Contact:

Re: ubuntu MATE 16.04.1 LTS Live USB

Post 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
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: ubuntu MATE 16.04.1 LTS Live USB

Post 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.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
kas1e
Beta Tester
Beta Tester
Posts: 542
Joined: Sat Jun 18, 2011 7:56 am
Contact:

Re: ubuntu MATE 16.04.1 LTS Live USB

Post 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.
Spectre660
Posts: 1525
Joined: Sat Jun 18, 2011 2:16 pm
Location: Montserrat

Re: ubuntu MATE 16.04.1 LTS Live USB

Post 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 .
Sam460ex : Radeon Rx550 Single slot Video Card : SIL3112 SATA card
Post Reply