How to Install Ubuntu Flavours on a Raspberry Pi
Channel:
Subscribers:
54,800
Published on ● Video Link: https://www.youtube.com/watch?v=KO-M13lmt18
How to Install Ubuntu on a Raspberry Pi using img files from Ubuntu Pi Flavour Maker, which offer a choice of Ubuntu Server, Lubuntu, Xubuntu, and Ubuntu MATE.
Install Image on to MicroSD Card:
$ sudo dd if=ubuntu.img of=/dev/sdx bs=4M
Disk Resize:
$ sudo fdisk /dev/mmcblk0
Delete the second partition (d, 2), then re-create it using the defaults (n, p, 2, enter, enter), then write and exit (w).
Reboot the system, then:
$ sudo resize2fs /dev/mmcblk0p2
Download: https://ubuntu-pi-flavour-maker.org/
Patreon: https://www.patreon.com/quidsup
Google+ https://google.com/+quidsup
Twitter: https://twitter.com/quidsup
Other Videos By quidsup
Tags:
Ubuntu
Lubuntu
Xubuntu
Ubuntu MATE
Pi Flavour Maker
Raspberry Pi
Rpi
Pi3
PC
Linux
Computing
Quids
Quidsu
Tutorial
How To