Ubuntu Server 20.04 Installation Guide, Virtual Machine & PC
Here’s a quick video on how to setup Ubuntu Server 20.04 on a virtual machine. This install also works for setting a server up on an actual PC as well.
I also talk a bit slow so it’s easier to follow along,
Intro: 0:00
Virtual Box Setup: 0:53
Ubuntu Server Setup: 3:18
Logging in and system updates: 6:47
Troubleshooting: 8:40
Links:
Server:
https://ubuntu.com/download/server
Virtual Box:
https://www.virtualbox.org/wiki/Downloads
Commands:
Updating Server:
sudo apt-get update
sudo apt-get upgrade
Troubleshooting blk_update_request i/o error dev fd0 sector 0 Error:
sudo rmmod floppy
echo “blacklist floppy” | sudo tee /etc/modprobe.d/blacklist-floppy.conf
sudo dpkg-reconfigure initramfs-tools
ubuntu download