1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. for (,msdos6)/boot/grub.
  6. sdb1: __________________________________________________________________________
  7. File system: ntfs
  8. Boot sector type: Windows 7/2008: NTFS
  9. Boot sector info: No errors found in the Boot Parameter Block.
  10. Operating System: Windows 7
  11. Boot files: /Boot/BCD /Windows/System32/winload.exe
  12. sdb2: __________________________________________________________________________
  13. File system: Extended Partition
  14. Boot sector type: -
  15. Boot sector info:
  16. sdb5: __________________________________________________________________________
  17. File system: swap
  18. Boot sector type: -
  19. Boot sector info:
  20. sdb6: __________________________________________________________________________
  21. File system: ext4
  22. Boot sector type: -
  23. Boot sector info:
  24. Operating System: Linux Mint 17.2 Rafaela
  25. Boot files: /boot/grub/grub.cfg /etc/fstab
  26. /boot/grub/i386-pc/core.img
  27. sda: ___________________________________________________________________________
  28. File system: ntfs
  29. Boot sector type: Windows Vista: NTFS
  30. Boot sector info: No errors found in the Boot Parameter Block.
  31. Operating System:
  32. Boot files:
  33. ============================ Drive/Partition Info: =============================
  34. Drive: sdb _____________________________________________________________________
  35. Disk /dev/sdb: 240.1 GB, 240057409536 bytes
  36. 255 heads, 63 sectors/track, 29185 cylinders, total 468862128 sectors
  37. Units = sectors of 1 * 512 = 512 bytes
  38. Sector size (logical/physical): 512 bytes / 512 bytes
  39. Partition Boot Start Sector End Sector # of Sectors Id System
  40. /dev/sdb1 * 63 275,005,439 275,005,377 7 NTFS / exFAT / HPFS
  41. /dev/sdb2 275,007,486 468,860,927 193,853,442 5 Extended
  42. /dev/sdb5 453,240,832 468,860,927 15,620,096 82 Linux swap / Solaris
  43. /dev/sdb6 275,007,488 453,240,831 178,233,344 83 Linux
  44. "blkid" output: ________________________________________________________________
  45. Device UUID TYPE LABEL
  46. /dev/sda 5568B51741CA9AF6 ntfs
  47. /dev/sdb1 234AE49449783AD5 ntfs
  48. /dev/sdb5 5a39b6d8-ce87-467c-9ba9-4d70b132e3e2 swap
  49. /dev/sdb6 b4d658de-7f3b-4bc4-a1c3-a6f043360e70 ext4
  50. ========================= "ls -l /dev/disk/by-id" output: ======================
  51. total 0
  52. lrwxrwxrwx 1 root root 9 Nov 6 23:46 ata-INTEL_SSDSC2BW240A4_PHDA431300FJ2403GN -> ../../sdb
  53. lrwxrwxrwx 1 root root 10 Nov 6 23:46 ata-INTEL_SSDSC2BW240A4_PHDA431300FJ2403GN-part1 -> ../../sdb1
  54. lrwxrwxrwx 1 root root 10 Nov 6 23:35 ata-INTEL_SSDSC2BW240A4_PHDA431300FJ2403GN-part2 -> ../../sdb2
  55. lrwxrwxrwx 1 root root 10 Nov 6 23:34 ata-INTEL_SSDSC2BW240A4_PHDA431300FJ2403GN-part5 -> ../../sdb5
  56. lrwxrwxrwx 1 root root 10 Nov 6 23:34 ata-INTEL_SSDSC2BW240A4_PHDA431300FJ2403GN-part6 -> ../../sdb6
  57. lrwxrwxrwx 1 root root 9 Nov 6 23:45 ata-SanDisk_SDSSDXPS480G_153135400504 -> ../../sda
  58. lrwxrwxrwx 1 root root 9 Nov 6 23:45 wwn-0x5001b44eb329c238 -> ../../sda
  59. lrwxrwxrwx 1 root root 9 Nov 6 23:46 wwn-0x55cd2e404ba1b3d5 -> ../../sdb
  60. lrwxrwxrwx 1 root root 10 Nov 6 23:46 wwn-0x55cd2e404ba1b3d5-part1 -> ../../sdb1
  61. lrwxrwxrwx 1 root root 10 Nov 6 23:35 wwn-0x55cd2e404ba1b3d5-part2 -> ../../sdb2
  62. lrwxrwxrwx 1 root root 10 Nov 6 23:34 wwn-0x55cd2e404ba1b3d5-part5 -> ../../sdb5
  63. lrwxrwxrwx 1 root root 10 Nov 6 23:34 wwn-0x55cd2e404ba1b3d5-part6 -> ../../sdb6
  64. ================================ Mount points: =================================
  65. Device Mount_Point Type Options
  66. /dev/sda /media/cristian/Ddrive fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  67. /dev/sdb6 / ext4 (rw,errors=remount-ro)
  68. =========================== sdb6/boot/grub/grub.cfg: ===========================
  69. --------------------------------------------------------------------------------
  70. #
  71. # DO NOT EDIT THIS FILE
  72. #
  73. # It is automatically generated by grub-mkconfig using templates
  74. # from /etc/grub.d and settings from /etc/default/grub
  75. #
  76. ### BEGIN /etc/grub.d/00_header ###
  77. if [ -s $prefix/grubenv ]; then
  78. set have_grubenv=true
  79. load_env
  80. fi
  81. if [ "${next_entry}" ] ; then
  82. set default="${next_entry}"
  83. set next_entry=
  84. save_env next_entry
  85. set boot_once=true
  86. else
  87. set default="0"
  88. fi
  89. if [ x"${feature_menuentry_id}" = xy ]; then
  90. menuentry_id_option="--id"
  91. else
  92. menuentry_id_option=""
  93. fi
  94. export menuentry_id_option
  95. if [ "${prev_saved_entry}" ]; then
  96. set saved_entry="${prev_saved_entry}"
  97. save_env saved_entry
  98. set prev_saved_entry=
  99. save_env prev_saved_entry
  100. set boot_once=true
  101. fi
  102. function savedefault {
  103. if [ -z "${boot_once}" ]; then
  104. saved_entry="${chosen}"
  105. save_env saved_entry
  106. fi
  107. }
  108. function recordfail {
  109. set recordfail=1
  110. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  111. }
  112. function load_video {
  113. if [ x$feature_all_video_module = xy ]; then
  114. insmod all_video
  115. else
  116. insmod efi_gop
  117. insmod efi_uga
  118. insmod ieee1275_fb
  119. insmod vbe
  120. insmod vga
  121. insmod video_bochs
  122. insmod video_cirrus
  123. fi
  124. }
  125. if [ x$feature_default_font_path = xy ] ; then
  126. font=unicode
  127. else
  128. insmod part_msdos
  129. insmod ext2
  130. set root='hd1,msdos6'
  131. if [ x$feature_platform_search_hint = xy ]; then
  132. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos6 --hint-efi=hd1,msdos6 --hint-baremetal=ahci1,msdos6 b4d658de-7f3b-4bc4-a1c3-a6f043360e70
  133. else
  134. search --no-floppy --fs-uuid --set=root b4d658de-7f3b-4bc4-a1c3-a6f043360e70
  135. fi
  136. font="/usr/share/grub/unicode.pf2"
  137. fi
  138. if loadfont $font ; then
  139. set gfxmode=auto
  140. load_video
  141. insmod gfxterm
  142. set locale_dir=$prefix/locale
  143. set lang=en_US
  144. insmod gettext
  145. fi
  146. terminal_output gfxterm
  147. if [ "${recordfail}" = 1 ] ; then
  148. set timeout=10
  149. else
  150. if [ x$feature_timeout_style = xy ] ; then
  151. set timeout_style=menu
  152. set timeout=10
  153. # Fallback normal timeout code in case the timeout_style feature is
  154. # unavailable.
  155. else
  156. set timeout=10
  157. fi
  158. fi
  159. ### END /etc/grub.d/00_header ###
  160. ### BEGIN /etc/grub.d/05_debian_theme ###
  161. set menu_color_normal=white/black
  162. set menu_color_highlight=black/light-gray
  163. ### END /etc/grub.d/05_debian_theme ###
  164. ### BEGIN /etc/grub.d/10_linux ###
  165. function gfxmode {
  166. set gfxpayload="${1}"
  167. if [ "${1}" = "keep" ]; then
  168. set vt_handoff=vt.handoff=7
  169. else
  170. set vt_handoff=
  171. fi
  172. }
  173. if [ "${recordfail}" != 1 ]; then
  174. if [ -e ${prefix}/gfxblacklist.txt ]; then
  175. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  176. if [ ${match} = 0 ]; then
  177. set linux_gfx_mode=keep
  178. else
  179. set linux_gfx_mode=text
  180. fi
  181. else
  182. set linux_gfx_mode=text
  183. fi
  184. else
  185. set linux_gfx_mode=keep
  186. fi
  187. else
  188. set linux_gfx_mode=text
  189. fi
  190. export linux_gfx_mode
  191. menuentry 'Linux Mint 17.2 Cinnamon 64-bit' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b4d658de-7f3b-4bc4-a1c3-a6f043360e70' {
  192. recordfail
  193. load_video
  194. gfxmode $linux_gfx_mode
  195. insmod gzio
  196. insmod part_msdos
  197. insmod ext2
  198. set root='hd1,msdos6'
  199. if [ x$feature_platform_search_hint = xy ]; then
  200. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos6 --hint-efi=hd1,msdos6 --hint-baremetal=ahci1,msdos6 b4d658de-7f3b-4bc4-a1c3-a6f043360e70
  201. else
  202. search --no-floppy --fs-uuid --set=root b4d658de-7f3b-4bc4-a1c3-a6f043360e70
  203. fi
  204. linux /boot/vmlinuz-3.16.0-38-generic root=UUID=b4d658de-7f3b-4bc4-a1c3-a6f043360e70 ro
  205. initrd /boot/initrd.img-3.16.0-38-generic
  206. }
  207. submenu 'Advanced options for Linux Mint 17.2 Cinnamon 64-bit' $menuentry_id_option 'gnulinux-advanced-b4d658de-7f3b-4bc4-a1c3-a6f043360e70' {
  208. menuentry 'Linux Mint 17.2 Cinnamon 64-bit, with Linux 3.16.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-38-generic-advanced-b4d658de-7f3b-4bc4-a1c3-a6f043360e70' {
  209. recordfail
  210. load_video
  211. gfxmode $linux_gfx_mode
  212. insmod gzio
  213. insmod part_msdos
  214. insmod ext2
  215. set root='hd1,msdos6'
  216. if [ x$feature_platform_search_hint = xy ]; then
  217. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos6 --hint-efi=hd1,msdos6 --hint-baremetal=ahci1,msdos6 b4d658de-7f3b-4bc4-a1c3-a6f043360e70
  218. else
  219. search --no-floppy --fs-uuid --set=root b4d658de-7f3b-4bc4-a1c3-a6f043360e70
  220. fi
  221. echo 'Loading Linux 3.16.0-38-generic ...'
  222. linux /boot/vmlinuz-3.16.0-38-generic root=UUID=b4d658de-7f3b-4bc4-a1c3-a6f043360e70 ro
  223. echo 'Loading initial ramdisk ...'
  224. initrd /boot/initrd.img-3.16.0-38-generic
  225. }
  226. menuentry 'Linux Mint 17.2 Cinnamon 64-bit, with Linux 3.16.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-38-generic-recovery-b4d658de-7f3b-4bc4-a1c3-a6f043360e70' {
  227. recordfail
  228. load_video
  229. insmod gzio
  230. insmod part_msdos
  231. insmod ext2
  232. set root='hd1,msdos6'
  233. if [ x$feature_platform_search_hint = xy ]; then
  234. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos6 --hint-efi=hd1,msdos6 --hint-baremetal=ahci1,msdos6 b4d658de-7f3b-4bc4-a1c3-a6f043360e70
  235. else
  236. search --no-floppy --fs-uuid --set=root b4d658de-7f3b-4bc4-a1c3-a6f043360e70
  237. fi
  238. echo 'Loading Linux 3.16.0-38-generic ...'
  239. linux /boot/vmlinuz-3.16.0-38-generic root=UUID=b4d658de-7f3b-4bc4-a1c3-a6f043360e70 ro recovery nomodeset
  240. echo 'Loading initial ramdisk ...'
  241. initrd /boot/initrd.img-3.16.0-38-generic
  242. }
  243. menuentry 'Linux Mint 17.2 Cinnamon 64-bit, with Linux 3.13.0-67-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-67-generic-advanced-b4d658de-7f3b-4bc4-a1c3-a6f043360e70' {
  244. recordfail
  245. load_video
  246. gfxmode $linux_gfx_mode
  247. insmod gzio
  248. insmod part_msdos
  249. insmod ext2
  250. set root='hd1,msdos6'
  251. if [ x$feature_platform_search_hint = xy ]; then
  252. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos6 --hint-efi=hd1,msdos6 --hint-baremetal=ahci1,msdos6 b4d658de-7f3b-4bc4-a1c3-a6f043360e70
  253. else
  254. search --no-floppy --fs-uuid --set=root b4d658de-7f3b-4bc4-a1c3-a6f043360e70
  255. fi
  256. echo 'Loading Linux 3.13.0-67-generic ...'
  257. linux /boot/vmlinuz-3.13.0-67-generic root=UUID=b4d658de-7f3b-4bc4-a1c3-a6f043360e70 ro
  258. echo 'Loading initial ramdisk ...'
  259. initrd /boot/initrd.img-3.13.0-67-generic
  260. }
  261. menuentry 'Linux Mint 17.2 Cinnamon 64-bit, with Linux 3.13.0-67-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-67-generic-recovery-b4d658de-7f3b-4bc4-a1c3-a6f043360e70' {
  262. recordfail
  263. load_video
  264. insmod gzio
  265. insmod part_msdos
  266. insmod ext2
  267. set root='hd1,msdos6'
  268. if [ x$feature_platform_search_hint = xy ]; then
  269. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos6 --hint-efi=hd1,msdos6 --hint-baremetal=ahci1,msdos6 b4d658de-7f3b-4bc4-a1c3-a6f043360e70
  270. else
  271. search --no-floppy --fs-uuid --set=root b4d658de-7f3b-4bc4-a1c3-a6f043360e70
  272. fi
  273. echo 'Loading Linux 3.13.0-67-generic ...'
  274. linux /boot/vmlinuz-3.13.0-67-generic root=UUID=b4d658de-7f3b-4bc4-a1c3-a6f043360e70 ro recovery nomodeset
  275. echo 'Loading initial ramdisk ...'
  276. initrd /boot/initrd.img-3.13.0-67-generic
  277. }
  278. }
  279. ### END /etc/grub.d/10_linux ###
  280. ### BEGIN /etc/grub.d/20_linux_xen ###
  281. ### END /etc/grub.d/20_linux_xen ###
  282. ### BEGIN /etc/grub.d/30_os-prober ###
  283. ### END /etc/grub.d/30_os-prober ###
  284. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  285. ### END /etc/grub.d/30_uefi-firmware ###
  286. ### BEGIN /etc/grub.d/40_custom ###
  287. # This file provides an easy way to add custom menu entries. Simply type the
  288. # menu entries you want to add after this comment. Be careful not to change
  289. # the 'exec tail' line above.
  290. ### END /etc/grub.d/40_custom ###
  291. ### BEGIN /etc/grub.d/41_custom ###
  292. if [ -f ${config_directory}/custom.cfg ]; then
  293. source ${config_directory}/custom.cfg
  294. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  295. source $prefix/custom.cfg;
  296. fi
  297. ### END /etc/grub.d/41_custom ###
  298. --------------------------------------------------------------------------------
  299. =============================== sdb6/etc/fstab: ================================
  300. --------------------------------------------------------------------------------
  301. # /etc/fstab: static file system information.
  302. #
  303. # Use 'blkid' to print the universally unique identifier for a
  304. # device; this may be used with UUID= as a more robust way to name devices
  305. # that works even if disks are added and removed. See fstab(5).
  306. #
  307. # <file system> <mount point> <type> <options> <dump> <pass>
  308. # / was on /dev/sdb6 during installation
  309. UUID=b4d658de-7f3b-4bc4-a1c3-a6f043360e70 / ext4 errors=remount-ro 0 1
  310. # swap was on /dev/sdb5 during installation
  311. UUID=5a39b6d8-ce87-467c-9ba9-4d70b132e3e2 none swap sw 0 0
  312. # Cdrive
  313. UUID=234AE49449783AD5 /media/cristian/Cdrive ntfs auto,nouser,rw,UID=1000,UMASK=660 0 0
  314. UUID=5568B51741CA9AF6 /media/cristian/Ddrive ntfs auto,nouser,rw,UID=1000,UMASK=660 0 0
  315. --------------------------------------------------------------------------------
  316. =============================== StdErr Messages: ===============================
  317. cat: write error: Broken pipe
  318. File descriptor 9 (/proc/5593/mounts) leaked on lvs invocation. Parent PID 15866: bash
  319. File descriptor 63 (pipe:[48171]) leaked on lvs invocation. Parent PID 15866: bash
  320. No volume groups found
  321. ADDITIONAL INFORMATION :
  322. =================== log of boot-repair 2015-11-06__23h45 ===================
  323. boot-repair version : 4ppa33
  324. boot-sav version : 4ppa33
  325. glade2script version : 3.2.2~ppa47~saucy
  326. boot-sav-extra version :
  327. File descriptor 9 (/proc/5593/mounts) leaked on lvs invocation. Parent PID 7377: /bin/sh
  328. No volume groups found
  329. boot-repair is executed in installed-session (Linux Mint 17.2 Rafaela, rafaela, LinuxMint, x86_64)
  330. CPU op-mode(s): 32-bit, 64-bit
  331. BOOT_IMAGE=/boot/vmlinuz-3.16.0-38-generic root=UUID=b4d658de-7f3b-4bc4-a1c3-a6f043360e70 ro
  332. sda may have broken partition table.
  333. sda may have broken partition table.
  334. =================== os-prober:
  335. /dev/sdb6:The OS now in use - Linux Mint 17.2 Rafaela CurrentSession:linux
  336. =================== blkid:
  337. /dev/sda: UUID="5568B51741CA9AF6" TYPE="ntfs"
  338. /dev/sdb1: UUID="234AE49449783AD5" TYPE="ntfs"
  339. /dev/sdb5: UUID="5a39b6d8-ce87-467c-9ba9-4d70b132e3e2" TYPE="swap"
  340. /dev/sdb6: UUID="b4d658de-7f3b-4bc4-a1c3-a6f043360e70" TYPE="ext4"
  341. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  342. Windows not detected by os-prober on sdb1.
  343. Warning: extended partition does not start at a cylinder boundary.
  344. DOS and Linux will interpret the contents differently.
  345. =================== /etc/grub.d/ :
  346. drwxr-xr-x 2 root root 4096 Nov 6 23:34 grub.d
  347. drwxr-xr-x 2 root root 4096 Nov 6 21:08 grub.d.bak
  348. total 72
  349. -rwxr-xr-x 1 root root 9424 Jun 26 13:16 00_header
  350. -rwxr-xr-x 1 root root 6058 May 13 16:51 05_debian_theme
  351. -rwxr-xr-x 1 root root 11620 Nov 6 23:34 10_linux
  352. -rwxr-xr-x 1 root root 10412 Jun 26 13:16 20_linux_xen
  353. -rwxr-xr-x 1 root root 11692 Jun 26 13:16 30_os-prober
  354. -rwxr-xr-x 1 root root 1416 Jun 26 13:16 30_uefi-firmware
  355. -rwxr-xr-x 1 root root 214 Jun 26 13:16 40_custom
  356. -rwxr-xr-x 1 root root 216 Jun 26 13:16 41_custom
  357. -rw-r--r-- 1 root root 483 Jun 26 13:16 README
  358. =================== /etc/default/grub :
  359. =================== UEFI/Legacy mode:
  360. This installed-session is not in EFI-mode.
  361. SecureBoot disabled.
  362. =================== PARTITIONS & DISKS:
  363. sdb6 : sdb, 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, .
  364. sdb1 : sdb, 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, haswinload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /media/cristian/Cdrive.
  365. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 63 sectors * 512 bytes
  366. =================== parted -l:
  367. Model: ATA SanDisk SDSSDXPS (scsi)
  368. Disk /dev/sda: 480GB
  369. Sector size (logical/physical): 512B/512B
  370. Partition Table: loop
  371. Number Start End Size File system Flags
  372. 1 0.00B 480GB 480GB ntfs
  373. Model: ATA INTEL SSDSC2BW24 (scsi)
  374. Disk /dev/sdb: 240GB
  375. Sector size (logical/physical): 512B/512B
  376. Partition Table: msdos
  377. Number Start End Size Type File system Flags
  378. 1 32.3kB 141GB 141GB primary ntfs boot
  379. 2 141GB 240GB 99.3GB extended
  380. 6 141GB 232GB 91.3GB logical ext4
  381. 5 232GB 240GB 7997MB logical linux-swap(v1)
  382. =================== parted -lm:
  383. BYT;
  384. /dev/sda:480GB:scsi:512:512:loop:ATA SanDisk SDSSDXPS;
  385. 1:0.00B:480GB:480GB:ntfs::;
  386. BYT;
  387. /dev/sdb:240GB:scsi:512:512:msdos:ATA INTEL SSDSC2BW24;
  388. 1:32.3kB:141GB:141GB:ntfs::boot;
  389. 2:141GB:240GB:99.3GB:::;
  390. 6:141GB:232GB:91.3GB:ext4::;
  391. 5:232GB:240GB:7997MB:linux-swap(v1)::;
  392. =================== lsblk:
  393. KNAME TYPE FSTYPE SIZE LABEL MODEL UUID
  394. sda disk ntfs 447.1G SanDisk SDSS 5568B51741CA9AF6
  395. sdb disk 223.6G INTEL SSDSC2
  396. sdb1 part ntfs 131.1G 234AE49449783AD5
  397. sdb2 part 1K
  398. sdb5 part swap 7.5G 5a39b6d8-ce87-467c-9ba9-4d70b132e3e2
  399. sdb6 part ext4 85G b4d658de-7f3b-4bc4-a1c3-a6f043360e70
  400. KNAME ROTA RO RM STATE MOUNTPOINT
  401. sda 0 0 0 running /media/cristian/Ddrive
  402. sdb 0 0 0 running
  403. sdb1 0 0 0 /media/cristian/Cdrive
  404. sdb2 0 0 0
  405. sdb5 0 0 0 [SWAP]
  406. sdb6 0 0 0 /
  407. =================== mount:
  408. /dev/sdb6 on / type ext4 (rw,errors=remount-ro)
  409. proc on /proc type proc (rw,noexec,nosuid,nodev)
  410. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  411. none on /sys/fs/cgroup type tmpfs (rw)
  412. none on /sys/fs/fuse/connections type fusectl (rw)
  413. none on /sys/kernel/debug type debugfs (rw)
  414. none on /sys/kernel/security type securityfs (rw)
  415. udev on /dev type devtmpfs (rw,mode=0755)
  416. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  417. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  418. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  419. none on /run/shm type tmpfs (rw,nosuid,nodev)
  420. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  421. none on /sys/fs/pstore type pstore (rw)
  422. /dev/sdb1 on /media/cristian/Cdrive type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  423. /dev/sda on /media/cristian/Ddrive type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  424. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  425. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  426. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=cristian)
  427. =================== ls:
  428. /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 size slaves stat subsystem trace uevent
  429. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 sdb2 sdb5 sdb6 size slaves stat subsystem trace uevent
  430. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet input kmsg kvm log mapper mcelog media0 mei mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sdb sdb1 sdb2 sdb5 sdb6 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom v4l vfio vga_arbiter vhci vhost-net video0 zero
  431. ls /dev/mapper: control
  432. ls: cannot access : No such file or directory
  433. =================== hexdump -n512 -C /dev/sdb1
  434. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  435. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
  436. 00000020 00 00 00 00 80 00 80 00 b8 3f 64 10 00 00 00 00 |.........?d.....|
  437. 00000030 04 00 00 00 00 00 00 00 47 24 bf 01 00 00 00 00 |........G$......|
  438. 00000040 f6 00 00 00 01 00 00 00 d5 3a 78 49 94 e4 4a 23 |.........:xI..J#|
  439. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  440. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  441. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  442. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  443. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  444. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  445. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  446. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  447. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  448. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  449. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  450. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  451. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  452. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  453. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  454. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  455. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  456. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  457. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  458. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  459. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  460. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  461. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  462. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  463. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  464. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  465. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  466. 00000200
  467. =================== df -Th:
  468. Filesystem Type Size Used Avail Use% Mounted on
  469. /dev/sdb6 ext4 84G 11G 69G 14% /
  470. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  471. udev devtmpfs 3.8G 12K 3.8G 1% /dev
  472. tmpfs tmpfs 781M 1.5M 780M 1% /run
  473. none tmpfs 5.0M 0 5.0M 0% /run/lock
  474. none tmpfs 3.9G 25M 3.8G 1% /run/shm
  475. none tmpfs 100M 16K 100M 1% /run/user
  476. /dev/sdb1 fuseblk 132G 121G 11G 92% /media/cristian/Cdrive
  477. /dev/sda fuseblk 448G 213G 235G 48% /media/cristian/Ddrive
  478. =================== fdisk -l:
  479. Disk /dev/sda: 480.1 GB, 480103981056 bytes
  480. 255 heads, 63 sectors/track, 58369 cylinders, total 937703088 sectors
  481. Units = sectors of 1 * 512 = 512 bytes
  482. Sector size (logical/physical): 512 bytes / 512 bytes
  483. I/O size (minimum/optimal): 512 bytes / 512 bytes
  484. Disk identifier: 0x2052474d
  485. This doesn't look like a partition table
  486. Probably you selected the wrong device.
  487. Device Boot Start End Blocks Id System
  488. /dev/sda1 ? 6579571 1924427647 958924038+ 70 DiskSecure Multi-Boot
  489. /dev/sda2 ? 1953251627 3771827541 909287957+ 43 Unknown
  490. /dev/sda3 ? 225735265 225735274 5 72 Unknown
  491. /dev/sda4 2642411520 2642463409 25945 0 Empty
  492. Partition table entries are not in disk order
  493. Disk /dev/sdb: 240.1 GB, 240057409536 bytes
  494. 255 heads, 63 sectors/track, 29185 cylinders, total 468862128 sectors
  495. Units = sectors of 1 * 512 = 512 bytes
  496. Sector size (logical/physical): 512 bytes / 512 bytes
  497. I/O size (minimum/optimal): 512 bytes / 512 bytes
  498. Disk identifier: 0xd2a3c632
  499. Device Boot Start End Blocks Id System
  500. /dev/sdb1 * 63 275005439 137502688+ 7 HPFS/NTFS/exFAT
  501. /dev/sdb2 275007486 468860927 96926721 5 Extended
  502. /dev/sdb5 453240832 468860927 7810048 82 Linux swap / Solaris
  503. /dev/sdb6 275007488 453240831 89116672 83 Linux
  504. Partition table entries are not in disk order
  505. =================== Recommended repair
  506. The default repair of the Boot-Repair utility will reinstall the grub2 of sdb6 into the MBR of sdb.
  507. Additional repair will be performed: unhide-bootmenu-10s fix-windows-boot
  508. Quantity of real Windows: 1
  509. WinSE in sdb1
  510. /media/cristian/Cdrive/bootmgr may need repair.
  511. *******lspci -nnk | grep -iA3 vga
  512. 00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
  513. Subsystem: ASUSTeK Computer Inc. Device [1043:1587]
  514. Kernel driver in use: i915
  515. 00:04.0 Signal processing controller [1180]: Intel Corporation 3rd Gen Core Processor Thermal Subsystem [8086:0153] (rev 09)
  516. *******
  517. grub-install --version
  518. grub-install (GRUB) 2.02~beta2-9ubuntu1.3,grub-install (GRUB) 2.
  519. Reinstall the GRUB of sdb6 into the MBR of sdb
  520. Installing for i386-pc platform.
  521. Installation finished. No error reported.
  522. grub-install /dev/sdb: exit code of grub-install /dev/sdb:0
  523. update-grub
  524. Generating grub configuration file ...
  525. Found linux image: /boot/vmlinuz-3.16.0-38-generic
  526. Found initrd image: /boot/initrd.img-3.16.0-38-generic
  527. Found linux image: /boot/vmlinuz-3.13.0-67-generic
  528. Found initrd image: /boot/initrd.img-3.13.0-67-generic
  529. File descriptor 9 (/proc/5593/mounts) leaked on lvs invocation. Parent PID 13021: /bin/sh
  530. File descriptor 63 (pipe:[48171]) leaked on lvs invocation. Parent PID 13021: /bin/sh
  531. No volume groups found
  532. Unhide GRUB boot menu in sdb6/boot/grub/grub.cfg
  533. Boot successfully repaired.
  534. You can now reboot your computer.
  535. The boot files of [The OS now in use - Linux Mint 17.2 Rafaela] 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)
  536. pastebinit packages needed
  537. W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ stable/main amd64 Packages (/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages)
  538. W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ stable/main i386 Packages (/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-i386_Packages)
  539. W: You may want to run apt-get update to correct these problems
  540. dpkg-preconfigure: unable to re-open stdin: No such file or directory