Ubuntu 20.04 with Intel RST systems - implications of running bcdedit command while safe boot has already been activated through msconfig

I'm trying to install Ubuntu 20.04 alongside Windows 10 on my Acer computer. While trying to install Ubuntu, I was prompted with a warning about Intel's RST needing to be turned off. Following Choice #2 in heynnema's answer, I learned that I should:

(run in command prompt) bcdedit /set {current} safeboot minimal

(in BIOS) Change the SATA Operation mode to AHCI from either IDE or RAID

Before trying anything, I played a little bit with the BIOS to see how that could be done. Had to do some research and found this answer, which suggests:

a) access windows and then press windows + r and type msconfig. Then, go to system boot and activate safe boot. Then restart windows;

b) then access the BIOS, go to the main tab, press ctrl + s and change the sata mode to ahci.

That works, the option to change to AHCI is there. I haven't tried it yet because I was wondering if the bcdedit command proposed by heynnema does the same as following a) and activating safe boot through msconfig.

I thought doing both - in case they're similar commands - could cause me problems.

3

1 Answer

From the comments...

RST

Recommend following the instructions (Choice #2) found in this answer without deviation.

In Windows

To disable FAST BOOT and HIBERNATION...

  • boot into Windows
  • open the Power control panel
  • choose change what the power buttons do
  • choose change options that are unavailable
  • uncheck fast startup
  • close the Power control panel
  • open an administrative command prompt window
  • type powercfg /h off

If you wish to check your C: drive, and others...

  • type chkdsk /f c:
  • approve to run chkdsk at next reboot
  • type chkdsk /f x: (replacing "x" with drive letters of other visible NTFS partitions)
  • reboot into Windows to let chkdsk run on drive C:

In BIOS

  • disable SECURE BOOT
3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like