Skip to content

Instantly share code, notes, and snippets.

@paveljurca
Created January 23, 2018 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paveljurca/d5a3b5a5d14f9a30e8a2c584e8ad7704 to your computer and use it in GitHub Desktop.
Save paveljurca/d5a3b5a5d14f9a30e8a2c584e8ad7704 to your computer and use it in GitHub Desktop.
Windows entry in GRUB2 menu
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry 'win' {
set root='hd0,msdos3'
chainloader +1
}
### END /etc/grub.d/40_custom ###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment