manual/source/1/1.2/booting_the_image.rst

48 lines
2.1 KiB
ReStructuredText
Raw Normal View History

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
------------------
In order to boot the image, you need to put it somewhere. You have two choices, depending on which image you
2016-09-25 16:41:27 -05:00
downloaded:
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/>`_
- Windows Disc Image Burner
- InfraRecorder
2016-09-25 16:41:27 -05:00
2019-04-03 16:09:31 -07:00
Unfortunately, burning images to USB or DVDs 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:
- `How to burn a DVD on Ubuntu <http://www.ubuntu.com/download/desktop/burn-a-dvd-on-ubuntu>`_
- `How to burn a DVD on Windows <http://www.ubuntu.com/download/desktop/burn-a-dvd-on-windows>`_
- `How to burn a DVD on macOS <http://www.ubuntu.com/download/desktop/burn-a-dvd-on-mac-osx>`_
2016-09-25 16:41:27 -05: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.
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:
.
- `How to create a bootable USB stick on Windows <http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows>`_
- `How to create a bootable USB stick on macOS <http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx>`_
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.**