etcher icon indicating copy to clipboard operation
etcher copied to clipboard

by design or error?

Open dledwith opened this issue 2 years ago • 1 comments

I am flashing ubuntu 22.04 to a MBR formatted flash drive and it keeps coming out GPT. Is this by design from balena or ubuntu or is this an error? My goal is the install to pre UEFI computers that don't boot from GPT. Please advise and thank you in advance.

dledwith avatar Aug 07 '22 15:08 dledwith

The partition-table used on the image you flash is entirely determined by the image. So if the Ubuntu image you're flashing is "coming out" as GPT, then it means that Ubuntu disk image is using GPT. As the partition-table is just contained at the start of the disk image. See also https://github.com/balena-io/etcher/blob/master/docs/USER-DOCUMENTATION.md#flashing-ubuntu-isos

The Rufus or UNetbootin tools mentioned in https://github.com/balena-io/etcher/blob/master/docs/USER-DOCUMENTATION.md might let you create an MBR-partitioned flash drive, as they work in a different way to Etcher.

(BTW I'm not an Etcher developer, just a helpful community member :slightly_smiling_face: )

lurch avatar Aug 08 '22 00:08 lurch

Yeah Rufus did the trick, thanks.

dledwith avatar Feb 05 '23 14:02 dledwith