Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Something
Friday, June 1st, 2007 at 11:53:39pm UTC 

  1. # menu.lst - See: grub(8), info grub, update-grub(8)
  2. #            grub-install(8), grub-floppy(8),
  3. #            grub-md5-crypt, /usr/share/doc/grub
  4. #            and /usr/share/doc/grub-doc/.
  5.  
  6. gfxmenu /boot/grub/message.suse
  7.  
  8. ## default num
  9. # Set the default entry to the entry number NUM. Numbering starts from 0, and
  10. # the entry number 0 is the default if the command is not used.
  11. #
  12. # You can specify 'saved' instead of a number. In this case, the default entry
  13. # is the entry saved with the command 'savedefault'.
  14. # WARNING: If you are using dmraid do not change this entry to 'saved' or your
  15. # array will desync and will not let you boot your system.
  16. default  0
  17.  
  18. ## timeout sec
  19. # Set a timeout, in SEC seconds, before automatically booting the default entry
  20. # (normally the first entry defined).
  21. timeout  10
  22.  
  23. ## hiddenmenu
  24. # Hides the menu by default (press ESC to see the menu)
  25. #hiddenmenu
  26.  
  27. # Pretty colours
  28. color cyan/blue white/blue
  29.  
  30. ## password ['--md5'] passwd
  31. # If used in the first section of a menu file, disable all interactive editing
  32. # control (menu entry editor and command-line)  and entries protected by the
  33. # command 'lock'
  34. # e.g. password topsecret
  35. #      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
  36. # password topsecret
  37.  
  38. #
  39. # examples
  40. #
  41. # title  Windows 95/98/NT/2000
  42. # root    (hd0,0)
  43. # makeactive
  44. # chainloader   +1
  45. #
  46. # title  Linux
  47. # root    (hd0,1)
  48. # kernel        /vmlinuz root=/dev/hda2 ro
  49. #
  50.  
  51. #
  52. # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
  53.  
  54. ### BEGIN AUTOMAGIC KERNELS LIST
  55. ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
  56. ## by the debian update-grub script except for the default options below
  57.  
  58. ## DO NOT UNCOMMENT THEM, Just edit them to your needs
  59.  
  60. ## ## Start Default Options ##
  61. ## default kernel options
  62. ## default kernel options for automagic boot options
  63. ## If you want special options for specific kernels use kopt_x_y_z
  64. ## where x.y.z is kernel version. Minor versions can be omitted.
  65. ## e.g. kopt=root=/dev/hda1 ro
  66. ##      kopt_2_6_8=root=/dev/hdc1 ro
  67. ##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
  68. # kopt=root=UUID=00ddd7f1-7c1d-414c-b441-ec9e31989f04 ro
  69. # kopt_2_6=root=/dev/sda3 ro
  70.  
  71. ## default grub root device
  72. ## e.g. groot=(hd0,0)
  73. # groot=(hd0,2)
  74.  
  75. ## should update-grub create alternative automagic boot options
  76. ## e.g. alternative=true
  77. ##      alternative=false
  78. # alternative=true
  79.  
  80. ## should update-grub lock alternative automagic boot options
  81. ## e.g. lockalternative=true
  82. ##      lockalternative=false
  83. # lockalternative=false
  84.  
  85. ## additional options to use with the default boot option, but not with the
  86. ## alternatives
  87. ## e.g. defoptions=vga=791 resume=/dev/hda5
  88. # defoptions=quiet splash acpi=off noapic nolapic
  89.  
  90. ## altoption boot targets option
  91. ## multiple altoptions lines are allowed
  92. ## e.g. altoptions=(extra menu suffix) extra boot options
  93. ##      altoptions=(recovery mode) single
  94. # altoptions=(recovery mode) single
  95.  
  96. ## controls how many kernels should be put into the menu.lst
  97. ## only counts the first occurence of a kernel, not the
  98. ## alternative kernel options
  99. ## e.g. howmany=all
  100. ##      howmany=7
  101. # howmany=all
  102.  
  103. ## should update-grub create memtest86 boot option
  104. ## e.g. memtest86=true
  105. ##      memtest86=false
  106. # memtest86=true
  107.  
  108. ## ## End Default Options ##
  109.  
  110. title      Debian GNU/Linux, kernel 2.6.20-16-generic
  111. root        (hd0,2)
  112. kernel    /boot/vmlinuz-2.6.20-16-generic root=/dev/sda3 ro quiet splash acpi=off noapic nolapic
  113. initrd    /boot/initrd.img-2.6.20-16-generic
  114. boot
  115.  
  116. title      Debian GNU/Linux, kernel 2.6.20-16-generic (recovery mode)
  117. root        (hd0,2)
  118. kernel    /boot/vmlinuz-2.6.20-16-generic root=/dev/sda3 ro single
  119. initrd    /boot/initrd.img-2.6.20-16-generic
  120. boot
  121.  
  122. title      Debian GNU/Linux, kernel 2.6.20-15-generic
  123. root        (hd0,2)
  124. kernel    /boot/vmlinuz-2.6.20-15-generic root=/dev/sda3 ro quiet splash acpi=off noapic nolapic
  125. initrd    /boot/initrd.img-2.6.20-15-generic
  126. boot
  127.  
  128. title      Debian GNU/Linux, kernel 2.6.20-15-generic (recovery mode)
  129. root        (hd0,2)
  130. kernel    /boot/vmlinuz-2.6.20-15-generic root=/dev/sda3 ro single
  131. initrd    /boot/initrd.img-2.6.20-15-generic
  132. boot
  133.  
  134. title      Debian GNU/Linux, kernel 2.6.17-11-generic
  135. root        (hd0,2)
  136. kernel    /boot/vmlinuz-2.6.17-11-generic root=/dev/sda3 ro quiet splash acpi=off noapic nolapic
  137. initrd    /boot/initrd.img-2.6.17-11-generic
  138. boot
  139.  
  140. title      Debian GNU/Linux, kernel 2.6.17-11-generic (recovery mode)
  141. root        (hd0,2)
  142. kernel    /boot/vmlinuz-2.6.17-11-generic root=/dev/sda3 ro single
  143. initrd    /boot/initrd.img-2.6.17-11-generic
  144. boot
  145.  
  146. title      Debian GNU/Linux, kernel 2.6.17-10-generic
  147. root        (hd0,2)
  148. kernel    /boot/vmlinuz-2.6.17-10-generic root=/dev/sda3 ro quiet splash acpi=off noapic nolapic
  149. initrd    /boot/initrd.img-2.6.17-10-generic
  150. boot
  151.  
  152. title      Debian GNU/Linux, kernel 2.6.17-10-generic (recovery mode)
  153. root        (hd0,2)
  154. kernel    /boot/vmlinuz-2.6.17-10-generic root=/dev/sda3 ro single
  155. initrd    /boot/initrd.img-2.6.17-10-generic
  156. boot
  157.  
  158. title      Debian GNU/Linux, kernel memtest86+
  159. root        (hd0,2)
  160. kernel    /boot/memtest86+.bin
  161. boot
  162.  
  163. ### END DEBIAN AUTOMAGIC KERNELS LIST
  164.  
  165. # This is a divider, added to separate the menu items below from the Debian
  166. # ones.
  167. title      Other operating systems:
  168. root
  169.  
  170.  
  171. # This entry automatically added by the Debian installer for a non-linux OS
  172. # on /dev/sda2
  173. title      Microsoft Windows XP Professional
  174. root        (hd0,1)
  175. savedefault
  176. makeactive
  177. chainloader     +1

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus