daily pastebin goal
74%
SHARE
TWEET

polis

a guest Nov 14th, 2010 33 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/sh
  2. exec tail -n +3 $0
  3. # This file provides an easy way to add custom menu entries.  Simply type the
  4. # menu entries you want to add after this comment.  Be careful not to change
  5. # the 'exec tail' line above.
  6.  
  7. menuentry "Windows 7" {
  8.         insmod ntfs
  9.         set root=(hd0,2)
  10.         search --no-floppy --fs-uuid --set F8264A5F264A1ECE
  11.         chainloader +1
  12. }
RAW Paste Data
Top