Open avizack18 opened 1 month ago
I Will check, I booted remastered noble images, but really I mostly USD ISOs as Is with VMs
Il dom 13 ott 2024, 11:16 avizack18 @.***> ha scritto:
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
1.
Use penguins-eggs to create an ISO image:
create the iso clone for user dirs
eggs produce --clone
2.
Insert your USB drive and identify its device name:
lsblk
3.
If the USB is mounted, unmount it:
sudo umount /dev/sdX
4.
Write the ISO to the USB:
sudo dd bs=4M if=/path/to/your/iso of=/dev/sdX status=progress oflag=sync
5.
Eject the USB:
sudo eject /dev/sdX
6.
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. image.png (view on web) https://github.com/user-attachments/assets/59f22949-e5b2-4141-b36f-8c9e1849cfd1 Additional Information
- penguins-eggs version: latest
- Host OS and version: Lubuntu 24.04
— Reply to this email directly, view it on GitHub https://github.com/pieroproietti/penguins-eggs/issues/407, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHKBFKPSS5CVGJ3P2XODHDZ3I277AVCNFSM6AAAAABP3H5H56VHI2DSMVQWIX3LMV43ASLTON2WKOZSGU4DGOBRGA3TKMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Try testing the iso using Ventoy
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:
Insert your USB drive and identify its device name:
If the USB is mounted, unmount it:
Write the ISO to the USB:
Eject the USB:
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