What | Removed | Added |
---|---|---|
Flags | needinfo?(freek@opensuse.org) |
(In reply to Freek de Kruijf from comment #22) > (In reply to Thomas Blume from comment #21) > > So in my tests, the keymap setup in the initrd fails, when using the .gz > > suffix. > > Could you please set: > > > > KEYMAP=us.map > > > > in /etc/vconsole.conf > > > > then run: > > > > mkinitrd > > > > and reboot with the boot option "quiet" removed and the boot option "debug" > > set? > > Could not find quiet in /boot/grub2/grub.cfg > Added at the end of the line starting with linux debug > The line now reads: > linux /boot/zImage-4.12.14-lp150.12.45-lpae > root=UUID=fb7f00e9-5158-46a5-8768-90577062e283 loglevel=3 splash=silent > plymouth.enable=0 dwc_otg.lpm_enable=0 console=ttyAMA0,115200n8 > kgdboc=ttyAMA0,115200 rootflags=commit=120,data=writeback > root=UUID=fb7f00e9-5158-46a5-8768-90577062e283 rw debug > > > > Afterwards, please attach the output of: > > > > journalctl -axb | grep systemd-vconsole-setup > > # journalctl -axb | grep systemd-vconsole-setup > -- Subject: Unit systemd-vconsole-setup.service has finished start-up > -- Unit systemd-vconsole-setup.service has finished starting up. Seems that he vconsole setup error is fixed with this configuration. Can you confirm this?