Since this was before the announcement for the Pi 3B+ what and when the update will be done is not clear, but it looks like about July 2018.Raspberry Pi images
We’re am planning on releasing Ubuntu MATE images for the Raspberry Pi around the time 18.04.1 is released, which should be sometime in July. It takes about a month to get the Raspberry Pi images built and tested and we simply don’t have time to do this in time for the April release of 18.04.

Almost all of those *should* work on Raspbian too (extra desktop packages, if needed, will be installed automatically).BluPI2 wrote: ↑Tue Apr 03, 2018 3:52 amHere is a link to the enormous Ubuntu Mate ARM software repository:
https://launchpad.net/ubuntu/xenial/armhf
65k packages!
The SD torrent worked perfectly!! The only thing it won´t work its the wifi, i assume it´s because i didn´t know where to install it!! Well done guysMaxVMH wrote: ↑Mon Apr 02, 2018 3:48 pmThanks for letting me know!jblack wrote: ↑Mon Apr 02, 2018 2:15 pmThe SD torrent seemed to work for me.MaxVMH wrote: ↑Sun Apr 01, 2018 7:36 pmI was able to make a bootable USB image of Ubuntu Mate for the Raspberry Pi 3B & 3B+. Thanks to everyone who participated in this thread
I made torrents of the images:
- This one is for USB drives (I tested this one myself)
- This one is for SD cards (I couldn't test this one since I don't have a free SD card lying around - can someone confirm if it works?)
To those who are running Ubuntu Mate: how do you like it? Is the performance OK?
I tested some things and found it to be really slow, afterwards I realized the GPU memory was still set to 16MB for my headless projects. I'll probably give it another go later this week.
True, and the official updated image might take a while. My understanding is that their next image for Raspberry Pi will be released 1 or 2 months after they release 18.04.
Code: Select all
sudo rfkill unblock wifiCode: Select all
sudo rebootUbuntu is a modern OS.
Code: Select all
sudo su -
rfkill unblock wifi
apt-get --no-install-recommends install network-manager
reboot
nmcli dev wifi list
nmtui-connectMaxVMH wrote: ↑Thu Apr 05, 2018 9:35 am
If I'm not mistaken, run this in MATE Terminal:Code: Select all
sudo rfkill unblock wifi
And then reboot:Code: Select all
sudo reboot
Let me know if that works out for you. If it doesn't, I'll try a fresh install when I get the chance to try and remember how I got it to work.

mahjongg wrote: ↑Thu Apr 05, 2018 11:20 amThis Ubuntu image probably doesn't have the NEW driver that supports the NEW WiFi interface, that also handles 5GHz Ethernet now.
You probably have to copy that driver from the latest Raspbian to get all its features, the driver you are using now probably only supports the older hardware.

good job...MaxVMH wrote: ↑Thu Apr 05, 2018 11:25 ammahjongg wrote: ↑Thu Apr 05, 2018 11:20 amThis Ubuntu image probably doesn't have the NEW driver that supports the NEW WiFi interface, that also handles 5GHz Ethernet now.
You probably have to copy that driver from the latest Raspbian to get all its features, the driver you are using now probably only supports the older hardware.
I have put the new drivers in there, so that's not the problem. Once the localization has been set (which happens in the Ubuntu Mate installer), running 'sudo rfkill unblock wifi' and a reboot does the trick. Then WiFi (and 5GHz) work perfectly![]()
Raspbian is slow and adding memory to the GPU may not solve all your problems. First of all not all programs utilize the GPU acceleration. VLC for example needs to be recompiled with the option to use the GPU.jblack wrote: ↑Mon Apr 02, 2018 2:15 pm
To those who are running Ubuntu Mate: how do you like it? Is the performance OK?
I tested some things and found it to be really slow, afterwards I realized the GPU memory was still set to 16MB for my headless projects. I'll probably give it another go later this week.
Are they 32-bit or 64-bit? Thanks!MaxVMH wrote: ↑Sun Apr 01, 2018 7:36 pmI was able to make a bootable USB image of Ubuntu Mate for the Raspberry Pi 3B & 3B+. Thanks to everyone who participated in this thread
I made torrents of the images:
If anyone prefers a direct download instead of a torrent, send me a PM (not posting those publicly to save my bandwidth)
Boot priority is to boot the card first if possible. Remove the SD card and try again.gilius wrote: ↑Sun Apr 08, 2018 4:01 pmThe USB version won't boot up on my Pi 3 b+. I first followed this guide:
https://www.raspberrypi.org/documentati ... des/msd.md
And then I used Rufus to copy the IMG file to USB in DDImage mode, and it lists 2 partitions inside disk manager.
Instead of booting from the USB my SDCard Raspbian boots up instead.
Any ideas what the problem is?
OK cool - will give it a try. Can we change that boot order...?ejolson wrote: ↑Sun Apr 08, 2018 4:23 pmBoot priority is to boot the card first if possible. Remove the SD card and try again.gilius wrote: ↑Sun Apr 08, 2018 4:01 pmThe USB version won't boot up on my Pi 3 b+. I first followed this guide:
https://www.raspberrypi.org/documentati ... des/msd.md
And then I used Rufus to copy the IMG file to USB in DDImage mode, and it lists 2 partitions inside disk manager.
Instead of booting from the USB my SDCard Raspbian boots up instead.
Any ideas what the problem is?
Bignumbas wrote: ↑Fri Apr 13, 2018 8:19 amI copied the entire raspian boot partition onto my working Pi 3 Ubuntu Mate SDcard but left the old cmdline.txt and it boots to the desktop.
However It says that modules were not loaded and when I get to the desktop there is no mouse/keyboard working and I suspect networking.
Suggestions anyone?
It seems I would have to compile the modules needed before I transplant to the Pi 3B+.
What would I need to make?