Page 1 of 1

GPT

Posted: Wed Nov 07, 2018 11:12 pm
by Leency
GPT support was implemented between r6827 and r7270 by dunkaist

Re: GPT

Posted: Wed Nov 07, 2018 11:13 pm
by Leency
dunkaist wrote:Leency,
I need first 32kB of that HDD. Under GNU/Linux (live is okay) you can get them via

Code: Select all

# dd if=/dev/sdX of=first32k bs=1024 count=32
Replace sdX with real device name. Then attach file first32k.
Here it is

Re: GPT

Posted: Thu Nov 08, 2018 3:40 am
by dunkaist
I attached debug image.
Debug board photo should be enough.

Re: GPT

Posted: Thu Nov 08, 2018 3:15 pm
by Leency
Done

Re: GPT

Posted: Fri Nov 09, 2018 4:04 am
by dunkaist
Try this workaround.

Re: GPT

Posted: Fri Nov 09, 2018 3:39 pm
by Leency
Thanks a lot!
Now the disks are working well!

Re: GPT

Posted: Fri Nov 09, 2018 10:46 pm
by dunkaist
Protective MBR on your disk doesn't follow UEFI standard, the issue was not in GPT handling code. Linux allows such MBRs, so I relaxed checks.

Re: GPT

Posted: Sat Nov 10, 2018 12:21 am
by Leency
Ok, I get the point.

All
Could you please check the last distro on your real PCs for regressions?