1. Boot Info Script 0.61.full + Boot-Repair extra info [Boot-Info October 25th 2012]
  2. ============================= Boot Info Summary: ===============================
  3. => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: ntfs
  6. Boot sector type: Grub2 (v1.99-2.00)
  7. Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda1
  8. and looks at sector 328412740 of the same hard drive
  9. for core.img. core.img is at this location and looks
  10. for (,msdos7)/boot/grub on this drive. No errors found
  11. in the Boot Parameter Block.
  12. Operating System:
  13. Boot files: /bootmgr /Boot/BCD
  14. sda2: __________________________________________________________________________
  15. File system: ntfs
  16. Boot sector type: Windows Vista/7: NTFS
  17. Boot sector info: No errors found in the Boot Parameter Block.
  18. Operating System: Windows 7
  19. Boot files: /bootmgr /boot/BCD /Windows/System32/winload.exe
  20. sda3: __________________________________________________________________________
  21. File system: Extended Partition
  22. Boot sector type: -
  23. Boot sector info:
  24. sda5: __________________________________________________________________________
  25. File system: ext4
  26. Boot sector type: -
  27. Boot sector info:
  28. Operating System: Ubuntu 11.04
  29. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  30. sda6: __________________________________________________________________________
  31. File system: swap
  32. Boot sector type: -
  33. Boot sector info:
  34. sda7: __________________________________________________________________________
  35. File system: ext4
  36. Boot sector type: -
  37. Boot sector info:
  38. Operating System: Linux Mint 13 Maya
  39. Boot files: /etc/fstab
  40. sda4: __________________________________________________________________________
  41. File system: vfat
  42. Boot sector type: Windows 7: FAT32
  43. Boot sector info: No errors found in the Boot Parameter Block.
  44. Operating System:
  45. Boot files: /Hewlett-Packard/BIOSUpdate/CryptRSA.efi
  46. /Hewlett-Packard/BIOSUpdate/CryptRSA32.efi
  47. /Hewlett-Packard/BIOSUpdate/HpBiosUpdate.efi
  48. /Hewlett-Packard/BIOSUpdate/HpBiosUpdate32.efi
  49. ============================ Drive/Partition Info: =============================
  50. Drive: sda _____________________________________________________________________
  51. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  52. 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
  53. Units = sectors of 1 * 512 = 512 bytes
  54. Sector size (logical/physical): 512 bytes / 512 bytes
  55. Partition Boot Start Sector End Sector # of Sectors Id System
  56. /dev/sda1 * 2,048 409,599 407,552 7 NTFS / exFAT / HPFS
  57. /dev/sda2 409,600 297,631,187 297,221,588 7 NTFS / exFAT / HPFS
  58. /dev/sda3 297,636,253 624,928,767 327,292,515 5 Extended
  59. /dev/sda5 297,636,255 326,521,124 28,884,870 83 Linux
  60. /dev/sda6 611,565,568 624,928,767 13,363,200 82 Linux swap / Solaris
  61. /dev/sda7 326,521,188 611,563,519 285,042,332 83 Linux
  62. /dev/sda4 624,928,768 625,140,399 211,632 c W95 FAT32 (LBA)
  63. "blkid" output: ________________________________________________________________
  64. Device UUID TYPE LABEL
  65. /dev/loop0 squashfs
  66. /dev/sda1 AC226CA3226C73EC ntfs SYSTEM
  67. /dev/sda2 5E9A1C389A1C0EE1 ntfs
  68. /dev/sda4 9ABD-7D3E vfat HP_TOOLS
  69. /dev/sda5 f797b2bd-909a-4852-b401-94866a2d355d ext4
  70. /dev/sda6 865ddd0a-330e-46cd-8ba7-ace27c799d69 swap
  71. /dev/sda7 c6c56ec4-cef8-425b-8813-e463831a227f ext4
  72. /dev/sr0 iso9660 Linux Mint 13 MATE 64-bit
  73. ================================ Mount points: =================================
  74. Device Mount_Point Type Options
  75. /dev/loop0 /rofs squashfs (ro,noatime)
  76. /dev/sda1 /media/SYSTEM fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  77. /dev/sda2 /media/5E9A1C389A1C0EE1 fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  78. /dev/sda7 /media/c6c56ec4-cef8-425b-8813-e463831a227f ext4 (rw,nosuid,nodev,uhelper=udisks)
  79. /dev/sr0 /cdrom iso9660 (ro,noatime)
  80. =========================== sda5/boot/grub/grub.cfg: ===========================
  81. --------------------------------------------------------------------------------
  82. #
  83. # DO NOT EDIT THIS FILE
  84. #
  85. # It is automatically generated by grub-mkconfig using templates
  86. # from /etc/grub.d and settings from /etc/default/grub
  87. #
  88. ### BEGIN /etc/grub.d/00_header ###
  89. if [ -s $prefix/grubenv ]; then
  90. set have_grubenv=true
  91. load_env
  92. fi
  93. set default="0"
  94. if [ "${prev_saved_entry}" ]; then
  95. set saved_entry="${prev_saved_entry}"
  96. save_env saved_entry
  97. set prev_saved_entry=
  98. save_env prev_saved_entry
  99. set boot_once=true
  100. fi
  101. function savedefault {
  102. if [ -z "${boot_once}" ]; then
  103. saved_entry="${chosen}"
  104. save_env saved_entry
  105. fi
  106. }
  107. function recordfail {
  108. set recordfail=1
  109. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  110. }
  111. function load_video {
  112. insmod vbe
  113. insmod vga
  114. insmod video_bochs
  115. insmod video_cirrus
  116. }
  117. insmod part_msdos
  118. insmod ext2
  119. set root='(/dev/sda,msdos5)'
  120. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  121. if loadfont /usr/share/grub/unicode.pf2 ; then
  122. set gfxmode=auto
  123. load_video
  124. insmod gfxterm
  125. fi
  126. terminal_output gfxterm
  127. insmod part_msdos
  128. insmod ext2
  129. set root='(/dev/sda,msdos5)'
  130. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  131. set locale_dir=($root)/boot/grub/locale
  132. set lang=en_US
  133. insmod gettext
  134. if [ "${recordfail}" = 1 ]; then
  135. set timeout=10
  136. else
  137. set timeout=10
  138. fi
  139. ### END /etc/grub.d/00_header ###
  140. ### BEGIN /etc/grub.d/10_linux ###
  141. if [ ${recordfail} != 1 ]; then
  142. if [ -e ${prefix}/gfxblacklist.txt ]; then
  143. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  144. if [ ${match} = 0 ]; then
  145. set linux_gfx_mode=keep
  146. else
  147. set linux_gfx_mode=text
  148. fi
  149. else
  150. set linux_gfx_mode=text
  151. fi
  152. else
  153. set linux_gfx_mode=keep
  154. fi
  155. else
  156. set linux_gfx_mode=text
  157. fi
  158. export linux_gfx_mode
  159. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  160. menuentry 'Ubuntu, with Linux 2.6.38-15-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  161. recordfail
  162. set gfxpayload=$linux_gfx_mode
  163. insmod part_msdos
  164. insmod ext2
  165. set root='(/dev/sda,msdos5)'
  166. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  167. linux /boot/vmlinuz-2.6.38-15-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro quiet splash vt.handoff=7
  168. initrd /boot/initrd.img-2.6.38-15-generic
  169. }
  170. menuentry 'Ubuntu, with Linux 2.6.38-15-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  171. recordfail
  172. set gfxpayload=$linux_gfx_mode
  173. insmod part_msdos
  174. insmod ext2
  175. set root='(/dev/sda,msdos5)'
  176. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  177. echo 'Loading Linux 2.6.38-15-generic ...'
  178. linux /boot/vmlinuz-2.6.38-15-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro single
  179. echo 'Loading initial ramdisk ...'
  180. initrd /boot/initrd.img-2.6.38-15-generic
  181. }
  182. submenu "Previous Linux versions" {
  183. menuentry 'Ubuntu, with Linux 2.6.38-14-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  184. recordfail
  185. set gfxpayload=$linux_gfx_mode
  186. insmod part_msdos
  187. insmod ext2
  188. set root='(/dev/sda,msdos5)'
  189. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  190. linux /boot/vmlinuz-2.6.38-14-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro quiet splash vt.handoff=7
  191. initrd /boot/initrd.img-2.6.38-14-generic
  192. }
  193. menuentry 'Ubuntu, with Linux 2.6.38-14-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  194. recordfail
  195. set gfxpayload=$linux_gfx_mode
  196. insmod part_msdos
  197. insmod ext2
  198. set root='(/dev/sda,msdos5)'
  199. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  200. echo 'Loading Linux 2.6.38-14-generic ...'
  201. linux /boot/vmlinuz-2.6.38-14-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro single
  202. echo 'Loading initial ramdisk ...'
  203. initrd /boot/initrd.img-2.6.38-14-generic
  204. }
  205. menuentry 'Ubuntu, with Linux 2.6.38-13-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  206. recordfail
  207. set gfxpayload=$linux_gfx_mode
  208. insmod part_msdos
  209. insmod ext2
  210. set root='(/dev/sda,msdos5)'
  211. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  212. linux /boot/vmlinuz-2.6.38-13-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro quiet splash vt.handoff=7
  213. initrd /boot/initrd.img-2.6.38-13-generic
  214. }
  215. menuentry 'Ubuntu, with Linux 2.6.38-13-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  216. recordfail
  217. set gfxpayload=$linux_gfx_mode
  218. insmod part_msdos
  219. insmod ext2
  220. set root='(/dev/sda,msdos5)'
  221. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  222. echo 'Loading Linux 2.6.38-13-generic ...'
  223. linux /boot/vmlinuz-2.6.38-13-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro single
  224. echo 'Loading initial ramdisk ...'
  225. initrd /boot/initrd.img-2.6.38-13-generic
  226. }
  227. menuentry 'Ubuntu, with Linux 2.6.38-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  228. recordfail
  229. set gfxpayload=$linux_gfx_mode
  230. insmod part_msdos
  231. insmod ext2
  232. set root='(/dev/sda,msdos5)'
  233. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  234. linux /boot/vmlinuz-2.6.38-12-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro quiet splash vt.handoff=7
  235. initrd /boot/initrd.img-2.6.38-12-generic
  236. }
  237. menuentry 'Ubuntu, with Linux 2.6.38-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  238. recordfail
  239. set gfxpayload=$linux_gfx_mode
  240. insmod part_msdos
  241. insmod ext2
  242. set root='(/dev/sda,msdos5)'
  243. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  244. echo 'Loading Linux 2.6.38-12-generic ...'
  245. linux /boot/vmlinuz-2.6.38-12-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro single
  246. echo 'Loading initial ramdisk ...'
  247. initrd /boot/initrd.img-2.6.38-12-generic
  248. }
  249. menuentry 'Ubuntu, with Linux 2.6.35-30-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  250. recordfail
  251. set gfxpayload=$linux_gfx_mode
  252. insmod part_msdos
  253. insmod ext2
  254. set root='(/dev/sda,msdos5)'
  255. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  256. linux /boot/vmlinuz-2.6.35-30-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro quiet splash vt.handoff=7
  257. initrd /boot/initrd.img-2.6.35-30-generic
  258. }
  259. menuentry 'Ubuntu, with Linux 2.6.35-30-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  260. recordfail
  261. set gfxpayload=$linux_gfx_mode
  262. insmod part_msdos
  263. insmod ext2
  264. set root='(/dev/sda,msdos5)'
  265. search --no-floppy --fs-uuid --set=root f797b2bd-909a-4852-b401-94866a2d355d
  266. echo 'Loading Linux 2.6.35-30-generic ...'
  267. linux /boot/vmlinuz-2.6.35-30-generic root=UUID=f797b2bd-909a-4852-b401-94866a2d355d ro single
  268. echo 'Loading initial ramdisk ...'
  269. initrd /boot/initrd.img-2.6.35-30-generic
  270. }
  271. }
  272. ### END /etc/grub.d/10_linux ###
  273. ### BEGIN /etc/grub.d/20_linux_xen ###
  274. ### END /etc/grub.d/20_linux_xen ###
  275. ### BEGIN /etc/grub.d/30_os-prober ###
  276. menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
  277. insmod part_msdos
  278. insmod ntfs
  279. set root='(/dev/sda,msdos1)'
  280. search --no-floppy --fs-uuid --set=root AC226CA3226C73EC
  281. chainloader +1
  282. }
  283. menuentry "Windows Recovery Environment (loader) (on /dev/sda2)" --class windows --class os {
  284. insmod part_msdos
  285. insmod ntfs
  286. set root='(/dev/sda,msdos2)'
  287. search --no-floppy --fs-uuid --set=root 5E9A1C389A1C0EE1
  288. drivemap -s (hd0) ${root}
  289. chainloader +1
  290. }
  291. menuentry "Linux Mint 13 Maya (13) (on /dev/sda7)" --class gnu-linux --class gnu --class os {
  292. insmod part_msdos
  293. insmod ext2
  294. set root='(/dev/sda,msdos7)'
  295. search --no-floppy --fs-uuid --set=root c6c56ec4-cef8-425b-8813-e463831a227f
  296. linux /vmlinuz root=/dev/sda7
  297. initrd /initrd.img
  298. }
  299. menuentry "Linux Mint 13 Maya (13) (on /dev/sda7)" --class gnu-linux --class gnu --class os {
  300. insmod part_msdos
  301. insmod ext2
  302. set root='(/dev/sda,msdos7)'
  303. search --no-floppy --fs-uuid --set=root c6c56ec4-cef8-425b-8813-e463831a227f
  304. linux /vmlinuz root=/dev/sda7
  305. initrd /initrd.img
  306. }
  307. menuentry "Linux Mint 13 Maya (13) (on /dev/sda7)" --class gnu-linux --class gnu --class os {
  308. insmod part_msdos
  309. insmod ext2
  310. set root='(/dev/sda,msdos7)'
  311. search --no-floppy --fs-uuid --set=root c6c56ec4-cef8-425b-8813-e463831a227f
  312. linux /boot/vmlinuz-3.2.0-23-generic root=/dev/sda7
  313. initrd /boot/initrd.img-3.2.0-23-generic
  314. }
  315. menuentry "Linux Mint 13 Maya (13) (on /dev/sda7)" --class gnu-linux --class gnu --class os {
  316. insmod part_msdos
  317. insmod ext2
  318. set root='(/dev/sda,msdos7)'
  319. search --no-floppy --fs-uuid --set=root c6c56ec4-cef8-425b-8813-e463831a227f
  320. linux /vmlinuz root=/dev/sda7
  321. initrd /initrd.img
  322. }
  323. menuentry "Linux Mint 13 Maya (13) (on /dev/sda7)" --class gnu-linux --class gnu --class os {
  324. insmod part_msdos
  325. insmod ext2
  326. set root='(/dev/sda,msdos7)'
  327. search --no-floppy --fs-uuid --set=root c6c56ec4-cef8-425b-8813-e463831a227f
  328. linux /vmlinuz root=/dev/sda7
  329. initrd /initrd.img
  330. }
  331. ### END /etc/grub.d/30_os-prober ###
  332. ### BEGIN /etc/grub.d/40_custom ###
  333. # This file provides an easy way to add custom menu entries. Simply type the
  334. # menu entries you want to add after this comment. Be careful not to change
  335. # the 'exec tail' line above.
  336. ### END /etc/grub.d/40_custom ###
  337. ### BEGIN /etc/grub.d/41_custom ###
  338. if [ -f $prefix/custom.cfg ]; then
  339. source $prefix/custom.cfg;
  340. fi
  341. ### END /etc/grub.d/41_custom ###
  342. --------------------------------------------------------------------------------
  343. =============================== sda5/etc/fstab: ================================
  344. --------------------------------------------------------------------------------
  345. # /etc/fstab: static file system information.
  346. #
  347. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  348. # for a device; this may be used with UUID= as a more robust way to name
  349. # devices that works even if disks are added and removed. See fstab(5).
  350. #
  351. # <file system> <mount point> <type> <options> <dump> <pass>
  352. proc /proc proc nodev,noexec,nosuid 0 0
  353. # / was on /dev/sda5 during installation
  354. UUID=f797b2bd-909a-4852-b401-94866a2d355d / ext4 errors=remount-ro 0 1
  355. # swap was on /dev/sda6 during installation
  356. UUID=865ddd0a-330e-46cd-8ba7-ace27c799d69 none swap sw 0 0
  357. --------------------------------------------------------------------------------
  358. =================== sda5: Location of files loaded by Grub: ====================
  359. GiB - GB File Fragment(s)
  360. 146.070426464 = 156.841926144 boot/grub/core.img 1
  361. 146.062213421 = 156.833107456 boot/grub/grub.cfg 1
  362. 142.305408001 = 152.799268352 boot/initrd.img-2.6.35-30-generic 2
  363. 145.353713512 = 156.072361472 boot/initrd.img-2.6.38-12-generic 2
  364. 145.595717907 = 156.332211712 boot/initrd.img-2.6.38-13-generic 2
  365. 146.809855938 = 157.635882496 boot/initrd.img-2.6.38-14-generic 2
  366. 149.321826458 = 160.333090304 boot/initrd.img-2.6.38-15-generic 2
  367. 142.040755749 = 152.515100160 boot/vmlinuz-2.6.35-30-generic 1
  368. 144.404807568 = 155.053481472 boot/vmlinuz-2.6.38-12-generic 1
  369. 142.498572826 = 153.006677504 boot/vmlinuz-2.6.38-13-generic 2
  370. 146.400916576 = 157.196787200 boot/vmlinuz-2.6.38-14-generic 2
  371. 148.854041576 = 159.830810112 boot/vmlinuz-2.6.38-15-generic 2
  372. 149.321826458 = 160.333090304 initrd.img 2
  373. 146.809855938 = 157.635882496 initrd.img.old 2
  374. 148.854041576 = 159.830810112 vmlinuz 2
  375. 146.400916576 = 157.196787200 vmlinuz.old 2
  376. =============================== sda7/etc/fstab: ================================
  377. --------------------------------------------------------------------------------
  378. # /etc/fstab: static file system information.
  379. #
  380. # Use 'blkid' to print the universally unique identifier for a
  381. # device; this may be used with UUID= as a more robust way to name devices
  382. # that works even if disks are added and removed. See fstab(5).
  383. #
  384. # <file system> <mount point> <type> <options> <dump> <pass>
  385. proc /proc proc nodev,noexec,nosuid 0 0
  386. # / was on /dev/sda7 during installation
  387. UUID=c6c56ec4-cef8-425b-8813-e463831a227f / ext4 errors=remount-ro 0 1
  388. # swap was on /dev/sda6 during installation
  389. UUID=865ddd0a-330e-46cd-8ba7-ace27c799d69 none swap sw 0 0
  390. --------------------------------------------------------------------------------
  391. =================== sda7: Location of files loaded by Grub: ====================
  392. GiB - GB File Fragment(s)
  393. 164.577829361 = 176.714098688 boot/initrd.img-3.2.0-23-generic 2
  394. 171.830961227 = 184.502089728 boot/vmlinuz-3.2.0-23-generic 1
  395. 164.577829361 = 176.714098688 initrd.img 2
  396. 171.830961227 = 184.502089728 vmlinuz 1
  397. ADDITIONAL INFORMATION :
  398. =================== log of boot-repair 2012-11-07__21h19 ===================
  399. boot-repair version : 3.194~ppa52~precise
  400. boot-sav version : 3.194~ppa52~precise
  401. glade2script version : 3.2.2~ppa45~precise
  402. boot-sav-extra version : 3.194~ppa52~precise
  403. boot-repair is executed in live-session (Linux Mint 13 Maya, maya, LinuxMint, x86_64)
  404. CPU op-mode(s): 32-bit, 64-bit
  405. file=/cdrom/preseed/mint.seed boot=casper initrd=/casper/initrd.lz quiet splash -- BOOT_IMAGE=/casper/vmlinuz
  406. =================== os-prober:
  407. /dev/sda1:Windows 7 (loader):Windows:chain
  408. /dev/sda2:Windows Recovery Environment (loader):Windows1:chain
  409. /dev/sda5:Ubuntu 11.04 (11.04):Ubuntu:linux
  410. /dev/sda7:Linux Mint 13 Maya (13):LinuxMint:linux
  411. =================== blkid:
  412. /dev/loop0: TYPE="squashfs"
  413. /dev/sda1: LABEL="SYSTEM" UUID="AC226CA3226C73EC" TYPE="ntfs"
  414. /dev/sda2: UUID="5E9A1C389A1C0EE1" TYPE="ntfs"
  415. /dev/sda4: LABEL="HP_TOOLS" UUID="9ABD-7D3E" TYPE="vfat"
  416. /dev/sda5: UUID="f797b2bd-909a-4852-b401-94866a2d355d" TYPE="ext4"
  417. /dev/sda6: UUID="865ddd0a-330e-46cd-8ba7-ace27c799d69" TYPE="swap"
  418. /dev/sda7: UUID="c6c56ec4-cef8-425b-8813-e463831a227f" TYPE="ext4"
  419. /dev/sr0: LABEL="Linux Mint 13 MATE 64-bit" TYPE="iso9660"
  420. 1 disks with OS, 4 OS : 2 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
  421. Warning: extended partition does not start at a cylinder boundary.
  422. DOS and Linux will interpret the contents differently.
  423. =================== sda5/etc/default/grub :
  424. # If you change this file, run 'update-grub' afterwards to update
  425. # /boot/grub/grub.cfg.
  426. # For full documentation of the options in this file, see:
  427. # info -f grub -n 'Simple configuration'
  428. GRUB_DEFAULT=0
  429. #GRUB_HIDDEN_TIMEOUT=0
  430. GRUB_HIDDEN_TIMEOUT_QUIET=true
  431. GRUB_TIMEOUT=10
  432. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  433. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  434. GRUB_CMDLINE_LINUX=""
  435. # Uncomment to enable BadRAM filtering, modify to suit your needs
  436. # This works with Linux (no patch required) and with any kernel that obtains
  437. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  438. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  439. # Uncomment to disable graphical terminal (grub-pc only)
  440. #GRUB_TERMINAL=console
  441. # The resolution used on graphical terminal
  442. # note that you can use only modes which your graphic card supports via VBE
  443. # you can see them in real GRUB with the command `vbeinfo'
  444. #GRUB_GFXMODE=640x480
  445. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  446. #GRUB_DISABLE_LINUX_UUID=true
  447. # Uncomment to disable generation of recovery mode menu entries
  448. #GRUB_DISABLE_RECOVERY="true"
  449. # Uncomment to get a beep at grub start
  450. #GRUB_INIT_TUNE="480 440 1"
  451. =================== sda5/etc/grub.d/ :
  452. drwxr-xr-x 2 root root 4096 Aug 20 17:32 grub.d
  453. drwxr-xr-x 2 root root 4096 Aug 20 17:31 grub.d.bak
  454. total 44
  455. -rwxr-xr-x 1 root root 6658 Apr 21 2011 00_header
  456. -rwxr-xr-x 1 root root 6304 Apr 21 2011 10_linux
  457. -rwxr-xr-x 1 root root 5233 Apr 21 2011 20_linux_xen
  458. -rwxr-xr-x 1 root root 7119 Apr 21 2011 30_os-prober
  459. -rwxr-xr-x 1 root root 214 Apr 21 2011 40_custom
  460. -rwxr-xr-x 1 root root 95 Apr 21 2011 41_custom
  461. -rw-r--r-- 1 root root 483 Apr 21 2011 README
  462. =================== sda5recordfail=1/grub/grubenv :
  463. recordfail=1
  464. =================== sda5/etc/mdadm/mdadm.conf :
  465. # mdadm.conf
  466. #
  467. # Please refer to mdadm.conf(5) for information about this file.
  468. #
  469. # by default, scan all partitions (/proc/partitions) for MD superblocks.
  470. # alternatively, specify devices to scan, using wildcards if desired.
  471. DEVICE partitions
  472. # auto-create devices with Debian standard permissions
  473. CREATE owner=root group=disk mode=0660 auto=yes
  474. # automatically tag new arrays as belonging to the local system
  475. HOMEHOST <system>
  476. # instruct the monitoring daemon where to send mail alerts
  477. MAILADDR root
  478. # definitions of existing MD arrays
  479. # This file was auto-generated on Sun, 19 Aug 2012 18:24:37 +0200
  480. # by mkconf $Id$
  481. =================== /media/c6c56ec4-cef8-425b-8813-e463831a227f/etc/default/grub :
  482. # If you change this file, run 'update-grub' afterwards to update
  483. # /boot/grub/grub.cfg.
  484. # For full documentation of the options in this file, see:
  485. # info -f grub -n 'Simple configuration'
  486. GRUB_DEFAULT=0
  487. GRUB_HIDDEN_TIMEOUT=0
  488. GRUB_HIDDEN_TIMEOUT_QUIET=true
  489. GRUB_TIMEOUT=10
  490. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  491. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  492. GRUB_CMDLINE_LINUX=""
  493. # Uncomment to enable BadRAM filtering, modify to suit your needs
  494. # This works with Linux (no patch required) and with any kernel that obtains
  495. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  496. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  497. # Uncomment to disable graphical terminal (grub-pc only)
  498. #GRUB_TERMINAL=console
  499. # The resolution used on graphical terminal
  500. # note that you can use only modes which your graphic card supports via VBE
  501. # you can see them in real GRUB with the command `vbeinfo'
  502. #GRUB_GFXMODE=640x480
  503. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  504. #GRUB_DISABLE_LINUX_UUID=true
  505. # Uncomment to disable generation of recovery mode menu entries
  506. #GRUB_DISABLE_RECOVERY="true"
  507. # Uncomment to get a beep at grub start
  508. #GRUB_INIT_TUNE="480 440 1"
  509. =================== /media/c6c56ec4-cef8-425b-8813-e463831a227f/etc/grub.d/ :
  510. drwxr-xr-x 2 root root 4096 Nov 5 17:28 grub.d
  511. total 68
  512. -rwxr-xr-x 1 root root 6743 Sep 12 20:18 00_header
  513. -rwxr-xr-x 1 root root 5522 Sep 12 20:04 05_debian_theme
  514. -rwxr-xr-x 1 root root 1183 Oct 23 2011 06_mint_theme
  515. -rwxr-xr-x 1 root root 7500 Nov 6 19:59 10_linux
  516. -rwxr-xr-x 1 root root 6693 Jan 18 2012 10_lupin
  517. -rwxr-xr-x 1 root root 6335 Sep 12 20:18 20_linux_xen
  518. -rwxr-xr-x 1 root root 1588 Nov 27 2011 20_memtest86+
  519. -rwxr-xr-x 1 root root 7603 Sep 12 20:18 30_os-prober
  520. -rwxr-xr-x 1 root root 214 Sep 12 20:18 40_custom
  521. -rwxr-xr-x 1 root root 95 Sep 12 20:18 41_custom
  522. -rw-r--r-- 1 root root 483 Sep 12 20:18 README
  523. =================== UEFI/Legacy mode :
  524. This live-session is not in EFI-mode.
  525. =================== PARTITIONS & DISKS:
  526. 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, /media/SYSTEM.
  527. 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, /media/5E9A1C389A1C0EE1.
  528. 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.
  529. 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.
  530. 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, /media/c6c56ec4-cef8-425b-8813-e463831a227f.
  531. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  532. =================== parted -l:
  533. Model: ATA Hitachi HTS72503 (scsi)
  534. Disk /dev/sda: 320GB
  535. Sector size (logical/physical): 512B/512B
  536. Partition Table: msdos
  537. Number Start End Size Type File system Flags
  538. 1 1049kB 210MB 209MB primary ntfs boot
  539. 2 210MB 152GB 152GB primary ntfs
  540. 3 152GB 320GB 168GB extended
  541. 5 152GB 167GB 14.8GB logical ext4
  542. 7 167GB 313GB 146GB logical ext4
  543. 6 313GB 320GB 6842MB logical linux-swap(v1)
  544. 4 320GB 320GB 108MB primary fat32 lba
  545. Error: Invalid partition table - recursive partition on /dev/sr0.
  546. =================== parted -lm:
  547. BYT;
  548. /dev/sda:320GB:scsi:512:512:msdos:ATA Hitachi HTS72503;
  549. 1:1049kB:210MB:209MB:ntfs::boot;
  550. 2:210MB:152GB:152GB:ntfs::;
  551. 3:152GB:320GB:168GB:::;
  552. 5:152GB:167GB:14.8GB:ext4::;
  553. 7:167GB:313GB:146GB:ext4::;
  554. 6:313GB:320GB:6842MB:linux-swap(v1)::;
  555. 4:320GB:320GB:108MB:fat32::lba;
  556. Error: Invalid partition table - recursive partition on /dev/sr0.
  557. =================== mount:
  558. /cow on / type overlayfs (rw)
  559. proc on /proc type proc (rw,noexec,nosuid,nodev)
  560. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  561. udev on /dev type devtmpfs (rw,mode=0755)
  562. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  563. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  564. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  565. /dev/loop0 on /rofs type squashfs (ro,noatime)
  566. none on /sys/fs/fuse/connections type fusectl (rw)
  567. none on /sys/kernel/debug type debugfs (rw)
  568. none on /sys/kernel/security type securityfs (rw)
  569. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  570. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  571. none on /run/shm type tmpfs (rw,nosuid,nodev)
  572. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  573. gvfs-fuse-daemon on /home/mint/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=mint)
  574. /dev/sda2 on /media/5E9A1C389A1C0EE1 type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  575. /dev/sda7 on /media/c6c56ec4-cef8-425b-8813-e463831a227f type ext4 (rw,nosuid,nodev,uhelper=udisks)
  576. /dev/sda1 on /media/SYSTEM type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  577. /dev/sda4 on /mnt/boot-sav/sda4 type vfat (rw)
  578. /dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw)
  579. =================== ls:
  580. /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
  581. /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
  582. /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
  583. ls /dev/mapper: control
  584. =================== df -Th:
  585. Filesystem Type Size Used Avail Use% Mounted on
  586. /cow overlayfs 1.4G 217M 1.2G 16% /
  587. udev devtmpfs 1.4G 12K 1.4G 1% /dev
  588. tmpfs tmpfs 562M 972K 561M 1% /run
  589. /dev/sr0 iso9660 885M 885M 0 100% /cdrom
  590. /dev/loop0 squashfs 854M 854M 0 100% /rofs
  591. tmpfs tmpfs 1.4G 11M 1.4G 1% /tmp
  592. none tmpfs 5.0M 0 5.0M 0% /run/lock
  593. none tmpfs 1.4G 76K 1.4G 1% /run/shm
  594. /dev/sda2 fuseblk 142G 56G 86G 40% /media/5E9A1C389A1C0EE1
  595. /dev/sda7 ext4 136G 8.6G 121G 7% /media/c6c56ec4-cef8-425b-8813-e463831a227f
  596. /dev/sda1 fuseblk 199M 44M 156M 22% /media/SYSTEM
  597. /dev/sda4 vfat 100M 2.1M 98M 3% /mnt/boot-sav/sda4
  598. /dev/sda5 ext4 14G 7.4G 5.7G 57% /mnt/boot-sav/sda5
  599. =================== fdisk -l:
  600. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  601. 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
  602. Units = sectors of 1 * 512 = 512 bytes
  603. Sector size (logical/physical): 512 bytes / 512 bytes
  604. I/O size (minimum/optimal): 512 bytes / 512 bytes
  605. Disk identifier: 0x00000000
  606. Device Boot Start End Blocks Id System
  607. /dev/sda1 * 2048 409599 203776 7 HPFS/NTFS/exFAT
  608. /dev/sda2 409600 297631187 148610794 7 HPFS/NTFS/exFAT
  609. /dev/sda3 297636253 624928767 163646257+ 5 Extended
  610. /dev/sda4 624928768 625140399 105816 c W95 FAT32 (LBA)
  611. /dev/sda5 297636255 326521124 14442435 83 Linux
  612. /dev/sda6 611565568 624928767 6681600 82 Linux swap / Solaris
  613. /dev/sda7 326521188 611563519 142521166 83 Linux
  614. Partition table entries are not in disk order
  615. =================== Default settings
  616. Recommended-Repair
  617. This setting would reinstall the grub2 of sda5 into the MBR of sda.
  618. Additional repair would be performed: unhide-bootmenu-10s
  619. =================== Settings chosen by the user
  620. Custom-Repair
  621. This setting will restore the [(generic mbr)] MBR in sda, and make it boot on sda1.
  622. Additional repair will be performed: unhide-bootmenu-10s
  623. Unhide GRUB boot menu in sda7/etc/default/grub
  624. Will restore the MBR_TO_RESTORE : sda (generic mbr) into sda
  625. dd if=/usr/lib/syslinux/mbr.bin of=/dev/sda
  626. 0+1 records in
  627. 0+1 records out
  628. parted /dev/sda set 1 boot on
  629. Information: You may need to update /etc/fstab.
  630. Boot successfully repaired.
  631. You can now reboot your computer.