Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
avizack18 opened this issue Oct 13, 2024 · 3 comments
Open

Comments

@avizack18
Copy link

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
@pieroproietti
Copy link
Owner

pieroproietti commented Oct 13, 2024 via email

@yonacwy
Copy link

yonacwy commented Oct 14, 2024

Try testing the iso using Ventoy

https://www.ventoy.net/en/index.html

@catdogmaus
Copy link

I have exactly the same thing. Created clone from latest Mint and made bootable disk with built in app - did not boot. Finally when I did try with Balena Etcher I got the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants