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

Advertising

Someone
Sunday, March 25th, 2007 at 6:16:51pm UTC 

  1. ## default grub root device
  2. ## e.g. groot=(hd0,0)
  3. # groot=(hd0,3)
  4.  
  5. ## should update-grub create alternative automagic boot options
  6. ## e.g. alternative=true
  7. ##      alternative=false
  8. # alternative=true
  9.  
  10. ## should update-grub lock alternative automagic boot options
  11. ## e.g. lockalternative=true
  12. ##      lockalternative=false
  13. # lockalternative=false
  14.  
  15. ## additional options to use with the default boot option, but not with the
  16. ## alternatives
  17. ## e.g. defoptions=vga=791 resume=/dev/hda5
  18. # defoptions=quiet splash
  19.  
  20. ## should update-grub lock old automagic boot options
  21. ## e.g. lockold=false
  22. ##      lockold=true
  23. # lockold=false
  24.  
  25. ## altoption boot targets option
  26. ## multiple altoptions lines are allowed
  27. ## e.g. altoptions=(extra menu suffix) extra boot options
  28. ##      altoptions=(recovery) single
  29. # altoptions=(recovery mode) single
  30.  
  31. ## controls how many kernels should be put into the menu.lst
  32. ## only counts the first occurence of a kernel, not the
  33. ## alternative kernel options
  34. ## e.g. howmany=all
  35. ##      howmany=7
  36. # howmany=all
  37.  
  38. ## should update-grub create memtest86 boot option
  39. ## e.g. memtest86=true
  40. ##      memtest86=false
  41. # memtest86=true
  42.  
  43. ## should update-grub adjust the value of the default booted system
  44. ## can be true or false
  45. # updatedefaultentry=false
  46.  
  47. ## ## End Default Options ##
  48.  
  49. title      Ubuntu, kernel 2.6.17-11-generic
  50. root        (hd0,3)
  51. kernel    /boot/vmlinuz-2.6.17-11-generic root=/dev/sda3 ro quiet splash
  52. initrd    /boot/initrd.img-2.6.17-11-generic
  53. quiet
  54. savedefault
  55. boot
  56.  
  57. title      Ubuntu, kernel 2.6.17-11-generic (recovery mode)
  58. root        (hd0,3)
  59. kernel    /boot/vmlinuz-2.6.17-11-generic root=/dev/sda3 ro single
  60. initrd    /boot/initrd.img-2.6.17-11-generic
  61. boot
  62.  
  63. title      Ubuntu, kernel 2.6.17-10-generic
  64. root        (hd0,3)
  65. kernel    /boot/vmlinuz-2.6.17-10-generic root=/dev/sda3 ro quiet splash
  66. initrd    /boot/initrd.img-2.6.17-10-generic
  67. quiet
  68. savedefault
  69. boot
  70.  
  71. title      Ubuntu, kernel 2.6.17-10-generic (recovery mode)
  72. root        (hd0,3)
  73. kernel    /boot/vmlinuz-2.6.17-10-generic root=/dev/sda3 ro single
  74. initrd    /boot/initrd.img-2.6.17-10-generic
  75. boot
  76.  
  77. title      Ubuntu, memtest86+
  78. root        (hd0,3)
  79. kernel    /boot/memtest86+.bin
  80. quiet
  81. boot
  82.  
  83. ### END DEBIAN AUTOMAGIC KERNELS LIST
  84.  
  85. # This is a divider, added to separate the menu items below from the Debian
  86. # ones.
  87. title      Other operating systems:
  88. root
  89.  
  90.  
  91. # This entry automatically added by the Debian installer for a non-linux OS
  92. # on /dev/hda1
  93. title      Microsoft Windows XP Professional
  94. root        (hd0,0)
  95. savedefault
  96. chainloader     +1
  97.  
  98.  
  99. # This entry automatically added by the Debian installer for a non-linux OS
  100. # on /dev/hdb1
  101. title      Windows NT/2000/XP (loader)
  102. root        (hd1,0)
  103. savedefault
  104. map          (hd0) (hd1)
  105. map          (hd1) (hd0)
  106. chainloader     +1
  107.  
  108.  
  109. # This entry automatically added by the Debian installer for an existing
  110. # linux installation on /dev/hdb2.
  111. title      Ubuntu, kernel 2.6.17-10-generic (on /dev/hdb2)
  112. root        (hd1,1)
  113. kernel    /boot/vmlinuz-2.6.17-10-generic root=/dev/hdb2 ro quiet splash
  114. initrd    /boot/initrd.img-2.6.17-10-generic
  115. savedefault
  116. boot
  117.  
  118.  
  119. # This entry automatically added by the Debian installer for an existing
  120. # linux installation on /dev/hdb2.
  121. title      Ubuntu, kernel 2.6.17-10-generic (recovery mode) (on /dev/hdb2)
  122. root        (hd1,1)
  123. kernel    /boot/vmlinuz-2.6.17-10-generic root=/dev/hdb2 ro single
  124. initrd    /boot/initrd.img-2.6.17-10-generic
  125. savedefault
  126. boot
  127.  
  128.  
  129. # This entry automatically added by the Debian installer for an existing
  130. # linux installation on /dev/hdb2.
  131. title      Ubuntu, memtest86+ (on /dev/hdb2)
  132. root        (hd1,1)
  133. kernel    /boot/memtest86+.bin 
  134. savedefault
  135. boot
  136.  
  137.  
  138. # This entry automatically added by the Debian installer for a non-linux OS
  139. # on /dev/sda1
  140. title      Microsoft Windows XP Professional
  141. root        (hd0,0)
  142. savedefault
  143. map          (hd0) (hd2)
  144. map          (hd2) (hd0)
  145. chainloader     +1
  146.  
  147.  
  148.  
  149. # This entry automatically added by the Debian installer for a non-linux OS
  150. # on /dev/sda1
  151. title      Microsoft Windows XP Professional
  152. root        (hd2,0)
  153. savedefault
  154. map          (hd0) (hd2)
  155. map          (hd2) (hd0)
  156. 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
worth-right
worth-right