2019-04-21 22:13:57 -07:00
Chapter 1.2 Booting the Image
2016-09-25 16:41:27 -05:00
==============================
2018-10-18 15:55:56 +09:00
Now that you have the ISO file, you need to put the image on a media device and boot the image for installation.
2016-09-25 16:41:27 -05:00
**This requires additional research on your own, as this varies depending on your hardware.**
Choosing the media
------------------
2019-07-16 11:51:26 -07:00
In order to boot the image, you need to put it somewhere. You have two choices either
2016-09-25 16:41:27 -05:00
2019-03-01 19:49:44 -08:00
2016-09-25 16:41:27 -05:00
- a DVD
2018-10-20 17:09:38 -05:00
- a USB drive (2 GB or greater)
2016-09-25 16:41:27 -05:00
2019-04-21 22:13:57 -07:00
Writing/burning the Image
2016-09-25 16:41:27 -05:00
-------------------------
2019-04-03 16:09:31 -07:00
Here are some common tools to burn images onto DVDs:
2016-09-25 16:41:27 -05:00
- `Brasero <https://wiki.gnome.org/Apps/Brasero/> `_
2019-07-16 11:45:54 -07:00
- K3b
2016-09-25 16:41:27 -05:00
- Windows Disc Image Burner
2018-01-22 22:44:12 +01:00
- InfraRecorder
2016-09-25 16:41:27 -05:00
2019-07-16 11:45:54 -07:00
Unfortunately, burning images to USB or DVDs on macOs or Windows is beyond the scope of this manual. The Ubuntu website has several guides
2016-09-25 16:41:27 -05:00
on this topic, and we recommend you read them if you plan on doing this.
Guides from the Ubuntu website:
2019-07-16 14:34:10 -07:00
- `How to burn a DVD on Ubuntu <https://tutorials.ubuntu.com/tutorial/tutorial-burn-a-dvd-on-ubuntu> `_
2019-07-16 14:22:47 -07:00
- `How to burn a DVD on Windows <https://tutorials.ubuntu.com/tutorial/tutorial-burn-a-dvd-on-windows> `_
2019-07-16 14:16:30 -07:00
- `How to burn a DVD on macOS <https://tutorials.ubuntu.com/tutorial/tutorial-burn-a-dvd-on-macos> `_
2016-09-25 16:41:27 -05:00
2019-08-01 12:22:48 -07:00
For writing images to USB drives on Linux, we recommend `mkusb <https://help.ubuntu.com/community/mkusb> `_ a tool developed by a Lubuntu team member, or the usb creator shipped with lubuntu `Startup Disk Creator <https://manual.lubuntu.me/3/3.1/3.1.4/startup-disk-creator.html> `_ .
2016-09-25 16:41:27 -05:00
2018-01-22 22:44:12 +01:00
Writing images to USB drives from macOS or Windows is beyond the scope of this book, but the Ubuntu website also
2016-09-25 16:41:27 -05:00
has several guides on this:
2019-07-16 11:51:26 -07:00
2019-07-16 14:35:49 -07:00
- `How to create a bootable USB stick on Windows <https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows> `_
2019-07-16 14:55:29 -07:00
- `How to create a bootable USB stick on macOS <https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-macos> `_
2016-09-25 16:41:27 -05:00
2019-04-21 22:13:57 -07:00
Booting the Image
2016-09-25 16:41:27 -05:00
-----------------
2019-04-03 16:11:56 -07:00
With your media inserted, reboot your computer. Depending on your hardware configuration, it may boot into the image right away, or you might need to press a key at startup for boot options. This varies but looking for documentation specific to your hardware will likely provide the answer.
2016-09-25 16:41:27 -05:00
**You have now booted the image. Please continue to Chapter 1.3.**