Ubuntu 15.x USB Install¶
Download an Ubuntu server install image from the Ubuntu Website, such as ubuntu-15.10-server-amd64.iso
Write the image to a USB memstick using Unetbootin.
Connect to the console port of the RCC-VE using a mini-USB cable attached to another system.
See also
- Connecting to Console Port
Connecting to the console port. Cable is required.
Connect a network cable that is attached to the local LAN to one of the ethernet ports. On 6-port models, using one of the four ports on the right side is recommended.
Place the memstick in one of the USB ports and boot the system.
When the boot menu appears, scroll down to ‘Install Ubuntu Server’ and press
Tab
Change the boot line to remove
vga=xxx
andquiet
, replace with--- console=ttyS1,115200n8
so it reads:/install/vmlinuz initrd=/install/initrd.gz file=/cdrom/preseed/ubuntu-server.seed --- console=ttyS1,115200n8
Press
Enter
to boot. The kernel will start up and after a minute the system will launch the installer, first prompting for a Language and Country.The installer will display a menu labeled Configure the Network. This menu contains options to configure the network interfaces. All RCC-VE units have four ports listed and models with six ethernet ports have two additional ports listed. Move the cursor to select the interface connected to the network and press
Enter
. Consult the table below to determine which network port to use based on the name provided by Ubuntu and the number of available network ports.¶ Ubuntu Installer NIC Label
4 Port
6 Port
enp0s20f0
eth0
eth2
enp0s20f1
eth1
eth3
enp0s20f2
eth2
eth4
enp0s20f3
eth3
eth5
enp4s0
eth0
enp3s0
eth1
The installer will then prompt for various system settings, such as the hostname, users, clock, and disks. These values must be set appropriately for to the role and environment of this system.
Note
When configuring the installation disk, the disks are listed with their capacity. The eMMC will be labeled “Ultra HS-Combo”, if an mSATA disk is installed it can be identified by its capacity and make/model.
When the installation has completed, a box labeled “Finish the installation” will be displayed with the choices Go Back or Continue. Select
Continue
and pressEnter
. The system will reboot.Remove the USB drive from the USB port. Ubuntu will start up automatically from the target drive (mSATA SSD or internal eMMC). If the USB drive remains attached, the system will boot into the installer again because the system firmware is configured so that a device plugged into the USB port will be booted with a higher priority.