Security Violation on boot off Usb

11,592

Solution 1

Your BIOS has secure boot configured. This is a newer feature introduced with EFI that allows installed operating systems to "register" themselves with the bios. The bios will then only allow those OSes to be launched. It also, by default, refuses to boot from external/removable media.

You should find the secure boot options in your bios settings near where you configure boot order. Simply turn secure boot off. Do not turn EFI off as you may need EFI to boot Ubuntu (if it was installed with EFI turned on, the Ubuntu installer defaults to EFI mode for the bootloader).

Solution 2

Disable secure boot in your BIOS.

Share:
11,592

Related videos on Youtube

Enzo Gladiadis
Author by

Enzo Gladiadis

BY DAY: I play with whatever comes to mind (almost always something to do with linux) BY NIGHT: i sleep. FOR FUN: I like to code java, C#, C, C++, HTML, php, shell Remember... Do NOT run: sudo rm -rf /

Updated on September 18, 2022

Comments

  • Enzo Gladiadis
    Enzo Gladiadis over 1 year

    I have a bootable USB drive with Kali Linux on it

    When I try to boot off it, my BIOS will alert me that it cannot boot due to a *SECURITY VIOLATION*

    Then it boots to my current OS. (Ubuntu) How do I stop this from happening and boot to Kali?

    Thanks in advance!

    • mtak
      mtak almost 7 years
      If you're going to run Kali you should be able to get around a simple BIOS security feature, right? ;) Did you check if secure boot is disabled?
    • xenoid
      xenoid almost 7 years
      @mtak Just look at all the questions with the "Kali-linux" tag :)
    • Enzo Gladiadis
      Enzo Gladiadis almost 7 years
      Oh forgot about the BIOS feature.