Difference between revisions of "Sugar on a Stick/Linux/Installation"

From Sugar Labs
Jump to navigation Jump to search
m (add respin build)
(Undo revision 102681 by Satellit (talk) This page is transcluded to others. Special installs are not appropriate here.)
Line 1: Line 1:
=8 GB f30 soas USB with persistence=
 
updated Jan 30 2019
 
* fat format marked bootable (Used gnome disks)
 
*changed background to show persistence worked after reboot
 
 
[[File:F30_persistent.jpg|200px]]
 
 
==Terminal output==
 
[satellit@localhost ~]$ cd Downloads/rawhide
 
[satellit@localhost rawhide]$ su
 
Password:
 
[root@localhost rawhide]#
 
[root@localhost rawhide]# livecd-iso-to-disk --reset-mbr --overlay-size-mb 2000 --home-size-mb 2000 --delete-home --unencrypted-home Fedora-SoaS-Live-x86_64-Rawhide-20181212.n.1.iso /dev/sdb1
 
 
 
[root@localhost rawhide]# livecd-iso-to-disk --reset-mbr --overlay-size-mb 2000 --home-size-mb 2000 --delete-home --unencrypted-home Fedora-SoaS-Live-x86_64-Rawhide-20181212.n.1.iso /dev/sdb1
 
Verifying image...
 
/home/satellit/Downloads/rawhide/Fedora-SoaS-Live-x86_64-Rawhide-20181212.n.1.iso:  7c45a5171c275ba9185273b7936aa5f7
 
Fragment sums: 326fafe823b9f5462d8b71baade13d333b817887c1b1a7e24b347f5f9e71
 
Fragment count: 20
 
Supported ISO: no
 
Press [Esc] to abort check.
 
Checking: 100.0%
 
 
The media check is complete, the result is: PASS.
 
 
It is OK to use this media.
 
 
Copying LiveOS image to target device...
 
squashfs.img
 
    898,441,216 100%  201.98MB/s    0:00:04 (xfr#1, to-chk=0/1)
 
 
Syncing filesystem writes to disc.
 
    Please wait, this may take a while...
 
Setting up /EFI/BOOT
 
Updating boot config files.
 
Initializing persistent overlay...
 
livecd-iso-to-disk --reset-mbr --overlay-size-mb 2000 --home-size-mb 2000 --delete-home --unencrypted-home Fedora-SoaS-Live-x86_64-Rawhide-20181126.n.0.iso /dev/sdb1livecd-iso-to-disk --reset-mbr --overlay-size-mb 2000 --home-size-mb 2000 --delete-home --unencrypted-home Fedora-SoaS-Live-x86_64-Rawhide-20181126.n.0.iso /dev/sdb12000+0 records in
 
2000+0 records out
 
2097152000 bytes (2.1 GB, 2.0 GiB) copied, 393.404 s, 5.3 MB/s
 
Initializing persistent /home
 
2000+0 records in
 
2000+0 records out
 
2097152000 bytes (2.1 GB, 2.0 GiB) copied, 549.836 s, 3.8 MB/s
 
Formatting unencrypted home.img
 
mke2fs 1.44.3 (10-July-2018)
 
Creating filesystem with 512000 4k blocks and 128000 inodes
 
Filesystem UUID: 01095cb1-d795-4435-8283-2f3c2868160e
 
Superblock backups stored on blocks:
 
32768, 98304, 163840, 229376, 294912
 
 
Allocating group tables: done                           
 
Writing inode tables: done                           
 
Creating journal (8192 blocks): done
 
Writing superblocks and filesystem accounting information: done
 
 
tune2fs 1.44.3 (10-July-2018)
 
Setting maximal mount count to -1
 
Setting interval between checks to 0 seconds
 
Installing boot loader...
 
Target device is now set up with a Live image!
 
[root@localhost rawhide]# livecd-iso-to-disk --reset-mbr --overlay-size-mb 2000 --home-size-mb 2000 --delete-home --unencrypted-home Fedora-SoaS-Live-x86_64-Rawhide-20181126.n.0.iso /dev/sdb1livecd-iso-to-disk --reset-mbr --overlay-size-mb 2000 --home-size-mb 2000 --delete-home --unencrypted-home Fedora-SoaS-Live-x86_64-Rawhide-20181126.n.0.iso /dev/sdb1
 
 
==16 GB USB persistent==
 
[root@localhost rawhide]# livecd-iso-to-disk --reset-mbr --overlay-size-mb 4086 --home-size-mb 4086 --delete-home --unencrypted-home Fedora-SoaS-Live-x86_64-Rawhide-20181123.n.1.iso /dev/sdb1
 
fat
 
bootable (in gnome-disks)
 
 
 
<noinclude>
 
<noinclude>
 
These are the steps for installing Sugar on a Stick on a USB/SD device.  
 
These are the steps for installing Sugar on a Stick on a USB/SD device.  

Revision as of 12:07, 31 January 2019

These are the steps for installing Sugar on a Stick on a USB/SD device.

This page is transcluded to various installation instruction pages.

  1. Download the latest Sugar on a Stick .iso file.
  2. Install the livecd-tools package to obtain the installation script and the SYSLINUX boot loader. Use this command to obtain the installer: sudo dnf install livecd-tools
  3. Insert a USB stick of 2 GB or greater capacity into your computer.
  4. With root user permissions at a terminal or console command line, use the command sudo df -Th or sudo blkid to get the USB device node name.
  5. (Items in angle brackets, such as <MyAccount> are descriptive placeholders.)
     You should see something like the following:
  6. Unmount the USB device filesystem:
    umount /run/media/<MyAccount>/<MyUSBdiscMountPoint>
    (The /run/media/<MyAccount>/ path is the standard mount point. Other operating systems may use /media/<MyMountPoint>.)
  7. (You should have the isomd5sum package installed so that the following installation script can verify the download.)

  8. Load: Execute the following installation command, as the root user, in one command line with many options:
    livecd-iso-to-disk --reset-mbr --overlay-size-mb 500 --home-size-mb 500 --unencrypted-home /path/to/downloaded.iso /dev/sd?1
    The '?' in the final parameter represents the target USB device scsi drive node, such as sdb1 or sdc1, etc., and /path/to/downloaded.iso is the location and name of the .iso file.
    The operating system will occupy ~960 MB, and the overlay and home size arguments, 500 and 500, were selected to fit in a 2 GB device. These may be adjusted depending on your preferences and device capacity (see LiveOS image). On a 4 GB device, one might use 1000 and 1600 for the size arguments.
     The installation transcript should look something like the following:

  9. Boot: Insert the USB stick into a bootable USB port on your computer. Set the option to "boot from USB" in your computer's BIOS setup, and then start up the computer.

  • To create more Sugar Sticks on other 2 GB or greater USB or SD devices, while running Sugar on a Stick, one may run the Terminal Activity, and execute this command as the root user:
    livecd-iso-to-disk --reset-mbr --overlay-size-mb 500 --home-size-mb 500 --delete-home --unencrypted-home /run/initramfs/livedev /dev/sd?1
Replace /dev/sd?1 with a new device node for the second USB/SD device that you want to load with Sugar on a Stick.