ventoy / Ventoy

A new bootable USB solution.
https://www.ventoy.net
GNU General Public License v3.0
62.26k stars 4.06k forks source link

[issue]: "Error message: <MBR check failed>" for manually created partitions + restored Ventoy partition images #2607

Open davidhedlund opened 1 year ago

davidhedlund commented 1 year ago

This issue serves as a reference for

Issue

It's not possible to use Ventoy partition images at all, Ventoy will not boot. This issue affects not only MBR, but also GPT, I've tried both. Apparently all GPT disks contain an MBR sector at LBA0 as do all legacy MBR disks. (thanks steve6375).

I could reproduce this issue not only on a USB flash drive, but also on a NVMe hard disk, and a SATA SSD hard disk.

Current error message

image

Proposed solution

Add "Did you restore Ventoy partitions manually? LBA 0 contains byte 0 but byte 0x1BD is expected. To perform a non-destructive installation, please read https://ventoy.net/en/doc_non_destructive.html"

image

davidhedlund commented 1 year ago

@steve6375 I added a Proposed solution section to the top post. Do you agree that it would be useful? Can you suggest an improved solution?

steve6375 commented 1 year ago

https://ventoy.net/en/doc_non_destructive.html

davidhedlund commented 12 months ago

https://ventoy.net/en/doc_non_destructive.html

Sorry for the late reply, I updated the proposed solution by referring to that link. Thank you very much.