We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vconsole: true
OS: PikaOS 3/Ubuntu 23.10 PC: intel iris laptop/nvidia pc/qemu VM Kernel: 6.6.6/6.5.5/6.5.0
Expected Behavior: having vconsole: true in the booster configuration would cause an un-encrypted system to boot right up.
having vconsole: true in the booster configuration would cause an encrypted system to show unlock dialog with keymap from vconsole.
Current Behavior having vconsole: true in the booster configuration would cause an un-encrypted system to boot right up.
having vconsole: false in the booster configuration would cause an un-encrypted system to boot right up.
vconsole: false
having vconsole: false in the booster configuration would cause an encrypted system to show unlock dialog with US keymap.
having vconsole: true in the booster configuration would cause an encrypted system to freeze at console font loading never asking for luks password.
no font set in vconsole:
terminus font:
vga font:
my /etc/booster.yaml
vconsole: true extra_files: busybox enable_lvm: true modules_force_load: usbhid
my /etc/vconsole.conf
XKBMODEL="pc105" XKBLAYOUT="us" XKBVARIANT="" XKBOPTIONS="" BACKSPACE="guess" KEYMAP=us
The text was updated successfully, but these errors were encountered:
Solved but not gonna Close
The issue turned out to be caused by faulty locale generation on my end.
Though it shouldn't be closed because it should show error message at runtime with debug on, or error at image regen time.
We only got it fixed by accident.
Sorry, something went wrong.
No branches or pull requests
OS: PikaOS 3/Ubuntu 23.10
PC: intel iris laptop/nvidia pc/qemu VM
Kernel: 6.6.6/6.5.5/6.5.0
Expected Behavior:
having
vconsole: true
in the booster configuration would cause an un-encrypted system to boot right up.having
vconsole: true
in the booster configuration would cause an encrypted system to show unlock dialog with keymap from vconsole.Current Behavior
having
vconsole: true
in the booster configuration would cause an un-encrypted system to boot right up.having
vconsole: false
in the booster configuration would cause an un-encrypted system to boot right up.having
vconsole: false
in the booster configuration would cause an encrypted system to show unlock dialog with US keymap.having
vconsole: true
in the booster configuration would cause an encrypted system to freeze at console font loading never asking for luks password.no font set in vconsole:
terminus font:
vga font:
my /etc/booster.yaml
my /etc/vconsole.conf
The text was updated successfully, but these errors were encountered: