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