Ventoy Forums
Boot unpacked iso with persistence - Printable Version

+- Ventoy Forums (https://forums.ventoy.net)
+-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1)
+--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2)
+--- Thread: Boot unpacked iso with persistence (/showthread.php?tid=1865)



Boot unpacked iso with persistence - spirtman96 - 11-02-2021

Hello
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?


RE: Boot unpacked iso with persistence - longpanda - 11-02-2021

persistence dat can NOT be used in this way.


RE: Boot unpacked iso with persistence - spirtman96 - 11-02-2021

Sad it read Sad

Is there plans to implement this feature?


RE: Boot unpacked iso with persistence - longpanda - 11-02-2021

NO


RE: Boot unpacked iso with persistence - spirtman96 - 11-02-2021

it's a pity