ars*_*sho 2 dual-boot dell uefi windows-10 16.04
我正在尝试在我的戴尔 G5 5587 中安装双启动 Ubuntu 16.04(LTS) 和预安装的 Windows 10(home)。Windows 安装在 SSD 中。我在 SSD 旁边有 1TB HDD。
我做了以下事情:
msinfo32
显示:
BIOS Mode UEFI
Secure Boot State Off
Run Code Online (Sandbox Code Playgroud)
BIOS 显示 UEFI 开启、安全启动关闭、PTT 开启。
方法一(MBR+UEFI/Legacy)
我使用 Rufus(MBR+UEFI/Legacy) 将 Ubuntu 刻录到 U 盘上。我在一次性启动菜单中得到了随身碟(F12)。当我尝试安装 Ubuntu 时,它显示以下警告:
“这台机器的固件已经在 UEFI 模式下启动了安装程序,但看起来可能已经使用“BIOS 兼容模式”安装了现有的操作系统。如果您继续在 UEFI 模式下安装 Debian,可能很难将机器重新启动到任何稍后推出 BIOS 模式操作系统。
如果您希望在 UEFI 模式下安装并且不关心保持引导现有系统之一的能力,您可以选择在此处强制执行。如果您希望保留引导现有操作系统的选项,则应选择不在此处强制安装 UEFI。")
由于我不想冒险失去 Windows,我放弃了安装 Ubuntu。
方法二(GPT+UEFI)
如果我使用 Rufus(GPT+UEFI)刻录 Ubuntu 操作系统,我在一次启动菜单(F12)中找不到 Pendrive。
题
如何在 Dell G5 5587 中正确安装带有预装 Windows 10 的双引导 Ubuntu 16.04 LTS?
在 NVMe SSD 中安装 Ubuntu 18.04 和预安装的 Windows 10 作为双启动的步骤。
MBR
。Start
按钮。Search
。Control Panel
并敲击Enter键盘。Power Options
。Choose what the power buttons do
。Change settings that are currently unavailable
。Turn on fast startup (recommended)
。Save changes
。Boot Sequence
。Secure Boot
> Secure Boot Enable
,然后将复选框设置为Disabled
。Secure Boot Mode
为audit mode
。Family & other users.
Add someone else to this PC.
I don't have this person's sign-in information.
Add a user without a Microsoft account.
Account type
将此新创建的帐户的更改为Administrator
。bcdedit /set {current} safeboot minimal
SATA Operation mode
到AHCI
从任一IDE
或RAID
。bcdedit /deletevalue {current} safeboot
something else
。/
分配给分区Windows Boot Manager
为Device for boot loader installation
。sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
ubuntu-drivers devices
sudo ubuntu-drivers autoinstall
Run Code Online (Sandbox Code Playgroud)