TECHNICAL SOLUTIONS

solution for windows 10 missing from grub menu

In this video i will show you how to fix windows entry in linux grub to get window menu in startup.
I am using windows 10 and centos 7.1
follow these commands:-

cd /etc/grub.d/
gedit 40_custom
# add following lines in 40_custom file:

menuentry “Windows 7” {
set root='(hd0,1)’
chainloader +1
}
# after edit save file and run following command :
grub2-mkconfig -o /boot/grub2/grub.cfg

Copyright © 2015 by Rajiv Sharma (www.technicaldirector.in)
All Rights Reserved.
VFX Pipeline YouTube Channel and its content is copyright of Rajiv Sharma.
Any redistribution or reproduction of part or all of the contents in any form is prohibited.

source

how to repair windows 10

Leave a Reply

Your email address will not be published. Required fields are marked *