Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Help about MediaWiki
FUTO
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Introduction to a Self Managed Life: a 13 hour & 28 minute presentation by FUTO software
(section)
Main Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== 1. Prepare the Installation Disk === ''Warning: This process will erase everything on the USB drive.'' # Insert a USB flash drive (at least 4GB in size) into your computer. # Go to [https://ubuntu.com/server ubuntu.com] and download the LTS (Long Term Support) version of Ubuntu Server. # Use one of the following methods to write the Ubuntu image to the USB drive: '''Windows:''' # Download and install Rufus. # Open Rufus and select your USB drive. # Click the '''“SELECT”''' button and choose the unzipped .img file you downloaded. # Click '''“Start”''' and let Rufus create the bootable USB. '''GNU/Linux or macOS:''' <ol style="list-style-type: decimal;"> <li><p>Open the terminal and type the following command:</p> <pre>sudo fdisk -l</pre></li> <li><p>Make note of drives in the system.</p></li> <li><p>Plug in the flash drive.</p></li> <li><p>Open the terminal and type the following command again:</p> <pre>sudo fdisk -l</pre></li> <li><p>Make note of the drive that was not present before.</p></li> <li><p>Double-check size/brand/model to make sure this new device is the device you plugged in.</p></li> <li><p>Run the following, replacing <code>/dev/sdX</code> with your drive, and replace the <code>ubuntu-server.iso</code> file with the filename of your image file. Make sure you use the right PATH, that is the directory your image is in.</p> <pre>sudo dd if=/path/to/ubuntu-server.iso of=/dev/sdX bs=4M status=progress</pre></li></ol> Your bootable USB drive with Ubuntu Server Linux is now ready for use! <span id="boot-from-the-usb-drive"></span>
Summary:
Please note that all contributions to FUTO may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
FUTO:Copyrights
for details).
Do not submit copyrighted work without permission!
To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:
Cancel
Editing help
(opens in new window)