Skip to main content

Linux: grub2

grub2 stands for GRand Unified Bootloader 2.

Run grub2-mkconfig on Fedora Workstation 30 to detect new installation of Microsoft Windows 10 and update /etc/grub2.cfg file.

[tuyen@g73jh ~]$ grub2-mkconfig -o /etc/grub2.cfg
grub2-mkconfig: You must run this as root
[tuyen@g73jh ~]$ sudo !!
sudo grub2-mkconfig -o /etc/grub2.cfg
Generating grub configuration file ...
Found Windows Recovery Environment on /dev/sda1
Found Windows 10 on /dev/sda2
done
[tuyen@g73jh ~]$ 

Popular posts from this blog

Wireguard VPN: Notes

Notes while trying Wireguard VPN on some of my testbeds.

Docker for Windows: Access Denied

Today, I get this error when running Docker for Windows on Windows 10 Build 1803. So, I check my current username (run whoami ) and add that user to docker-users local group, which has only NT AUTHORITY\SYSTEM account in members list. I must log out and log in again to run Docker for Windows.