|
|
| Line 17: |
Line 17: |
| ==Install Documents== | | ==Install Documents== |
| :https://docs.fedoraproject.org/en-US/fedora/f29/install-guide/install/Installing_Using_Anaconda/ | | :https://docs.fedoraproject.org/en-US/fedora/f29/install-guide/install/Installing_Using_Anaconda/ |
| ==Use live-iso-to-disk for persistent Workstation USB==
| |
| ===8 GB USB===
| |
| *Persistent Changes after reboot
| |
| :Added/removed apps to favorites
| |
| :Changed background
| |
| :Installed HexChat from gnome-software
| |
| ::NOTE do not use install to disk from pop-up on reboot of USB
| |
|
| |
|
| [[File:F29_wks_persistent_USB.jpg|600px]]
| |
|
| |
| :(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)
| |
|
| |
| :also see: [[Testing/Reports/livecd-iso-to-disk]]
| |
|
| |
| dnf install livecd-tools
| |
|
| |
| :8GB USB used 11/02/2018
| |
|
| |
| [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]#
| |
|
| |
| ===16 GB USB===
| |
| livecd-iso-to-disk --reset-mbr --overlay-size-mb 4086 --home-size-mb 4086 --delete-home --unencrypted-home Fedora-Workstation-Live-x86_64-29-1.2.iso /dev/sdb1
| |
|
| |
| :worked great
| |
|
| |
|
| =='''livemedia-creator'''== | | =='''livemedia-creator'''== |