Due to sluggishness of my current KDE Neon, I believe there were missing things back then when I respun the ISO. I now see bionicbeaver option in the build.sh script so I decided to respin the new ISO. Here's my execution log:
PATH=/usr/sbin:/sbin:/bin:$PATH ./build.sh neon-useredition-20190307-0535-amd64.iso bionicbeaver upgrade
Setting Bionic Beaver environment...
Upgrade ISO packages...
Display setting: Xorg-Standard
Looking for kernel image...
Extracting latest kernel files...
Archive: gpdpocket-20190225-5.0.0-rc7-kernel-files.zip
inflating: linux-headers-5.0.0-rc7-stockmind-gpdpocket_5.0.0-rc7-stockmind-gpdpocket-1_amd64.deb
inflating: linux-image-5.0.0-rc7-stockmind-gpdpocket_5.0.0-rc7-stockmind-gpdpocket-1_amd64.deb
inflating: linux-libc-dev_5.0.0-rc7-stockmind-gpdpocket-1_amd64.deb
Extracting ISO ...
Parallel unsquashfs: Using 8 processors
139854 inodes (150844 blocks) to write
[=======================================================================================================================================================================\] 150844/150844 100%
created 124909 files
created 16633 directories
created 14907 symlinks
created 7 devices
created 0 fifos
Extracting isorespin files ...
Processing bootloader/bootmanager ...
Purging packages ...
Upgrading distro ...
Installing packages ...
Installing local packages ...
Adding files/directories ...
Running commands ...
Spinning ISO ...
Parallel mksquashfs: Using 8 processors
Creating 4.0 filesystem on iso-directory-structure/casper/filesystem.squashfs, block size 131072.
[======================================================================================================================================================================/ ] 161230/161922 99%
Unrecognised xattr prefix system.posix_acl_default
Unrecognised xattr prefix system.posix_acl_access
[=======================================================================================================================================================================-] 161922/161922 100%
Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 131072
compressed data, compressed metadata, compressed fragments,
compressed xattrs, compressed ids
duplicates are removed
Filesystem size 1598977.50 Kbytes (1561.50 Mbytes)
40.71% of uncompressed filesystem size (3928143.07 Kbytes)
Inode table size 1918637 bytes (1873.67 Kbytes)
28.57% of uncompressed inode table size (6716718 bytes)
Directory table size 1971976 bytes (1925.76 Kbytes)
41.89% of uncompressed directory table size (4707738 bytes)
Xattr table size 51 bytes (0.05 Kbytes)
31.87% of uncompressed xattr table size (160 bytes)
Number of duplicate files found 28025
Number of inodes 197039
Number of files 154297
Number of fragments 9097
Number of symbolic links 19208
Number of device nodes 7
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 23527
Number of ids (unique uids + gids) 29
Number of uids 11
root (0)
unknown (108)
unknown (115)
unknown (100)
polkitd (102)
unknown (116)
unknown (104)
unknown (6)
unknown (106)
unknown (114)
unknown (117)
Number of gids 24
root (0)
unknown (30)
privoxy (42)
unknown (109)
vboxusers (108)
nobody (65534)
unknown (115)
polkitd (102)
tor (43)
tty (5)
unknown (105)
unknown (107)
games (50)
unknown (116)
mail (12)
unknown (106)
unknown (111)
unknown (122)
colord (124)
unknown (123)
adm (4)
lp (7)
unknown (101)
mem (8)
xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project.
Drive current: -outdev 'stdio:../../linuxium-neon-useredition-20190307-0535-amd64.iso'
Media current: stdio file, overwriteable
Media status : is blank
Media summary: 0 sessions, 0 data blocks, 0 data, 44.7g free
xorriso : FAILURE : Jigdo Template Extraction was not enabled at compile time
xorriso : aborting : -abort_on 'FAILURE' encountered 'FAILURE'
chown: cannot access '../linuxium-neon-useredition-20190307-0535-amd64.iso': No such file or directory
./isorespin.sh: Respun ISO created as 'linuxium-neon-useredition-20190307-0535-amd64.iso' ... see logfile 'isorespin.log' for details.
The last few lines show error from xorriso but the script continues, however I guess it can't find the respun ISO and just terminate in the end assuming everything is fine. Here's what isorespin.log contains:
Due to sluggishness of my current KDE Neon, I believe there were missing things back then when I respun the ISO. I now see bionicbeaver option in the build.sh script so I decided to respin the new ISO. Here's my execution log:
The last few lines show error from xorriso but the script continues, however I guess it can't find the respun ISO and just terminate in the end assuming everything is fine. Here's what isorespin.log contains:
This clearly is the failure, I should get alternative xorriso binary with Jigdo Tempalte Extraction feature enabled or compile it myself.