|
|
Line 1: |
Line 1: |
| =8 GB f30 soas USB with persistence=
| |
| * fat format marked bootable (Used gnome disks)
| |
| *changed background to show persistence worked after reboot
| |
| [[File:F30_persistent.jpg|300px]]
| |
|
| |
|
| ==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-20181126.n.0.iso /dev/sdb1
| |
|
| |
| NOTICE: '/dev/sdb1' is mounted at '/run/media/satellit/f30soas'.
| |
|
| |
| Please unmount for safety.
| |
| Exiting...
| |
|
| |
| [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/sdb1
| |
| Verifying image...
| |
| /home/satellit/Downloads/rawhide/Fedora-SoaS-Live-x86_64-Rawhide-20181126.n.0.iso: 279e9d651699bb961546b8dc282a5a5f
| |
| Fragment sums: 22c8828ca216ed67faceda122d397a2dd73bf7ae2b1c99bc1ea4f7da664b
| |
| 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
| |
| 899,416,064 100% 101.99MB/s 0:00:08 (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: 24511 (0x00005fbf)
| |
| Dumping boot image to "/home/satellit/Downloads/rawhide/Fedora-SoaS-Live-x86_64-Rawhide-20181126.n.0.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: 19964 (0x4dfc)
| |
| Load LBA: 29504 (0x00007340)
| |
| Dumping boot image to "/home/satellit/Downloads/rawhide/Fedora-SoaS-Live-x86_64-Rawhide-20181126.n.0.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: 42032 (0xa430)
| |
| Load LBA: 34495 (0x000086bf)
| |
| Dumping boot image to "/home/satellit/Downloads/rawhide/Fedora-SoaS-Live-x86_64-Rawhide-20181126.n.0.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, 66.2752 s, 31.6 MB/s
| |
| Initializing persistent /home
| |
| 2000+0 records in
| |
| 2000+0 records out
| |
| 2097152000 bytes (2.1 GB, 2.0 GiB) copied, 169.935 s, 12.3 MB/s
| |
| Formatting unencrypted home.img
| |
| mke2fs 1.44.2 (14-May-2018)
| |
| Creating filesystem with 512000 4k blocks and 128000 inodes
| |
| Filesystem UUID: 7046a980-93a3-4de9-b840-5ecd98635e0a
| |
| S uperblock 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 rawhide]#
| |