Hello. Trying to install FreeBSD 13.1-Release (FreeBSD-13.1-RELEASE-amd64-disc1.iso) with configuration: Partitioning: Auto (ZFS) Partition Scheme: MBR (BIOS) Pool Type/Disks: stripe: 1 disk And I found that after the first reboot the system does not boot and a message is displayed: "Missing operating system" Создал топик на форуме - https://forums.freebsd.org/threads/installing-freebsd-auto-zfs-mbr-bios-missing-operating-system.87118/ Solution: manual installation according to the instructions https://wiki.freebsd.org/RootOnZFS/ZFSBootSlice
Created attachment 238521 [details] typescript Tested with FreeBSD-13.1-RELEASE-amd64-dvd1.iso in VirtualBox. Condensed steps: 1. install, as outlined in this bug report 2. reboot, live CD 3. zpool import -R /tmp bootpool 4. zfs list 5. observe a sole dataset 6. ls -hl /tmp/bootpool 7. observe a sole file, a directory: boot (That can't be correct, can it?) ---- Attached: a comparable typescript.
Triage: severity reduced, given the workarounds. (Vermaden's might be the simplest – prefer 'GPT (BIOS)' when installing.)
(In reply to Graham Perrin from comment #2) There is no problem with "GPT (BIOS)". The problem is with automatic installation via "MBR (BIOS)". > typescript.txt Yes, I have the same.
https://reviews.freebsd.org/D40816