Guest User

Untitled

a guest
Jun 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # Config file for GRUB - The GNU GRand Unified Bootloader
  2. # /boot/grub/menu.lst
  3. # Version: 0.02
  4.  
  5. # general configuration:
  6. timeout 5
  7. default 0
  8. color light-blue/black light-cyan/blue
  9.  
  10.  
  11. # (0) Arch Linux
  12. title Arch Linux
  13. root (hd0,0)
  14. kernel /vmlinuz26 root=/dev/disk/by-uuid/e4f1d197-45cb-4c82-9c76-0f5efbe32b61 ro video=vesafb:ywrap,mtrr:2 vga=873
  15. initrd /kernel26.img
  16.  
  17. # (1) Arch Linux Fallback
  18. title Arch Linux Fallback
  19. root (hd0,0)
  20. kernel /vmlinuz26 root=/dev/disk/by-uuid/e4f1d197-45cb-4c82-9c76-0f5efbe32b61 ro
  21. initrd /kernel26-fallback.img
  22.  
  23. # (2) Windows
  24. title Windows
  25. rootnoverify (hd2,0)
  26. chainloader +1
Add Comment
Please, Sign In to add comment