| Summary: | Boot problem from disk on older Intel hardware (kern.vty="vt") | ||
|---|---|---|---|
| Product: | Base System | Reporter: | bartsch |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed Not A Bug | ||
| Severity: | Affects Some People | ||
| Priority: | --- | ||
| Version: | 12.0-STABLE | ||
| Hardware: | amd64 | ||
| OS: | Any | ||
|
Description
bartsch
2019-09-09 16:39:14 UTC
At last we found the culprit. There was a tunable set in loader.conf: debug.late_console="0" which caused this erroneuous behavior. After removing this line from loader.conf, the servers boot as expected with kern.vty unset. This PR can be closed. |