1

When starting, the following appears:1

I already looked in the parrot documentation and can't find anything :(

zhoko23
  • 11
  • 3
  • Find out where the OS/bootload is installed. You need to switch to that device or partition. For example, in the shell type `fs0:` And then load the bootloader Ex. `\efi\xxxx\grubx64.efi`. Search "how to boot from EFI shell" for more information – Logu Mar 27 '20 at 07:57
  • ideally startup.nsh should have this information. You can try `edit startup.nsh` to see something is incorrect. – Logu Mar 27 '20 at 08:04
  • Thank you, I will see that if I can solve it, if not, I will try another operating system – zhoko23 Mar 27 '20 at 21:12

1 Answers1

0

I just ran into this same problem this is how you fix it

allow it to go to the Shell

First First type fs0: in the shell click enter

Next you will Create a start up file

 Type - edit startup.nsh and click enter

enter image description here

You need to Save the file

Press CTRL+S to save .

Next

Press ENTER to confirm

Next

Press CTRL+Q to exit


Last you need to reboot

reboot

Now this command will run every time you start up the virtual machine

Linux-Chris
  • 71
  • 1
  • 4