Advertisement
barjac

Ubuntus grub.cfg

May 7th, 2011
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.78 KB | None | 0 0
  1. #
  2. # DO NOT EDIT THIS FILE
  3. #
  4. # It is automatically generated by /usr/sbin/grub-mkconfig using templates
  5. # from /etc/grub.d and settings from /etc/default/grub
  6. #
  7.  
  8. ### BEGIN /etc/grub.d/00_header ###
  9. if [ -s $prefix/grubenv ]; then
  10. load_env
  11. fi
  12. set default="0"
  13. if [ ${prev_saved_entry} ]; then
  14. set saved_entry=${prev_saved_entry}
  15. save_env saved_entry
  16. set prev_saved_entry=
  17. save_env prev_saved_entry
  18. set boot_once=true
  19. fi
  20.  
  21. function savedefault {
  22. if [ -z ${boot_once} ]; then
  23. saved_entry=${chosen}
  24. save_env saved_entry
  25. fi
  26. }
  27.  
  28. function recordfail {
  29. set recordfail=1
  30. if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
  31. }
  32. insmod ext2
  33. set root='(hd0,13)'
  34. search --no-floppy --fs-uuid --set 144bebea-320a-47fb-a27a-452a1d082db7
  35. if loadfont /usr/share/grub/unicode.pf2 ; then
  36. set gfxmode=640x480
  37. insmod gfxterm
  38. insmod vbe
  39. if terminal_output gfxterm ; then true ; else
  40. # For backward compatibility with versions of terminal.mod that don't
  41. # understand terminal_output
  42. terminal gfxterm
  43. fi
  44. insmod ext2
  45. set root='(hd0,13)'
  46. search --no-floppy --fs-uuid --set 144bebea-320a-47fb-a27a-452a1d082db7
  47. insmod gfxmenu
  48. set theme=($root)/boot/grub/themes/proto/theme.txt
  49. set menuviewer=gfxmenu
  50. fi
  51. insmod ext2
  52. set root='(hd0,13)'
  53. search --no-floppy --fs-uuid --set 144bebea-320a-47fb-a27a-452a1d082db7
  54. set locale_dir=($root)/boot/grub/locale
  55. set lang=en
  56. insmod gettext
  57. if [ ${recordfail} = 1 ]; then
  58. set timeout=-1
  59. else
  60. set timeout=10
  61. fi
  62. ### END /etc/grub.d/00_header ###
  63.  
  64. ### BEGIN /etc/grub.d/05_debian_theme ###
  65. set menu_color_normal=white/black
  66. set menu_color_highlight=black/light-gray
  67. ### END /etc/grub.d/05_debian_theme ###
  68.  
  69. ### BEGIN /etc/grub.d/10_linux ###
  70. menuentry 'Ubuntu, with Linux 2.6.32-25-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  71. recordfail
  72. insmod ext2
  73. set root='(hd0,13)'
  74. search --no-floppy --fs-uuid --set 144bebea-320a-47fb-a27a-452a1d082db7
  75. linux /boot/vmlinuz-2.6.32-25-generic root=/dev/sda13 ro quiet splash
  76. initrd /boot/initrd.img-2.6.32-25-generic
  77. }
  78. menuentry 'Ubuntu, with Linux 2.6.31-19-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  79. recordfail
  80. insmod ext2
  81. set root='(hd0,13)'
  82. search --no-floppy --fs-uuid --set 144bebea-320a-47fb-a27a-452a1d082db7
  83. linux /boot/vmlinuz-2.6.31-19-generic root=/dev/sda13 ro quiet splash
  84. initrd /boot/initrd.img-2.6.31-19-generic
  85. }
  86. ### END /etc/grub.d/10_linux ###
  87.  
  88. ### BEGIN /etc/grub.d/20_memtest86+ ###
  89. menuentry "Memory test (memtest86+)" {
  90. insmod ext2
  91. set root='(hd0,13)'
  92. search --no-floppy --fs-uuid --set 144bebea-320a-47fb-a27a-452a1d082db7
  93. linux16 /boot/memtest86+.bin
  94. }
  95. menuentry "Memory test (memtest86+, serial console 115200)" {
  96. insmod ext2
  97. set root='(hd0,13)'
  98. search --no-floppy --fs-uuid --set 144bebea-320a-47fb-a27a-452a1d082db7
  99. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  100. }
  101. ### END /etc/grub.d/20_memtest86+ ###
  102.  
  103. ### BEGIN /etc/grub.d/30_os-prober ###
  104. menuentry "linux (on /dev/sda10)" {
  105. insmod ext2
  106. set root='(hd0,10)'
  107. search --no-floppy --fs-uuid --set addd7622-8e58-45c7-8af1-d7e4f3785348
  108. linux /boot/vmlinuz BOOT_IMAGE=linux root=LABEL=pclos_root resume=LABEL=swap_main
  109. initrd (hd0,16)/boot/initrd.img
  110. }
  111. menuentry "failsafe (on /dev/sda10)" {
  112. insmod ext2
  113. set root='(hd0,10)'
  114. search --no-floppy --fs-uuid --set addd7622-8e58-45c7-8af1-d7e4f3785348
  115. linux /boot/vmlinuz BOOT_IMAGE=failsafe root=LABEL=pclos_root failsafe
  116. initrd (hd0,16)/boot/initrd.img
  117. }
  118. menuentry "linux (on /dev/sda12)" {
  119. insmod ext2
  120. set root='(hd0,12)'
  121. search --no-floppy --fs-uuid --set c95951c2-2135-4b80-8e75-30d4489781e9
  122. linux /boot/vmlinuz BOOT_IMAGE=linux root=LABEL=2010_1_root resume=LABEL=swap_main splash=verbose vga=785
  123. initrd (hd0,15)/boot/initrd.img
  124. }
  125. menuentry "linux-nonfb (on /dev/sda12)" {
  126. insmod ext2
  127. set root='(hd0,12)'
  128. search --no-floppy --fs-uuid --set c95951c2-2135-4b80-8e75-30d4489781e9
  129. linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=LABEL=2010_1_root resume=LABEL=swap_main
  130. initrd (hd0,15)/boot/initrd.img
  131. }
  132. menuentry "failsafe (on /dev/sda12)" {
  133. insmod ext2
  134. set root='(hd0,12)'
  135. search --no-floppy --fs-uuid --set c95951c2-2135-4b80-8e75-30d4489781e9
  136. linux /boot/vmlinuz BOOT_IMAGE=failsafe root=LABEL=2010_1_root failsafe
  137. initrd (hd0,15)/boot/initrd.img
  138. }
  139. menuentry "desktop 2.6.33.5-2 (on /dev/sda12)" {
  140. insmod ext2
  141. set root='(hd0,12)'
  142. search --no-floppy --fs-uuid --set c95951c2-2135-4b80-8e75-30d4489781e9
  143. linux /boot/vmlinuz-2.6.33.5-desktop-2mnb BOOT_IMAGE=desktop_2.6.33.5-2 root=LABEL=2010_1_root resume=LABEL=swap_main splash=verbose vga=785
  144. initrd (hd0,15)/boot/initrd-2.6.33.5-desktop-2mnb.img
  145. }
  146. menuentry "desktop 2.6.33.7-2 (on /dev/sda12)" {
  147. insmod ext2
  148. set root='(hd0,12)'
  149. search --no-floppy --fs-uuid --set c95951c2-2135-4b80-8e75-30d4489781e9
  150. linux /boot/vmlinuz-2.6.33.7-desktop-2mnb BOOT_IMAGE=desktop_2.6.33.7-2 root=LABEL=2010_1_root resume=LABEL=swap_main splash=verbose vga=785
  151. initrd (hd0,15)/boot/initrd-2.6.33.7-desktop-2mnb.img
  152. }
  153. menuentry "2010.1 64bit (on /dev/sda14)" {
  154. insmod ext2
  155. set root='(hd0,14)'
  156. search --no-floppy --fs-uuid --set 6f367e9a-3377-41cb-afad-fbebc142fa54
  157. linux /boot/vmlinuz BOOT_IMAGE=2010.1_64bit root=LABEL=2010_1_64_root resume=LABEL=swap_main
  158. initrd (hd0,17)/boot/initrd.img
  159. }
  160. menuentry "failsafe (on /dev/sda14)" {
  161. insmod ext2
  162. set root='(hd0,14)'
  163. search --no-floppy --fs-uuid --set 6f367e9a-3377-41cb-afad-fbebc142fa54
  164. linux /boot/vmlinuz BOOT_IMAGE=failsafe root=LABEL=2010_1_64_root failsafe
  165. initrd (hd0,17)/boot/initrd.img
  166. }
  167. menuentry "desktop 2.6.33.7-1 (on /dev/sda14)" {
  168. insmod ext2
  169. set root='(hd0,14)'
  170. search --no-floppy --fs-uuid --set 6f367e9a-3377-41cb-afad-fbebc142fa54
  171. linux /boot/vmlinuz-2.6.33.7-desktop-1mnb BOOT_IMAGE=desktop_2.6.33.7-1 root=LABEL=2010_1_64_root resume=LABEL=swap_main
  172. initrd (hd0,17)/boot/initrd-2.6.33.7-desktop-1mnb.img
  173. }
  174. menuentry "linux (on /dev/sda14)" {
  175. insmod ext2
  176. set root='(hd0,14)'
  177. search --no-floppy --fs-uuid --set 6f367e9a-3377-41cb-afad-fbebc142fa54
  178. linux /boot/vmlinuz BOOT_IMAGE=linux root=LABEL=2010_1_64_root resume=LABEL=swap_main
  179. initrd (hd0,17)/boot/initrd.img
  180. }
  181. menuentry "2.6.36.4-desktop-69mib (on /dev/sda14)" {
  182. insmod ext2
  183. set root='(hd0,14)'
  184. search --no-floppy --fs-uuid --set 6f367e9a-3377-41cb-afad-fbebc142fa54
  185. linux /boot/vmlinuz-2.6.36.4-desktop-69mib BOOT_IMAGE=2.6.36.4-desktop-69mib root=LABEL=2010_1_64_root resume=LABEL=swap_main
  186. initrd (hd0,17)/boot/initrd-2.6.36.4-desktop-69mib.img
  187. }
  188. menuentry "Slack (on /dev/sda16)" {
  189. insmod ext2
  190. set root='(hd0,16)'
  191. search --no-floppy --fs-uuid --set 8dc6c194-a748-40a9-9f16-68c10b2791bf
  192. linux /boot/vmlinuz ro vt.default_utf8=0 vga = normal
  193. }
  194. menuentry "linux (on /dev/sda17)" {
  195. insmod ext2
  196. set root='(hd0,17)'
  197. search --no-floppy --fs-uuid --set efc2d3e5-0753-42b9-b530-91483a7df034
  198. linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=efc2d3e5-0753-42b9-b530-91483a7df034 resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8
  199. initrd (hd0,23)/boot/initrd.img
  200. }
  201. menuentry "failsafe (on /dev/sda17)" {
  202. insmod ext2
  203. set root='(hd0,17)'
  204. search --no-floppy --fs-uuid --set efc2d3e5-0753-42b9-b530-91483a7df034
  205. linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=efc2d3e5-0753-42b9-b530-91483a7df034 failsafe
  206. initrd (hd0,23)/boot/initrd.img
  207. }
  208. menuentry "linux (on /dev/sda18)" {
  209. insmod ext2
  210. set root='(hd0,18)'
  211. search --no-floppy --fs-uuid --set ad606c28-0161-40c5-8eaa-27d5fcd781bc
  212. linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=ad606c28-0161-40c5-8eaa-27d5fcd781bc resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  213. initrd (hd0,21)/boot/initrd.img
  214. }
  215. menuentry "linux-nonfb (on /dev/sda18)" {
  216. insmod ext2
  217. set root='(hd0,18)'
  218. search --no-floppy --fs-uuid --set ad606c28-0161-40c5-8eaa-27d5fcd781bc
  219. linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=ad606c28-0161-40c5-8eaa-27d5fcd781bc resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8
  220. initrd (hd0,21)/boot/initrd.img
  221. }
  222. menuentry "failsafe (on /dev/sda18)" {
  223. insmod ext2
  224. set root='(hd0,18)'
  225. search --no-floppy --fs-uuid --set ad606c28-0161-40c5-8eaa-27d5fcd781bc
  226. linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=ad606c28-0161-40c5-8eaa-27d5fcd781bc failsafe
  227. initrd (hd0,21)/boot/initrd.img
  228. }
  229. menuentry "desktop 2.6.38.1rc1-1 (on /dev/sda18)" {
  230. insmod ext2
  231. set root='(hd0,18)'
  232. search --no-floppy --fs-uuid --set ad606c28-0161-40c5-8eaa-27d5fcd781bc
  233. linux /boot/vmlinuz-2.6.38.1-desktop-0.rc1.1mnb BOOT_IMAGE=desktop_2.6.38.1rc1-1 root=UUID=ad606c28-0161-40c5-8eaa-27d5fcd781bc resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  234. initrd (hd0,21)/boot/initrd-2.6.38.1-desktop-0.rc1.1mnb.img
  235. }
  236. menuentry "Ubuntu, with Linux 2.6.35-21-generic (on /dev/sda19)" {
  237. insmod ext2
  238. set root='(hd0,19)'
  239. search --no-floppy --fs-uuid --set a6a704bc-e691-40c2-82c8-48ed05fa4487
  240. linux /boot/vmlinuz-2.6.35-21-generic root=UUID=a6a704bc-e691-40c2-82c8-48ed05fa4487 ro quiet splash
  241. initrd /boot/initrd.img-2.6.35-21-generic
  242. }
  243. menuentry "Ubuntu, with Linux 2.6.35-21-generic (recovery mode) (on /dev/sda19)" {
  244. insmod ext2
  245. set root='(hd0,19)'
  246. search --no-floppy --fs-uuid --set a6a704bc-e691-40c2-82c8-48ed05fa4487
  247. linux /boot/vmlinuz-2.6.35-21-generic root=UUID=a6a704bc-e691-40c2-82c8-48ed05fa4487 ro single
  248. initrd /boot/initrd.img-2.6.35-21-generic
  249. }
  250. menuentry "Ubuntu, with Linux 2.6.35-19-generic (on /dev/sda19)" {
  251. insmod ext2
  252. set root='(hd0,19)'
  253. search --no-floppy --fs-uuid --set a6a704bc-e691-40c2-82c8-48ed05fa4487
  254. linux /boot/vmlinuz-2.6.35-19-generic root=UUID=a6a704bc-e691-40c2-82c8-48ed05fa4487 ro quiet splash
  255. initrd /boot/initrd.img-2.6.35-19-generic
  256. }
  257. menuentry "Ubuntu, with Linux 2.6.35-19-generic (recovery mode) (on /dev/sda19)" {
  258. insmod ext2
  259. set root='(hd0,19)'
  260. search --no-floppy --fs-uuid --set a6a704bc-e691-40c2-82c8-48ed05fa4487
  261. linux /boot/vmlinuz-2.6.35-19-generic root=UUID=a6a704bc-e691-40c2-82c8-48ed05fa4487 ro single
  262. initrd /boot/initrd.img-2.6.35-19-generic
  263. }
  264. menuentry "Mandriva 2009.0 (on /dev/sda5)" {
  265. insmod ext2
  266. set root='(hd0,5)'
  267. search --no-floppy --fs-uuid --set 71147ebd-f447-40c8-97e3-754549b54053
  268. linux /boot/vmlinuz BOOT_IMAGE=Mandriva_2009.0 root=LABEL=2009_0_root
  269. initrd (hd0,4)/boot/initrd.img
  270. }
  271. menuentry "linux-nonfb (on /dev/sda5)" {
  272. insmod ext2
  273. set root='(hd0,5)'
  274. search --no-floppy --fs-uuid --set 71147ebd-f447-40c8-97e3-754549b54053
  275. linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=LABEL=2009_0_root
  276. initrd (hd0,4)/boot/initrd.img
  277. }
  278. menuentry "Ubuntu, with Linux 2.6.32-25-generic (on /dev/sdb10)" {
  279. insmod ext2
  280. set root='(hd1,10)'
  281. search --no-floppy --fs-uuid --set 15e943ab-c48e-448a-8bab-49b2e3243d92
  282. linux /boot/vmlinuz-2.6.32-25-generic root=/dev/sda15 ro quiet splash
  283. initrd /boot/initrd.img-2.6.32-25-generic
  284. }
  285. menuentry "Ubuntu, with Linux 2.6.31-19-generic (on /dev/sdb10)" {
  286. insmod ext2
  287. set root='(hd1,10)'
  288. search --no-floppy --fs-uuid --set 15e943ab-c48e-448a-8bab-49b2e3243d92
  289. linux /boot/vmlinuz-2.6.31-19-generic root=/dev/sda15 ro quiet splash
  290. initrd /boot/initrd.img-2.6.31-19-generic
  291. }
  292. menuentry "linux (on /dev/sdb11)" {
  293. insmod ext2
  294. set root='(hd1,11)'
  295. search --no-floppy --fs-uuid --set 755d2c37-92b0-46e9-8f4c-5ac1d02e4a4b
  296. linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=755d2c37-92b0-46e9-8f4c-5ac1d02e4a4b nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  297. initrd (hd1,10)/boot/initrd.img
  298. }
  299. menuentry "linux-nonfb (on /dev/sdb11)" {
  300. insmod ext2
  301. set root='(hd1,11)'
  302. search --no-floppy --fs-uuid --set 755d2c37-92b0-46e9-8f4c-5ac1d02e4a4b
  303. linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=755d2c37-92b0-46e9-8f4c-5ac1d02e4a4b nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8
  304. initrd (hd1,10)/boot/initrd.img
  305. }
  306. menuentry "failsafe (on /dev/sdb11)" {
  307. insmod ext2
  308. set root='(hd1,11)'
  309. search --no-floppy --fs-uuid --set 755d2c37-92b0-46e9-8f4c-5ac1d02e4a4b
  310. linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=755d2c37-92b0-46e9-8f4c-5ac1d02e4a4b failsafe
  311. initrd (hd1,10)/boot/initrd.img
  312. }
  313. menuentry "2.6.38.2-desktop-2.mga (on /dev/sdb11)" {
  314. insmod ext2
  315. set root='(hd1,11)'
  316. search --no-floppy --fs-uuid --set 755d2c37-92b0-46e9-8f4c-5ac1d02e4a4b
  317. linux /boot/vmlinuz-2.6.38.2-desktop-2.mga BOOT_IMAGE=2.6.38.2-desktop-2.mga root=UUID=755d2c37-92b0-46e9-8f4c-5ac1d02e4a4b nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  318. initrd (hd1,10)/boot/initrd-2.6.38.2-desktop-2.mga.img
  319. }
  320. menuentry "2.6.38.4-desktop-1.mga (on /dev/sdb11)" {
  321. insmod ext2
  322. set root='(hd1,11)'
  323. search --no-floppy --fs-uuid --set 755d2c37-92b0-46e9-8f4c-5ac1d02e4a4b
  324. linux /boot/vmlinuz-2.6.38.4-desktop-1.mga BOOT_IMAGE=2.6.38.4-desktop-1.mga root=UUID=755d2c37-92b0-46e9-8f4c-5ac1d02e4a4b nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  325. initrd (hd1,10)/boot/initrd-2.6.38.4-desktop-1.mga.img
  326. }
  327. menuentry "Fedora (2.6.38.2-9.fc15.x86_64) (on /dev/sdb3)" {
  328. insmod ext2
  329. set root='(hd1,3)'
  330. search --no-floppy --fs-uuid --set 90745ecd-7168-4728-823b-1ee56c6a1486
  331. linux /boot/vmlinuz-2.6.38.2-9.fc15.x86_64 ro root=UUID=90745ecd-7168-4728-823b-1ee56c6a1486 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us-acentos rhgb quiet
  332. initrd /boot/initramfs-2.6.38.2-9.fc15.x86_64.img
  333. }
  334. menuentry "Mageia testing (on /dev/sdb5)" {
  335. insmod ext2
  336. set root='(hd1,5)'
  337. search --no-floppy --fs-uuid --set 521927d2-e454-4135-b9c4-1d4827f4651f
  338. linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=521927d2-e454-4135-b9c4-1d4827f4651f nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  339. initrd (hd1,5)/boot/initrd.img
  340. }
  341. menuentry "linux-nonfb (on /dev/sdb5)" {
  342. insmod ext2
  343. set root='(hd1,5)'
  344. search --no-floppy --fs-uuid --set 521927d2-e454-4135-b9c4-1d4827f4651f
  345. linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=521927d2-e454-4135-b9c4-1d4827f4651f nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8
  346. initrd (hd1,4)/boot/initrd.img
  347. }
  348. menuentry "failsafe (on /dev/sdb5)" {
  349. insmod ext2
  350. set root='(hd1,5)'
  351. search --no-floppy --fs-uuid --set 521927d2-e454-4135-b9c4-1d4827f4651f
  352. linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=521927d2-e454-4135-b9c4-1d4827f4651f failsafe nokmsboot
  353. initrd (hd1,4)/boot/initrd.img
  354. }
  355. menuentry "2.6.37-desktop-3.mga (on /dev/sdb5)" {
  356. insmod ext2
  357. set root='(hd1,5)'
  358. search --no-floppy --fs-uuid --set 521927d2-e454-4135-b9c4-1d4827f4651f
  359. linux /boot/vmlinuz-2.6.37-desktop-3.mga BOOT_IMAGE=2.6.37-desktop-3.mga root=UUID=521927d2-e454-4135-b9c4-1d4827f4651f nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  360. initrd (hd1,4)/boot/initrd-2.6.37-desktop-3.mga.img
  361. }
  362. menuentry "2.6.37.1-desktop-1.mga (on /dev/sdb5)" {
  363. insmod ext2
  364. set root='(hd1,5)'
  365. search --no-floppy --fs-uuid --set 521927d2-e454-4135-b9c4-1d4827f4651f
  366. linux /boot/vmlinuz-2.6.37.1-desktop-1.mga BOOT_IMAGE=2.6.37.1-desktop-1.mga root=UUID=521927d2-e454-4135-b9c4-1d4827f4651f nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  367. initrd (hd1,4)/boot/initrd-2.6.37.1-desktop-1.mga.img
  368. }
  369. menuentry "2.6.37.2-desktop-1.mga (on /dev/sdb5)" {
  370. insmod ext2
  371. set root='(hd1,5)'
  372. search --no-floppy --fs-uuid --set 521927d2-e454-4135-b9c4-1d4827f4651f
  373. linux /boot/vmlinuz-2.6.37.2-desktop-1.mga BOOT_IMAGE=2.6.37.2-desktop-1.mga root=UUID=521927d2-e454-4135-b9c4-1d4827f4651f nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  374. initrd (hd1,4)/boot/initrd-2.6.37.2-desktop-1.mga.img
  375. }
  376. menuentry "2.6.37.3-desktop-1.mga (on /dev/sdb5)" {
  377. insmod ext2
  378. set root='(hd1,5)'
  379. search --no-floppy --fs-uuid --set 521927d2-e454-4135-b9c4-1d4827f4651f
  380. linux /boot/vmlinuz-2.6.37.3-desktop-1.mga BOOT_IMAGE=2.6.37.3-desktop-1.mga root=UUID=521927d2-e454-4135-b9c4-1d4827f4651f nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  381. initrd (hd1,4)/boot/initrd-2.6.37.3-desktop-1.mga.img
  382. }
  383. menuentry "2.6.37.4-desktop-1.mga (on /dev/sdb5)" {
  384. insmod ext2
  385. set root='(hd1,5)'
  386. search --no-floppy --fs-uuid --set 521927d2-e454-4135-b9c4-1d4827f4651f
  387. linux /boot/vmlinuz-2.6.37.4-desktop-1.mga BOOT_IMAGE=2.6.37.4-desktop-1.mga root=UUID=521927d2-e454-4135-b9c4-1d4827f4651f nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  388. initrd (hd1,4)/boot/initrd-2.6.37.4-desktop-1.mga.img
  389. }
  390. menuentry "2.6.38.2-desktop-1.mga (on /dev/sdb5)" {
  391. insmod ext2
  392. set root='(hd1,5)'
  393. search --no-floppy --fs-uuid --set 521927d2-e454-4135-b9c4-1d4827f4651f
  394. linux /boot/vmlinuz-2.6.38.2-desktop-1.mga BOOT_IMAGE=2.6.38.2-desktop-1.mga root=UUID=521927d2-e454-4135-b9c4-1d4827f4651f nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  395. initrd (hd1,4)/boot/initrd-2.6.38.2-desktop-1.mga.img
  396. }
  397. menuentry "2.6.38.2-1.mga (on /dev/sdb5)" {
  398. insmod ext2
  399. set root='(hd1,5)'
  400. search --no-floppy --fs-uuid --set 521927d2-e454-4135-b9c4-1d4827f4651f
  401. linux /boot/vmlinuz-2.6.38.2-1.mga BOOT_IMAGE=2.6.38.2-1.mga root=UUID=521927d2-e454-4135-b9c4-1d4827f4651f nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  402. initrd (hd1,4)/boot/initrd-2.6.38.2-1.mga.img
  403. }
  404. menuentry "2.6.38.2-desktop-2.mga (on /dev/sdb5)" {
  405. insmod ext2
  406. set root='(hd1,5)'
  407. search --no-floppy --fs-uuid --set 521927d2-e454-4135-b9c4-1d4827f4651f
  408. linux /boot/vmlinuz-2.6.38.2-desktop-2.mga BOOT_IMAGE=2.6.38.2-desktop-2.mga root=UUID=521927d2-e454-4135-b9c4-1d4827f4651f nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  409. initrd (hd1,4)/boot/initrd-2.6.38.2-desktop-2.mga.img
  410. }
  411. menuentry "2.6.38.2-desktop-4.mga (on /dev/sdb5)" {
  412. insmod ext2
  413. set root='(hd1,5)'
  414. search --no-floppy --fs-uuid --set 521927d2-e454-4135-b9c4-1d4827f4651f
  415. linux /boot/vmlinuz-2.6.38.2-desktop-4.mga BOOT_IMAGE=2.6.38.2-desktop-4.mga root=UUID=521927d2-e454-4135-b9c4-1d4827f4651f nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  416. initrd (hd1,4)/boot/initrd-2.6.38.2-desktop-4.mga.img
  417. }
  418. menuentry "desktop 2.6.38.3rc1-1.mga (on /dev/sdb5)" {
  419. insmod ext2
  420. set root='(hd1,5)'
  421. search --no-floppy --fs-uuid --set 521927d2-e454-4135-b9c4-1d4827f4651f
  422. linux /boot/vmlinuz-2.6.38.3-desktop-0.rc1.1.mga BOOT_IMAGE=desktop_2.6.38.3rc1-1.mga root=UUID=521927d2-e454-4135-b9c4-1d4827f4651f nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  423. initrd (hd1,4)/boot/initrd-2.6.38.3-desktop-0.rc1.1.mga.img
  424. }
  425. menuentry "2.6.38.3-desktop-1.mga (on /dev/sdb5)" {
  426. insmod ext2
  427. set root='(hd1,5)'
  428. search --no-floppy --fs-uuid --set 521927d2-e454-4135-b9c4-1d4827f4651f
  429. linux /boot/vmlinuz-2.6.38.3-desktop-1.mga BOOT_IMAGE=2.6.38.3-desktop-1.mga root=UUID=521927d2-e454-4135-b9c4-1d4827f4651f nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  430. initrd (hd1,4)/boot/initrd-2.6.38.3-desktop-1.mga.img
  431. }
  432. menuentry "linux (on /dev/sdb7)" {
  433. insmod ext2
  434. set root='(hd1,7)'
  435. search --no-floppy --fs-uuid --set 9d93628f-b81a-4e6d-a436-173697556020
  436. linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=9d93628f-b81a-4e6d-a436-173697556020 resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  437. initrd (hd1,6)/boot/initrd.img
  438. }
  439. menuentry "linux-nonfb (on /dev/sdb7)" {
  440. insmod ext2
  441. set root='(hd1,7)'
  442. search --no-floppy --fs-uuid --set 9d93628f-b81a-4e6d-a436-173697556020
  443. linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=9d93628f-b81a-4e6d-a436-173697556020 resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8
  444. initrd (hd1,6)/boot/initrd.img
  445. }
  446. menuentry "failsafe (on /dev/sdb7)" {
  447. insmod ext2
  448. set root='(hd1,7)'
  449. search --no-floppy --fs-uuid --set 9d93628f-b81a-4e6d-a436-173697556020
  450. linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=9d93628f-b81a-4e6d-a436-173697556020 failsafe
  451. initrd (hd1,6)/boot/initrd.img
  452. }
  453. menuentry "linux (on /dev/sdb8)" {
  454. insmod ext2
  455. set root='(hd1,8)'
  456. search --no-floppy --fs-uuid --set 968766d9-1e62-4ddf-9902-8ba228b26763
  457. linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=968766d9-1e62-4ddf-9902-8ba228b26763 nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  458. initrd (hd1,7)/boot/initrd.img
  459. }
  460. menuentry "linux-nonfb (on /dev/sdb8)" {
  461. insmod ext2
  462. set root='(hd1,8)'
  463. search --no-floppy --fs-uuid --set 968766d9-1e62-4ddf-9902-8ba228b26763
  464. linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=968766d9-1e62-4ddf-9902-8ba228b26763 nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8
  465. initrd (hd1,7)/boot/initrd.img
  466. }
  467. menuentry "failsafe (on /dev/sdb8)" {
  468. insmod ext2
  469. set root='(hd1,8)'
  470. search --no-floppy --fs-uuid --set 968766d9-1e62-4ddf-9902-8ba228b26763
  471. linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=968766d9-1e62-4ddf-9902-8ba228b26763 failsafe nokmsboot
  472. initrd (hd1,7)/boot/initrd.img
  473. }
  474. menuentry "2.6.38.2-desktop-2.mga (on /dev/sdb8)" {
  475. insmod ext2
  476. set root='(hd1,8)'
  477. search --no-floppy --fs-uuid --set 968766d9-1e62-4ddf-9902-8ba228b26763
  478. linux /boot/vmlinuz-2.6.38.2-desktop-2.mga BOOT_IMAGE=2.6.38.2-desktop-2.mga root=UUID=968766d9-1e62-4ddf-9902-8ba228b26763 nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  479. initrd (hd1,7)/boot/initrd-2.6.38.2-desktop-2.mga.img
  480. }
  481. menuentry "2.6.38.2-desktop-4.mga (on /dev/sdb8)" {
  482. insmod ext2
  483. set root='(hd1,8)'
  484. search --no-floppy --fs-uuid --set 968766d9-1e62-4ddf-9902-8ba228b26763
  485. linux /boot/vmlinuz-2.6.38.2-desktop-4.mga BOOT_IMAGE=2.6.38.2-desktop-4.mga root=UUID=968766d9-1e62-4ddf-9902-8ba228b26763 nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  486. initrd (hd1,7)/boot/initrd-2.6.38.2-desktop-4.mga.img
  487. }
  488. menuentry "2.6.38.4-desktop-1.mga (on /dev/sdb8)" {
  489. insmod ext2
  490. set root='(hd1,8)'
  491. search --no-floppy --fs-uuid --set 968766d9-1e62-4ddf-9902-8ba228b26763
  492. linux /boot/vmlinuz-2.6.38.4-desktop-1.mga BOOT_IMAGE=2.6.38.4-desktop-1.mga root=UUID=968766d9-1e62-4ddf-9902-8ba228b26763 nokmsboot resume=UUID=1097bb8c-3820-4b3a-b796-b417c9aa56d8 splash=silent vga=788
  493. initrd (hd1,7)/boot/initrd-2.6.38.4-desktop-1.mga.img
  494. }
  495. menuentry "linux (on /dev/sdb9)" {
  496. insmod ext2
  497. set root='(hd1,9)'
  498. search --no-floppy --fs-uuid --set 895ffeba-025e-4126-b02a-f44fb6fd3ba3
  499. linux /boot/vmlinuz BOOT_IMAGE=linux root=LABEL=2010_0_root resume=LABEL=swap_main
  500. initrd (hd0,12)/boot/initrd.img
  501. }
  502. menuentry "failsafe (on /dev/sdb9)" {
  503. insmod ext2
  504. set root='(hd1,9)'
  505. search --no-floppy --fs-uuid --set 895ffeba-025e-4126-b02a-f44fb6fd3ba3
  506. linux /boot/vmlinuz BOOT_IMAGE=failsafe root=LABEL=2010_0_root failsafe
  507. initrd (hd0,12)/boot/initrd.img
  508. }
  509. menuentry "desktop 2.6.31.12-1mnb (on /dev/sdb9)" {
  510. insmod ext2
  511. set root='(hd1,9)'
  512. search --no-floppy --fs-uuid --set 895ffeba-025e-4126-b02a-f44fb6fd3ba3
  513. linux /boot/vmlinuz-2.6.31.12-desktop-1mnb BOOT_IMAGE=desktop_2.6.31.12-1mnb root=LABEL=2010_0_root resume=LABEL=swap_main
  514. initrd (hd0,12)/boot/initrd-2.6.31.12-desktop-1mnb.img
  515. }
  516. menuentry "desktop 2.6.31.12-3mnb (on /dev/sdb9)" {
  517. insmod ext2
  518. set root='(hd1,9)'
  519. search --no-floppy --fs-uuid --set 895ffeba-025e-4126-b02a-f44fb6fd3ba3
  520. linux /boot/vmlinuz-2.6.31.12-desktop-3mnb BOOT_IMAGE=desktop_2.6.31.12-3mnb root=LABEL=2010_0_root resume=LABEL=swap_main
  521. initrd (hd0,12)/boot/initrd-2.6.31.12-desktop-3mnb.img
  522. }
  523. menuentry "desktop 2.6.31.13-1mnb (on /dev/sdb9)" {
  524. insmod ext2
  525. set root='(hd1,9)'
  526. search --no-floppy --fs-uuid --set 895ffeba-025e-4126-b02a-f44fb6fd3ba3
  527. linux /boot/vmlinuz-2.6.31.13-desktop-1mnb BOOT_IMAGE=desktop_2.6.31.13-1mnb root=LABEL=2010_0_root resume=LABEL=swap_main
  528. initrd (hd0,12)/boot/initrd-2.6.31.13-desktop-1mnb.img
  529. }
  530. ### END /etc/grub.d/30_os-prober ###
  531.  
  532. ### BEGIN /etc/grub.d/40_custom ###
  533. # This file provides an easy way to add custom menu entries. Simply type the
  534. # menu entries you want to add after this comment. Be careful not to change
  535. # the 'exec tail' line above.
  536. ### END /etc/grub.d/40_custom ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement