Skip to content

Instantly share code, notes, and snippets.

@alex-eri
Created May 10, 2019 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alex-eri/25b5deb4f42f6666cd1f0dd80a3777b1 to your computer and use it in GitHub Desktop.
Save alex-eri/25b5deb4f42f6666cd1f0dd80a3777b1 to your computer and use it in GitHub Desktop.
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
}
@alex-eri
Copy link
Author

Берем сборку https://www.kali.org/downloads/
Распаковываем архив в /debian/kali/

Добавить строчку в граб и будем лайфсиди без флешек

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment