You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My kernel name was different as well so I changed that in config before running the sudo ./isolinux.bin.update and then I ran the build command. The syslinux.cfg had the kernel name as vmlinuz and not vmlinuz-generic-* like my kernel so I changed that as well as a fix but still the same error showed up.
Even after doing all of this my error is not resolved kindly help me out what I am doing wrong here
My Ubuntu version is:
Solved this issue I just made sure that my LIVEKITNAME remains the same as default "linux" to avoid running that update script and it worked. But now I have ran into another issue which is Cannot Load Linux Data.....
I followed the below steps to make the ISO
Extract Linux Live Kit
/a/linux-live-2.12
).Configure the Build
"linux"
to"software"
).VMLINUZ
to/boot/vmlinuz-6.8.0-52-generic
if needed).Update the Bootloader Files for CD/DVD Booting
cd /a/linux-live-2.12/tools
Build the Live System
cd /a/linux-live-2.12
/tmp/software-data-<timestamp>
).Generate the ISO
but before this I added the allow-limited-size flag so that my ISO which is more than 4GB size can be made
/tmp/software-x86_64.iso
).Troubleshooting the "Failed to Load ldlinux.c32" Error
Even after following the above steps, I saw the error “failed to load ldlinux.c32” when booting the ISO, here’s what was done to resolve it:
Replace ldlinux.c32 with the Official Ubuntu Version
<timestamp>
with your actual directory name.)Ensure the Boot Configuration Uses Relative Paths
syslinux.cfg
toisolinux.cfg
(if not already done):Rebuild the ISO
My kernel name was different as well so I changed that in config before running the sudo ./isolinux.bin.update and then I ran the build command. The syslinux.cfg had the kernel name as vmlinuz and not vmlinuz-generic-* like my kernel so I changed that as well as a fix but still the same error showed up.
Even after doing all of this my error is not resolved kindly help me out what I am doing wrong here
My Ubuntu version is:
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble
The text was updated successfully, but these errors were encountered: