I’m running Virtualbox and imported Parrot Security 4.8 OVA in VirtualBox. When I start the VM it just shows “UEFI Interactive shell v2.2”. How should I proceed to start the OS?
Hello @AstralProj
You need to create a startup.nsh file.
Quick steps (do not type the quotes):
type "FS0: " enter
type “edit startup.nsh” enter
in the editor you want to type the following:
FS0:
cd EFI
cd parrot
grubx64.efi
Now we save the file by pressing ctrl S enter
then we exit with ctrl Q
now type “reset” enter
I found all this in the following video https://www.youtube.com/watch?v=YCegkcVheJA
This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.