[256GB Device] UEFI Shell loads, not Development Menu
JengaMasterG opened this issue · 2 comments
JengaMasterG commented
I am testing with a 256GB device, and I noticed a few things:
- I get a tar chown 1000:1000 Operation not permitted warning with several files when I untar the DuoBoot tar file.
- If I continue with the guide, the UEFI Shell boots up no problem. The left screen displays the information and the right screen reads touch inputs for the left screen.
- If I add the
--no-same-owner
to the tar command, all the files extract properly, but the left screen is a static mess of colors and the right screen does not respond to touch (from what I can gather)
I attached my console log to show the chown warning
console.txt
anuwrag commented
Inceasing the esp
drive space from mkpart esp fat32 51.9MB 300MB
to mkpart esp fat32 51.9MB 400MB
solved this problem. The miminimum required space as stated is 256MB. I think it causes fragmenting issues when formating with 4kB FAT32.
JengaMasterG commented
That solves the issue!