grml / grml-live

build system for creating a Grml (based) live system

Home Page:https://grml.org/grml-live/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xorriso : FAILURE : Given path does not exist on disk: -boot_image system_area='/usr/lib/ISOLINUX/isohdpfx.bin'

paulmenzel opened this issue · comments

Running the command below with grml-live v0.32.0 on a Debian Sid/unstable system, the build fails with the error below.

$ sudo GRML_FAI_CONFIG=$(pwd)/etc/grml/fai SCRIPTS_DIRECTORY=$(pwd)/scripts LIVE_CONF=$(pwd)/etc/grml/grml-live.conf ./grml-live -s sid -a amd64 -c GRMLBASE,GRML_FULL,AMD64 -t $(pwd)/templates/
[…]
  [*] Finished execution of stage 'squashfs'
  [*] Forcing rebuild of ISO because files on ISO have been modified.
  [*] Using xorriso -as mkisofs to build ISO.
  [*] Enabling (U)EFI boot.
xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project.

Drive current: -outdev 'stdio:/home/joey/src/grml-live/grml//grml_isos/grml_0.0.1.iso'
Media current: stdio file, overwriteable
Media status : is blank
Media summary: 0 sessions, 0 data blocks, 0 data, 3365m free
xorriso : WARNING : -volid text problematic as automatic mount point name
xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules
Added to ISO image: directory '/'='/home/joey/src/grml-live/grml/grml_cd'
xorriso : UPDATE :     954 files added in 1 seconds
xorriso : FAILURE : Given path does not exist on disk: -boot_image system_area='/usr/lib/ISOLINUX/isohdpfx.bin'
xorriso : UPDATE :     954 files added in 1 seconds
xorriso : aborting : -abort_on 'FAILURE' encountered 'FAILURE'
stat: cannot stat '/home/joey/src/grml-live/grml//grml_isos/grml_0.0.1.iso': No such file or directory
  [!] Error: there was a critical error executing stage 'iso build'

You're missing build dependencies (isolinux package in this case):

xorriso : FAILURE : Given path does not exist on disk: -boot_image system_area='/usr/lib/ISOLINUX/isohdpfx.bin'

Thank you and sorry for overlooking that. With the package isolinux installed, the ISO was created successfully.