bypassing loader and booting kernel directly using boot2

i am having a weird issue where loader is taking un-negligible amount of time for probing disks and console, while it used to be instant in the past,
This sounds like a regression. It would be more logical to report the issue than to search for a workaround.

What version is the system running on, which platform, what partioning scheme (MBR, GPT)?
Code:
# uname -a

# freebsd-version -kru

# gpart show
 
This sounds like a regression. It would be more logical to report the issue than to search for a workaround.

What version is the system running on, which platform, what partioning scheme (MBR, GPT)?
Code:
# uname -a

# freebsd-version -kru

# gpart show
it's MBR and freebsd-14.2-p3-RELEASE, i didn't report it because i think that no one else would care about a slower probing by loader of measly 4 seconds(although it used to be instant before)
 
it's MBR and freebsd-14.2-p3-RELEASE, i didn't report it because i think that no one else would care about a slower probing by loader of measly 4 seconds(although it used to be instant before)

4 seconds is an eternity for many people who can work on this. Definitely report.
 
Begin by update the pmbr of the boot disk and the freebsd-boot partition with gtpboot or gtpzfsboot depending on the root file system you use.
 
Back
Top