Guest User

Untitled

a guest
Oct 17th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. timeout 10
  2. color cyan/blue white/blue
  3. foreground ffffff
  4. background 0639a1
  5.  
  6. gfxmenu /boot/grub/message
  7.  
  8. title Debian GNU/Linux, kernel 3.2.0-0.bpo.3-amd64
  9. root (hd0,0)
  10. kernel /boot/vmlinuz-3.2.0-0.bpo.3-amd64 root=UUID=a0fdee9e-dafa-47e9-b449-71a5c89dc892 ro nomodeset nouveau.modeset=0
  11. initrd /boot/initrd.img-3.2.0-0.bpo.3-amd64
  12.  
  13. title MEPIS at sda1, newest kernel
  14. root (hd0,0)
  15. kernel /boot/vmlinuz root=/dev/sda1 nomce quiet splash vga=788 nomodeset nouveau.modeset=0
  16. initrd /boot/initrd.img
  17. boot
  18.  
  19. title MEPIS at sda1, kernel 2.6.36-1-mepis64-smp
  20. root (hd0,0)
  21. kernel /boot/vmlinuz-2.6.36-1-mepis64-smp root=/dev/sda1 nomce quiet splash vga=788 nomodeset nouveau.modeset=0
  22. initrd /boot/initrd.img-2.6.36-1-mepis64-smp
  23. boot
  24.  
  25. title MEMTEST
  26. kernel /boot/memtest86+.bin
  27.  
  28. ### BEGIN AUTOMAGIC KERNELS LIST
  29. ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
  30. ## by the debian update-grub script except for the default options below
  31.  
  32. ## DO NOT UNCOMMENT THEM, Just edit them to your needs
  33.  
  34. ## ## Start Default Options ##
  35. ## default kernel options
  36. ## default kernel options for automagic boot options
  37. ## If you want special options for specific kernels use kopt_x_y_z
  38. ## where x.y.z is kernel version. Minor versions can be omitted.
  39. ## e.g. kopt=root=/dev/hda1 ro
  40. ## kopt_2_6_8=root=/dev/hdc1 ro
  41. ## kopt_2_6_8_2_686=root=/dev/hdc2 ro
  42. # kopt=root=UUID=a0fdee9e-dafa-47e9-b449-71a5c89dc892 ro nomodeset nouveau.modeset=0
  43.  
  44. ## default grub root device
  45. ## e.g. groot=(hd0,0)
  46. # groot=(hd0,0)
  47.  
  48. ## should update-grub create alternative automagic boot options
  49. ## e.g. alternative=true
  50. ## alternative=false
  51. # alternative=true
  52.  
  53. ## should update-grub lock alternative automagic boot options
  54. ## e.g. lockalternative=true
  55. ## lockalternative=false
  56. # lockalternative=false
  57.  
  58. ## additional options to use with the default boot option, but not with the
  59. ## alternatives
  60. ## e.g. defoptions=vga=791 resume=/dev/hda5
  61. # defoptions=
  62.  
  63. ## should update-grub lock old automagic boot options
  64. ## e.g. lockold=false
  65. ## lockold=true
  66. # lockold=false
  67.  
  68. ## Xen hypervisor options to use with the default Xen boot option
  69. # xenhopt=
  70.  
  71. ## Xen Linux kernel options to use with the default Xen boot option
  72. # xenkopt=console=tty0
  73.  
  74. ## altoption boot targets option
  75. ## multiple altoptions lines are allowed
  76. ## e.g. altoptions=(extra menu suffix) extra boot options
  77. ## altoptions=(single-user) single
  78. # altoptions=(single-user mode) single
  79.  
  80. ## controls how many kernels should be put into the menu.lst
  81. ## only counts the first occurence of a kernel, not the
  82. ## alternative kernel options
  83. ## e.g. howmany=all
  84. ## howmany=7
  85. # howmany=all
  86.  
  87. ## should update-grub create memtest86 boot option
  88. ## e.g. memtest86=true
  89. ## memtest86=false
  90. # memtest86=true
  91.  
  92. ## should update-grub adjust the value of the default booted system
  93. ## can be true or false
  94. # updatedefaultentry=false
  95.  
  96. ## should update-grub add savedefault to the default options
  97. ## can be true or false
  98. # savedefault=false
  99.  
  100. ## ## End Default Options ##
  101.  
  102. title Debian GNU/Linux, kernel 2.6.36-1-mepis64-smp Previous
  103. root (hd0,0)
  104. kernel /boot/vmlinuz.old root=UUID=a0fdee9e-dafa-47e9-b449-71a5c89dc892 ro nomodeset nouveau.modeset=0
  105. initrd /boot/initrd.img.old
  106.  
  107. title Debian GNU/Linux, kernel 2.6.36-1-mepis64-smp Previous (single-user mode)
  108. root (hd0,0)
  109. kernel /boot/vmlinuz.old root=UUID=a0fdee9e-dafa-47e9-b449-71a5c89dc892 ro nomodeset nouveau.modeset=0 single
  110. initrd /boot/initrd.img.old
  111.  
  112. title Debian GNU/Linux, kernel 3.2.0-0.bpo.3-amd64
  113. root (hd0,0)
  114. kernel /boot/vmlinuz-3.2.0-0.bpo.3-amd64 root=UUID=a0fdee9e-dafa-47e9-b449-71a5c89dc892 ro nomodeset nouveau.modeset=0
  115. initrd /boot/initrd.img-3.2.0-0.bpo.3-amd64
  116.  
  117. title Debian GNU/Linux, kernel 3.2.0-0.bpo.3-amd64 (single-user mode)
  118. root (hd0,0)
  119. kernel /boot/vmlinuz-3.2.0-0.bpo.3-amd64 root=UUID=a0fdee9e-dafa-47e9-b449-71a5c89dc892 ro nomodeset nouveau.modeset=0 single
  120. initrd /boot/initrd.img-3.2.0-0.bpo.3-amd64
  121.  
  122. title Debian GNU/Linux, kernel 2.6.36-1-mepis64-smp
  123. root (hd0,0)
  124. kernel /boot/vmlinuz-2.6.36-1-mepis64-smp root=UUID=a0fdee9e-dafa-47e9-b449-71a5c89dc892 ro nomodeset nouveau.modeset=0
  125. initrd /boot/initrd.img-2.6.36-1-mepis64-smp
  126.  
  127. title Debian GNU/Linux, kernel 2.6.36-1-mepis64-smp (single-user mode)
  128. root (hd0,0)
  129. kernel /boot/vmlinuz-2.6.36-1-mepis64-smp root=UUID=a0fdee9e-dafa-47e9-b449-71a5c89dc892 ro nomodeset nouveau.modeset=0 single
  130. initrd /boot/initrd.img-2.6.36-1-mepis64-smp
  131.  
  132. title Debian GNU/Linux, kernel memtest86+
  133. root (hd0,0)
  134. kernel /boot/memtest86+.bin
  135.  
  136. ### END DEBIAN AUTOMAGIC KERNELS LIST
Add Comment
Please, Sign In to add comment