On Tuesday, 19 May 2020, 23:39:23 GMT+12, Martin Husemann <martin%duskware.de@localhost> wrote:
On Tue, May 19, 2020 at 11:27:22AM +0000, Ahi Brown wrote:
> I'm having trouble with this part. I had to use `dkctl wd0 delwedge`
> to remove the EFI wedges. I also had trouble trying to gpt resize -a 2m
> -s 80m my efi diskwedge. And when I added a new EFI wedge it went to
> the end of the list not at the beginning (first 80mb).
Not sure if the manual dkctl wd0 delwedge is needed (gpt(8) should do that
automatically).
For resize I would use something like:
gpt resize -i 1 -s 80m wd0
Does that not work? How does it fail?
Martin