Include stanza provided by @hyperfekt

(Closes QubesOS/qubes-issues#2620)
This commit is contained in:
Andrew David Wong 2017-02-05 03:42:19 -08:00
parent b065da747b
commit 74f5e80b70
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -85,9 +85,10 @@ menuentry "Windows" {
insmod ntfs insmod ntfs
ntldr (hd1,X)/bootmgr ntldr (hd1,X)/bootmgr
} }
(Change X to reflect the relevant system partition.)
~~~ ~~~
(Change `X` to reflect the relevant system partition.)
Then update the grub config: Then update the grub config:
~~~ ~~~
@ -96,6 +97,19 @@ sudo grub2-mkconfig -o /boot/grub2/grub.cfg
There is no need to reinstall grub itself. There is no need to reinstall grub itself.
If the above stanza does not work, you may try this one (at your own risk!)
instead:
~~~
menuentry "Windows" {
insmod part_msdos
insmod ntfs
set root='(hd0,msdosX)'
chainloader +1
}
~~~
(Change `X` to reflect the relevant system partition.)
Linux Linux