Hi. I only installed Slackware about a month ago to try out Linux. I liked it and decided to repartition to prevent data loss during future upgrades. That led to google searches that branched out and I'm now in over my head. I think I got everything right up to the initrd.
I have my efi partition, one for /boot, and the lvm one on a gpt. I've encrypted the lvm with cryptsetup and then installed. That's where the abundance of online info seems to become a bit more sparse. I have my /boot with the efi partition mounted, and I made my initrd.gz and moved that and the generic kernel to the Slackware directory in there. I changed elilo.conf like so:
image=vmlinuz-generic-3.10.17
initrd=initrd.gz
root=/dev/system/primary
label=31017
read-only
The mkinitrd was like this:
mkinitrd -c -k 3.10.17 -f ext4 -r /dev/system/primary -m usb-storage:xhci-hcd:usbhid:hid-generic:jbd2:ext4:ext2:vfat
ci-stub:hid:usbhid -C /dev/sda3 -L -u
I found it on the internet in a thread about the problem I now have, only I looked up the modules and took out mbcache. When I rebooted my USB keyboard didn't work right at the point where I enter the luks password. It is lit up though. And it keeps repeating crap about my mouse disconnecting every so often.
This is all probably more or less info than I needed to give. I've no clue where it all went wrong. Can somebody please help? I'd like to not reinstall again if possible. Please let me know if any other information will help. Like I said, I'm new.
Edit: I tried again adding ehci-hcd to initrd and replacing PCI stub with ehci and xhci. Same problems.