01.11.2015 12:55, 0x90 пишет:
Zitat von Andrei Borzenkov <arvidjaar@gmail.com>:
01.11.2015 03:35, 0x90 пишет:
Zitat von Neil Rickert <nrickert@ameritech.net>:
On Friday, October 30, 2015 09:14:47 PM 0x90 wrote:
I just installed leap on bare metal for the first time and ran into the problem that I can not enter the password for my encrypted partitions. To be more precise: No keyboard action possible.
installation: from usb (iso x86_64 build 265)
I had that problem up through Beta1, though it was fixed by RC1.
The problem was because one of the USB drivers was missing from the "initrd". You seem to have a similar problem. You need to find what driver is missing, then force that into the "initrd". You should also file a bug report.
The missing driver is in the system, for otherwise you would not have been able to install. But if it is not in the "initrd", then you cannot use USB devices for the encryption key.
Suggestion: Boot the install DVD. Get to a command line (either boot in rescue mode, or use CTRL-ALT-F2 to get a command line). Then use "lsmod" to get a list of loaded modules. Put that list into a file.
While booted to the DVD, mount your "/boot" somewhere, and run "lsinitrd" on the "initrd" file. Put that into another file.
Then try to find which modules were actually loaded (the "lsmod" output) that were not in the initrd. Among those, try to find which might be relevant to a USB device. If you find the culprit, you can edit "/usr/lib/dracut/modules.d/90kernel-modules/module-setup.sh" to force that module into the "initrd".
Thank you Neil! That was the right direction. I got a ps/2 pc, so I was able to debug easier. (ps/2 keyboard does work in dracut)
workaround: dracut --force --add-drivers hid_logitech_hidpp
Create file in /etc/dracut.conf.d and place add_drivers (or may be even force_drivers) there, like
force_drivers+=" hid_logitech_hidpp "
This will ensure it will be included in the future.
Thank you for the hint. But by now it is more interesting getting it work during installation.
Sure; but as workaround you can boot any live image, create this file and rebuild initrd. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org