[Bug 287569] bsdinstall: GELI encryption of disks: Error: No disk(s) present to configure

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 28 Jun 2025 13:21:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287569

--- Comment #3 from Graham Perrin <grahamperrin@gmail.com> ---
Workarounds
===========

1. at the error dialogue (No disks(s) present to configure)

2. OK

3. Cancel

4. Restart

5. switch to ttyv3

6. if the pool was named zroot, 

   zpool export zroot

7. if GELI encryption was chosen, 
   geli list 
   then detach the provider(s), for example, 

   geli detach ada0p3.eli

8. switch to ttyv0, proceed with installation. 

----

If the export requires force, then bsdinstall might not work with the required
device. In this case: 

1. switch to ttyv3

2. reboot -r

3. switch to ttyv0, proceed with installation.

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