this post was submitted on 17 Aug 2025
19 points (100.0% liked)

Linux

10322 readers
822 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

I want to automate the installation of ubuntu-desktop v24.04 hybrid.iso using autoinstall.yaml. I found that the steps for this are described here: https://danielpersson.dev/2023/08/07/looki-looki-no-hands-automatic-install-of-ubuntu-server/
https://youtu.be/DtXZ6BMaKbA

After making the necessary changes and repacking the ISO, I ran into a problem:

  • when flashing the image with balenaEtcher, it shows an error that the partition table is missing;
  • if I still write the new image to a USB stick, it doesn’t contain an MBR/GPT partition table and therefore won’t boot on a PC.

My question is: what am I doing wrong? Do I need to manually specify the partition table when repacking the ISO, or is the cause something else?

Thank you in advance)

all 10 comments
sorted by: hot top controversial new old
[–] just_another_person@lemmy.world 3 points 3 months ago
[–] littleomid@feddit.org 2 points 3 months ago

Any particular reason for not using PXE?