Dual Boot Pop!_OS with Existing Windows 10: Step-by-Step Guide for a Single Drive Setup

Описание к видео Dual Boot Pop!_OS with Existing Windows 10: Step-by-Step Guide for a Single Drive Setup

The Guide: https://github.com/spxak1/weywot/blob...

----------------------------------------------------------------------------------------------
A way to prevent having to spam the space bar to open the boot menu:

1. In Pop!_OS, start a terminal (Super + T).

2. Type the following command:
sudo gedit /boot/efi/loader/loader.conf

3. The file should have just one line:
default Pop_OS-current

4. Now, add the following two lines below it:
timeout 5
auto-entries 1

5. The complete file should look like this:
default Pop_OS-current
timeout 5
auto-entries 1

6. Save the file.

7. Restart your computer.
--------------------------------------------------------------------------------------------

Комментарии

Информация по комментариям в разработке