Difference between revisions of "Tutorials/Installation/Create a SoaS v7 Live USB in Windows"

From Sugar Labs
Jump to navigation Jump to search
(Create a SoaS F17 LiveUSB in Windows)
 
Line 88: Line 88:
 
Congratulations, you now have to install the Operating System to the disk. You can do that by following the tutorial found [http://wiki.sugarlabs.org/go/Tutorials/Installation/Install_with_liveinst here].
 
Congratulations, you now have to install the Operating System to the disk. You can do that by following the tutorial found [http://wiki.sugarlabs.org/go/Tutorials/Installation/Install_with_liveinst here].
  
 +
===[[Tutorials|Click for more tutorials]].===
 
==Credits==
 
==Credits==
 
*A Google Code-in 2012 Task [[GoogleCodeIn2012/VM]]
 
*A Google Code-in 2012 Task [[GoogleCodeIn2012/VM]]
 
:[[User:Michael_Jin]]
 
:[[User:Michael_Jin]]

Revision as of 21:03, 29 November 2012

Create a SoaS F17 LiveUSB in Windows

This guide shows how to use LiveUSB-Creator to create a SoaS (Sugar on a Stick) Persistent USB in Windows

Getting Started

Live-USB Creator for Windows (here)
Sugar LiveCD/USB .ISO files (http://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Downloads here)
Please prepare a hard drive (Backup any important data!) for SoaS, the liveinst will probably format the entire hard drive.
USB flash drive (2GB+ free and backup any important data)


Installing Live-USB Creator

Open "​liveusb-creator-3.11.7-setup.exe", it should open to a new window.

Lusb000.png

The installation size (not the .ISO file) only needs 28MB, if the "Space Available:" is less than 600 MB and you haven't downloaded one of the .ISO files, please consider freeing some space on your hard drive. Then click the "Install" button.

Lusb001.png

After the installer tries to create a shortcut, a new window should popup. Click the "Yes" button.

By now, the following window should popup. Click the "Browse" button to look for the .ISO file you've recently downloaded.

Lusb002.png

Since the version I downloaded was i686, I'm going to select "Fedora-17-i686-Live-SoaS.iso" and click the "Open" button.

Lusb003.png

Make sure you selected the right .iso file, the window should now say "*filename* selected".

Lusb004.png

Click on your "Target Device" to check whether you've selected the corresponding Drive Letter ("F:") or name ("NEW VOLUME") for the USB flash drive and make sure you've made a copy of any important files that maybe on that USB flash drive. Then click the "Create Live USB" button.
If your "Persistent Storage" slider can't be moved. Check if your USB flash drive has more than 1.8GB or it will fail.

Lusb005.png

When your LiveUSB is ready, the window should say:

Fedora-17-i686-Live-SoaS.iso selected
Verifying filesystem...
Extracting live image to USB device...
Wrote to device at X MB/sec<br>
Setting up OLPC boot file...
Installing bootloader
Complete!



Lusb006.png

If it gives errors, please read below for further instructions [1].
Congratulations, you've got a LiveUSB with SoaS!

Running SoaS (LiveUSB) on your computer

Make sure that you've turned off your computer (any hard drive that needs to be swapped should be swapped), you have to boot into the USB through the boot menu (you should see an option when you turn the computer on).

You should now see the following boot screen.

Sugar BootMenu.png

When you hit the "Enter" key on your keyboard or it started automatically, you should briefly see this on your screen.
Please note the difference between LiveCD and LiveUSB is the ISOLinux and SYSLinux. You should see SYSLinux.

Sugar boot1.png

After the loading bar reaches the end, you should see this screen below, type your username into the box and click "Next".

Uname.png

Select your color (optional) and click "Done".

Scolor.png

If you see the following, then you've successfully entered Sugar with a LiveUSB.

Congrats tis.png

Congratulations, you now have to install the Operating System to the disk. You can do that by following the tutorial found here.




[1] - If your can't create a working LiveUSB, hold CTRL+ALT+DEL to go to Task Manager. Go to File >> New Task, copy and paste

64-bit
"C:\Program Files (x86)\LiveUSB Creator\liveusb-creator.exe" --reset-mbr
32-bit
"C:\Program Files \LiveUSB Creator\liveusb-creator.exe"--reset-mbr

Make sure you USB flash drive is connected, click the "OK" button and the the LiveUSB window should popup.
[*] The USB flash drive needs to be MBR formatted (Master Boot Record) and its boot flag enabled.

Congratulations, you now have to install the Operating System to the disk. You can do that by following the tutorial found here.

Click for more tutorials.

Credits

User:Michael_Jin