linux-live icon indicating copy to clipboard operation
linux-live copied to clipboard

ISO Size Limit Issue

Open sevilladiego8 opened this issue 1 year ago • 1 comments

Hey @Tomas-M and team! First of all, thanks for the hard work, you're awesome guys! Look i have the following question.

Here are the steps I took (I'm using Ubuntu 22.04.4 LTS x86_64) and my question:

STEPS

  1. I read the instructions on the README file and did some little adjustments to the config file. (I only changed the path of VMLINUZ and added a custom root directory to MKMOD)
  2. I ran ./build command and everything went good. This is the output I got: Screenshot from 2024-04-25 00-25-51
  3. I ran sudo ./gen_linux_iso.sh and got this output: gen-iso-issue

QUESTION

  1. How can I adjust the iso size limit that uses genisoimage? I gave a look to the command inside gen_linux_iso.sh, but I'm not sure what to change to make it work. I'm expecting an ISO that is bigger than 10 GB probably.

Let me know when you have time, any help would be appreciated!

Thanks in advance! :100:

sevilladiego8 avatar Apr 25 '24 06:04 sevilladiego8

I ran into the same problem!

Adding the option "-allow-limited-size" will do the trick!

bianchifan avatar May 19 '24 16:05 bianchifan