Попробовал, убрал в sudo dpkg-reconfigure keyboard-configuration настройку Alt+Shift
Перезагрузил систему, но переключение по Alt+Shift продолжается.
Правда в конфигураторе клавиатуры уже по-умолчанию переключение стало указано как No toggling, вместо Alt+Shift
В выводе:
Your console font configuration will be updated the next time your system
boots. If you want to update it now, run 'setupcon' from a virtual console.
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.140ubuntu6.1) ...
update-initramfs: Generating /boot/initrd.img-5.13.0-28-generic
I: The initramfs will attempt to resume from /dev/sda7
I: (UUID=4d36f31d-5d63-43c8-b351-da91a1939734)
I: Set the RESUME variable to override this.
Пробовал
RESUME=UUID="4d36f31d-5d63-43c8-b351-da91a1939734"
sudo update-initramfs -u
Но результат тот же.
update-initramfs: Generating /boot/initrd.img-5.13.0-28-generic
I: The initramfs will attempt to resume from /dev/sda7
I: (UUID=4d36f31d-5d63-43c8-b351-da91a1939734)
I: Set the RESUME variable to override this.
Пользователь добавил сообщение 10 Февраля 2022, 14:41:18:
Добавил RESUME, теперь вывод стал:
└─ ▶ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-5.13.0-28-generic
Перезагрузился, заново запустил конфигуратор клавиатуры и снова та же история
└─ ▶ sudo dpkg-reconfigure keyboard-configuration
Your console font configuration will be updated the next time your system
boots. If you want to update it now, run 'setupcon' from a virtual console.
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.140ubuntu6.1) ...
update-initramfs: Generating /boot/initrd.img-5.13.0-28-generic
W: initramfs-tools configuration sets RESUME==UUID4d36f31d-5d63-43c8-b351-da91a1939734
W: but no matching swap device is available.
I: The initramfs will attempt to resume from /dev/sda7
I: (UUID=4d36f31d-5d63-43c8-b351-da91a1939734)
I: Set the RESUME variable to override this.
Пытался запустить команду setupcon в консоли по СTRL+ALT+F3, но она зависает.
/etc/initramfs-tools/conf.d/resume
```
RESUME=UUID="4d36f31d-5d63-43c8-b351-da91a1939734"
```