/
Ubuntu Server Installation

Ubuntu Server Installation

Wipe off the USB drive

Windows

 

Mac

  • Insert the USB drive.

  • Open Terminal.

  • Find the location of the USB drive:

    • Type in the following command to list all the drives. This should show a listing of the different drives.

      diskutil list
    • Find your USB drive in the list (it will be something like /dev/diskX (external, physical) where X is the number assigned to your USB drive. Look at the size of the drive to verify that it is the correct drive.

  • Before erasing, you may need to unmount the drive. Replace X with the correct disk number (e.g., /dev/disk2).

    diskutil unmountDisk /dev/diskX
  • Erase the drive:

    • Use the following command to completely erase the USB drive and remove all partitions. This will erase everything, so be sure you have selected the correct disk.

      sudo diskutil eraseDisk FAT32 NEWNAME MBRFormat /dev/diskX
    • Replace NEWNAME with the name you want to assign to the USB drive, and replace diskX with the correct disk number. You can also change the file system type (FAT32, APFS, etc.) and partition scheme (MBRFormat for BIOS systems or GPT for UEFI systems) if needed.

    • For example,

Linux

 

Image the USB drive

Windows

  •  

Mac

  • Enter the password for an account with administrator privileges in order to authorize the installation.

  • The installation of the image will take about 5 minutes, depending on the speed of the USB drive.

Linux

 

Install Ubuntu Server

Proxy server

Access to the public Internet using a proxy server can be setup during the installation process. For manual setup:

  • Edit the /etc/environment file.

  • Add the following lines to the environment file:

Standard packages

Install the following packages.

  • net-tools - For ifconfig.

Setup administrators accounts

The ece-li-admin account should not be used regularly. Create individual accounts for each administrator.

Account Administration | Create administrator account