Archive for August 15th, 2007

Adding a Windows Entry to Grub

The code to add a Windows loading section in Grub


title Windows
        rootnoverify (hd0,1)
        chainloader +1

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