Difference between revisions of "Testing/Reports/livecd-iso-to-disk"

From Sugar Labs
Jump to navigation Jump to search
m (Fedora 17 SoaS Writing of a 2 GB Firefly USB with persistence)
 
(no longer available EOL)
 
(45 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===Fedora-17-Nightly-20120221.07-i686-Live-soas===
+
__TOC__
*'''Fedora 17 SoaS Writing of a 2 GB Firefly USB with persistence'''
+
<br clear=all>
*Set the '''tools_livecd-iso-to-disk.sh''' script as executable (Properties)
+
===Note USB must be prepared first===
::Download link: http://bit.ly/livecd-iso-to-disk
+
* '''use gparted: make new MBR/ format as fat / boot flag set / label="LIVE" '''
====USB Stick====
+
===Fedora-KDE-Live-x86_64-25-1.3.iso===
2GB USB
+
  <nowiki>[root@localhost Downloads]# livecd-iso-to-disk --format --efi --overlay-size-mb 300 --home-size-mb 175 --delete-home --unencrypted-home Fedora-KDE-Live-x86_64-25-1.3.iso /dev/sdc
Fat 16
+
Verifying image...
boot flag
+
/home/satellit/Downloads/Fedora-KDE-Live-x86_64-25-1.3.iso:  f840eea2674b3a3e21c6c563546eaa5f
*Root Desktop
+
Fragment sums: 1044b689b78896fc5e5d13ae42c77c75e5b7aa2eb436be1e179c7927ac2f
====Command====
+
Fragment count: 20
sudo ./tools_livecd-iso-to-disk.sh --reset-mbr --overlay-size-mb 500 --home-size-mb 900 --delete-home --unencrypted-home Fedora-17-Nightly-20120221.07-i686-Live-soas.iso /dev/sd(x)1
+
Supported ISO: no
====Transcript====  
+
Press [Esc] to abort check.
  root@ubuntu520:/home/(user)/Desktop# sudo ./tools_livecd-iso-to-disk.sh --reset-mbr --overlay-size-mb 500 --home-size-mb 900 --delete-home --unencrypted-home Fedora-17-Nightly-20120221.07-i686-Live-soas.iso /dev/sdg1
+
Checking: 100.0%
Verifying image...
+
 
./tools_livecd-iso-to-disk.sh: line 806: checkisomd5: command not found
+
The media check is complete, the result is: PASS.
Are you SURE you want to continue?
+
 
Press Enter to continue or ctrl-c to abort
+
It is OK to use this media.
+
WARNING: THIS WILL DESTROY ANY DATA ON /dev/sdc!!!
Copying live image to target device.
+
Press Enter to continue or ctrl-c to abort
squashfs.img
+
 
    489586688 100%    8.28MB/s    0:00:56 (xfer#1, to-check=0/1)
+
/dev/sdc: 2 bytes were erased at offset 0x000001fe (dos): 55 aa
+
/dev/sdc: calling ioctl to re-read partition table: Success
sent 489646525 bytes  received 31 bytes  8515592.28 bytes/sec
+
Waiting for devices to settle...
total size is 489586688  speedup is 1.00
+
mkfs.fat 4.0 (2016-05-06)
osmin.img
+
Copying live image to target device.
        8192 100%   0.00kB/s    0:00:00 (xfer#1, to-check=0/1)
+
squashfs.img
+
  1,319,231,488 100% 281.89MB/s    0:00:04 (xfr#1, to-chk=0/1)
sent 8265 bytes  received 31 bytes  16592.00 bytes/sec
+
Setting up /EFI/BOOT
total size is 8192  speedup is 0.99
+
Updating boot config file
Updating boot config file
+
Initializing persistent overlay file
Initializing persistent overlay file
+
300+0 records in
500+0 records in
+
300+0 records out
500+0 records out
+
314572800 bytes (315 MB, 300 MiB) copied, 0.297588 s, 1.1 GB/s
524288000 bytes (524 MB) copied, 60.5367 s, 8.7 MB/s
+
Initializing persistent /home
Initializing persistent /home
+
175+0 records in
900+0 records in
+
175+0 records out
900+0 records out
+
183500800 bytes (184 MB, 175 MiB) copied, 0.157262 s, 1.2 GB/s
943718400 bytes (944 MB) copied, 137.359 s, 6.9 MB/s
+
Formatting unencrypted /home
Formatting unencrypted /home
+
mke2fs 1.43.3 (04-Sep-2016)
mke2fs 1.41.11 (14-Mar-2010)
+
Creating filesystem with 179200 1k blocks and 44880 inodes
Filesystem label=
+
Filesystem UUID: e953f0e8-2a2c-4598-a69c-9cc7a056a512
OS type: Linux
+
Superblock backups stored on blocks:  
Block size=4096 (log=2)
+
8193, 24577, 40961, 57345, 73729
Fragment size=4096 (log=2)
+
 
Stride=0 blocks, Stripe width=0 blocks
+
Allocating group tables: done                           
57600 inodes, 230400 blocks
+
Writing inode tables: done                             
11520 blocks (5.00%) reserved for the super user
+
Creating journal (4096 blocks): done
First data block=0
+
Writing superblocks and filesystem accounting information: done  
Maximum filesystem blocks=239075328
+
 
8 block groups
+
tune2fs 1.43.3 (04-Sep-2016)
32768 blocks per group, 32768 fragments per group
+
Setting maximal mount count to -1
7200 inodes per group
+
Setting interval between checks to 0 seconds
Superblock backups stored on blocks:  
+
Installing boot loader
32768, 98304, 163840, 229376
+
Target device is now set up with a Live image!
+
[root@localhost Downloads]#
Writing inode tables: done                             
+
</nowiki>
Creating journal (4096 blocks): done
 
Writing superblocks and filesystem accounting information: done
 
 
This filesystem will be automatically checked every 37 mounts or
 
180 days, whichever comes first.  Use tune2fs -c or -i to override.
 
tune2fs 1.41.11 (14-Mar-2010)
 
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@ubuntu520:/home/(user)/Desktop#
 

Latest revision as of 22:25, 9 December 2016


Note USB must be prepared first

  • use gparted: make new MBR/ format as fat / boot flag set / label="LIVE"

Fedora-KDE-Live-x86_64-25-1.3.iso

[root@localhost Downloads]# livecd-iso-to-disk --format --efi --overlay-size-mb 300 --home-size-mb 175 --delete-home --unencrypted-home Fedora-KDE-Live-x86_64-25-1.3.iso /dev/sdc
Verifying image...
/home/satellit/Downloads/Fedora-KDE-Live-x86_64-25-1.3.iso:   f840eea2674b3a3e21c6c563546eaa5f
Fragment sums: 1044b689b78896fc5e5d13ae42c77c75e5b7aa2eb436be1e179c7927ac2f
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.
WARNING: THIS WILL DESTROY ANY DATA ON /dev/sdc!!!
Press Enter to continue or ctrl-c to abort

/dev/sdc: 2 bytes were erased at offset 0x000001fe (dos): 55 aa
/dev/sdc: calling ioctl to re-read partition table: Success
Waiting for devices to settle...
mkfs.fat 4.0 (2016-05-06)
Copying live image to target device.
squashfs.img
  1,319,231,488 100%  281.89MB/s    0:00:04 (xfr#1, to-chk=0/1)
Setting up /EFI/BOOT
Updating boot config file
Initializing persistent overlay file
300+0 records in
300+0 records out
314572800 bytes (315 MB, 300 MiB) copied, 0.297588 s, 1.1 GB/s
Initializing persistent /home
175+0 records in
175+0 records out
183500800 bytes (184 MB, 175 MiB) copied, 0.157262 s, 1.2 GB/s
Formatting unencrypted /home
mke2fs 1.43.3 (04-Sep-2016)
Creating filesystem with 179200 1k blocks and 44880 inodes
Filesystem UUID: e953f0e8-2a2c-4598-a69c-9cc7a056a512
Superblock backups stored on blocks: 
	8193, 24577, 40961, 57345, 73729

Allocating group tables: done                            
Writing inode tables: done                            
Creating journal (4096 blocks): done
Writing superblocks and filesystem accounting information: done 

tune2fs 1.43.3 (04-Sep-2016)
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 Downloads]#