Line 9: |
Line 9: |
| | | |
| ==Use live-iso-to-disk for persistence== | | ==Use live-iso-to-disk for persistence== |
| + | :8GB USB used 11/02/2018 |
| | | |
| also see: [[Testing/Reports/livecd-iso-to-disk]] | | also see: [[Testing/Reports/livecd-iso-to-disk]] |
Line 14: |
Line 15: |
| dnf install livecd-tools | | dnf install livecd-tools |
| | | |
− | livecd-iso-to-disk --reset-mbr --overlay-size-mb 2000 --home-size-mb 2000 --delete-home --unencrypted-home Fedora-Workstation-Live-x86_64-25-1.3.iso /dev/sd(x)
| + | [root@localhost f29]# livecd-iso-to-disk --reset-mbr --overlay-size-mb 2000 --home-size-mb 2000 --delete-home --unencrypted-home Fedora-Workstation-Live-x86_64-29-1.2.iso /dev/sdb1 |
| + | |
| + | Verifying image... |
| + | /home/satellit/Downloads/f29/Fedora-Workstation-Live-x86_64-29-1.2.iso: efd2561e839da73d7a48603721752f44 |
| + | Fragment sums: f53638621446242d7c14a1ab1a79f55be54e1c97aa243bbbae61592a33b5 |
| + | 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 |
| + | 1,829,224,448 100% 119.66MB/s 0:00:14 (xfr#1, to-chk=0/1) |
| + | |
| + | Syncing filesystem writes to disc. |
| + | Please wait, this may take a while... |
| + | Setting up /EFI/BOOT |
| + | Validation Entry: |
| + | Header Indicator: 0x01 (Validation Entry) |
| + | PlatformId: 0x00 (80x86) |
| + | ID: "" |
| + | Checksum: 0x55aa |
| + | Key bytes: 0x55aa |
| + | Boot Catalog Default Entry: |
| + | Entry is bootable |
| + | Boot Media emulation type: no emulation |
| + | Media load segment: 0x0 (0000:7c00) |
| + | System type: 0 (0x00) |
| + | Load Sectors: 4 (0x0004) |
| + | Load LBA: 24682 (0x0000606a) |
| + | Dumping boot image to "/home/satellit/Downloads/f29/Fedora-Workstation-Live-x86_64-29-1.2.iso.0" |
| + | Section Header Entry: |
| + | Header Indicator: 0x90 (Section Header Entry) |
| + | PlatformId: 0xef (EFI) |
| + | Section Entries: 1 |
| + | ID: "" |
| + | Boot Catalog Section Entry: |
| + | Entry is bootable |
| + | Boot Media emulation type: no emulation |
| + | Media load address: 0 (0x0000) |
| + | System type: 0 (0x00) |
| + | Load Sectors: 19960 (0x4df8) |
| + | Load LBA: 29177 (0x000071f9) |
| + | Dumping boot image to "/home/satellit/Downloads/f29/Fedora-Workstation-Live-x86_64-29-1.2.iso.1" |
| + | Section Header Entry: |
| + | Header Indicator: 0x91 (Final Section Header Entry) |
| + | PlatformId: 0xef (EFI) |
| + | Section Entries: 1 |
| + | ID: "" |
| + | Boot Catalog Section Entry: |
| + | Entry is bootable |
| + | Boot Media emulation type: no emulation |
| + | Media load address: 0 (0x0000) |
| + | System type: 0 (0x00) |
| + | Load Sectors: 42016 (0xa420) |
| + | Load LBA: 34167 (0x00008577) |
| + | Dumping boot image to "/home/satellit/Downloads/f29/Fedora-Workstation-Live-x86_64-29-1.2.iso.2" |
| + | Updating boot config files. |
| + | Initializing persistent overlay... |
| + | 2000+0 records in |
| + | 2000+0 records out |
| + | 2097152000 bytes (2.1 GB, 2.0 GiB) copied, 57.1939 s, 36.7 MB/s |
| + | Initializing persistent /home |
| + | 2000+0 records in |
| + | 2000+0 records out |
| + | 2097152000 bytes (2.1 GB, 2.0 GiB) copied, 449.598 s, 4.7 MB/s |
| + | Formatting unencrypted home.img |
| + | mke2fs 1.44.2 (14-May-2018) |
| + | Creating filesystem with 512000 4k blocks and 128000 inodes |
| + | Filesystem UUID: 2947a923-6e91-4446-b86a-735645e5a188 |
| + | 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.2 (14-May-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 f29]# |
| + | |
| :(x) USB must have: fat format & boot flag | | :(x) USB must have: fat format & boot flag |
| :(x) CAUTION use "mount" (in terminal) to get correct name for USB (/dev/sdb /dev/sdc /dev/sdd etc) | | :(x) CAUTION use "mount" (in terminal) to get correct name for USB (/dev/sdb /dev/sdc /dev/sdd etc) |