Failed to start Virtual console Setup error message

Hi Aragorn

Unfortunately the message is still there. The boot time is longer.

Then I have no idea where it comes from. If you did everything I told you, then that message should not be there anymore. :man_shrugging:

On the upside, itā€™s an irrelevant message and you can safely ignore it.

That should not have happened either, and may simply be down to some hardware-related randomness.

The only other advice I could give you ā€” which in theory should speed up the boot process by about a second ā€” is to modify the HOOKS line in your /etc/mkinitcpio.conf to a more modern one, using systemd instead of udev. The one with udev is actually an older and conservative configuration.

Currently, you have thisā€¦ :point_down:

HOOKS=(base udev autodetect modconf kms block keyboard keymap filesystems fsck)

I would change that toā€¦ :point_down:

HOOKS=(systemd autodetect microcode modconf kms keyboard sd-vconsole block filesystems fsck)

ā€¦ and then runā€¦ :point_down:

sudo mkinitcpio -P

ā€¦ again.


P.S.: I strongly suspect that youā€™ve got a whole bunch of unattended .pacnew files lingering about on your system, given that the microcode HOOK was introduced at least three months ago, and your own /etc/mkinitcpio.conf doesnā€™t have it yet. And this then prompts me to recommend that youā€™d read the following short essayā€¦ :point_down:

As far as I could find out, there is no such keymap:
za

it doesnā€™t show up with:

localectl list-keymaps

Iā€™d say:
remove the
za
and it will default to english querty, with no error
or set a valid one

for example - this is mine:

KEYMAP=de-latin1-nodeadkeys
FONT=
FONT_MAP=

It allows me to use the german layout with all umlauts and several keys labelled differently than on a standard english keyboard

Here is how you can change it without directly editing the file yourself:

Linux console/Keyboard configuration - ArchWiki

under ā€œpersistent configurationā€

1 Like

Thanks for your input, Aragorn. Iā€™m grateful. i donā€™t know what iā€™m doing wrong or why this message keeps returning. However, it isnā€™t really affecting much.

Could I maybe try revert everything to how it was using Timeshift? I will just accept the message as noise.

That would be completely beside the point. Whatever triggered that error, sooner or later youā€™re going to have to update your system again ā€” we cannot support systems that are not up to date or in a state of partial upgrade. :man_shrugging:

I also had that. AFAICT thereā€™s no such keymap. We, in South Africa use the us keymap. This is mine now:

$ cat /etc/vconsole.conf
KEYMAP=us
FONT=
FONT_MAP=
1 Like

Hi Mirdarthos

So i can get rid of the message by changing to keymap=us?

I think so, not :100: sure, though.

Yes - it would be a valid keymap and the error will be gone.
However:
it might not be the correct key map for you - that is something we donā€™t know.
Check my post above - Iā€™ve added to it.

2 Likes

I think heā€™d be safe:

Thanks, Nachlese. Can I make the change directly in the nano editor?

yes - use of sudo is required (as you likely know)

Thank you to Soundofthunder, Aragorn, Nachlese and Mirdarthos for taking the time to help me with my query. Much appreciated.

The problem is solved by changing the keymap to =us. As Mirdarthos noted, the US keymap works fine for South Africa.

Thank you Aragorn, I changed those HOOKS= settings and they work better for booting.

I am grateful for all your assistance.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.