11-02-2021, 04:09 AM
(This post was last modified: 11-02-2021, 04:20 AM by spirtman96.)
Hello
Im unpacked kali iso and boot live version from exmenu (f6) with secure boot
How I can use persistence dat with this?
Im unpacked kali iso and boot live version from exmenu (f6) with secure boot
Code:
menuentry "Kali Live Persistence 2021.3a" {
search -s root -f /Image/Linux/Kali/live/vmlinuz
linux /Image/Linux/Kali/live/vmlinuz-* boot=live components live-media-path=/Image/Linux/Kali/live/ vt.default_utf8=0 persistence nosplash vgahi
initrd /Image/Linux/Kali/live/initrd.img-*
}
How I can use persistence dat with this?