潮7000安装ubuntu双系统

如题,记录一下安装的主要难点。

  • RST转换到AHCI(参考文章底下链接)
  • 关闭安全启动
  • 修改启动顺序

防止链接失效

  1. Right-click the Windows Start Menu. Choose Command Prompt (Admin).If you don’t see Command Prompt listed, it’s because you have already been updated to a later version of Windows. If so, use this method instead to get to the Command Prompt:
    a. Click the Start Button and type cmd
    b. Right-click the result and select Run as administrator
  2. Type this command and press ENTER:
    bcdedit /set {current} safeboot minimal
    If this command does not work for you, try
    bcdedit /set safeboot minimal
  3. Restart the computer and enter BIOS Setup (the key to press varies between systems).
  4. Change the SATA Operation mode to AHCI from either IDE or RAID (again, the language varies).
  5. Save changes and exit Setup and Windows will automatically boot to Safe Mode.
  6. Right-click the Windows Start Menu once more. Choose Command Prompt (Admin).
  7. Type this command and press ENTER:
    bcdedit /deletevalue {current} safeboot
    If you had to try the alternate command above, you will likely need to do so here also:
    bcdedit /deletevalue safeboot
  8. Reboot once more and Windows will automatically start with AHCI drivers enabled.

    • Switch Windows 10 from RAID/IDE to AHCI operation

你可能感兴趣的:(Ubuntu)