GunderBlog

Josh's Blog

View on GitHub
11 March 2015

Ubuntu MATE 15.04 Beta 1 in VirtualBox

by joshg253

My distro of choice is Linux Mint MATE edition, so naturally I was excited to hear there is an official MATE spin of Ubuntu. MATE (maté) is a fork of the old GNOME2 desktop environment, with bugfixes and enhancements.

Here’s my experience this evening while watching season 9 & 10 of Red vs. Blue.

 

I started downloading the Ubuntu MATE 15.04 Beta 1 ISO and while that trickled in at only ~1MB/s, I downloaded and installed VirtualBox v4.3.24.

I created a new VM with default options (including only an 8GB VDI) besides bumping up Memory size to 2GB.

 

I booted to the ISO and immediately started the install instead of trying the Live version. During install I checked both “Download updates…” and “Install 3rd-party software” boxes, and my standard VM partitioning scheme leftover from the magnetic hard drive days (2GB swap at the beginning, and Ext4 the rest for /). Note that this will be plenty of space to try out a distro (as long as it’s not one of the ones that include EVERYTHING), but I’ve run out of space in the past doing things like downloading & building open-source software & games.

I also set it to logon automatically and didn’t bother with encrypting the home directory.

 

First thing, updated (using the new F12 ~Guake terminal, Tilda):

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo reboot

And when it came back up it no longer  had Guest Additions installed since it upgraded the kernel, so I installed linux headers for the new/current kernel and gcc so the Guest Additions would build & install:

sudo apt-get install linux-headers-$(uname -r) gcc

Inserted Guest Additions disc via the Devices menu in VirtualBox, then right-clicked on disc icon -> open in Terminal

sudo ./VBoxLinuxAdditionsInstall.run

Still complains about not having headers for the current verison of the kernel, but it seems to have worked anyway.

Rebooted, and we’re back with seamless mouse integration and adjustable resolution.

 

Then followed this: https://ubuntu-mate.community/t/enabling-indicators-in-ubuntu-mate-14-10-and-15-04/22

Which didn’t do anything noticeable (to me at least).

 

Totally optional things I also like to do:

tags: MATE - Ubuntu - VirtualBox