NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Trouble installing NetBSD 9.0 amd64



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


Home | Main Index | Thread Index | Old Index