Sugar on a Stick/Windows: Difference between revisions
No edit summary |
No edit summary |
||
| Line 26: | Line 26: | ||
*# Click the 'Become root' icon, [[File:Activity-become-root.svg|40px|bottom|link=http://en.flossmanuals.net/terminal]], to gain administrative permissions in the Terminal session. | *# Click the 'Become root' icon, [[File:Activity-become-root.svg|40px|bottom|link=http://en.flossmanuals.net/terminal]], to gain administrative permissions in the Terminal session. | ||
*# Change the working directory to {{Code|/LiveOS/}}<br>{{Code|cd /LiveOS/}} | *# Change the working directory to {{Code|/LiveOS/}}<br>{{Code|cd /LiveOS/}} | ||
*# ''Be certain of your USB/SD '''s'''csi '''d'''rive node name (such as sda, sdb, etc.) and partition (such as 1, 2, etc.), yielding, for example,'' {{Code|/dev/sdb1}}. | |||
*#: Use the {{Code|df -Th}} command to confirm your devices before executing the following script. | |||
*# execute the Linux command line:<br>{{Code|./livecd-iso-to-disk --overlay-size-mb 200 --home-size-mb 200 --delete-home --unencrypted-home /dev/live /dev/sd'''?'''1}} | *# execute the Linux command line:<br>{{Code|./livecd-iso-to-disk --overlay-size-mb 200 --home-size-mb 200 --delete-home --unencrypted-home /dev/live /dev/sd'''?'''1}} | ||
*# Shutdown the physical machine. | |||
*# Reboot from the newly-installed Live USB with Mirabelle. | |||
* or '''Launch a virtual machine''', such as VirtualBox with the SoaS Mirabelle .iso file. | * or '''Launch a virtual machine''', such as VirtualBox with the SoaS Mirabelle .iso file. | ||
* | *# Download and install [[VirtualBox]]. | ||
*# Create a new virtual machine, choose a name, such as Mirabelle. | |||
*# Choose Linux for the Operating System and Version Fedora (64 bit) if available, or Fedora, on systems lacking 64-bit functionality. | |||
*# Choose Base Memory Size: 256 MB to match an XO-1, 512 or 1024 MB to match an XO-1.5. | |||
*# Attach the SoaS-Mirabelle.iso file as a CD in the Storage Section | |||
*# Insert a USB storage device into your physical computer and enable the VirtualBox USB controller. Then add a filter to recognize the inserted device in the USB section of the VirtualBox machine setup. | |||
*# Start the new virtual machine. | |||
*# Verify that the USB device is recognized in the running virtual machine. | |||
*#* Your device appears in the hover box for the USB stick icon in the virtual machine bottom frame. | |||
*#* {{Code|df -Th}} reveals your device mounted mounted on a device node, for example, /dev/sda1, on a filesystem volume [[wikipedia:Mount (Computing)|mount point]], such as /media/<USBdeviceManufacturer><br> | |||
{{Show| You should see something like the following: | |||
|<pre> | |||
[root@localhost ~]# df -Th | |||
Filesystem Type Size Used Avail Use% Mounted on | |||
/dev/mapper/live-rw | |||
ext4 4.0G 1.5G 2.5G 37% / | |||
tmpfs tmpfs 250M 236K 249M 1% /dev/shm | |||
/dev/sr0 iso9660 477M 477M 0 100% /mnt/live | |||
varcacheyum tmpfs 250M 0 250M 0% /var/cache/yum | |||
/tmp tmpfs 250M 20K 249M 1% /tmp | |||
vartmp tmpfs 250M 0 250M 0% /var/tmp | |||
/dev/sda1 vfat 15G 2.4G 13G 17% /media/TOSHIBA | |||
</pre>}} | |||
<ul> | |||
<ol start="9"> | |||
<li> Continue from step #4 in the '''Burn a CD-ROM disc''' section above.</li> | |||
<li> Shutdown the virtual machine.</li> | |||
<li> Reboot your physical computer from the newly-installed Live USB with Mirabelle.</li> | |||
</ol> | |||
</ul> | |||