[Bug 234460] Can't boot after upgrade from 12-ALPHA10 to 12-STABLE(r342278)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 2 19:00:23 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234460
Toomas Soome <tsoome at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tsoome at freebsd.org
--- Comment #3 from Toomas Soome <tsoome at freebsd.org> ---
The issue is identified.
This system does have buggy int13h ah=15h (read drive type), and even if we got
error from ah=08, we did end up mis-detecting the drive present. For
fix/workaround is, we only use ah=08 for floppy and we do not ignore return
value from it. Since ah=08 does not report sector size, we do need to set it
manually.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list