Adding a Windows Entry to Grub

Tagged with: , , , ,

The code to add a Windows loading section in Grub


title Windows
        rootnoverify (hd0,1)
        chainloader +1

[tags]grub,windows,linux,boot,loader[/tags]

Leave a Reply