Created
May 10, 2019 21:32
-
-
Save alex-eri/25b5deb4f42f6666cd1f0dd80a3777b1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
menuentry 'Kali GNU/Linux' --class debian --class gnu-linux --class gnu --class os { | |
load_video | |
insmod gzio | |
insmod part_gpt | |
insmod ext2 | |
set root='hd0,gpt3' | |
echo 'Loading Linux ...' | |
linux /debian/kali/live/vmlinuz live-media-path=/debian/kali/live/ boot=live components splash username=root hostname=kali persistence | |
echo 'Loading initial ramdisk ...' | |
initrd /debian/kali/live/initrd.img | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Берем сборку https://www.kali.org/downloads/
Распаковываем архив в /debian/kali/
Добавить строчку в граб и будем лайфсиди без флешек