1. Boot Info Script 0.61.full + Boot-Repair extra info [Boot-Info October 25th 2012]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v1.99) 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. for (,msdos7)/boot/grub on this drive.
  6. sda1: __________________________________________________________________________
  7. File system: ntfs
  8. Boot sector type: Windows Vista/7: NTFS
  9. Boot sector info: No errors found in the Boot Parameter Block.
  10. Operating System:
  11. Boot files: /bootmgr /Boot/BCD
  12. sda2: __________________________________________________________________________
  13. File system: ntfs
  14. Boot sector type: Windows Vista/7: NTFS
  15. Boot sector info: No errors found in the Boot Parameter Block.
  16. Operating System: Windows 7
  17. Boot files: /bootmgr /boot/BCD /Windows/System32/winload.exe
  18. sda3: __________________________________________________________________________
  19. File system: Extended Partition
  20. Boot sector type: -
  21. Boot sector info:
  22. sda5: __________________________________________________________________________
  23. File system: ext4
  24. Boot sector type: -
  25. Boot sector info:
  26. Operating System: Ubuntu 11.04
  27. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  28. sda6: __________________________________________________________________________
  29. File system: swap
  30. Boot sector type: -
  31. Boot sector info:
  32. sda7: __________________________________________________________________________
  33. File system: ext4
  34. Boot sector type: -
  35. Boot sector info:
  36. Operating System: Linux Mint 13 Maya
  37. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  38. sda4: __________________________________________________________________________
  39. File system: vfat
  40. Boot sector type: Windows 7: FAT32
  41. Boot sector info: No errors found in the Boot Parameter Block.
  42. Operating System:
  43. Boot files: /Hewlett-Packard/BIOSUpdate/CryptRSA.efi
  44. /Hewlett-Packard/BIOSUpdate/CryptRSA32.efi
  45. /Hewlett-Packard/BIOSUpdate/HpBiosUpdate.efi
  46. /Hewlett-Packard/BIOSUpdate/HpBiosUpdate32.efi
  47. ============================ Drive/Partition Info: =============================
  48. Drive: sda _____________________________________________________________________
  49. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  50. 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
  51. Units = sectors of 1 * 512 = 512 bytes
  52. Sector size (logical/physical): 512 bytes / 512 bytes
  53. Partition Boot Start Sector End Sector # of Sectors Id System
  54. /dev/sda1 * 2,048 409,599 407,552 7 NTFS / exFAT / HPFS
  55. /dev/sda2 409,600 297,631,187 297,221,588 7 NTFS / exFAT / HPFS
  56. /dev/sda3 297,636,253 624,928,767 327,292,515 5 Extended
  57. /dev/sda5 297,636,255 326,521,124 28,884,870 83 Linux
  58. /dev/sda6 611,565,568 624,928,767 13,363,200 82 Linux swap / Solaris
  59. /dev/sda7 326,521,188 611,563,519 285,042,332 83 Linux
  60. /dev/sda4 624,928,768 625,140,399 211,632 c W95 FAT32 (LBA)
  61. "blkid" output: ________________________________________________________________
  62. Device UUID TYPE LABEL
  63. /dev/loop0 squashfs
  64. /dev/sda1 AC226CA3226C73EC ntfs SYSTEM
  65. /dev/sda2 5E9A1C389A1C0EE1 ntfs
  66. /dev/sda4 9ABD-7D3E vfat HP_TOOLS
  67. /dev/sda5 f797b2bd-909a-4852-b401-94866a2d355d ext4
  68. /dev/sda6 865ddd0a-330e-46cd-8ba7-ace27c799d69 swap
  69. /dev/sda7 c6c56ec4-cef8-425b-8813-e463831a227f ext4
  70. /dev/sr0 iso9660 Linux Mint 13 MATE 64-bit
  71. ================================ Mount points: =================================
  72. Device Mount_Point Type Options
  73. /dev/loop0 /rofs squashfs (ro,noatime)
  74. /dev/sr0 /cdrom iso9660 (ro,noatime)
  75. =========================== sda5/boot/grub/grub.cfg: ===========================
  76. --------------------------------------------------------------------------------
  77. #
  78. # DO NOT EDIT THIS FILE
  79. #
  80. # It is automatically generated by grub-mkconfig using templates
  81. # from /etc/grub.d and settings from /etc/default/grub
  82. #
  83. ### BEGIN /etc/grub.d/00_header ###
  84. if [ -s $prefix/grubenv ]; then
  85. set have_grubenv=true
  86. load_env
  87. fi
  88. set default="0"
  89. if [ "${prev_saved_entry}" ]; then
  90. set saved_entry="${prev_saved_entry}"
  91. save_env saved_entry
  92. set prev_saved_entry=
  93. save_env prev_saved_entry
  94. set boot_once=true
  95. fi
  96. function savedefault {
  97. if [ -z "${boot_once}" ]; then
  98. saved_entry="${chosen}"
  99. save_env saved_entry
  100. fi
  101. }
  102. function recordfail {
  103. set recordfail=1
  104. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  105. }
  106. function load_video {
  107. insmod vbe
  108. insmod vga
  109. insmod video_bochs
  110. insmod video_cirrus
  111. }
  112. insmod part_msdos
  113. insmod ext2
  114. set root='(/dev/sda,msdos5)'
  115. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  116. if loadfont /usr/share/grub/unicode.pf2 ; then
  117. set gfxmode=auto
  118. load_video
  119. insmod gfxterm
  120. fi
  121. terminal_output gfxterm
  122. insmod part_msdos
  123. insmod ext2
  124. set root='(/dev/sda,msdos5)'
  125. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  126. set locale_dir=($root)/boot/grub/locale
  127. set lang=en_US
  128. insmod gettext
  129. if [ "${recordfail}" = 1 ]; then
  130. set timeout=10
  131. else
  132. set timeout=10
  133. fi
  134. ### END /etc/grub.d/00_header ###
  135. ### BEGIN /etc/grub.d/10_linux ###
  136. if [ ${recordfail} != 1 ]; then
  137. if [ -e ${prefix}/gfxblacklist.txt ]; then
  138. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  139. if [ ${match} = 0 ]; then
  140. set linux_gfx_mode=keep
  141. else
  142. set linux_gfx_mode=text
  143. fi
  144. else
  145. set linux_gfx_mode=text
  146. fi
  147. else
  148. set linux_gfx_mode=keep
  149. fi
  150. else
  151. set linux_gfx_mode=text
  152. fi
  153. export linux_gfx_mode
  154. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  155. menuentry 'Ubuntu, with Linux 2.6.38-15-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  156. recordfail
  157. set gfxpayload=$linux_gfx_mode
  158. insmod part_msdos
  159. insmod ext2
  160. set root='(/dev/sda,msdos5)'
  161. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  162. linux /boot/vmlinuz-2.6.38-15-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro quiet splash vt.handoff=7
  163. initrd /boot/initrd.img-2.6.38-15-generic
  164. }
  165. menuentry 'Ubuntu, with Linux 2.6.38-15-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  166. recordfail
  167. set gfxpayload=$linux_gfx_mode
  168. insmod part_msdos
  169. insmod ext2
  170. set root='(/dev/sda,msdos5)'
  171. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  172. echo 'Loading Linux 2.6.38-15-generic ...'
  173. linux /boot/vmlinuz-2.6.38-15-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro single
  174. echo 'Loading initial ramdisk ...'
  175. initrd /boot/initrd.img-2.6.38-15-generic
  176. }
  177. submenu "Previous Linux versions" {
  178. menuentry 'Ubuntu, with Linux 2.6.38-14-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  179. recordfail
  180. set gfxpayload=$linux_gfx_mode
  181. insmod part_msdos
  182. insmod ext2
  183. set root='(/dev/sda,msdos5)'
  184. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  185. linux /boot/vmlinuz-2.6.38-14-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro quiet splash vt.handoff=7
  186. initrd /boot/initrd.img-2.6.38-14-generic
  187. }
  188. menuentry 'Ubuntu, with Linux 2.6.38-14-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  189. recordfail
  190. set gfxpayload=$linux_gfx_mode
  191. insmod part_msdos
  192. insmod ext2
  193. set root='(/dev/sda,msdos5)'
  194. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  195. echo 'Loading Linux 2.6.38-14-generic ...'
  196. linux /boot/vmlinuz-2.6.38-14-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro single
  197. echo 'Loading initial ramdisk ...'
  198. initrd /boot/initrd.img-2.6.38-14-generic
  199. }
  200. menuentry 'Ubuntu, with Linux 2.6.38-13-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  201. recordfail
  202. set gfxpayload=$linux_gfx_mode
  203. insmod part_msdos
  204. insmod ext2
  205. set root='(/dev/sda,msdos5)'
  206. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  207. linux /boot/vmlinuz-2.6.38-13-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro quiet splash vt.handoff=7
  208. initrd /boot/initrd.img-2.6.38-13-generic
  209. }
  210. menuentry 'Ubuntu, with Linux 2.6.38-13-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  211. recordfail
  212. set gfxpayload=$linux_gfx_mode
  213. insmod part_msdos
  214. insmod ext2
  215. set root='(/dev/sda,msdos5)'
  216. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  217. echo 'Loading Linux 2.6.38-13-generic ...'
  218. linux /boot/vmlinuz-2.6.38-13-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro single
  219. echo 'Loading initial ramdisk ...'
  220. initrd /boot/initrd.img-2.6.38-13-generic
  221. }
  222. menuentry 'Ubuntu, with Linux 2.6.38-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  223. recordfail
  224. set gfxpayload=$linux_gfx_mode
  225. insmod part_msdos
  226. insmod ext2
  227. set root='(/dev/sda,msdos5)'
  228. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  229. linux /boot/vmlinuz-2.6.38-12-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro quiet splash vt.handoff=7
  230. initrd /boot/initrd.img-2.6.38-12-generic
  231. }
  232. menuentry 'Ubuntu, with Linux 2.6.38-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  233. recordfail
  234. set gfxpayload=$linux_gfx_mode
  235. insmod part_msdos
  236. insmod ext2
  237. set root='(/dev/sda,msdos5)'
  238. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  239. echo 'Loading Linux 2.6.38-12-generic ...'
  240. linux /boot/vmlinuz-2.6.38-12-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro single
  241. echo 'Loading initial ramdisk ...'
  242. initrd /boot/initrd.img-2.6.38-12-generic
  243. }
  244. menuentry 'Ubuntu, with Linux 2.6.35-30-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  245. recordfail
  246. set gfxpayload=$linux_gfx_mode
  247. insmod part_msdos
  248. insmod ext2
  249. set root='(/dev/sda,msdos5)'
  250. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  251. linux /boot/vmlinuz-2.6.35-30-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro quiet splash vt.handoff=7
  252. initrd /boot/initrd.img-2.6.35-30-generic
  253. }
  254. menuentry 'Ubuntu, with Linux 2.6.35-30-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  255. recordfail
  256. set gfxpayload=$linux_gfx_mode
  257. insmod part_msdos
  258. insmod ext2
  259. set root='(/dev/sda,msdos5)'
  260. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  261. echo 'Loading Linux 2.6.35-30-generic ...'
  262. linux /boot/vmlinuz-2.6.35-30-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro single
  263. echo 'Loading initial ramdisk ...'
  264. initrd /boot/initrd.img-2.6.35-30-generic
  265. }
  266. }
  267. ### END /etc/grub.d/10_linux ###
  268. ### BEGIN /etc/grub.d/20_linux_xen ###
  269. ### END /etc/grub.d/20_linux_xen ###
  270. ### BEGIN /etc/grub.d/30_os-prober ###
  271. menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
  272. insmod part_msdos
  273. insmod ntfs
  274. set root='(/dev/sda,msdos1)'
  275. search --no-floppy --fs-uuid --set=root AC226CA3226C73EC
  276. chainloader +1
  277. }
  278. menuentry "Windows Recovery Environment (loader) (on /dev/sda2)" --class windows --class os {
  279. insmod part_msdos
  280. insmod ntfs
  281. set root='(/dev/sda,msdos2)'
  282. search --no-floppy --fs-uuid --set=root 5E9A1C389A1C0EE1
  283. drivemap -s (hd0) ${root}
  284. chainloader +1
  285. }
  286. menuentry "Linux Mint 13 Maya (13) (on /dev/sda7)" --class gnu-linux --class gnu --class os {
  287. insmod part_msdos
  288. insmod ext2
  289. set root='(/dev/sda,msdos7)'
  290. search --no-floppy --fs-uuid --set=root c6c56ec4-cef8-425b-8813-e463831a227f
  291. linux /vmlinuz root=/dev/sda7
  292. initrd /initrd.img
  293. }
  294. menuentry "Linux Mint 13 Maya (13) (on /dev/sda7)" --class gnu-linux --class gnu --class os {
  295. insmod part_msdos
  296. insmod ext2
  297. set root='(/dev/sda,msdos7)'
  298. search --no-floppy --fs-uuid --set=root c6c56ec4-cef8-425b-8813-e463831a227f
  299. linux /vmlinuz root=/dev/sda7
  300. initrd /initrd.img
  301. }
  302. menuentry "Linux Mint 13 Maya (13) (on /dev/sda7)" --class gnu-linux --class gnu --class os {
  303. insmod part_msdos
  304. insmod ext2
  305. set root='(/dev/sda,msdos7)'
  306. search --no-floppy --fs-uuid --set=root c6c56ec4-cef8-425b-8813-e463831a227f
  307. linux /boot/vmlinuz-3.2.0-23-generic root=/dev/sda7
  308. initrd /boot/initrd.img-3.2.0-23-generic
  309. }
  310. menuentry "Linux Mint 13 Maya (13) (on /dev/sda7)" --class gnu-linux --class gnu --class os {
  311. insmod part_msdos
  312. insmod ext2
  313. set root='(/dev/sda,msdos7)'
  314. search --no-floppy --fs-uuid --set=root c6c56ec4-cef8-425b-8813-e463831a227f
  315. linux /vmlinuz root=/dev/sda7
  316. initrd /initrd.img
  317. }
  318. menuentry "Linux Mint 13 Maya (13) (on /dev/sda7)" --class gnu-linux --class gnu --class os {
  319. insmod part_msdos
  320. insmod ext2
  321. set root='(/dev/sda,msdos7)'
  322. search --no-floppy --fs-uuid --set=root c6c56ec4-cef8-425b-8813-e463831a227f
  323. linux /vmlinuz root=/dev/sda7
  324. initrd /initrd.img
  325. }
  326. ### END /etc/grub.d/30_os-prober ###
  327. ### BEGIN /etc/grub.d/40_custom ###
  328. # This file provides an easy way to add custom menu entries. Simply type the
  329. # menu entries you want to add after this comment. Be careful not to change
  330. # the 'exec tail' line above.
  331. ### END /etc/grub.d/40_custom ###
  332. ### BEGIN /etc/grub.d/41_custom ###
  333. if [ -f $prefix/custom.cfg ]; then
  334. source $prefix/custom.cfg;
  335. fi
  336. ### END /etc/grub.d/41_custom ###
  337. --------------------------------------------------------------------------------
  338. =============================== sda5/etc/fstab: ================================
  339. --------------------------------------------------------------------------------
  340. # /etc/fstab: static file system information.
  341. #
  342. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  343. # for a device; this may be used with UUID= as a more robust way to name
  344. # devices that works even if disks are added and removed. See fstab(5).
  345. #
  346. # <file system> <mount point> <type> <options> <dump> <pass>
  347. proc /proc proc nodev,noexec,nosuid 0 0
  348. # / was on /dev/sda5 during installation
  349. UUID=f797b2bd-909a-4852-b401-94866a2d355d / ext4 errors=remount-ro 0 1
  350. # swap was on /dev/sda6 during installation
  351. UUID=865ddd0a-330e-46cd-8ba7-ace27c799d69 none swap sw 0 0
  352. --------------------------------------------------------------------------------
  353. =================== sda5: Location of files loaded by Grub: ====================
  354. GiB - GB File Fragment(s)
  355. 146.070426464 = 156.841926144 boot/grub/core.img 1
  356. 146.062213421 = 156.833107456 boot/grub/grub.cfg 1
  357. 142.305408001 = 152.799268352 boot/initrd.img-2.6.35-30-generic 2
  358. 145.353713512 = 156.072361472 boot/initrd.img-2.6.38-12-generic 2
  359. 145.595717907 = 156.332211712 boot/initrd.img-2.6.38-13-generic 2
  360. 146.809855938 = 157.635882496 boot/initrd.img-2.6.38-14-generic 2
  361. 149.321826458 = 160.333090304 boot/initrd.img-2.6.38-15-generic 2
  362. 142.040755749 = 152.515100160 boot/vmlinuz-2.6.35-30-generic 1
  363. 144.404807568 = 155.053481472 boot/vmlinuz-2.6.38-12-generic 1
  364. 142.498572826 = 153.006677504 boot/vmlinuz-2.6.38-13-generic 2
  365. 146.400916576 = 157.196787200 boot/vmlinuz-2.6.38-14-generic 2
  366. 148.854041576 = 159.830810112 boot/vmlinuz-2.6.38-15-generic 2
  367. 149.321826458 = 160.333090304 initrd.img 2
  368. 146.809855938 = 157.635882496 initrd.img.old 2
  369. 148.854041576 = 159.830810112 vmlinuz 2
  370. 146.400916576 = 157.196787200 vmlinuz.old 2
  371. =========================== sda7/boot/grub/grub.cfg: ===========================
  372. --------------------------------------------------------------------------------
  373. #
  374. # DO NOT EDIT THIS FILE
  375. #
  376. # It is automatically generated by grub-mkconfig using templates
  377. # from /etc/grub.d and settings from /etc/default/grub
  378. #
  379. ### BEGIN /etc/grub.d/00_header ###
  380. if [ -s $prefix/grubenv ]; then
  381. set have_grubenv=true
  382. load_env
  383. fi
  384. set default="0"
  385. if [ "${prev_saved_entry}" ]; then
  386. set saved_entry="${prev_saved_entry}"
  387. save_env saved_entry
  388. set prev_saved_entry=
  389. save_env prev_saved_entry
  390. set boot_once=true
  391. fi
  392. function savedefault {
  393. if [ -z "${boot_once}" ]; then
  394. saved_entry="${chosen}"
  395. save_env saved_entry
  396. fi
  397. }
  398. function recordfail {
  399. set recordfail=1
  400. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  401. }
  402. function load_video {
  403. insmod vbe
  404. insmod vga
  405. insmod video_bochs
  406. insmod video_cirrus
  407. }
  408. insmod part_msdos
  409. insmod ext2
  410. set root='(hd0,msdos7)'
  411. search --no-floppy --fs-uuid --set=root c6c56ec4-cef8-425b-8813-e463831a227f
  412. if loadfont /usr/share/grub/unicode.pf2 ; then
  413. set gfxmode=auto
  414. load_video
  415. insmod gfxterm
  416. insmod part_msdos
  417. insmod ext2
  418. set root='(hd0,msdos7)'
  419. search --no-floppy --fs-uuid --set=root c6c56ec4-cef8-425b-8813-e463831a227f
  420. set locale_dir=($root)/boot/grub/locale
  421. set lang=en_US
  422. insmod gettext
  423. fi
  424. terminal_output gfxterm
  425. if [ "${recordfail}" = 1 ]; then
  426. set timeout=10
  427. else
  428. set timeout=10
  429. fi
  430. ### END /etc/grub.d/00_header ###
  431. ### BEGIN /etc/grub.d/05_debian_theme ###
  432. set menu_color_normal=white/black
  433. set menu_color_highlight=black/light-gray
  434. ### END /etc/grub.d/05_debian_theme ###
  435. ### BEGIN /etc/grub.d/10_linux ###
  436. function gfxmode {
  437. set gfxpayload="${1}"
  438. if [ "${1}" = "keep" ]; then
  439. set vt_handoff=vt.handoff=7
  440. else
  441. set vt_handoff=
  442. fi
  443. }
  444. if [ "${recordfail}" != 1 ]; then
  445. if [ -e ${prefix}/gfxblacklist.txt ]; then
  446. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  447. if [ ${match} = 0 ]; then
  448. set linux_gfx_mode=keep
  449. else
  450. set linux_gfx_mode=text
  451. fi
  452. else
  453. set linux_gfx_mode=text
  454. fi
  455. else
  456. set linux_gfx_mode=keep
  457. fi
  458. else
  459. set linux_gfx_mode=text
  460. fi
  461. export linux_gfx_mode
  462. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  463. menuentry 'LinuxMint, with Linux 3.2.0-23-generic' --class linuxmint --class gnu-linux --class gnu --class os {
  464. recordfail
  465. gfxmode $linux_gfx_mode
  466. insmod gzio
  467. insmod part_msdos
  468. insmod ext2
  469. set root='(hd0,msdos7)'
  470. search --no-floppy --fs-uuid --set=root c6c56ec4-cef8-425b-8813-e463831a227f
  471. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=c6c56ec4-cef8-425b-8813-e463831a227f ro quiet splash $vt_handoff
  472. initrd /boot/initrd.img-3.2.0-23-generic
  473. }
  474. menuentry 'LinuxMint, with Linux 3.2.0-23-generic (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os {
  475. recordfail
  476. insmod gzio
  477. insmod part_msdos
  478. insmod ext2
  479. set root='(hd0,msdos7)'
  480. search --no-floppy --fs-uuid --set=root c6c56ec4-cef8-425b-8813-e463831a227f
  481. echo 'Loading Linux 3.2.0-23-generic ...'
  482. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=c6c56ec4-cef8-425b-8813-e463831a227f ro recovery nomodeset
  483. echo 'Loading initial ramdisk ...'
  484. initrd /boot/initrd.img-3.2.0-23-generic
  485. }
  486. ### END /etc/grub.d/10_linux ###
  487. ### BEGIN /etc/grub.d/20_linux_xen ###
  488. ### END /etc/grub.d/20_linux_xen ###
  489. ### BEGIN /etc/grub.d/30_os-prober ###
  490. menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
  491. insmod part_msdos
  492. insmod ntfs
  493. set root='(hd0,msdos1)'
  494. search --no-floppy --fs-uuid --set=root AC226CA3226C73EC
  495. chainloader +1
  496. }
  497. menuentry "Windows Recovery Environment (loader) (on /dev/sda2)" --class windows --class os {
  498. insmod part_msdos
  499. insmod ntfs
  500. set root='(hd0,msdos2)'
  501. search --no-floppy --fs-uuid --set=root 5E9A1C389A1C0EE1
  502. drivemap -s (hd0) ${root}
  503. chainloader +1
  504. }
  505. menuentry "Ubuntu, with Linux 2.6.38-15-generic (on /dev/sda5)" --class gnu-linux --class gnu --class os {
  506. insmod part_msdos
  507. insmod ext2
  508. set root='(hd0,msdos5)'
  509. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  510. linux /boot/vmlinuz-2.6.38-15-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro quiet splash vt.handoff=7
  511. initrd /boot/initrd.img-2.6.38-15-generic
  512. }
  513. menuentry "Ubuntu, with Linux 2.6.38-15-generic (recovery mode) (on /dev/sda5)" --class gnu-linux --class gnu --class os {
  514. insmod part_msdos
  515. insmod ext2
  516. set root='(hd0,msdos5)'
  517. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  518. linux /boot/vmlinuz-2.6.38-15-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro single
  519. initrd /boot/initrd.img-2.6.38-15-generic
  520. }
  521. menuentry "Ubuntu, with Linux 2.6.38-14-generic (on /dev/sda5)" --class gnu-linux --class gnu --class os {
  522. insmod part_msdos
  523. insmod ext2
  524. set root='(hd0,msdos5)'
  525. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  526. linux /boot/vmlinuz-2.6.38-14-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro quiet splash vt.handoff=7
  527. initrd /boot/initrd.img-2.6.38-14-generic
  528. }
  529. menuentry "Ubuntu, with Linux 2.6.38-14-generic (recovery mode) (on /dev/sda5)" --class gnu-linux --class gnu --class os {
  530. insmod part_msdos
  531. insmod ext2
  532. set root='(hd0,msdos5)'
  533. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  534. linux /boot/vmlinuz-2.6.38-14-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro single
  535. initrd /boot/initrd.img-2.6.38-14-generic
  536. }
  537. menuentry "Ubuntu, with Linux 2.6.38-13-generic (on /dev/sda5)" --class gnu-linux --class gnu --class os {
  538. insmod part_msdos
  539. insmod ext2
  540. set root='(hd0,msdos5)'
  541. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  542. linux /boot/vmlinuz-2.6.38-13-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro quiet splash vt.handoff=7
  543. initrd /boot/initrd.img-2.6.38-13-generic
  544. }
  545. menuentry "Ubuntu, with Linux 2.6.38-13-generic (recovery mode) (on /dev/sda5)" --class gnu-linux --class gnu --class os {
  546. insmod part_msdos
  547. insmod ext2
  548. set root='(hd0,msdos5)'
  549. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  550. linux /boot/vmlinuz-2.6.38-13-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro single
  551. initrd /boot/initrd.img-2.6.38-13-generic
  552. }
  553. menuentry "Ubuntu, with Linux 2.6.38-12-generic (on /dev/sda5)" --class gnu-linux --class gnu --class os {
  554. insmod part_msdos
  555. insmod ext2
  556. set root='(hd0,msdos5)'
  557. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  558. linux /boot/vmlinuz-2.6.38-12-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro quiet splash vt.handoff=7
  559. initrd /boot/initrd.img-2.6.38-12-generic
  560. }
  561. menuentry "Ubuntu, with Linux 2.6.38-12-generic (recovery mode) (on /dev/sda5)" --class gnu-linux --class gnu --class os {
  562. insmod part_msdos
  563. insmod ext2
  564. set root='(hd0,msdos5)'
  565. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  566. linux /boot/vmlinuz-2.6.38-12-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro single
  567. initrd /boot/initrd.img-2.6.38-12-generic
  568. }
  569. menuentry "Ubuntu, with Linux 2.6.35-30-generic (on /dev/sda5)" --class gnu-linux --class gnu --class os {
  570. insmod part_msdos
  571. insmod ext2
  572. set root='(hd0,msdos5)'
  573. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  574. linux /boot/vmlinuz-2.6.35-30-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro quiet splash vt.handoff=7
  575. initrd /boot/initrd.img-2.6.35-30-generic
  576. }
  577. menuentry "Ubuntu, with Linux 2.6.35-30-generic (recovery mode) (on /dev/sda5)" --class gnu-linux --class gnu --class os {
  578. insmod part_msdos
  579. insmod ext2
  580. set root='(hd0,msdos5)'
  581. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  582. linux /boot/vmlinuz-2.6.35-30-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro single
  583. initrd /boot/initrd.img-2.6.35-30-generic
  584. }
  585. ### END /etc/grub.d/30_os-prober ###
  586. ### BEGIN /etc/grub.d/40_custom ###
  587. # This file provides an easy way to add custom menu entries. Simply type the
  588. # menu entries you want to add after this comment. Be careful not to change
  589. # the 'exec tail' line above.
  590. ### END /etc/grub.d/40_custom ###
  591. ### BEGIN /etc/grub.d/41_custom ###
  592. if [ -f $prefix/custom.cfg ]; then
  593. source $prefix/custom.cfg;
  594. fi
  595. ### END /etc/grub.d/41_custom ###
  596. --------------------------------------------------------------------------------
  597. =============================== sda7/etc/fstab: ================================
  598. --------------------------------------------------------------------------------
  599. # /etc/fstab: static file system information.
  600. #
  601. # Use 'blkid' to print the universally unique identifier for a
  602. # device; this may be used with UUID= as a more robust way to name devices
  603. # that works even if disks are added and removed. See fstab(5).
  604. #
  605. # <file system> <mount point> <type> <options> <dump> <pass>
  606. proc /proc proc nodev,noexec,nosuid 0 0
  607. # / was on /dev/sda7 during installation
  608. UUID=c6c56ec4-cef8-425b-8813-e463831a227f / ext4 errors=remount-ro 0 1
  609. # swap was on /dev/sda6 during installation
  610. UUID=865ddd0a-330e-46cd-8ba7-ace27c799d69 none swap sw 0 0
  611. --------------------------------------------------------------------------------
  612. =================== sda7: Location of files loaded by Grub: ====================
  613. GiB - GB File Fragment(s)
  614. 171.836133957 = 184.507643904 boot/grub/core.img 1
  615. 171.831720352 = 184.502904832 boot/grub/grub.cfg 1
  616. 163.368627548 = 175.415728128 boot/initrd.img-3.2.0-23-generic 2
  617. 171.830961227 = 184.502089728 boot/vmlinuz-3.2.0-23-generic 1
  618. 163.368627548 = 175.415728128 initrd.img 2
  619. 171.830961227 = 184.502089728 vmlinuz 1
  620. =============================== StdErr Messages: ===============================
  621. cat: write error: Broken pipe
  622. ADDITIONAL INFORMATION :
  623. =================== log of boot-repair 2012-11-08__17h41 ===================
  624. boot-repair version : 3.194~ppa52~precise
  625. boot-sav version : 3.194~ppa52~precise
  626. glade2script version : 3.2.2~ppa45~precise
  627. boot-sav-extra version : 3.194~ppa52~precise
  628. boot-repair is executed in live-session (Linux Mint 13 Maya, maya, LinuxMint, x86_64)
  629. CPU op-mode(s): 32-bit, 64-bit
  630. file=/cdrom/preseed/mint.seed boot=casper initrd=/casper/initrd.lz quiet splash -- BOOT_IMAGE=/casper/vmlinuz
  631. =================== os-prober:
  632. /dev/sda1:Windows 7 (loader):Windows:chain
  633. /dev/sda2:Windows Recovery Environment (loader):Windows1:chain
  634. /dev/sda5:Ubuntu 11.04 (11.04):Ubuntu:linux
  635. /dev/sda7:Linux Mint 13 Maya (13):LinuxMint:linux
  636. =================== blkid:
  637. /dev/loop0: TYPE="squashfs"
  638. /dev/sda1: LABEL="SYSTEM" UUID="AC226CA3226C73EC" TYPE="ntfs"
  639. /dev/sda2: UUID="5E9A1C389A1C0EE1" TYPE="ntfs"
  640. /dev/sda4: LABEL="HP_TOOLS" UUID="9ABD-7D3E" TYPE="vfat"
  641. /dev/sda5: UUID="f797b2bd-909a-4852-b401-94866a2d355d" TYPE="ext4"
  642. /dev/sda6: UUID="865ddd0a-330e-46cd-8ba7-ace27c799d69" TYPE="swap"
  643. /dev/sda7: UUID="c6c56ec4-cef8-425b-8813-e463831a227f" TYPE="ext4"
  644. /dev/sr0: LABEL="Linux Mint 13 MATE 64-bit" TYPE="iso9660"
  645. 1 disks with OS, 4 OS : 2 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
  646. Warning: extended partition does not start at a cylinder boundary.
  647. DOS and Linux will interpret the contents differently.
  648. =================== sda5/etc/default/grub :
  649. # If you change this file, run 'update-grub' afterwards to update
  650. # /boot/grub/grub.cfg.
  651. # For full documentation of the options in this file, see:
  652. # info -f grub -n 'Simple configuration'
  653. GRUB_DEFAULT=0
  654. #GRUB_HIDDEN_TIMEOUT=0
  655. GRUB_HIDDEN_TIMEOUT_QUIET=true
  656. GRUB_TIMEOUT=10
  657. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  658. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  659. GRUB_CMDLINE_LINUX=""
  660. # Uncomment to enable BadRAM filtering, modify to suit your needs
  661. # This works with Linux (no patch required) and with any kernel that obtains
  662. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  663. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  664. # Uncomment to disable graphical terminal (grub-pc only)
  665. #GRUB_TERMINAL=console
  666. # The resolution used on graphical terminal
  667. # note that you can use only modes which your graphic card supports via VBE
  668. # you can see them in real GRUB with the command `vbeinfo'
  669. #GRUB_GFXMODE=640x480
  670. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  671. #GRUB_DISABLE_LINUX_UUID=true
  672. # Uncomment to disable generation of recovery mode menu entries
  673. #GRUB_DISABLE_RECOVERY="true"
  674. # Uncomment to get a beep at grub start
  675. #GRUB_INIT_TUNE="480 440 1"
  676. =================== sda5/etc/grub.d/ :
  677. drwxr-xr-x 2 root root 4096 Aug 20 17:32 grub.d
  678. drwxr-xr-x 2 root root 4096 Aug 20 17:31 grub.d.bak
  679. total 44
  680. -rwxr-xr-x 1 root root 6658 Apr 21 2011 00_header
  681. -rwxr-xr-x 1 root root 6304 Apr 21 2011 10_linux
  682. -rwxr-xr-x 1 root root 5233 Apr 21 2011 20_linux_xen
  683. -rwxr-xr-x 1 root root 7119 Apr 21 2011 30_os-prober
  684. -rwxr-xr-x 1 root root 214 Apr 21 2011 40_custom
  685. -rwxr-xr-x 1 root root 95 Apr 21 2011 41_custom
  686. -rw-r--r-- 1 root root 483 Apr 21 2011 README
  687. =================== sda5recordfail=1/grub/grubenv :
  688. recordfail=1
  689. =================== sda5/etc/mdadm/mdadm.conf :
  690. # mdadm.conf
  691. #
  692. # Please refer to mdadm.conf(5) for information about this file.
  693. #
  694. # by default, scan all partitions (/proc/partitions) for MD superblocks.
  695. # alternatively, specify devices to scan, using wildcards if desired.
  696. DEVICE partitions
  697. # auto-create devices with Debian standard permissions
  698. CREATE owner=root group=disk mode=0660 auto=yes
  699. # automatically tag new arrays as belonging to the local system
  700. HOMEHOST <system>
  701. # instruct the monitoring daemon where to send mail alerts
  702. MAILADDR root
  703. # definitions of existing MD arrays
  704. # This file was auto-generated on Sun, 19 Aug 2012 18:24:37 +0200
  705. # by mkconf $Id$
  706. =================== sda7/etc/default/grub :
  707. # If you change this file, run 'update-grub' afterwards to update
  708. # /boot/grub/grub.cfg.
  709. # For full documentation of the options in this file, see:
  710. # info -f grub -n 'Simple configuration'
  711. GRUB_DEFAULT=0
  712. #GRUB_HIDDEN_TIMEOUT=0
  713. GRUB_HIDDEN_TIMEOUT_QUIET=true
  714. GRUB_TIMEOUT=10
  715. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  716. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  717. GRUB_CMDLINE_LINUX=""
  718. # Uncomment to enable BadRAM filtering, modify to suit your needs
  719. # This works with Linux (no patch required) and with any kernel that obtains
  720. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  721. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  722. # Uncomment to disable graphical terminal (grub-pc only)
  723. #GRUB_TERMINAL=console
  724. # The resolution used on graphical terminal
  725. # note that you can use only modes which your graphic card supports via VBE
  726. # you can see them in real GRUB with the command `vbeinfo'
  727. #GRUB_GFXMODE=640x480
  728. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  729. #GRUB_DISABLE_LINUX_UUID=true
  730. # Uncomment to disable generation of recovery mode menu entries
  731. #GRUB_DISABLE_RECOVERY="true"
  732. # Uncomment to get a beep at grub start
  733. #GRUB_INIT_TUNE="480 440 1"
  734. =================== sda7/etc/grub.d/ :
  735. drwxr-xr-x 2 root root 4096 Nov 7 21:39 grub.d
  736. drwxr-xr-x 2 root root 4096 Nov 7 21:39 grub.d.bak
  737. total 52
  738. -rwxr-xr-x 1 root root 6743 Sep 12 20:18 00_header
  739. -rwxr-xr-x 1 root root 5522 Sep 12 20:04 05_debian_theme
  740. -rwxr-xr-x 1 root root 7407 Sep 12 20:18 10_linux
  741. -rwxr-xr-x 1 root root 6335 Sep 12 20:18 20_linux_xen
  742. -rwxr-xr-x 1 root root 7603 Sep 12 20:18 30_os-prober
  743. -rwxr-xr-x 1 root root 214 Sep 12 20:18 40_custom
  744. -rwxr-xr-x 1 root root 95 Sep 12 20:18 41_custom
  745. -rw-r--r-- 1 root root 483 Sep 12 20:18 README
  746. =================== UEFI/Legacy mode :
  747. This live-session is not in EFI-mode.
  748. =================== PARTITIONS & DISKS:
  749. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  750. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-kernel, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, recovery-or-hidden, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  751. sda4 : sda, not-sepboot, 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/sda4.
  752. sda5 : sda, not-sepboot, grubenv-ng grub2, grub-pc, update-grub, 64, 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, farbios, /mnt/boot-sav/sda5.
  753. sda7 : sda, not-sepboot, grubenv-ok grub2, grub-pc, update-grub, 64, 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, farbios, /mnt/boot-sav/sda7.
  754. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  755. =================== parted -l:
  756. Model: ATA Hitachi HTS72503 (scsi)
  757. Disk /dev/sda: 320GB
  758. Sector size (logical/physical): 512B/512B
  759. Partition Table: msdos
  760. Number Start End Size Type File system Flags
  761. 1 1049kB 210MB 209MB primary ntfs boot
  762. 2 210MB 152GB 152GB primary ntfs
  763. 3 152GB 320GB 168GB extended
  764. 5 152GB 167GB 14.8GB logical ext4
  765. 7 167GB 313GB 146GB logical ext4
  766. 6 313GB 320GB 6842MB logical linux-swap(v1)
  767. 4 320GB 320GB 108MB primary fat32 lba
  768. Error: Invalid partition table - recursive partition on /dev/sr0.
  769. =================== parted -lm:
  770. BYT;
  771. /dev/sda:320GB:scsi:512:512:msdos:ATA Hitachi HTS72503;
  772. 1:1049kB:210MB:209MB:ntfs::boot;
  773. 2:210MB:152GB:152GB:ntfs::;
  774. 3:152GB:320GB:168GB:::;
  775. 5:152GB:167GB:14.8GB:ext4::;
  776. 7:167GB:313GB:146GB:ext4::;
  777. 6:313GB:320GB:6842MB:linux-swap(v1)::;
  778. 4:320GB:320GB:108MB:fat32::lba;
  779. Error: Invalid partition table - recursive partition on /dev/sr0.
  780. =================== mount:
  781. /cow on / type overlayfs (rw)
  782. proc on /proc type proc (rw,noexec,nosuid,nodev)
  783. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  784. udev on /dev type devtmpfs (rw,mode=0755)
  785. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  786. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  787. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  788. /dev/loop0 on /rofs type squashfs (ro,noatime)
  789. none on /sys/fs/fuse/connections type fusectl (rw)
  790. none on /sys/kernel/debug type debugfs (rw)
  791. none on /sys/kernel/security type securityfs (rw)
  792. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  793. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  794. none on /run/shm type tmpfs (rw,nosuid,nodev)
  795. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  796. gvfs-fuse-daemon on /home/mint/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=mint)
  797. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  798. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  799. /dev/sda4 on /mnt/boot-sav/sda4 type vfat (rw)
  800. /dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw)
  801. /dev/sda7 on /mnt/boot-sav/sda7 type ext4 (rw)
  802. =================== ls:
  803. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda4 sda5 sda6 sda7 size slaves stat subsystem trace uevent
  804. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  805. /dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hpet input kmsg log mapper mcelog mei mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom usbmon0 usbmon1 usbmon2 v4l vga_arbiter video0 zero
  806. ls /dev/mapper: control
  807. =================== df -Th:
  808. Filesystem Type Size Used Avail Use% Mounted on
  809. /cow overlayfs 1.4G 216M 1.2G 16% /
  810. udev devtmpfs 1.4G 12K 1.4G 1% /dev
  811. tmpfs tmpfs 562M 984K 561M 1% /run
  812. /dev/sr0 iso9660 885M 885M 0 100% /cdrom
  813. /dev/loop0 squashfs 854M 854M 0 100% /rofs
  814. tmpfs tmpfs 1.4G 69M 1.4G 5% /tmp
  815. none tmpfs 5.0M 0 5.0M 0% /run/lock
  816. none tmpfs 1.4G 260K 1.4G 1% /run/shm
  817. /dev/sda1 fuseblk 199M 44M 156M 22% /mnt/boot-sav/sda1
  818. /dev/sda2 fuseblk 142G 56G 86G 40% /mnt/boot-sav/sda2
  819. /dev/sda4 vfat 100M 2.1M 98M 3% /mnt/boot-sav/sda4
  820. /dev/sda5 ext4 14G 7.4G 5.7G 57% /mnt/boot-sav/sda5
  821. /dev/sda7 ext4 136G 8.6G 121G 7% /mnt/boot-sav/sda7
  822. =================== fdisk -l:
  823. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  824. 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
  825. Units = sectors of 1 * 512 = 512 bytes
  826. Sector size (logical/physical): 512 bytes / 512 bytes
  827. I/O size (minimum/optimal): 512 bytes / 512 bytes
  828. Disk identifier: 0x000bf0b4
  829. Device Boot Start End Blocks Id System
  830. /dev/sda1 * 2048 409599 203776 7 HPFS/NTFS/exFAT
  831. /dev/sda2 409600 297631187 148610794 7 HPFS/NTFS/exFAT
  832. /dev/sda3 297636253 624928767 163646257+ 5 Extended
  833. /dev/sda4 624928768 625140399 105816 c W95 FAT32 (LBA)
  834. /dev/sda5 297636255 326521124 14442435 83 Linux
  835. /dev/sda6 611565568 624928767 6681600 82 Linux swap / Solaris
  836. /dev/sda7 326521188 611563519 142521166 83 Linux
  837. Partition table entries are not in disk order
  838. =================== Default settings
  839. Recommended-Repair
  840. This setting would reinstall the grub2 of sda5 into the MBR of sda.
  841. Additional repair would be performed: unhide-bootmenu-10s
  842. =================== Settings chosen by the user
  843. Custom-Repair
  844. This setting will reinstall the grub2 of sda7 into the MBR of sda.
  845. Additional repair will be performed: unhide-bootmenu-10s
  846. grub-install (GRUB) 1.99-21ubuntu3.4,grub-install (GRUB) 1.
  847. Reinstall the GRUB of sda7 into the MBR of sda
  848. grub-install /dev/sda: Installation finished. No error reported.
  849. exit code of grub-install /dev/sda:0
  850. chroot /mnt/boot-sav/sda7 update-grub
  851. Generating grub.cfg ...
  852. Found linux image: /boot/vmlinuz-3.2.0-23-generic
  853. Found initrd image: /boot/initrd.img-3.2.0-23-generic
  854. Found Windows 7 (loader) on /dev/sda1
  855. Found Windows Recovery Environment (loader) on /dev/sda2
  856. Found Ubuntu 11.04 (11.04) on /dev/sda5
  857. Unhide GRUB boot menu in sda7/boot/grub/grub.cfg
  858. Boot successfully repaired.
  859. You can now reboot your computer.
  860. The boot files of [Linux Mint 13 Maya] are far from the start of the disk. Your BIOS may not detect them. You may want to retry after creating a /boot partition (EXT4, >200MB, start of the disk). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot partition:] option of [Boot Repair]. (https://help.ubuntu.com/community/BootPartition)