daily pastebin goal
43%
SHARE
TWEET

Untitled

a guest Dec 7th, 2010 34 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. menuentry "Windows xp" {
  7.         insmod ntfs
  8.         set root='(hd0,3)'
  9.         search --no-floppy --fs-uuid --set f54c-32c4
  10.         chainloader +1
  11. }
  12. menuentry "Windows 7)" {
  13.         insmod ntfs
  14.         set root='(hd0,5)'
  15.         search --no-floppy --fs-uuid --set f54c-32c4
  16.         chainloader +1
  17. }
RAW Paste Data
Top