Skip to content

Installing Ubuntu Server on a Dell Optiplex 7050

This guide is geared towards the Dell Optiplex 7050.

Create a bootable USB drive

You can create a bootable USB drive right from your Optiplex (if you go through the Windows setup). Or, if you have another Windows machine, you can use that too. For MacOS users, use this guide from Ubuntu.

Windows

Download the Ubuntu Server ISO here Download Rufus here

View Ubuntu's full guide here

Shortened guide: 1. Insert your USB drive. 1. Launch Rufus 1. Select your USB drive in Rufus 1. Select the Ubuntu Server ISO 1. Leave all the defaults! 1. Click "Start" and wait for it to finish * Click "OK" or "Yes" to any prompts * Stick with the default ISO writing method * If this winds up not working when trying to install, try DD 1. When the "Start" button says "Ready", click Close. 1. Bootable drive obtained!

Get the machine ready

  1. Reboot the system, press F12 until you get to the boot menu.
  2. Go to Edit Boot Options all the way at the bottom.
  3. Select "Enable Legacy Boot, turn Secure Boot OFF"
  4. Confirm

Install Ubuntu Server

View Ubuntu's full guide here

  1. Make sure the USB drive is plugged into the back of your optiplex.
  2. Restart the machine
  3. Press F12 until you get to the boot menu
  4. Under "Legacy", select "USB Storage Device"

  5. In GNU GRUB, select "Try or Install Ubuntu Server"

  6. Let the thing do the thing (lots of text scrolling by on screen)

  7. Follow the setup.

  8. Agree to install the latest installer if prompted.
  9. Recommended: Install the OpenSSH client.

Wait for it to show your SSH keys and stop printing stuff, then you'll be able to hit enter and login.

Run sudo apt update && sudo apt upgrade -y to update the system. Run hostname -I to find the IP address you'll need to SSH into the machine * It'll usually be something like 192.168.x.xx * It's the first IP output. The rest of the IPv6 can be ignored. * Can also run ip a and it'll be in there somewhere.