linuxTechnology

How to Change Boot Menu Display Order in Windows

There are a lot of customers who love utilizing their units with a dual-boot configuration. If you dual-boot your machine, your machine all the time will get booted into the primary entry until you manually select the opposite one. On this article, we now have give you an answer utilizing which you’ll be able to customized change the boot menu show order in your PC. 

It is a very important process in the event you use one boot entry for some days after which the second boot entry for the remainder of a month. Say for instance you might be utilizing each Home windows in addition to Linux (Ubuntu) in your PC. With the steps mentioned on this weblog submit, you possibly can simply change between Home windows and Ubuntu proper from the startup display screen in your pc. 

Change Boot Menu Display Order in Windows

When does one require altering the Boot Menu Show Order?

Should you use a number of Working methods like Home windows 11, 10, Linux, or another OS, the Home windows Boot Supervisor shops all these working methods as totally different boot entries. Everytime you attempt booting into your pc, the default one launches mechanically until you select in any other case. 

Establishing the boot menu show order allows you to use the working system that you simply use fairly often. By itemizing out totally different boot orders, you possibly can power a selected OS to begin mechanically. The explanation would possibly range from one individual to a different. Let’s study the steps to alter the working system order within the boot supervisor menu on Home windows or Linux PCs.

Easy methods to Repair Ubuntu Can’t Open the Terminal Challenge

Altering Boot Menu Show Order in Home windows

Should you do wish to change the boot menu show order in your Home windows 11 or 10 PC, observe these simple steps – 

  • Press Home windows + X to launch the Energy Menu.
  • Choose Terminal (Admin) and when the UAC window prompts, hit Sure
  • Press Ctrl + Shift + 2 to launch Command Immediate within the terminal. 
  • On the elevated console, kind the next, and press Enter – 

bcdedit

  • Scroll right down to Home windows Boot Loader and notice down what’s written subsequent to the identifier. See the Snapshot under.

Windows Boot Loader Identifier

  • Hold scrolling down and notice down different identifiers as properly that are displayed additional under. 
  • Now that you recognize every one of many identifiers obtainable contained in the Boot Menu, execute the under command to interchange the boot show order –

bcdedit /displayorder {IDENTIFIER-FIRST} {IDENTIFIER-SECOND}

Be certain to switch the Identifier particulars within the above command. An instance of that is offered under –

bcdedit /displayorder {622f303d-7db3-11ed-87e2-cc3ac6da2c50} {present}

change boot order from Windows to Ubuntu

  • In case you wish to specify the default boot entry in your pc, copy/paste the under code and press Enter

bcdedit /displayorder {IDENTIFIER} /addfirst

Be certain to switch the IDENTIFIER in brackets with your personal identifier info. To raised perceive this, take for instance you working the next code on the CMD. 

bcdedit /displayorder {present} /addfirst

Set Current as your default displayorder

The above code will make the “present” identifier (the present OS set up) your default boot entry i.e. the primary boot entry contained in the Boot Supervisor. 

Shut the terminal and different tabs or home windows working within the background, and restart your PC. When your machine reboots, it will by default load into the primary boot entry. 

Can I run the above chain of instructions on Home windows PowerShell as a substitute?

Although it’s potential to alter the boot show order in Home windows utilizing Home windows PowerShell, we don’t recommend doing so. It’s because there’s a risk of those codes working vaguely and thus would possibly corrupt your Home windows Working system. 

So, every time you might be required doing any adjustments with the Boot Knowledge or Supervisor, guarantee working the codes immediately over the Command Immediate having the admin privileges. 

Repair – Ubuntu freezing in Digital Machine

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button