[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xorriso



Hola

El 10/12/21 a las 11:35, Guillermo Sosa escribió:
Buen dìa. Estoy tratando de reconstruir una iso de debian live, segùn el archivo /.disk/mkisofs el comando serìa el siguiente;

xorriso -outdev /external/out/free/amd64/iso-hybrid.tmp/debian-live-11.1.0-amd64-xfce.iso -volid d-live 11.1.0 xf amd64 -padding 0 -compliance no_emul_toc -map /w/work/amd64-free-xfce/tmp/tmp5EGgA1 / -chmod 0755 / -- -boot_image isolinux dir=/isolinux -boot_image isolinux system_area=/usr/lib/ISOLINUX/isohdpfx.bin -boot_image any next -boot_image any efi_path=boot/grub/efi.img -boot_image isolinux partition_entry=gpt_basdat

Pero el resultado obtenido me arroja lo que muestro a continuaciòn:

# xorriso 1.5.2 : RockRidge filesystem manipulator, libburnia project.

xorriso : FAILURE : Not a known command:  '11.1.0'

xorriso : FAILURE : Not a known command:  'xf'

xorriso : FAILURE : Not a known command:  'amd64'

xorriso : aborting : -abort_on 'FAILURE' encountered 'FAILURE'

no he usado ese xorriso, pero por el error se me ocurre que tenés que escapar esos espacios de alguna forma, por ejemplo:

esta parte: -volid d-live 11.1.0 xf amd64

escribirla así: -volid "d-live 11.1.0 xf amd64"

o así: -volid 'd-live 11.1.0 xf amd64'

o así: -volid d-live\ 11.1.0\ xf\ amd64


He leìdo e investigado varios dìas pero no encuentro la soluciòn.
Muchas gracias.

--
(-.(-.(-.(-.(-.-).-).-).-).-)

Reply to: