Actions
Bug #7358
closedXG-1540/1 - wrong console type breaks single-user mode
Start date:
03/06/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
amd64
Description
Single-user mode is not accessible on the XG-1540 and XG-1541 because single-user mode is trying to use the first console boot option which is comconsole rather than vidconsole.
/boot/loader.conf has console defined like so:
console=comconsole,vidconsole
flipping these values allows access to single-user mode:
console=vidconsole,comconsole
This was tested with 2.3.2 and 2.3.3 using the standard factory memstick image.
Updated by Renato Botelho over 7 years ago
- Assignee set to Renato Botelho
- Target version set to 2.3.3-p1
Updated by Renato Botelho over 7 years ago
Fix on aa3e0749204a7f80c4717d86a2d44c4825888543 confirmed to work
Updated by Renato Botelho over 7 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Actions