diff --git a/PROGRESS.md b/PROGRESS.md index cb8c3397..208c3939 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -1,8 +1,8 @@ | State | Chapter | | --------------------- | ----------- | | :white_check_mark: | 1.1 | -| :construction_worker: | 1.2 | -| :red_circle: | 1.3 | +| :white_check_mark: | 1.2 | +| :construction_worker: | 1.3 | | :red_circle: | 2.1 | | :red_circle: | 2.2 | | :red_circle: | 3.1 | diff --git a/source/1/1.2/booting_the_image.rst b/source/1/1.2/booting_the_image.rst new file mode 100644 index 00000000..f4274bba --- /dev/null +++ b/source/1/1.2/booting_the_image.rst @@ -0,0 +1,49 @@ +Chapter 1.2: Booting the image +============================== + +Now that you have the ISO file, you need to put the image on media of some sort and boot the image for installation. + +**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 three choices, depending on which image you +downloaded: + +. + - a CD (**only works with the alternate images**) + - a DVD + - a 1 GB (or greater) USB drive + + +Writing/burning the image +------------------------- +Here are some common tools to burn images onto CDs/DVDs: + - `Brasero `_ + - Windows Disc Image Burner + - Infra Recorder + +Unfortunately, burning images to CDs or DVDs is beyond the scope of this manual. The Ubuntu website has several guides +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 `_ + - `How to burn a DVD on Windows `_ + - `How to burn a DVD on OS X `_ + +For writing images to USB drives on Linux, we recommend `mkusb `_, a tool developed by a Lubuntu team member. + +Writing images to USB drives from Mac OS X or Windows is beyond the scope of this book, but the Ubuntu website also +has several guides on this: + +. + - `How to create a bootable USB stick on Windows `_ + - `How to create a bootable USB stick on OS X `_ + + +Booting the image +----------------- +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. + +**You have now booted the image. Please continue to Chapter 1.3.** diff --git a/source/1/installing_lubuntu.rst b/source/1/installing_lubuntu.rst index 8418a535..d2acad3d 100644 --- a/source/1/installing_lubuntu.rst +++ b/source/1/installing_lubuntu.rst @@ -8,3 +8,4 @@ This chapter will show you how to install Lubuntu on your system. :titlesonly: 1.1/retrieving_the_image + 1.2/booting_the_image