Skip to content

ISO created by penguins-eggs missing partition table and not bootable #407

Closed
@avizack18

Description

@avizack18

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

Additional Information

  • penguins-eggs version: latest
  • Host OS and version: Lubuntu 24.04

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions