Skip to main content

Questions tagged [mkisofs]

0 votes
1 answer
49 views

I have a modified debian-netinstall image for powerpc. I want to create a bootable iso This command create a non-bootable image mkisofs -R -J -V PPC-RESCUE * > ../debian-12.0.0-ppc64-NETINST-2.iso ...
elbarna's user avatar
  • 14.5k
0 votes
1 answer
132 views

I am trying to create a bootable ISO for a customised Ubuntu. The ISO I create is not bootable (it won't boot in VirtualBox). To debug I am not modifying Ubuntu, just trying to recreate a bootable ISO ...
John's user avatar
  • 125
1 vote
0 answers
237 views

I'm trying to build an alpine linux and devuan live iso using linux live kit. I followed the instructions and everything seemd to be fine. However, both the resulting iso do not boot from the usb ...
black-clover's user avatar
3 votes
2 answers
9k views

I'm trying to create a custom Ubuntu 22.04 image using the following link. I'm not having luck on the Producing the CD image. I get all the way to the sudo mkisofs -D -r -V "$IMAGE_NAME" -...
reecezwoos's user avatar
0 votes
1 answer
803 views

I have custom vmlinuz and initrd files that compose a PXE image I use. Is there any way of building an ISO equivalent image given this initram image? I cannot seem anything obvious from genisoimage or ...
djuarez's user avatar
  • 357
1 vote
2 answers
3k views

I have extracted the iso file "archlinux-2022.06.01-x86_64.iso". And I have made changes in the "airootfs.sfs" file And now I am going to create a "bootable (dos/MBR sector)&...
ahmadreza1383's user avatar
2 votes
1 answer
11k views

We have an old physical machine with Ubuntu distro 20.04 and that physical machine has a total of 103GB /root partition and 10GB as swap memory. We have currently utilized up to 45GB. We want to ...
BSivakumar's user avatar
6 votes
2 answers
4k views

I am trying to create a custom ISO from a rhel-8 installation disk that can boot on either a BIOS or an EFI server. Everything goes fine until I try to create the iso. If I run the following command:...
Garnet's user avatar
  • 468
0 votes
1 answer
1k views

Im using Xorriso and running this command : $MKISOFS \ -iso-level 3 \ -J -joliet-long \ -append_partition 2 0xef $UNIONDIR/$EFIIMG \ -partition_cyl_align all \ -add "$...
Danilo Patrucco's user avatar
0 votes
1 answer
722 views

As an example I'm trying to extract all the files from the ubuntu live iso except the path /casper/filesystem.squashfs. According to the man page: Normally xorriso only writes to disk files ...
crass's user avatar
  • 418
1 vote
2 answers
2k views

When you boot a Windows 10 ISO, you will get this misleading prompt: Why is it misleading? Because this message comes from the Windows ISO itself after you actually already booted from it. This ...
Forivin's user avatar
  • 1,191
0 votes
1 answer
2k views

I'm using Fedora v32. The only support I could find for Blu-ray burners on Linux is either xfburn or growisofs. I'd like to add files for backup and then burn it. When I tried using xfburn and ...
jski's user avatar
  • 133
1 vote
1 answer
847 views

Today, I have built isolinux from source code (git://repo.or.cz/syslinux.git) using command make bios efi64 installer During the building, I got some errors. For these errors, I must copy /usr/share/...
abelard2008's user avatar
2 votes
1 answer
4k views

I'm trying to create a bootable ISO using xorriso, but I get this error: xorriso : FAILURE : Cannot find in ISO image: -boot_image ... bin_path='<path to isolinux.bin that I specified>' It's ...
Melab's user avatar
  • 4,496
0 votes
1 answer
814 views

I've created a custom ISO file from the original one via mkisofs , but now I'm unable to boot it in VirtualBox 5.2 : FATAL : Couldn't read from the boot medium ! System halted. And here's the command ...
Parsa Mousavi's user avatar

15 30 50 per page