[Bug 287904] Most recent installer fails to flush pre-existing GPT labels

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 30 Jun 2025 02:15:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287904

--- Comment #3 from Dennis Clarke <dclarke@blastwave.org> ---

Something is very wrong here with the result after install : 

root@:/ # cat /etc/fstab
# Device                Mountpoint      FStype  Options         Dump    Pass#
/dev/gpt/efiboot0               /boot/efi       msdosfs rw              2     
2
/dev/mirror/swap                none    swap    sw              0       0
root@:/ # gpart show -l 
=>       40  488390552  ada0  GPT  (233G)
         40     532480     1  efiboot0  (260M)
     532520       1024     2  gptboot0  (512K)
     533544        984        - free -  (492K)
     534528   33554432     3  swap0  (16G)
   34088960  454299648     4  zfs0  (217G)
  488388608       1984        - free -  (992K)

=>       40  488390552  ada1  GPT  (233G)
         40     532480     1  efiboot1  (260M)
     532520       1024     2  gptboot1  (512K)
     533544        984        - free -  (492K)
     534528   33554432     3  swap1  (16G)
   34088960  454299648     4  zfs1  (217G)
  488388608       1984        - free -  (992K)

root@:/ # ls /dev/mirror/
efiboot swap
root@:/ #

-- 
You are receiving this mail because:
You are the assignee for the bug.