Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add custom boot catalog #35

Open
vjorge opened this issue Dec 14, 2021 · 0 comments
Open

How to add custom boot catalog #35

vjorge opened this issue Dec 14, 2021 · 0 comments

Comments

@vjorge
Copy link

vjorge commented Dec 14, 2021

Hi I can create a bootable iso with the following command:

mkisofs -relaxed-filenames -J -R -o cd.iso -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -eltorito-platform efi -b efiboot.img -no-emul-boot

But how can I specifiy the the "-b isolinux.bin -c boot.cat", I can specify the eltorito config:

	ElToritoConfig elToritoConfig = null;
	if (enableElTorito) {			
		// El Torito support
		elToritoConfig = new ElToritoConfig(
			new File("C:\efiboot.img"),
			ElToritoConfig.BOOT_MEDIA_TYPE_NO_EMU,
			ElToritoConfig.PLATFORM_ID_X86, "",boot_load_size,
			ElToritoConfig.LOAD_SEGMENT_7C0);
	}

But have no idea how to specify the "-b isolinux.bin -c boot.cat".

Can you please help, the iso should be able to boot from EFI and non EFI.

Many thanks for the great project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant