+ All Categories
Home > Software > Create a Chromixium USB or DVD from the ISO

Create a Chromixium USB or DVD from the ISO

Date post: 15-Jul-2015
Category:
Upload: richjack
View: 16,670 times
Download: 3 times
Share this document with a friend
14
Creating a Live USB or DVD Chromixium Guides Creating a Live USB or DVD Version 0.7a 1
Transcript

Creating a Live USB or DVD 

   

    

Chromixium Guides Creating a Live USB or DVD  

       

Version 0.7a      1 

Creating a Live USB or DVD 

Contents   

Introduction  1. Download the ISO  2. Create a Bootable USB Device  

2.1 Setup USB Persistence using UNetbootin  

3. Create a DVD in Windows  4. Create a DVD in Linux  5. License 

    

Version 0.7a      2 

Creating a Live USB or DVD 

Introduction  Chromixium OS is distributed as a ‘Live ISO’ image. This means that it can be transferred to a DVD or USB device which you can then use to boot into Chromixium OS in ‘Live CD’ mode.  Live mode just means that the system is running in your computer’s RAM memory and changes to the operating system are temporary only ­ they are lost when the live system is shutdown/rebooted. The Live system does not access or need to access your actual hard drive (unless you install it of course) so it is a safe way to test­drive an operating system without making any changes to your computer.  If you like Chromixium OS, the Live ISO can also be used to install the operating system to your computer alongside your current operating system (Windows or Linux). There are detailed instructions in this document on how to install and use Chromixium here: http://chromixium.org/guidebook/  Watch a YouTube video showing the entire installation process: http://youtu.be/NV3cv2knnwA   An ISO image is just an internationally recognised format for such any file system that can be transferred directly to CD or DVD.  We do recommend if you can, that you use a USB device to run the Live system (eg USB stick, SD card, USB hard drive) as the performance will be much better and the device can be used many times over.   However, if your computer does not support booting from a USB device, or you do not have one, then you can of course use a DVD. The Chromixium ISO is too large to fit on a CD, so you will need to burn it onto a DVD disc. Again, we recommend a DVD­RW which can be used many times over, but DVD­R (write once) discs are very cheap these days.         

Version 0.7a      3 

Creating a Live USB or DVD 

1. Download the ISO  

1. Download the latest ISO from the Sourceforge Project page: http://sourceforge.net/projects/chromixium  

 2. The green download icon will always download the latest version 

  

3. If you want to read the release notes, or verifiy the integrity of the download, click on Files on the Sourceforge page (http://sourceforge.net/projects/chromixium/files).  

a. To verify the integrity of the ISO, download the md5sum file that matches the version of Chromixium you have downloaded: 

  

b. The md5sum is simply a text file. Open it in a text editor and it will show you a long number (right­click, Open With or Open As) eg:  c6525eb02d07e1031f0d51d5906226b9 ChromixiumAlpha7a.iso  

c. Once you have download the ISO, you can check the md5sum matches.   

4. In Linux, you just have to open a terminal where the ISO is located and type in this simple command:  md5sum ChromixiumAlpha7a.iso  Then you will get an output that should match the one in the md5sum text file.  

5. If you want to check the md5sum in Windows, you will first have to download this utility here:  http://www.winmd5.com/   

a. Unzip the utility and run the file WinMD5.exe (no install needed). Then browse to the downloaded ISO.  

    

Version 0.7a      4 

Creating a Live USB or DVD 

b. The md5sum will be calculated and you can check it against the one in the text file: 

  

6. The MD5SUM was generated when the ISO was made. If it is different then it is possible that someone or something has tampered with the file. Delete the file and download it again. 

     

Version 0.7a      5 

Creating a Live USB or DVD 

 

2. Create a Bootable USB Device  You will need a USB device with a capacity of 1GB or more. USB sticks, SD cards and external USB hard drives can all be used.  WARNING: the process of creating a bootable USB device will wipe all data from the device. Make you backup any data that is on the device first.  Chromixium supports a method of transferring the downloaded ISO to a USB device which can then be used to boot into and install Chromixium. Usually a Linux ISO boots in read­only mode only (as per Live CD), but it is possible to allow changes to be made to the live system when it is stored on a USB device by enabling ‘persistence’.  This means that as well as running Chromixium in Live mode and installing it to your computer, you can continue to use the ‘Live USB’ as a portable operating system and save data/install applications on it.  For persistence you will need a 2GB or larger USB device.  The benefits of this approach are:  

➔ You can re­use the USB device after installation to an internal hard drive ➔ Your installation is portable and not hardware specific ­ can be taken with you and 

plugged into any computer ➔ No need to risk altering your computer’s hard drive ➔ It can be set up within Windows or Linux ➔ The ISO is compressed, so you can install it on a relatively small USB drive eg 1GB ➔ You can do a system restore by simply deleting the persistence file. 

 Drawbacks:  

➔ A live system is generally slower to boot than an installed one ➔ USB devices are more easily lost or stolen ➔ USB flash memory degrades over time ➔ USB devices must be formatted as FAT32 so the persistence file can not be larger 

than 4GB (this can be overcome using a persistence partition).  See here for more information: https://help.ubuntu.com/community/LiveCD/Persistence  

   Version 0.7a      6 

Creating a Live USB or DVD 

2.1 Setup USB Persistence using UNetbootin  UNetbootin is the easiest, cross­platform tool for creating a persistent USB installation. It can be used within Windows, Linux or Mac OS X.  Download it from this website: http://unetbootin.sourceforge.net/. It does not require installing, but will need admin rights to run it.  Linux users are recommended to install it from their Distribution’s software repositories.  

1. Plug your USB flash drive into your computer and make sure it is detected by the operating system. It must be formatted to FAT32 ­ most USB sticks will be by default.  

a. See here for instructions on formatting your device to FAT32 in Windows. b. See here for instructions on formatting your device to FAT32 in Linux. 

 2. Start Unetbootin (and enter your admin password). 

 3. Click on DiskImage: 

  

4. Click on the browse icon and locate your downloaded Chromixium.iso file: 

  

5. Enter the amount of space (up to 4096MB/4GB) for the persistence file: 

  

Version 0.7a      7 

Creating a Live USB or DVD 

6. Click on OK to start the installation. It might take a while to create the persistence file: 

  

7. When it is finished, reboot the computer and press the appropriate key to boot from USB or enter the boot menu eg F2, F9, F12, Esc. 

  

8. When you boot from your USB device choose the first option, labelled “Default” to boot with persistence.  

  

9. Remember, the live user account password is still “user”. You should change it to a complex password by right­clicking anywhere on the desktop and choosing Applications­­>Settings­­>Users and Groups.    

Version 0.7a      8 

Creating a Live USB or DVD 

3. Create a DVD in Windows  These instructions and screenshots are for Windows 7, but the process should be very similar in Windows 8.  

1. Download the ISO to your desktop.  

2. Insert a blank DVD­R or DVD­RW into your computer’s DVD drive and wait for Windows to detect it.  

3. Close all running applications.  

4. Right­click the ISO file and select Burn disc image: 

  

Version 0.7a      9 

Creating a Live USB or DVD 

5. Simply click on Burn to transfer the ISO to your DVD in a bootable format: 

  

6. When the burn has completed, click on Close. Leave the DVD in the computer and restart the computer. Most computers will automatically boot straight to a CD or DVD, but if not, you will have to enter the computer’s BIOS Startup menu and choose the DVD drive. 

  

7. When you shutdown from the Live CD, the DVD will be ejected. Press enter on the keyboard to complete the shutdown. 

     

Version 0.7a      10 

Creating a Live USB or DVD 

4. Create a DVD in Linux  

1. Close all running applications.  

2. Insert a Blank DVD first (DVD­R or DVD­RW)  

3. Right­click the ISO image and select Open With > Brasero 

  

a. Or, open Brasero first and click on Burn Image: 

 b. Then select your disc image to burn: 

 

Version 0.7a      11 

Creating a Live USB or DVD 

4. The ISO will be selected for burning:

  

5. Click on Properties and change the burn speed to 4x or 2x (optional, but likely to provide a better burn): 

  

6. Also tick Simulate before burning which will prevent you from ruining a disc if Brasero encounters errors. 

 7. Click Close 

     

Version 0.7a      12 

Creating a Live USB or DVD 

8. Click Burn 

  

9. If the simulation is successful you will be notified and real burning will continue automatically after a short time (or you can click burn): 

  

10. The disc will eject when it is finished: 

  

11. Leave the DVD in the computer and restart the computer. Most computers will automatically boot straight to a CD or DVD, but if not, you will have to enter the computer’s BIOS Startup menu and choose the DVD drive.  

12. When you shutdown from the Live CD, the DVD will be ejected. Press enter on the keyboard to complete the shutdown. 

Version 0.7a      13 

Creating a Live USB or DVD 

5. License  Creative Commons Attribution­ShareAlike 4.0 International  (CC BY­SA 4.0)  This tutorial has been created as part of the Chromixium OS project which is licensed under the GPL. The Author is RichJack and this work is licensed under the Creative Common Attribution­ShareAlike license:  You are free to: 

● Share — copy and redistribute the material in any medium or format ● Adapt — remix, transform, and build upon the material ● for any purpose, even commercially. ● The licensor cannot revoke these freedoms as long as you follow the license terms. 

Under the following terms: 

● Attribution — You must give appropriate credit, provide a link to the license, andindicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. 

● ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. 

● No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. 

Notices: 

● You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation. 

● No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material. 

● This is a human­readable summary of (and not a substitute for) the license: http://creativecommons.org/licenses/by­sa/4.0/legalcode   

 

Version 0.7a      14 


Recommended