Toc
  1. Installation
  2. Troubleshoting
Toc
0 results found
MINGG
DoubleSystem
2021/06/28 PC

Created: 2021-06-28 11:06:34

Modified: 2021-06-28 11:06:34

image-20220130150756058

# grub: refer to https://blog.csdn.net/qq_33406883/article/details/106708621
# m1:
sudo gedit /boot/grub/grub.cfg
# set default="2"
# m2:
sudo gedit /etc/default/grub
# GRUB_DEFAULT=2
sudo update-grub

# bootmgr: refer to https://www.reneelab.com.cn/m/windows-10-windows-boot-manager.html
bcdedit /set {bootmgr} displaybootmenu yes
bcdedit /set {bootmgr} timeout 30

refer to https://blog.csdn.net/liao20081228/article/details/81297143

Installation

refer to Windows10安装ubuntu18.04双系统教程 - 不妨不妨,来日方长 - 博客园 (cnblogs.com), How to Install Ubuntu 18.04 Alongside With Windows 10 or 8 in Dual Boot (itzgeek.com).

Download: Ubuntu 18.04.5 LTS (Bionic Beaver) offical websit

Ubuntu官方推荐U盘写入工具_捭阖人生的博客-CSDN博客_u盘写入工具, Create a bootable USB stick with Rufus on Windows | Ubuntu

Notice:

  1. BIOS and Boot GUIs differ from each other due to different vendor of Computer, so it is better to search the guide according to Computer on the Internet. And in some GUIs, there is no USB Boot option, but only USB model name instead, like Kingston Data Traveler.

  2. if you have specific independent display card, you may meet troubles into Install Ubuntu on the GNU GRUB. To solve it, you need to restart to USB Boot and disable the graphics features by setting thenomodesetoption before Install Ubuntu, please consult tips on the GNU GRUB bootloader screen and partly refer to Manual “nomodeset” Kernel Boot Line Option for Linux Booting | Dell 中国, ubuntu U盘安装时黑屏花屏 nouveau错误 - 极客分享 (geek-share.com), 启动Ubuntu 16.04 Live DVD/USB碰到花屏的解决方案_Linux系统教程_红联Linux门户 (linuxdiyf.com).

    grub boot screen

  3. During Install Ubuntu, there is a step called installation type, where there is a option ‘’Install Ubuntu alongside Windows Boot Manager“, which means you now Install Ubuntu 18.04 Alongside With Windows 10 in Dual Boot correctly. But you can choose “Something else“ for partition layout and its size.

    Install Ubuntu alongside Windows Boot Manager

  4. It maybe unnecessary to use individual efi for ubuntu booter, refer to ThinkPad笔记本安装win10+Ubuntu17.10双系统. And the swap area is used for virtual memory, which means you needn’t set too much for it if you have adequate memory.

  5. During Restart after installation, you may meet trouble again after choosing Ubuntu on the GNU GRUB menu if you specific independent display card. To solve it, refer to ubuntu双系统启动时卡死解决办法 - 不妨不妨,来日方长 - 博客园 (cnblogs.com), Manual “nomodeset” Kernel Boot Line Option for Linux Booting | Dell 中国. If you access to Internet right now, I suggest you to install GPU drivers instead of modifying /etc/default/grub and setting to nomodeset mode as above websits mentioned, seeing next notice.

  6. Install NVIDIA driver, refer to Ubuntu 安装Nvidia显卡驱动-百度经验 (baidu.com). Use the following command line to check your diver, if nothing outputs, try to restart.

    nvidia-smi

For more comprehensive guide, refer to windows10安装ubuntu双系统教程(绝对史上最详细) - 不妨不妨,来日方长 - 博客园 (cnblogs.com).

Troubleshoting

  1. Time sync between ubuntu and windows, refer to windows10和ubuntu双系统,切换到windows后时间少8小时不对的解决.
打赏
支付宝
微信
vm
本文作者:MINGG
版权声明:本文首发于MINGG的博客,转载请注明出处!