0

I'm unable to access Windows after installing KALI and Ubuntu on my PC. The only alternatives I get when turning on computer is to either enter Kali or Ubuntu. So I tried to update grub sudo update-grub with no solution.

Also the Windows ISO is on partition /dev/nvme0n1p3 after opening Disks in Ubuntu.

Help appreciated!

MZ97
  • 121
  • 3
  • I did take a look on that one, but doesn't solve my problem. When I turn on my pc, I get KALI-logo with choosing either to run on UBUNTU or KALI.. – MZ97 Sep 27 '18 at 10:49
  • That question is like a shopping mall, there are a lot of answers and you need to browse around. The top upvoted answers are usually better. – karel Sep 27 '18 at 10:50
  • Well, when I do run the command as explained on the question, I do get this: Set document metadata failed: Setting attribute metadata::gedit-position not supported – MZ97 Sep 27 '18 at 10:53
  • That error is what you get when you try to run a graphical application as root. To make that error go away use a non-graphical text editor like nano text editor or simply use sudoedit /path/to/file. – karel Sep 27 '18 at 11:00
  • Okay, Did that now. And «Windows UEFI» apears on boot screen. I select it, then I get «invalid signature». Is this known problem? – MZ97 Sep 27 '18 at 11:17
  • secure boot violation invalid signature detected check secure boot ... – karel Sep 27 '18 at 11:20

1 Answers1

0

It's better to install multiple operating systems in order that is supported by the native installers.

So, my recommendation for all those starting out would be to keep it simple, install windows first (if it is not already installed), then install Ubuntu.

Next, download Virtualbox and install a Kali VM. Kali as a VM will be a lot better of many reasons and let you use the tool as intended. The other great way to use Kali is via a live USB.

The reason for this is that when you are doing pentests you want to be able to remove client data from your systems completely to ensure it is not exposed inadvertently in any context outside of the report.

taci7
  • 64