grub.cfg Help

Apr 6, 2016 03:11 PM

I am trying to make usb boot from iso images of parrot, kali and arch

I installed grub and put the iso to usb

and succesfully run parrot live directly from iso with this config:

menuentry "Parrot live" {

search --set -f "/Parrot-full-2.1amd64.iso"

loopback loop "/Parrot-full-2.1
amd64.iso"

linux (loop)/live/vmlinuz findiso=/Parrot-full-2.1amd64.iso root=UUID=AB8E-115E boot=live hostname=parrot noconfig=sudo username=root quiet splash

initrd (loop)/live/initrd.img

}

Anyone know the grub.cfg configurations need to boot arch and kali 2016.1 ?

Related Articles

637263493835297420.jpg

How to Use Zero-Width Characters to Hide Secret Messages in Text (& Even Reveal Leaks)

636455706472146367.jpg

How to Hide DDE-Based Attacks in MS Word

Comments

No Comments Exist

Be the first, drop a comment!