question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PVE images seem not bootable but, in fact, are

See original GitHub issue

Current versions of Etcher confront me with “It looks like this is not a bootable image” when I try to flash an ISO image of the current Proxmox VE 5.4 onto USB even though, in fact, it gives a bootable USB drive.

I checked with Windows 10 1809 (OS Build 17763.1) x64 and Etcher versions

  • 1.5.24 Error
  • 1.5.17 Error
  • 1.5.5 Error
  • 1.5.0 Error
  • 1.4.9 NO error

and on PVE 5.4 x64 with Etcher versions

  • 1.5.24 Error
  • 1.5.0 Etcher crashing due to some other error about images
  • 1.4.9 NO error

Version 1.5.0 apparently introduced some change that gives this message for PVE ISO files.

Etcher’s documentation explains

Etcher copies images to drives byte by byte, without doing any transformation to the final device, which means images that require special treatment to be made bootable, like Windows images, will not work out of the box.

Copying byte by byte is exactly what is requried for PVE ISO files. This can be seen as using dd and avoiding Rufus is suggested in the PVE Wiki and even clearer as the USB drive is working in the end.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
zvincommented, Apr 16, 2019

The issue comes from node-gpt that can’t parse the partition table of this disk image. It errors with Error: Invalid signature: Expected "EFI PART", saw "PM". I’ll have a look.

1reaction
dominicjaegercommented, Apr 23, 2019

Thank you for solving this!

Read more comments on GitHub >

github_iconTop Results From Across the Web

vm "not a bootable disk" after upgrade from PVE 6.x to 7.x
After the upgrade finished, i restarted the host to complete the upgrade. The LXC containers where started (start on boot) without any issue. ......
Read more >
proxmox debian will not boot
Anyway when power came back on, proxmox now will not boot. This is what I get. Found volume group "pve" using metadata type...
Read more >
9-Step Calm and Easy Proxmox VE Boot Drive Failure Recovery
We go through our 9-Step process for calm and easy Proxmox VE boot drive failure recovery. This happened to us recently so we...
Read more >
SOLVED: No bootable storage detected from BIOS or Windows.
I got the portable Windows usb working but the .exe file starts but I think it's crashing... Not sure why, there doesn't seem...
Read more >
What Does “Boot Device Not Found” Mean and How Can You ...
When a disc's metadata drive is corrupt, the partition of the drive housing the operating system could appear empty to the BIOS. If...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found