[Bug 275188] Installation with BSD Labels fails to boot presenting mount-root

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 18 Nov 2023 22:45:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275188

            Bug ID: 275188
           Summary: Installation with BSD Labels fails to boot presenting
                    mount-root
           Product: Base System
           Version: 13.2-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: unspam@crystalforest.tf

FreeBSD15, utilizing bHyve with byhveloader for FreeBSD 13.2 Release.

Upon a new installation, UFS with BSDLabels it fails upon reboot. 
Displaying the following

cd0 at ahcich0 bus 0 scbus0 target 0 lun 0
cd0: <BHYVE BHYVE DVD-ROM 001> Removable CD-ROM SCSI device
cd0: Serial Number BHYVE-6879-7078-C2AE
cd0: 600.000MB/s transfers (SATA 3.x, UDMA6, ATAPI 12bytes, PIO 8192bytes)
cd0: 1022MB (523734 2048 byte sectors)

Loader variables:

Manual root filesystem specification:
  <fstype>:<device> [options]
      Mount <device> using filesystem <fstype>
      and with the specified (optional) option list.

    eg. ufs:/dev/da0s1a
        zfs:zroot/ROOT/default
        cd9660:/dev/cd0 ro
          (which is equivalent to: mount -t cd9660 -o ro /dev/cd0 /)

  ?               List valid disk boot devices
  .               Yield 1 second (for background tasks)
  <empty line>    Abort manual input

mountroot> 


Loader variables:

Manual root filesystem specification:
  <fstype>:<device> [options]
      Mount <device> using filesystem <fstype>
      and with the specified (optional) option list.

    eg. ufs:/dev/da0s1a
        zfs:zroot/ROOT/default
        cd9660:/dev/cd0 ro
          (which is equivalent to: mount -t cd9660 -o ro /dev/cd0 /)

  ?               List valid disk boot devices
  .               Yield 1 second (for background tasks)
  <empty line>    Abort manual input

mountroot>

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