1. Boot Info Script 0.61.full + Boot-Repair extra info [Boot-Info November 20th 2012]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. in partition 1 for (,msdos1)/boot/grub.
  6. sda1: __________________________________________________________________________
  7. File system: ext4
  8. Boot sector type: -
  9. Boot sector info:
  10. Operating System: Ubuntu 13.04
  11. Boot files: /boot/grub/grub.cfg /etc/fstab
  12. /boot/grub/i386-pc/core.img
  13. sda2: __________________________________________________________________________
  14. File system: Extended Partition
  15. Boot sector type: -
  16. Boot sector info:
  17. sda5: __________________________________________________________________________
  18. File system: swap
  19. Boot sector type: -
  20. Boot sector info:
  21. sda6: __________________________________________________________________________
  22. File system: ext4
  23. Boot sector type: -
  24. Boot sector info:
  25. Operating System:
  26. Boot files:
  27. ============================ Drive/Partition Info: =============================
  28. Drive: sda _____________________________________________________________________
  29. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  30. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  31. Units = sectors of 1 * 512 = 512 bytes
  32. Sector size (logical/physical): 512 bytes / 512 bytes
  33. Partition Boot Start Sector End Sector # of Sectors Id System
  34. /dev/sda1 * 2,048 117,186,559 117,184,512 83 Linux
  35. /dev/sda2 117,188,606 488,394,751 371,206,146 5 Extended
  36. /dev/sda5 117,188,608 128,905,215 11,716,608 82 Linux swap / Solaris
  37. /dev/sda6 128,907,264 488,394,751 359,487,488 83 Linux
  38. "blkid" output: ________________________________________________________________
  39. Device UUID TYPE LABEL
  40. /dev/loop0 squashfs
  41. /dev/sda1 8a7cd14e-0f04-4a44-a082-727dadf14f2e ext4
  42. /dev/sda5 51097c9e-1e35-491f-9e08-46ccca43f372 swap
  43. /dev/sda6 70843d4f-2de4-4cc2-a85b-1c799a1f78c7 ext4
  44. ================================ Mount points: =================================
  45. Device Mount_Point Type Options
  46. /dev/sr0 /live/image iso9660 (ro,noatime)
  47. =========================== sda1/boot/grub/grub.cfg: ===========================
  48. --------------------------------------------------------------------------------
  49. #
  50. # DO NOT EDIT THIS FILE
  51. #
  52. # It is automatically generated by grub-mkconfig using templates
  53. # from /etc/grub.d and settings from /etc/default/grub
  54. #
  55. ### BEGIN /etc/grub.d/00_header ###
  56. if [ -s $prefix/grubenv ]; then
  57. set have_grubenv=true
  58. load_env
  59. fi
  60. set default="0"
  61. if [ x"${feature_menuentry_id}" = xy ]; then
  62. menuentry_id_option="--id"
  63. else
  64. menuentry_id_option=""
  65. fi
  66. export menuentry_id_option
  67. if [ "${prev_saved_entry}" ]; then
  68. set saved_entry="${prev_saved_entry}"
  69. save_env saved_entry
  70. set prev_saved_entry=
  71. save_env prev_saved_entry
  72. set boot_once=true
  73. fi
  74. function savedefault {
  75. if [ -z "${boot_once}" ]; then
  76. saved_entry="${chosen}"
  77. save_env saved_entry
  78. fi
  79. }
  80. function recordfail {
  81. set recordfail=1
  82. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  83. }
  84. function load_video {
  85. if [ x$feature_all_video_module = xy ]; then
  86. insmod all_video
  87. else
  88. insmod efi_gop
  89. insmod efi_uga
  90. insmod ieee1275_fb
  91. insmod vbe
  92. insmod vga
  93. insmod video_bochs
  94. insmod video_cirrus
  95. fi
  96. }
  97. if [ x$feature_default_font_path = xy ] ; then
  98. font=unicode
  99. else
  100. insmod part_msdos
  101. insmod ext2
  102. set root='hd0,msdos1'
  103. if [ x$feature_platform_search_hint = xy ]; then
  104. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  105. else
  106. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  107. fi
  108. font="/usr/share/grub/unicode.pf2"
  109. fi
  110. if loadfont $font ; then
  111. set gfxmode=auto
  112. load_video
  113. insmod gfxterm
  114. set locale_dir=$prefix/locale
  115. set lang=en_US
  116. insmod gettext
  117. fi
  118. terminal_output gfxterm
  119. if [ "${recordfail}" = 1 ]; then
  120. set timeout=10
  121. else
  122. set timeout=10
  123. fi
  124. ### END /etc/grub.d/00_header ###
  125. ### BEGIN /etc/grub.d/05_debian_theme ###
  126. set menu_color_normal=white/black
  127. set menu_color_highlight=black/light-gray
  128. if background_color 44,0,30; then
  129. clear
  130. fi
  131. ### END /etc/grub.d/05_debian_theme ###
  132. ### BEGIN /etc/grub.d/10_linux ###
  133. function gfxmode {
  134. set gfxpayload="${1}"
  135. if [ "${1}" = "keep" ]; then
  136. set vt_handoff=vt.handoff=7
  137. else
  138. set vt_handoff=
  139. fi
  140. }
  141. if [ "${recordfail}" != 1 ]; then
  142. if [ -e ${prefix}/gfxblacklist.txt ]; then
  143. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  144. if [ ${match} = 0 ]; then
  145. set linux_gfx_mode=keep
  146. else
  147. set linux_gfx_mode=text
  148. fi
  149. else
  150. set linux_gfx_mode=text
  151. fi
  152. else
  153. set linux_gfx_mode=keep
  154. fi
  155. else
  156. set linux_gfx_mode=text
  157. fi
  158. export linux_gfx_mode
  159. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  160. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  161. recordfail
  162. gfxmode $linux_gfx_mode
  163. insmod gzio
  164. insmod part_msdos
  165. insmod ext2
  166. set root='hd0,msdos1'
  167. if [ x$feature_platform_search_hint = xy ]; then
  168. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  169. else
  170. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  171. fi
  172. linux /boot/vmlinuz-3.5.0-27-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  173. initrd /boot/initrd.img-3.5.0-27-generic
  174. }
  175. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  176. menuentry 'Ubuntu, with Linux 3.5.0-27-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-27-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  177. recordfail
  178. gfxmode $linux_gfx_mode
  179. insmod gzio
  180. insmod part_msdos
  181. insmod ext2
  182. set root='hd0,msdos1'
  183. if [ x$feature_platform_search_hint = xy ]; then
  184. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  185. else
  186. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  187. fi
  188. echo 'Loading Linux 3.5.0-27-generic ...'
  189. linux /boot/vmlinuz-3.5.0-27-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  190. echo 'Loading initial ramdisk ...'
  191. initrd /boot/initrd.img-3.5.0-27-generic
  192. }
  193. menuentry 'Ubuntu, with Linux 3.5.0-27-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-27-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  194. recordfail
  195. insmod gzio
  196. insmod part_msdos
  197. insmod ext2
  198. set root='hd0,msdos1'
  199. if [ x$feature_platform_search_hint = xy ]; then
  200. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  201. else
  202. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  203. fi
  204. echo 'Loading Linux 3.5.0-27-generic ...'
  205. linux /boot/vmlinuz-3.5.0-27-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  206. echo 'Loading initial ramdisk ...'
  207. initrd /boot/initrd.img-3.5.0-27-generic
  208. }
  209. menuentry 'Ubuntu, with Linux 3.5.0-26-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-26-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  210. recordfail
  211. gfxmode $linux_gfx_mode
  212. insmod gzio
  213. insmod part_msdos
  214. insmod ext2
  215. set root='hd0,msdos1'
  216. if [ x$feature_platform_search_hint = xy ]; then
  217. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  218. else
  219. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  220. fi
  221. echo 'Loading Linux 3.5.0-26-generic ...'
  222. linux /boot/vmlinuz-3.5.0-26-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  223. echo 'Loading initial ramdisk ...'
  224. initrd /boot/initrd.img-3.5.0-26-generic
  225. }
  226. menuentry 'Ubuntu, with Linux 3.5.0-26-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-26-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  227. recordfail
  228. insmod gzio
  229. insmod part_msdos
  230. insmod ext2
  231. set root='hd0,msdos1'
  232. if [ x$feature_platform_search_hint = xy ]; then
  233. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  234. else
  235. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  236. fi
  237. echo 'Loading Linux 3.5.0-26-generic ...'
  238. linux /boot/vmlinuz-3.5.0-26-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  239. echo 'Loading initial ramdisk ...'
  240. initrd /boot/initrd.img-3.5.0-26-generic
  241. }
  242. menuentry 'Ubuntu, with Linux 3.5.0-25-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-25-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  243. recordfail
  244. gfxmode $linux_gfx_mode
  245. insmod gzio
  246. insmod part_msdos
  247. insmod ext2
  248. set root='hd0,msdos1'
  249. if [ x$feature_platform_search_hint = xy ]; then
  250. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  251. else
  252. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  253. fi
  254. echo 'Loading Linux 3.5.0-25-generic ...'
  255. linux /boot/vmlinuz-3.5.0-25-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  256. echo 'Loading initial ramdisk ...'
  257. initrd /boot/initrd.img-3.5.0-25-generic
  258. }
  259. menuentry 'Ubuntu, with Linux 3.5.0-25-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-25-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  260. recordfail
  261. insmod gzio
  262. insmod part_msdos
  263. insmod ext2
  264. set root='hd0,msdos1'
  265. if [ x$feature_platform_search_hint = xy ]; then
  266. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  267. else
  268. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  269. fi
  270. echo 'Loading Linux 3.5.0-25-generic ...'
  271. linux /boot/vmlinuz-3.5.0-25-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  272. echo 'Loading initial ramdisk ...'
  273. initrd /boot/initrd.img-3.5.0-25-generic
  274. }
  275. menuentry 'Ubuntu, with Linux 3.5.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-24-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  276. recordfail
  277. gfxmode $linux_gfx_mode
  278. insmod gzio
  279. insmod part_msdos
  280. insmod ext2
  281. set root='hd0,msdos1'
  282. if [ x$feature_platform_search_hint = xy ]; then
  283. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  284. else
  285. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  286. fi
  287. echo 'Loading Linux 3.5.0-24-generic ...'
  288. linux /boot/vmlinuz-3.5.0-24-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  289. echo 'Loading initial ramdisk ...'
  290. initrd /boot/initrd.img-3.5.0-24-generic
  291. }
  292. menuentry 'Ubuntu, with Linux 3.5.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-24-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  293. recordfail
  294. insmod gzio
  295. insmod part_msdos
  296. insmod ext2
  297. set root='hd0,msdos1'
  298. if [ x$feature_platform_search_hint = xy ]; then
  299. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  300. else
  301. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  302. fi
  303. echo 'Loading Linux 3.5.0-24-generic ...'
  304. linux /boot/vmlinuz-3.5.0-24-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  305. echo 'Loading initial ramdisk ...'
  306. initrd /boot/initrd.img-3.5.0-24-generic
  307. }
  308. menuentry 'Ubuntu, with Linux 3.5.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-23-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  309. recordfail
  310. gfxmode $linux_gfx_mode
  311. insmod gzio
  312. insmod part_msdos
  313. insmod ext2
  314. set root='hd0,msdos1'
  315. if [ x$feature_platform_search_hint = xy ]; then
  316. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  317. else
  318. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  319. fi
  320. echo 'Loading Linux 3.5.0-23-generic ...'
  321. linux /boot/vmlinuz-3.5.0-23-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  322. echo 'Loading initial ramdisk ...'
  323. initrd /boot/initrd.img-3.5.0-23-generic
  324. }
  325. menuentry 'Ubuntu, with Linux 3.5.0-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-23-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  326. recordfail
  327. insmod gzio
  328. insmod part_msdos
  329. insmod ext2
  330. set root='hd0,msdos1'
  331. if [ x$feature_platform_search_hint = xy ]; then
  332. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  333. else
  334. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  335. fi
  336. echo 'Loading Linux 3.5.0-23-generic ...'
  337. linux /boot/vmlinuz-3.5.0-23-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  338. echo 'Loading initial ramdisk ...'
  339. initrd /boot/initrd.img-3.5.0-23-generic
  340. }
  341. menuentry 'Ubuntu, with Linux 3.5.0-22-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-22-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  342. recordfail
  343. gfxmode $linux_gfx_mode
  344. insmod gzio
  345. insmod part_msdos
  346. insmod ext2
  347. set root='hd0,msdos1'
  348. if [ x$feature_platform_search_hint = xy ]; then
  349. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  350. else
  351. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  352. fi
  353. echo 'Loading Linux 3.5.0-22-generic ...'
  354. linux /boot/vmlinuz-3.5.0-22-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  355. echo 'Loading initial ramdisk ...'
  356. initrd /boot/initrd.img-3.5.0-22-generic
  357. }
  358. menuentry 'Ubuntu, with Linux 3.5.0-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-22-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  359. recordfail
  360. insmod gzio
  361. insmod part_msdos
  362. insmod ext2
  363. set root='hd0,msdos1'
  364. if [ x$feature_platform_search_hint = xy ]; then
  365. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  366. else
  367. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  368. fi
  369. echo 'Loading Linux 3.5.0-22-generic ...'
  370. linux /boot/vmlinuz-3.5.0-22-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  371. echo 'Loading initial ramdisk ...'
  372. initrd /boot/initrd.img-3.5.0-22-generic
  373. }
  374. menuentry 'Ubuntu, with Linux 3.5.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-21-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  375. recordfail
  376. gfxmode $linux_gfx_mode
  377. insmod gzio
  378. insmod part_msdos
  379. insmod ext2
  380. set root='hd0,msdos1'
  381. if [ x$feature_platform_search_hint = xy ]; then
  382. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  383. else
  384. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  385. fi
  386. echo 'Loading Linux 3.5.0-21-generic ...'
  387. linux /boot/vmlinuz-3.5.0-21-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  388. echo 'Loading initial ramdisk ...'
  389. initrd /boot/initrd.img-3.5.0-21-generic
  390. }
  391. menuentry 'Ubuntu, with Linux 3.5.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-21-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  392. recordfail
  393. insmod gzio
  394. insmod part_msdos
  395. insmod ext2
  396. set root='hd0,msdos1'
  397. if [ x$feature_platform_search_hint = xy ]; then
  398. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  399. else
  400. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  401. fi
  402. echo 'Loading Linux 3.5.0-21-generic ...'
  403. linux /boot/vmlinuz-3.5.0-21-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  404. echo 'Loading initial ramdisk ...'
  405. initrd /boot/initrd.img-3.5.0-21-generic
  406. }
  407. menuentry 'Ubuntu, with Linux 3.0.0-19-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.0-19-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  408. recordfail
  409. gfxmode $linux_gfx_mode
  410. insmod gzio
  411. insmod part_msdos
  412. insmod ext2
  413. set root='hd0,msdos1'
  414. if [ x$feature_platform_search_hint = xy ]; then
  415. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  416. else
  417. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  418. fi
  419. echo 'Loading Linux 3.0.0-19-generic ...'
  420. linux /boot/vmlinuz-3.0.0-19-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  421. echo 'Loading initial ramdisk ...'
  422. initrd /boot/initrd.img-3.0.0-19-generic
  423. }
  424. menuentry 'Ubuntu, with Linux 3.0.0-19-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.0-19-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  425. recordfail
  426. insmod gzio
  427. insmod part_msdos
  428. insmod ext2
  429. set root='hd0,msdos1'
  430. if [ x$feature_platform_search_hint = xy ]; then
  431. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  432. else
  433. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  434. fi
  435. echo 'Loading Linux 3.0.0-19-generic ...'
  436. linux /boot/vmlinuz-3.0.0-19-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  437. echo 'Loading initial ramdisk ...'
  438. initrd /boot/initrd.img-3.0.0-19-generic
  439. }
  440. menuentry 'Ubuntu, with Linux 3.0.0-17-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.0-17-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  441. recordfail
  442. gfxmode $linux_gfx_mode
  443. insmod gzio
  444. insmod part_msdos
  445. insmod ext2
  446. set root='hd0,msdos1'
  447. if [ x$feature_platform_search_hint = xy ]; then
  448. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  449. else
  450. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  451. fi
  452. echo 'Loading Linux 3.0.0-17-generic ...'
  453. linux /boot/vmlinuz-3.0.0-17-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  454. echo 'Loading initial ramdisk ...'
  455. initrd /boot/initrd.img-3.0.0-17-generic
  456. }
  457. menuentry 'Ubuntu, with Linux 3.0.0-17-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.0-17-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  458. recordfail
  459. insmod gzio
  460. insmod part_msdos
  461. insmod ext2
  462. set root='hd0,msdos1'
  463. if [ x$feature_platform_search_hint = xy ]; then
  464. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  465. else
  466. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  467. fi
  468. echo 'Loading Linux 3.0.0-17-generic ...'
  469. linux /boot/vmlinuz-3.0.0-17-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  470. echo 'Loading initial ramdisk ...'
  471. initrd /boot/initrd.img-3.0.0-17-generic
  472. }
  473. menuentry 'Ubuntu, with Linux 3.0.0-16-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.0-16-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  474. recordfail
  475. gfxmode $linux_gfx_mode
  476. insmod gzio
  477. insmod part_msdos
  478. insmod ext2
  479. set root='hd0,msdos1'
  480. if [ x$feature_platform_search_hint = xy ]; then
  481. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  482. else
  483. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  484. fi
  485. echo 'Loading Linux 3.0.0-16-generic ...'
  486. linux /boot/vmlinuz-3.0.0-16-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  487. echo 'Loading initial ramdisk ...'
  488. initrd /boot/initrd.img-3.0.0-16-generic
  489. }
  490. menuentry 'Ubuntu, with Linux 3.0.0-16-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.0-16-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  491. recordfail
  492. insmod gzio
  493. insmod part_msdos
  494. insmod ext2
  495. set root='hd0,msdos1'
  496. if [ x$feature_platform_search_hint = xy ]; then
  497. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  498. else
  499. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  500. fi
  501. echo 'Loading Linux 3.0.0-16-generic ...'
  502. linux /boot/vmlinuz-3.0.0-16-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  503. echo 'Loading initial ramdisk ...'
  504. initrd /boot/initrd.img-3.0.0-16-generic
  505. }
  506. menuentry 'Ubuntu, with Linux 3.0.0-15-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.0-15-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  507. recordfail
  508. gfxmode $linux_gfx_mode
  509. insmod gzio
  510. insmod part_msdos
  511. insmod ext2
  512. set root='hd0,msdos1'
  513. if [ x$feature_platform_search_hint = xy ]; then
  514. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  515. else
  516. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  517. fi
  518. echo 'Loading Linux 3.0.0-15-generic ...'
  519. linux /boot/vmlinuz-3.0.0-15-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  520. echo 'Loading initial ramdisk ...'
  521. initrd /boot/initrd.img-3.0.0-15-generic
  522. }
  523. menuentry 'Ubuntu, with Linux 3.0.0-15-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.0-15-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  524. recordfail
  525. insmod gzio
  526. insmod part_msdos
  527. insmod ext2
  528. set root='hd0,msdos1'
  529. if [ x$feature_platform_search_hint = xy ]; then
  530. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  531. else
  532. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  533. fi
  534. echo 'Loading Linux 3.0.0-15-generic ...'
  535. linux /boot/vmlinuz-3.0.0-15-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  536. echo 'Loading initial ramdisk ...'
  537. initrd /boot/initrd.img-3.0.0-15-generic
  538. }
  539. menuentry 'Ubuntu, with Linux 3.0.0-14-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.0-14-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  540. recordfail
  541. gfxmode $linux_gfx_mode
  542. insmod gzio
  543. insmod part_msdos
  544. insmod ext2
  545. set root='hd0,msdos1'
  546. if [ x$feature_platform_search_hint = xy ]; then
  547. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  548. else
  549. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  550. fi
  551. echo 'Loading Linux 3.0.0-14-generic ...'
  552. linux /boot/vmlinuz-3.0.0-14-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  553. echo 'Loading initial ramdisk ...'
  554. initrd /boot/initrd.img-3.0.0-14-generic
  555. }
  556. menuentry 'Ubuntu, with Linux 3.0.0-14-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.0-14-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  557. recordfail
  558. insmod gzio
  559. insmod part_msdos
  560. insmod ext2
  561. set root='hd0,msdos1'
  562. if [ x$feature_platform_search_hint = xy ]; then
  563. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  564. else
  565. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  566. fi
  567. echo 'Loading Linux 3.0.0-14-generic ...'
  568. linux /boot/vmlinuz-3.0.0-14-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  569. echo 'Loading initial ramdisk ...'
  570. initrd /boot/initrd.img-3.0.0-14-generic
  571. }
  572. menuentry 'Ubuntu, with Linux 3.0.0-13-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.0-13-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  573. recordfail
  574. gfxmode $linux_gfx_mode
  575. insmod gzio
  576. insmod part_msdos
  577. insmod ext2
  578. set root='hd0,msdos1'
  579. if [ x$feature_platform_search_hint = xy ]; then
  580. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  581. else
  582. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  583. fi
  584. echo 'Loading Linux 3.0.0-13-generic ...'
  585. linux /boot/vmlinuz-3.0.0-13-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  586. echo 'Loading initial ramdisk ...'
  587. initrd /boot/initrd.img-3.0.0-13-generic
  588. }
  589. menuentry 'Ubuntu, with Linux 3.0.0-13-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.0-13-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  590. recordfail
  591. insmod gzio
  592. insmod part_msdos
  593. insmod ext2
  594. set root='hd0,msdos1'
  595. if [ x$feature_platform_search_hint = xy ]; then
  596. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  597. else
  598. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  599. fi
  600. echo 'Loading Linux 3.0.0-13-generic ...'
  601. linux /boot/vmlinuz-3.0.0-13-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  602. echo 'Loading initial ramdisk ...'
  603. initrd /boot/initrd.img-3.0.0-13-generic
  604. }
  605. menuentry 'Ubuntu, with Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.0-12-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  606. recordfail
  607. gfxmode $linux_gfx_mode
  608. insmod gzio
  609. insmod part_msdos
  610. insmod ext2
  611. set root='hd0,msdos1'
  612. if [ x$feature_platform_search_hint = xy ]; then
  613. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  614. else
  615. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  616. fi
  617. echo 'Loading Linux 3.0.0-12-generic ...'
  618. linux /boot/vmlinuz-3.0.0-12-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  619. echo 'Loading initial ramdisk ...'
  620. initrd /boot/initrd.img-3.0.0-12-generic
  621. }
  622. menuentry 'Ubuntu, with Linux 3.0.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.0-12-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  623. recordfail
  624. insmod gzio
  625. insmod part_msdos
  626. insmod ext2
  627. set root='hd0,msdos1'
  628. if [ x$feature_platform_search_hint = xy ]; then
  629. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  630. else
  631. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  632. fi
  633. echo 'Loading Linux 3.0.0-12-generic ...'
  634. linux /boot/vmlinuz-3.0.0-12-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  635. echo 'Loading initial ramdisk ...'
  636. initrd /boot/initrd.img-3.0.0-12-generic
  637. }
  638. menuentry 'Ubuntu, with Linux 2.6.38-11-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.38-11-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  639. recordfail
  640. gfxmode $linux_gfx_mode
  641. insmod gzio
  642. insmod part_msdos
  643. insmod ext2
  644. set root='hd0,msdos1'
  645. if [ x$feature_platform_search_hint = xy ]; then
  646. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  647. else
  648. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  649. fi
  650. echo 'Loading Linux 2.6.38-11-generic ...'
  651. linux /boot/vmlinuz-2.6.38-11-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  652. echo 'Loading initial ramdisk ...'
  653. initrd /boot/initrd.img-2.6.38-11-generic
  654. }
  655. menuentry 'Ubuntu, with Linux 2.6.38-11-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.38-11-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  656. recordfail
  657. insmod gzio
  658. insmod part_msdos
  659. insmod ext2
  660. set root='hd0,msdos1'
  661. if [ x$feature_platform_search_hint = xy ]; then
  662. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  663. else
  664. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  665. fi
  666. echo 'Loading Linux 2.6.38-11-generic ...'
  667. linux /boot/vmlinuz-2.6.38-11-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  668. echo 'Loading initial ramdisk ...'
  669. initrd /boot/initrd.img-2.6.38-11-generic
  670. }
  671. menuentry 'Ubuntu, with Linux 2.6.32-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-32-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  672. recordfail
  673. gfxmode $linux_gfx_mode
  674. insmod gzio
  675. insmod part_msdos
  676. insmod ext2
  677. set root='hd0,msdos1'
  678. if [ x$feature_platform_search_hint = xy ]; then
  679. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  680. else
  681. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  682. fi
  683. echo 'Loading Linux 2.6.32-32-generic ...'
  684. linux /boot/vmlinuz-2.6.32-32-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  685. echo 'Loading initial ramdisk ...'
  686. initrd /boot/initrd.img-2.6.32-32-generic
  687. }
  688. menuentry 'Ubuntu, with Linux 2.6.32-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-32-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  689. recordfail
  690. insmod gzio
  691. insmod part_msdos
  692. insmod ext2
  693. set root='hd0,msdos1'
  694. if [ x$feature_platform_search_hint = xy ]; then
  695. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  696. else
  697. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  698. fi
  699. echo 'Loading Linux 2.6.32-32-generic ...'
  700. linux /boot/vmlinuz-2.6.32-32-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  701. echo 'Loading initial ramdisk ...'
  702. initrd /boot/initrd.img-2.6.32-32-generic
  703. }
  704. menuentry 'Ubuntu, with Linux 2.6.32-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-31-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  705. recordfail
  706. gfxmode $linux_gfx_mode
  707. insmod gzio
  708. insmod part_msdos
  709. insmod ext2
  710. set root='hd0,msdos1'
  711. if [ x$feature_platform_search_hint = xy ]; then
  712. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  713. else
  714. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  715. fi
  716. echo 'Loading Linux 2.6.32-31-generic ...'
  717. linux /boot/vmlinuz-2.6.32-31-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  718. echo 'Loading initial ramdisk ...'
  719. initrd /boot/initrd.img-2.6.32-31-generic
  720. }
  721. menuentry 'Ubuntu, with Linux 2.6.32-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-31-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  722. recordfail
  723. insmod gzio
  724. insmod part_msdos
  725. insmod ext2
  726. set root='hd0,msdos1'
  727. if [ x$feature_platform_search_hint = xy ]; then
  728. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  729. else
  730. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  731. fi
  732. echo 'Loading Linux 2.6.32-31-generic ...'
  733. linux /boot/vmlinuz-2.6.32-31-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  734. echo 'Loading initial ramdisk ...'
  735. initrd /boot/initrd.img-2.6.32-31-generic
  736. }
  737. menuentry 'Ubuntu, with Linux 2.6.32-30-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-30-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  738. recordfail
  739. gfxmode $linux_gfx_mode
  740. insmod gzio
  741. insmod part_msdos
  742. insmod ext2
  743. set root='hd0,msdos1'
  744. if [ x$feature_platform_search_hint = xy ]; then
  745. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  746. else
  747. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  748. fi
  749. echo 'Loading Linux 2.6.32-30-generic ...'
  750. linux /boot/vmlinuz-2.6.32-30-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  751. echo 'Loading initial ramdisk ...'
  752. initrd /boot/initrd.img-2.6.32-30-generic
  753. }
  754. menuentry 'Ubuntu, with Linux 2.6.32-30-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-30-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  755. recordfail
  756. insmod gzio
  757. insmod part_msdos
  758. insmod ext2
  759. set root='hd0,msdos1'
  760. if [ x$feature_platform_search_hint = xy ]; then
  761. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  762. else
  763. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  764. fi
  765. echo 'Loading Linux 2.6.32-30-generic ...'
  766. linux /boot/vmlinuz-2.6.32-30-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  767. echo 'Loading initial ramdisk ...'
  768. initrd /boot/initrd.img-2.6.32-30-generic
  769. }
  770. menuentry 'Ubuntu, with Linux 2.6.32-29-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-29-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  771. recordfail
  772. gfxmode $linux_gfx_mode
  773. insmod gzio
  774. insmod part_msdos
  775. insmod ext2
  776. set root='hd0,msdos1'
  777. if [ x$feature_platform_search_hint = xy ]; then
  778. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  779. else
  780. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  781. fi
  782. echo 'Loading Linux 2.6.32-29-generic ...'
  783. linux /boot/vmlinuz-2.6.32-29-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  784. echo 'Loading initial ramdisk ...'
  785. initrd /boot/initrd.img-2.6.32-29-generic
  786. }
  787. menuentry 'Ubuntu, with Linux 2.6.32-29-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-29-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  788. recordfail
  789. insmod gzio
  790. insmod part_msdos
  791. insmod ext2
  792. set root='hd0,msdos1'
  793. if [ x$feature_platform_search_hint = xy ]; then
  794. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  795. else
  796. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  797. fi
  798. echo 'Loading Linux 2.6.32-29-generic ...'
  799. linux /boot/vmlinuz-2.6.32-29-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  800. echo 'Loading initial ramdisk ...'
  801. initrd /boot/initrd.img-2.6.32-29-generic
  802. }
  803. menuentry 'Ubuntu, with Linux 2.6.32-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-28-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  804. recordfail
  805. gfxmode $linux_gfx_mode
  806. insmod gzio
  807. insmod part_msdos
  808. insmod ext2
  809. set root='hd0,msdos1'
  810. if [ x$feature_platform_search_hint = xy ]; then
  811. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  812. else
  813. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  814. fi
  815. echo 'Loading Linux 2.6.32-28-generic ...'
  816. linux /boot/vmlinuz-2.6.32-28-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  817. echo 'Loading initial ramdisk ...'
  818. initrd /boot/initrd.img-2.6.32-28-generic
  819. }
  820. menuentry 'Ubuntu, with Linux 2.6.32-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-28-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  821. recordfail
  822. insmod gzio
  823. insmod part_msdos
  824. insmod ext2
  825. set root='hd0,msdos1'
  826. if [ x$feature_platform_search_hint = xy ]; then
  827. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  828. else
  829. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  830. fi
  831. echo 'Loading Linux 2.6.32-28-generic ...'
  832. linux /boot/vmlinuz-2.6.32-28-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  833. echo 'Loading initial ramdisk ...'
  834. initrd /boot/initrd.img-2.6.32-28-generic
  835. }
  836. menuentry 'Ubuntu, with Linux 2.6.32-27-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-27-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  837. recordfail
  838. gfxmode $linux_gfx_mode
  839. insmod gzio
  840. insmod part_msdos
  841. insmod ext2
  842. set root='hd0,msdos1'
  843. if [ x$feature_platform_search_hint = xy ]; then
  844. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  845. else
  846. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  847. fi
  848. echo 'Loading Linux 2.6.32-27-generic ...'
  849. linux /boot/vmlinuz-2.6.32-27-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  850. echo 'Loading initial ramdisk ...'
  851. initrd /boot/initrd.img-2.6.32-27-generic
  852. }
  853. menuentry 'Ubuntu, with Linux 2.6.32-27-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-27-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  854. recordfail
  855. insmod gzio
  856. insmod part_msdos
  857. insmod ext2
  858. set root='hd0,msdos1'
  859. if [ x$feature_platform_search_hint = xy ]; then
  860. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  861. else
  862. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  863. fi
  864. echo 'Loading Linux 2.6.32-27-generic ...'
  865. linux /boot/vmlinuz-2.6.32-27-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  866. echo 'Loading initial ramdisk ...'
  867. initrd /boot/initrd.img-2.6.32-27-generic
  868. }
  869. menuentry 'Ubuntu, with Linux 2.6.32-25-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-25-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  870. recordfail
  871. gfxmode $linux_gfx_mode
  872. insmod gzio
  873. insmod part_msdos
  874. insmod ext2
  875. set root='hd0,msdos1'
  876. if [ x$feature_platform_search_hint = xy ]; then
  877. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  878. else
  879. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  880. fi
  881. echo 'Loading Linux 2.6.32-25-generic ...'
  882. linux /boot/vmlinuz-2.6.32-25-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  883. echo 'Loading initial ramdisk ...'
  884. initrd /boot/initrd.img-2.6.32-25-generic
  885. }
  886. menuentry 'Ubuntu, with Linux 2.6.32-25-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-25-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  887. recordfail
  888. insmod gzio
  889. insmod part_msdos
  890. insmod ext2
  891. set root='hd0,msdos1'
  892. if [ x$feature_platform_search_hint = xy ]; then
  893. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  894. else
  895. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  896. fi
  897. echo 'Loading Linux 2.6.32-25-generic ...'
  898. linux /boot/vmlinuz-2.6.32-25-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  899. echo 'Loading initial ramdisk ...'
  900. initrd /boot/initrd.img-2.6.32-25-generic
  901. }
  902. menuentry 'Ubuntu, with Linux 2.6.32-22-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-22-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  903. recordfail
  904. gfxmode $linux_gfx_mode
  905. insmod gzio
  906. insmod part_msdos
  907. insmod ext2
  908. set root='hd0,msdos1'
  909. if [ x$feature_platform_search_hint = xy ]; then
  910. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  911. else
  912. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  913. fi
  914. echo 'Loading Linux 2.6.32-22-generic ...'
  915. linux /boot/vmlinuz-2.6.32-22-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  916. echo 'Loading initial ramdisk ...'
  917. initrd /boot/initrd.img-2.6.32-22-generic
  918. }
  919. menuentry 'Ubuntu, with Linux 2.6.32-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-22-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  920. recordfail
  921. insmod gzio
  922. insmod part_msdos
  923. insmod ext2
  924. set root='hd0,msdos1'
  925. if [ x$feature_platform_search_hint = xy ]; then
  926. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  927. else
  928. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  929. fi
  930. echo 'Loading Linux 2.6.32-22-generic ...'
  931. linux /boot/vmlinuz-2.6.32-22-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  932. echo 'Loading initial ramdisk ...'
  933. initrd /boot/initrd.img-2.6.32-22-generic
  934. }
  935. menuentry 'Ubuntu, with Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-21-generic-advanced-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  936. recordfail
  937. gfxmode $linux_gfx_mode
  938. insmod gzio
  939. insmod part_msdos
  940. insmod ext2
  941. set root='hd0,msdos1'
  942. if [ x$feature_platform_search_hint = xy ]; then
  943. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  944. else
  945. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  946. fi
  947. echo 'Loading Linux 2.6.32-21-generic ...'
  948. linux /boot/vmlinuz-2.6.32-21-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro quiet splash $vt_handoff
  949. echo 'Loading initial ramdisk ...'
  950. initrd /boot/initrd.img-2.6.32-21-generic
  951. }
  952. menuentry 'Ubuntu, with Linux 2.6.32-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-21-generic-recovery-8a7cd14e-0f04-4a44-a082-727dadf14f2e' {
  953. recordfail
  954. insmod gzio
  955. insmod part_msdos
  956. insmod ext2
  957. set root='hd0,msdos1'
  958. if [ x$feature_platform_search_hint = xy ]; then
  959. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  960. else
  961. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  962. fi
  963. echo 'Loading Linux 2.6.32-21-generic ...'
  964. linux /boot/vmlinuz-2.6.32-21-generic root=UUID=8a7cd14e-0f04-4a44-a082-727dadf14f2e ro recovery nomodeset
  965. echo 'Loading initial ramdisk ...'
  966. initrd /boot/initrd.img-2.6.32-21-generic
  967. }
  968. }
  969. ### END /etc/grub.d/10_linux ###
  970. ### BEGIN /etc/grub.d/20_linux_xen ###
  971. ### END /etc/grub.d/20_linux_xen ###
  972. ### BEGIN /etc/grub.d/20_memtest86+ ###
  973. menuentry "Memory test (memtest86+)" {
  974. insmod part_msdos
  975. insmod ext2
  976. set root='hd0,msdos1'
  977. if [ x$feature_platform_search_hint = xy ]; then
  978. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  979. else
  980. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  981. fi
  982. linux16 /boot/memtest86+.bin
  983. }
  984. menuentry "Memory test (memtest86+, serial console 115200)" {
  985. insmod part_msdos
  986. insmod ext2
  987. set root='hd0,msdos1'
  988. if [ x$feature_platform_search_hint = xy ]; then
  989. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  990. else
  991. search --no-floppy --fs-uuid --set=root 8a7cd14e-0f04-4a44-a082-727dadf14f2e
  992. fi
  993. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  994. }
  995. ### END /etc/grub.d/20_memtest86+ ###
  996. ### BEGIN /etc/grub.d/30_os-prober ###
  997. ### END /etc/grub.d/30_os-prober ###
  998. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  999. ### END /etc/grub.d/30_uefi-firmware ###
  1000. ### BEGIN /etc/grub.d/40_custom ###
  1001. # This file provides an easy way to add custom menu entries. Simply type the
  1002. # menu entries you want to add after this comment. Be careful not to change
  1003. # the 'exec tail' line above.
  1004. ### END /etc/grub.d/40_custom ###
  1005. ### BEGIN /etc/grub.d/41_custom ###
  1006. if [ -f ${config_directory}/custom.cfg ]; then
  1007. source ${config_directory}/custom.cfg
  1008. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  1009. source $prefix/custom.cfg;
  1010. fi
  1011. ### END /etc/grub.d/41_custom ###
  1012. --------------------------------------------------------------------------------
  1013. =============================== sda1/etc/fstab: ================================
  1014. --------------------------------------------------------------------------------
  1015. # /etc/fstab: static file system information.
  1016. #
  1017. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  1018. # for a device; this may be used with UUID= as a more robust way to name
  1019. # devices that works even if disks are added and removed. See fstab(5).
  1020. #
  1021. # <file system> <mount point> <type> <options> <dump> <pass>
  1022. proc /proc proc nodev,noexec,nosuid 0 0
  1023. /dev/sda1 / ext4 errors=remount-ro 0 1
  1024. # /home was on /dev/sda6 during installation
  1025. UUID=70843d4f-2de4-4cc2-a85b-1c799a1f78c7 /home ext4 defaults 0 2
  1026. # swap was on /dev/sda5 during installation
  1027. UUID=51097c9e-1e35-491f-9e08-46ccca43f372 none swap sw 0 0
  1028. --------------------------------------------------------------------------------
  1029. =================== sda1: Location of files loaded by Grub: ====================
  1030. GiB - GB File Fragment(s)
  1031. ?? = ?? boot/grub/grub.cfg 1
  1032. ?? = ?? boot/initrd.img-2.6.32-21-generic 1
  1033. ?? = ?? boot/initrd.img-2.6.32-22-generic 1
  1034. ?? = ?? boot/initrd.img-2.6.32-25-generic 1
  1035. ?? = ?? boot/initrd.img-2.6.32-27-generic 1
  1036. ?? = ?? boot/initrd.img-2.6.32-28-generic 1
  1037. ?? = ?? boot/initrd.img-2.6.32-29-generic 1
  1038. ?? = ?? boot/initrd.img-2.6.32-30-generic 1
  1039. ?? = ?? boot/initrd.img-2.6.32-31-generic 2
  1040. ?? = ?? boot/initrd.img-2.6.32-32-generic 2
  1041. ?? = ?? boot/initrd.img-2.6.38-11-generic 2
  1042. ?? = ?? boot/initrd.img-3.0.0-12-generic 3
  1043. ?? = ?? boot/initrd.img-3.0.0-13-generic 2
  1044. ?? = ?? boot/initrd.img-3.0.0-14-generic 2
  1045. ?? = ?? boot/initrd.img-3.0.0-15-generic 2
  1046. ?? = ?? boot/initrd.img-3.0.0-16-generic 2
  1047. ?? = ?? boot/initrd.img-3.0.0-17-generic 2
  1048. ?? = ?? boot/initrd.img-3.0.0-19-generic 2
  1049. ?? = ?? boot/initrd.img-3.5.0-21-generic 3
  1050. ?? = ?? boot/initrd.img-3.5.0-22-generic 1
  1051. ?? = ?? boot/initrd.img-3.5.0-23-generic 1
  1052. ?? = ?? boot/initrd.img-3.5.0-24-generic 2
  1053. ?? = ?? boot/initrd.img-3.5.0-25-generic 2
  1054. ?? = ?? boot/initrd.img-3.5.0-26-generic 2
  1055. ?? = ?? boot/initrd.img-3.5.0-27-generic 2
  1056. ?? = ?? boot/vmlinuz-2.6.32-21-generic 1
  1057. ?? = ?? boot/vmlinuz-2.6.32-22-generic 1
  1058. ?? = ?? boot/vmlinuz-2.6.32-25-generic 1
  1059. ?? = ?? boot/vmlinuz-2.6.32-27-generic 1
  1060. ?? = ?? boot/vmlinuz-2.6.32-28-generic 1
  1061. ?? = ?? boot/vmlinuz-2.6.32-29-generic 1
  1062. ?? = ?? boot/vmlinuz-2.6.32-30-generic 1
  1063. ?? = ?? boot/vmlinuz-2.6.32-31-generic 1
  1064. ?? = ?? boot/vmlinuz-2.6.32-32-generic 1
  1065. ?? = ?? boot/vmlinuz-2.6.38-11-generic 2
  1066. ?? = ?? boot/vmlinuz-3.0.0-12-generic 1
  1067. ?? = ?? boot/vmlinuz-3.0.0-13-generic 1
  1068. ?? = ?? boot/vmlinuz-3.0.0-14-generic 1
  1069. ?? = ?? boot/vmlinuz-3.0.0-15-generic 2
  1070. ?? = ?? boot/vmlinuz-3.0.0-16-generic 2
  1071. ?? = ?? boot/vmlinuz-3.0.0-17-generic 1
  1072. ?? = ?? boot/vmlinuz-3.0.0-19-generic 1
  1073. ?? = ?? boot/vmlinuz-3.5.0-21-generic 1
  1074. ?? = ?? boot/vmlinuz-3.5.0-22-generic 1
  1075. ?? = ?? boot/vmlinuz-3.5.0-23-generic 1
  1076. ?? = ?? boot/vmlinuz-3.5.0-24-generic 2
  1077. ?? = ?? boot/vmlinuz-3.5.0-25-generic 1
  1078. ?? = ?? boot/vmlinuz-3.5.0-26-generic 2
  1079. ?? = ?? boot/vmlinuz-3.5.0-27-generic 2
  1080. ?? = ?? initrd.img 2
  1081. ?? = ?? vmlinuz 2
  1082. ?? = ?? vmlinuz.old 2
  1083. =============================== StdErr Messages: ===============================
  1084. cat: write error: Broken pipe
  1085. File descriptor 7 (pipe:[5518]) leaked on lvscan invocation. Parent PID 14075: bash
  1086. File descriptor 8 (pipe:[5518]) leaked on lvscan invocation. Parent PID 14075: bash
  1087. No volume groups found
  1088. mdadm: No arrays found in config file or automatically
  1089. ADDITIONAL INFORMATION :
  1090. =================== log of boot-repair 2013-05-01__14h57 ===================
  1091. boot-repair version : 3.195~ppa11~lucid
  1092. boot-sav version : 3.195~ppa11~lucid
  1093. glade2script-gtk2 version : 3.2.2~ppa45~lucid
  1094. boot-sav-extra version : 3.195~ppa11~lucid
  1095. File descriptor 7 (pipe:[5518]) leaked on lvs invocation. Parent PID 3437: /bin/sh
  1096. File descriptor 8 (pipe:[5518]) leaked on lvs invocation. Parent PID 3437: /bin/sh
  1097. No volume groups found
  1098. boot-repair is executed in live-session (Boot-Repair-Disk 29nov2012, squeeze, Debian, i686)
  1099. CPU op-mode(s): 32-bit, 64-bit
  1100. initrd=/live/initrd.img boot=live config quiet BOOT_IMAGE=/live/vmlinuz
  1101. =================== os-prober:
  1102. /dev/sda1:Ubuntu 13.04 (13.04):Ubuntu:linux
  1103. =================== blkid:
  1104. /dev/sda1: UUID="8a7cd14e-0f04-4a44-a082-727dadf14f2e" TYPE="ext4"
  1105. /dev/sda5: UUID="51097c9e-1e35-491f-9e08-46ccca43f372" TYPE="swap"
  1106. /dev/sda6: UUID="70843d4f-2de4-4cc2-a85b-1c799a1f78c7" TYPE="ext4"
  1107. /dev/loop0: TYPE="squashfs"
  1108. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  1109. Warning: extended partition does not start at a cylinder boundary.
  1110. DOS and Linux will interpret the contents differently.
  1111. =================== sda1/etc/default/grub :
  1112. # If you change this file, run 'update-grub' afterwards to update
  1113. # /boot/grub/grub.cfg.
  1114. # For full documentation of the options in this file, see:
  1115. # info -f grub -n 'Simple configuration'
  1116. GRUB_DEFAULT=0
  1117. #GRUB_HIDDEN_TIMEOUT=0
  1118. GRUB_HIDDEN_TIMEOUT_QUIET=true
  1119. GRUB_TIMEOUT=10
  1120. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  1121. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  1122. GRUB_CMDLINE_LINUX=""
  1123. # Uncomment to enable BadRAM filtering, modify to suit your needs
  1124. # This works with Linux (no patch required) and with any kernel that obtains
  1125. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  1126. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  1127. # Uncomment to disable graphical terminal (grub-pc only)
  1128. #GRUB_TERMINAL=console
  1129. # The resolution used on graphical terminal
  1130. # note that you can use only modes which your graphic card supports via VBE
  1131. # you can see them in real GRUB with the command `vbeinfo'
  1132. #GRUB_GFXMODE=640x480
  1133. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  1134. #GRUB_DISABLE_LINUX_UUID=true
  1135. # Uncomment to disable generation of recovery mode menu entries
  1136. #GRUB_DISABLE_RECOVERY="true"
  1137. # Uncomment to get a beep at grub start
  1138. #GRUB_INIT_TUNE="480 440 1"
  1139. =================== sda1/etc/grub.d/ :
  1140. drwxr-xr-x 2 root root 4096 Jan 15 17:08 grub.d
  1141. total 72
  1142. -rwxr-xr-x 1 root root 7541 Oct 14 2012 00_header
  1143. -rwxr-xr-x 1 root root 5488 Oct 4 2012 05_debian_theme
  1144. -rwxr-xr-x 1 root root 10891 Oct 14 2012 10_linux
  1145. -rwxr-xr-x 1 root root 10258 Oct 14 2012 20_linux_xen
  1146. -rwxr-xr-x 1 root root 1688 Oct 11 2012 20_memtest86+
  1147. -rwxr-xr-x 1 root root 10976 Oct 14 2012 30_os-prober
  1148. -rwxr-xr-x 1 root root 1426 Oct 14 2012 30_uefi-firmware
  1149. -rwxr-xr-x 1 root root 214 Apr 13 2010 40_custom
  1150. -rwxr-xr-x 1 root root 216 Oct 14 2012 41_custom
  1151. -rw-r--r-- 1 root root 483 Apr 13 2010 README
  1152. =================== sda1recordfail=1/grub/grubenv :
  1153. recordfail=1
  1154. =================== UEFI/Legacy mode:
  1155. This live-session is not EFI-compatible.
  1156. SecureBoot maybe enabled.
  1157. =================== PARTITIONS & DISKS:
  1158. sda1 : sda, not-sepboot, grubenv-ng grub2, grub-pc, update-grub, 32, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  1159. sda6 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda6.
  1160. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  1161. =================== parted -l:
  1162. Model: ATA ST9250827AS (scsi)
  1163. Disk /dev/sda: 250GB
  1164. Sector size (logical/physical): 512B/512B
  1165. Partition Table: msdos
  1166. Number Start End Size Type File system Flags
  1167. 1 1049kB 60.0GB 60.0GB primary ext4 boot
  1168. 2 60.0GB 250GB 190GB extended
  1169. 5 60.0GB 66.0GB 5999MB logical linux-swap(v1)
  1170. 6 66.0GB 250GB 184GB logical ext4
  1171. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  1172. has been opened read-only.
  1173. Error: /dev/sr0: unrecognised disk label
  1174. =================== parted -lm:
  1175. BYT;
  1176. /dev/sda:250GB:scsi:512:512:msdos:ATA ST9250827AS;
  1177. 1:1049kB:60.0GB:60.0GB:ext4::boot;
  1178. 2:60.0GB:250GB:190GB:::;
  1179. 5:60.0GB:66.0GB:5999MB:linux-swap(v1)::;
  1180. 6:66.0GB:250GB:184GB:ext4::;
  1181. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  1182. has been opened read-only.
  1183. Error: /dev/sr0: unrecognised disk label
  1184. =================== mount:
  1185. aufs on / type aufs (rw)
  1186. tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  1187. proc on /proc type proc (rw,noexec,nosuid,nodev)
  1188. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  1189. udev on /dev type tmpfs (rw,mode=0755)
  1190. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  1191. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
  1192. /dev/sr0 on /live/image type iso9660 (ro,noatime)
  1193. tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
  1194. tmpfs on /live type tmpfs (rw,relatime)
  1195. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  1196. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  1197. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw)
  1198. /dev/sda6 on /mnt/boot-sav/sda6 type ext4 (rw)
  1199. =================== ls:
  1200. /sys/block/sda (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda2 sda5 sda6 size slaves stat subsystem trace uevent
  1201. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  1202. /dev (filtered): agpgart block bsg btrfs-control bus cdrom cdrw char console core cpu_dma_latency disk dvd dvdrw fd full fuse hpet initctl input kmsg log MAKEDEV md mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 scd0 sda sda1 sda2 sda5 sda6 sg0 sg1 shm snapshot snd sndstat sr0 stderr stdin stdout urandom v4l vga_arbiter video0 xconsole zero
  1203. ls /dev/md:
  1204. =================== df -Th:
  1205. Filesystem Type Size Used Avail Use% Mounted on
  1206. aufs aufs 950M 8.2M 942M 1% /
  1207. tmpfs tmpfs 950M 0 950M 0% /lib/init/rw
  1208. udev tmpfs 945M 168K 945M 1% /dev
  1209. tmpfs tmpfs 950M 0 950M 0% /dev/shm
  1210. /dev/sr0 iso9660 340M 340M 0 100% /live/image
  1211. tmpfs tmpfs 950M 8.2M 942M 1% /live/cow
  1212. tmpfs tmpfs 950M 0 950M 0% /live
  1213. tmpfs tmpfs 950M 8.0K 950M 1% /tmp
  1214. /dev/sda1 ext4 56G 12G 41G 23% /mnt/boot-sav/sda1
  1215. /dev/sda6 ext4 169G 8.0G 153G 5% /mnt/boot-sav/sda6
  1216. =================== fdisk -l:
  1217. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  1218. 255 heads, 63 sectors/track, 30401 cylinders
  1219. Units = cylinders of 16065 * 512 = 8225280 bytes
  1220. Sector size (logical/physical): 512 bytes / 512 bytes
  1221. I/O size (minimum/optimal): 512 bytes / 512 bytes
  1222. Disk identifier: 0x000c18a1
  1223. Device Boot Start End Blocks Id System
  1224. /dev/sda1 * 1 7295 58592256 83 Linux
  1225. /dev/sda2 7295 30402 185603073 5 Extended
  1226. /dev/sda5 7295 8024 5858304 82 Linux swap / Solaris
  1227. /dev/sda6 8025 30402 179743744 83 Linux
  1228. =================== Recommended repair
  1229. Recommended-Repair
  1230. This setting will reinstall the grub2 of sda1 into the MBR of sda.
  1231. Additional repair will be performed: unhide-bootmenu-10s
  1232. mount: special device /run does not exist
  1233. grub-install (GRUB) 2.00-7ubuntu11,grub-install (GRUB) 2.
  1234. Reinstall the GRUB of sda1 into the MBR of sda
  1235. Installation finished. No error reported.
  1236. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  1237. chroot /mnt/boot-sav/sda1 update-grub
  1238. Generating grub.cfg ...
  1239. Found linux image: /boot/vmlinuz-3.5.0-27-generic
  1240. Found initrd image: /boot/initrd.img-3.5.0-27-generic
  1241. Found linux image: /boot/vmlinuz-3.5.0-26-generic
  1242. Found initrd image: /boot/initrd.img-3.5.0-26-generic
  1243. Found linux image: /boot/vmlinuz-3.5.0-25-generic
  1244. Found initrd image: /boot/initrd.img-3.5.0-25-generic
  1245. Found linux image: /boot/vmlinuz-3.5.0-24-generic
  1246. Found initrd image: /boot/initrd.img-3.5.0-24-generic
  1247. Found linux image: /boot/vmlinuz-3.5.0-23-generic
  1248. Found initrd image: /boot/initrd.img-3.5.0-23-generic
  1249. Found linux image: /boot/vmlinuz-3.5.0-22-generic
  1250. Found initrd image: /boot/initrd.img-3.5.0-22-generic
  1251. Found linux image: /boot/vmlinuz-3.5.0-21-generic
  1252. Found initrd image: /boot/initrd.img-3.5.0-21-generic
  1253. Found linux image: /boot/vmlinuz-3.0.0-19-generic
  1254. Found initrd image: /boot/initrd.img-3.0.0-19-generic
  1255. Found linux image: /boot/vmlinuz-3.0.0-17-generic
  1256. Found initrd image: /boot/initrd.img-3.0.0-17-generic
  1257. Found linux image: /boot/vmlinuz-3.0.0-16-generic
  1258. Found initrd image: /boot/initrd.img-3.0.0-16-generic
  1259. Found linux image: /boot/vmlinuz-3.0.0-15-generic
  1260. Found initrd image: /boot/initrd.img-3.0.0-15-generic
  1261. Found linux image: /boot/vmlinuz-3.0.0-14-generic
  1262. Found initrd image: /boot/initrd.img-3.0.0-14-generic
  1263. Found linux image: /boot/vmlinuz-3.0.0-13-generic
  1264. Found initrd image: /boot/initrd.img-3.0.0-13-generic
  1265. Found linux image: /boot/vmlinuz-3.0.0-12-generic
  1266. Found initrd image: /boot/initrd.img-3.0.0-12-generic
  1267. Found linux image: /boot/vmlinuz-2.6.38-11-generic
  1268. Found initrd image: /boot/initrd.img-2.6.38-11-generic
  1269. Found linux image: /boot/vmlinuz-2.6.32-32-generic
  1270. Found initrd image: /boot/initrd.img-2.6.32-32-generic
  1271. Found linux image: /boot/vmlinuz-2.6.32-31-generic
  1272. Found initrd image: /boot/initrd.img-2.6.32-31-generic
  1273. Found linux image: /boot/vmlinuz-2.6.32-30-generic
  1274. Found initrd image: /boot/initrd.img-2.6.32-30-generic
  1275. Found linux image: /boot/vmlinuz-2.6.32-29-generic
  1276. Found initrd image: /boot/initrd.img-2.6.32-29-generic
  1277. Found linux image: /boot/vmlinuz-2.6.32-28-generic
  1278. Found initrd image: /boot/initrd.img-2.6.32-28-generic
  1279. Found linux image: /boot/vmlinuz-2.6.32-27-generic
  1280. Found initrd image: /boot/initrd.img-2.6.32-27-generic
  1281. Found linux image: /boot/vmlinuz-2.6.32-25-generic
  1282. Found initrd image: /boot/initrd.img-2.6.32-25-generic
  1283. Found linux image: /boot/vmlinuz-2.6.32-22-generic
  1284. Found initrd image: /boot/initrd.img-2.6.32-22-generic
  1285. Found linux image: /boot/vmlinuz-2.6.32-21-generic
  1286. Found initrd image: /boot/initrd.img-2.6.32-21-generic
  1287. Found memtest86+ image: /boot/memtest86+.bin
  1288. umount: /mnt/boot-sav/sda1/run: not mounted
  1289. Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
  1290. Boot successfully repaired.
  1291. You can now reboot your computer.