How to Dual Boot Centos 8 and Windows 10/8/7

Опубликовано: 29 Сентябрь 2024
на канале: Linux Keeda
22,902
170

This video shows you how to Dual Boot Any windows operating system with Centos 8.


Use following steps to enable dual Boot.

After login to Centos 8

Use following command :-
1. vim /etc/grub.d/40_custom

menuentry "windows 10" {
insmod part_msdos
insmod ntfs.set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root uuid
chainloader +1
}

wq! -- save file

2. grub2-mkconfig -o /boot/grub2/grub.cfg

3. reboot

---- now you will see dual boot option ---

If you like this video don't forget to subscribe & comment on this video.