Testing/Reports/Sugar on a Stick: Difference between revisions
m →MacBook Persistent SoaS v5 and SoaS v6 EFI Boot USB: Build EFI USB Boot Stick |
|||
Line 150: | Line 150: | ||
: Use the {{Code|sudo blkid}} command in a terminal to see the USB and other device names for discs attached to the system. <!-- mount has a lot of extraneous info and the device may not automount and so not be present. --> | : Use the {{Code|sudo blkid}} command in a terminal to see the USB and other device names for discs attached to the system. <!-- mount has a lot of extraneous info and the device may not automount and so not be present. --> | ||
::ie: /dev/sdb; /dev/sdc; /dev/sdd.... '''IMPORTANT very dangerous if you use the wrong one''' | ::ie: /dev/sdb; /dev/sdc; /dev/sdd.... '''IMPORTANT very dangerous if you use the wrong one''' | ||
====Build EFI USB Boot Stick==== | |||
*From booted f16-x86 64 hard disk install | |||
Run "yum install livecd-tools" so it installs all the required | Run "yum install livecd-tools" so it installs all the required | ||
dependencies and then use livecd-iso-to-disk | dependencies and then use livecd-iso-to-disk | ||
Boots:MacBook-Proi7 | Boots:MacBook-Proi7 | ||
-EFI-Boot-USB | -EFI-Boot-USB | ||
Line 159: | Line 161: | ||
* Has Persistence | * Has Persistence | ||
*2 GB Firefly USB | *2 GB Firefly USB | ||
*>'''formatted in F16-64 disk utility VERY IMPORTANT''' < | |||
fat /dev/sdb | fat /dev/sdb | ||
fat /dev/sdb1 | fat /dev/sdb1 | ||
* '''(Built in F16-64 gnome3-shell 3.2.1 on Acer Aspire One N450)''' | * '''(Built in F16-64 gnome3-shell 3.2.1 on Acer Aspire One N450)''' | ||
*Download link: http://alt.fedoraproject.org/pub/alt/stage/16.RC4/Spins/x86_64/Fedora-16-x86_64-Live-SoaS.iso | |||
====root terminal command line:==== | |||
'''sudo livecd-iso-to-disk --format --efi --overlay-size-mb 300 --home-size-mb 175 --delete-home --unencrypted-home Fedora- | |||
'''sudo livecd-iso-to-disk --format --efi --overlay-size-mb 300 --home-size-mb 175 --delete-home --unencrypted-home Fedora-16-x86_64-Live-SoaS.iso /dev/sd(x)''' (x)=device name | |||
Verifying image... | Verifying image... | ||
/home/(user)/Downloads/Fedora- | /home/(user)/Downloads/Fedora-16-x86_64-Live-SoaS.iso: | ||
Fragment sums: | Fragment sums: | ||
Fragment count: 20 | Fragment count: 20 | ||
Press [Esc] to abort check. | Press [Esc] to abort check. |