On Wed, Nov 30, 2022 at 04:36:19PM +0100, Martin Husemann wrote: > Do you have other partitions on that disk or did you select a full disk for > NetBSD type of installation?
This is taken from Linux: Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors Disk model: TOSHIBA MQ04ABF1 Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: gpt Disk identifier: A100F8AB-A255-4EDF-99DD-F26E1788A3A2 Device Start End Sectors Size Type /dev/sda1 2048 534527 532480 260M EFI System /dev/sda2 534528 567295 32768 16M Microsoft reserved /dev/sda3 567296 102968718 102401423 48.8G Microsoft basic data /dev/sda4 1951475712 1953114111 1638400 800M Windows recovery environment /dev/sda5 1953114112 1953523711 409600 200M Windows recovery environment /dev/sda6 102968719 1004089343 901120625 429.7G Linux filesystem /dev/sda7 1004089344 1020473343 16384000 7.8G Linux swap /dev/sda8 1020473344 1951475711 931002368 443.9G Linux filesystem Partition table entries are not in disk order. /dev/sda1 is EFI partition. There is Windows on /dev/sda3 and Linux on /dev/sda6. NetBSD is on what appears as /dev/sda8 here (ignore its type above, above is a snapshot before NetBSD was installed). It appeared as /dev/dk7 with some UUID on NetBSD. When retrying installation I am selecting it using the UUID. -- Mayuresh