Hi,
I have a problem updating initramfs in Live USB with encrypted persistence partition.
I tried in several ways to update initramfs but no way to get it.
This is the answer:
Code:
root@kali:~# live-update-initramfs
I: update-initramfs is disabled (live system is running on read-only media).
I tried with
Code:
hdparm -r0 /dev/sda1
and
Code:
mount -o remount,rw /dev/sda1
I need to use the kernel version 4.9.0-kali4-amd64 instead of 4.9.0-kali3-amd64
Someone have an idea about how to solve this problem?
Thank you very much!