It was quite easy to get a boot-able pendrive using rufus and mounting it with the kali os image.
The first problem i faced was the boot menu.
So I simply made windows my default as I am doing all the development there still. Then made a .bat file to simply restart and boot into kali. Also, Restarting kali will boot into windows as it is default.
@echo off
bcdedit /set {fwbootmgr} bootsequence {KALI-GUID-HERE}
shutdown /r /t 0
This is what .bat contains. Run it as Admin.
Top comments (0)