05-10-2020, 03:36 PM
(This post was last modified: 05-10-2020, 04:17 PM by pfeerick.
Edit Reason: mod edit: reply was inside quote
)
(05-10-2020, 11:57 AM)e-minguez Wrote: I've chroot'ed into the sd, installed dracut and force created the initrd (dracut -f /boot/initramfswhatever). The mkinitcpio.conf file have the following content:
MODULES=(panfrost rockchipdrm drm_kms_helper hantro_vpu analogix_dp rockchip_rga panel_simple arc_uart cw2015_battery i2c-hid icp iscsi_boot_sysfs jsm pwm_bl spl uhid)
BINARIES=()
FILES=()
HOOKS=(base udev keyboard autodetect keymap modconf block encrypt lvm2 filesystems fsck)
COMPRESSION="cat"
Which I guess it is not used by dracut...
The pinebook pro now doesn't even show the blinking cursor, black screen. I've tried to type the password (a single 'f') with no result.
Any other hint? Thanks.
try this:
nano /etc/mkinitcpio.conf
"base udev autodetect modconf block keyboard keymap consolefont encrypt lvm2 filesystems fsck shutdown"
Here’s what each module does:
- keymap adds to initramfs the keymap that you specified in /etc/conf.d/keymaps
- consolefont adds to initramfs the font that you specified in /etc/conf.d/keymaps
- lvm2 adds LVM support to the initramfs - needed to mount the LVM partitions at boot time
- shutdown is needed according to Arch wiki, for unmounting devices (such as LUKS/LVM) during shutdown