
opened ORA files, however it won't apply the g'mic plugins.
I will see if I can find the problem.
I will post the gimp package later this week since it is useful.
____________________________________________
/dev/sda10 is formatted to ext4Just about to erase all files in partition 'sda10'!
Press ENTER to continue:
./write-quirky-to-partition: line 228: busybox: command not found
Erasing contents of sda10...
Writing Quirky6 files to sda10...
vmlinuz...
mount: unknown filesystem type 'vfat'
cp: cannot stat ‘mntpt/vmlinuz’: No such file or directory
umount: mntpt: not mounted
all of Quirky files, please wait...
mount: unknown filesystem type 'f2fs'
cp: cannot stat ‘mntpt/*’: No such file or directory
sed: can't read /mnt/sda10/sbin/init: No such file or directory
sed: can't read /mnt/sda10/etc/rc.d/rc.sysinit: No such file or directory
umount: mntpt: not mounted
umount: /mnt/sda10: not mounted
That's it, done!
Code: Select all
root=PARTUUID=AA2B8242-B2F6-40CB-AFC3-5C888A55380D rootwait
Code: Select all
# fdisk -l /dev/sdc
Disk /dev/sdc: 1047 MB, 1047834112 bytes
33 heads, 61 sectors/track, 1016 cylinders, total 2046551 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xcc709394
Device Boot Start End Blocks Id System
/dev/sdc1 65280 2046000 990360+ 83 Linux
/dev/sdc4 * 32 65279 32624 14 Hidden FAT16 <32M
Code: Select all
append root=PARTUUID=AA2B8242-B2F6-40CB-AFC3-5C888A55380D rootwait
Code: Select all
append root=PARTUUID=SSSSSSSS-PP rootwait
Code: Select all
#xz -d -k -v quirky6-6.0-8gb.img.xz
Code: Select all
#mkdir p1
#mkdir p2
Code: Select all
#gdisk -l quirky6-6.0-8gb.img
Code: Select all
Disk quirky6-6.0-8gb.img: 14737408 sectors, 7.0 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): FA7BE6A4-E7E3-42F7-BE1E-12CCBE3F73E2
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 15347678
Partitions will be aligned on 2048-sector boundaries
Total free space is 634813 sectors (310.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 34815 16.0 MiB 0700
2 49152 14729215 7.0 GiB 0700
Code: Select all
#mount -t vfat -o loop,offset=$((512*2048)) quirky6-6.0-8gb.img p1
#mount -t f2fs -o loop,offset=$((512*49152)) quirky6-6.0-8gb.img p2
Code: Select all
#cp -arv p2/* /mnt/sdc1
#sync
Code: Select all
#cp -arv p2/* /mnt/sdc2
#sync
Code: Select all
#umount p1
#umount p2
tronkel,tronkel wrote:Using the quirky install script I get the following errors
/dev/sda10 is formatted to ext4Just about to erase all files in partition 'sda10'!
Press ENTER to continue:
./write-quirky-to-partition: line 228: busybox: command not found
Erasing contents of sda10...
Writing Quirky6 files to sda10...
vmlinuz...
mount: unknown filesystem type 'vfat'
cp: cannot stat ‘mntpt/vmlinuz’: No such file or directory
umount: mntpt: not mounted
all of Quirky files, please wait...
mount: unknown filesystem type 'f2fs'
cp: cannot stat ‘mntpt/*’: No such file or directory
sed: can't read /mnt/sda10/sbin/init: No such file or directory
sed: can't read /mnt/sda10/etc/rc.d/rc.sysinit: No such file or directory
umount: mntpt: not mounted
umount: /mnt/sda10: not mounted
That's it, done!
Should I try the dd command using the img file as the input and using /dev/sda10 as the output?
Oh, that is fantastic!Since kernel 3.8 and newer it is possible to use MBR 32-bit UUID, so you can use a MBR partition table as well.
I know the difference between the blkid UUID, and the various GUID, PARTUUID, but I'll probably criss cross them in this post (they are spatially oriented in my brain, not alphabetically)BarryK wrote:I would love to go back to the old MBR. Thanks to you, I can, and will do. Stay tuned.
With this we could automate the install process to modify the GPT.gdiskManpage wrote:g
Change disk GUID. Each disk has a unique GUID code, which gdisk assigns randomly upon creation of the GPT data structures. You can generate a fresh random GUID or enter one manually with this option
Code: Select all
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="quiet root=PARTUUID=<ourPregeneratedOne> ...."
Code: Select all
# syslinux -i -d /boot/syslinux /dev/sdd4
sh: mcopy: command not found
syslinux: failed to create ldlinux.sys