Closed
Description
Description
The ISO image created by penguins-eggs is missing a partition table and is not bootable. This prevents the ISO from being used to install the operating system.
Steps to Reproduce
-
Use penguins-eggs to create an ISO image:
# create the iso clone for user dirs eggs produce --clone
-
Insert your USB drive and identify its device name:
lsblk
-
If the USB is mounted, unmount it:
sudo umount /dev/sdX
-
Write the ISO to the USB:
sudo dd bs=4M if=/path/to/your/iso of=/dev/sdX status=progress oflag=sync
-
Eject the USB:
sudo eject /dev/sdX
-
Attempt to boot from the created USB drive
Expected Behavior
The ISO should have a valid partition table and be bootable.
Actual Behavior
The ISO is missing a partition table and cannot be booted.
Additional Information
- penguins-eggs version: latest
- Host OS and version: Lubuntu 24.04
Metadata
Metadata
Assignees
Labels
No labels