Guest User

Untitled

a guest
Jul 12th, 2014
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. rstevoa@rstevoa-desktop:~$ sudo update-grub
  2. Generating grub configuration file ...
  3. Found linux image: /boot/vmlinuz-3.13.0-29-generic
  4. Found initrd image: /boot/initrd.img-3.13.0-29-generic
  5. Found linux image: /boot/vmlinuz-3.13.0-24-generic
  6. Found initrd image: /boot/initrd.img-3.13.0-24-generic
  7. Found linux image: /boot/vmlinuz-3.13.0-19-generic
  8. Found initrd image: /boot/initrd.img-3.13.0-19-generic
  9. Found memtest86+ image: /boot/memtest86+.elf
  10. Found memtest86+ image: /boot/memtest86+.bin
  11. done
  12. rstevoa@rstevoa-desktop:~$ cat /etc/grub.d/40_custom
  13. #!/bin/sh
  14. exec tail -n +3 $0
  15. # This file provides an easy way to add custom menu entries. Simply type the
  16. # menu entries you want to add after this comment. Be careful not to change
  17. # the 'exec tail' line above.
  18. menuentry "Windows" {
  19. insmod ntfs
  20. search --fs-uuid --set=root BC1CE0581CE00EE8 --hint hd2,msdos1
  21. ntldr /bootmgr
  22. }
Advertisement
Add Comment
Please, Sign In to add comment