1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Dec2013]
  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 112 for .
  6. => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb.
  7. => Grub2 (v1.99) is installed in the MBR of /dev/sdc and looks at sector 1 of
  8. the same hard drive for core.img. core.img is at this location and looks
  9. in partition 112 for .
  10. sda1: __________________________________________________________________________
  11. File system: ext4
  12. Boot sector type: -
  13. Boot sector info:
  14. Operating System: Linux Mint 17 Qiana
  15. Boot files: /boot/grub/grub.cfg /etc/fstab
  16. /boot/grub/i386-pc/core.img
  17. sda2: __________________________________________________________________________
  18. File system: Extended Partition
  19. Boot sector type: -
  20. Boot sector info:
  21. sda5: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. sdb1: __________________________________________________________________________
  26. File system: vfat
  27. Boot sector type: SYSLINUX 4.07 2013-07-25
  28. Boot sector info: Syslinux looks at sector 8384 of /dev/sdb1 for its
  29. second stage. SYSLINUX is installed in the /uui
  30. directory. No errors found in the Boot Parameter Block.
  31. Operating System:
  32. Boot files: /boot/grub/grub.cfg /EFI/BOOT/grubx64.efi
  33. sdc1: __________________________________________________________________________
  34. File system: ntfs
  35. Boot sector type: Windows Vista: NTFS
  36. Boot sector info: No errors found in the Boot Parameter Block.
  37. Operating System:
  38. Boot files:
  39. ============================ Drive/Partition Info: =============================
  40. Drive: sda _____________________________________________________________________
  41. Disk /dev/sda: 500.1 GB, 500107859968 bytes
  42. 255 heads, 63 sectors/track, 60801 cylinders, total 976773164 sectors
  43. Units = sectors of 1 * 512 = 512 bytes
  44. Sector size (logical/physical): 512 bytes / 512 bytes
  45. Partition Boot Start Sector End Sector # of Sectors Id System
  46. /dev/sda1 * 2,048 959,995,903 959,993,856 83 Linux
  47. /dev/sda2 959,997,950 976,771,071 16,773,122 5 Extended
  48. /dev/sda5 959,997,952 976,771,071 16,773,120 82 Linux swap / Solaris
  49. Drive: sdb _____________________________________________________________________
  50. Disk /dev/sdb: 4102 MB, 4102887936 bytes
  51. 255 heads, 63 sectors/track, 498 cylinders, total 8013453 sectors
  52. Units = sectors of 1 * 512 = 512 bytes
  53. Sector size (logical/physical): 512 bytes / 512 bytes
  54. Partition Boot Start Sector End Sector # of Sectors Id System
  55. /dev/sdb1 * 34 7,984,304 7,984,271 b W95 FAT32
  56. Drive: sdc _____________________________________________________________________
  57. Disk /dev/sdc: 32.0 GB, 32010928128 bytes
  58. 255 heads, 63 sectors/track, 3891 cylinders, total 62521344 sectors
  59. Units = sectors of 1 * 512 = 512 bytes
  60. Sector size (logical/physical): 512 bytes / 512 bytes
  61. Partition Boot Start Sector End Sector # of Sectors Id System
  62. /dev/sdc1 * 2,048 33,822,719 33,820,672 7 NTFS / exFAT / HPFS
  63. "blkid" output: ________________________________________________________________
  64. Device UUID TYPE LABEL
  65. /dev/loop0 squashfs
  66. /dev/sda1 3bb84b52-4ff2-43d1-b7b3-2a679d0ba902 ext4
  67. /dev/sda5 0b50c1b0-2a75-4596-a88c-aaae76d28ac6 swap
  68. /dev/sdb1 0E8A-7D86 vfat UUI
  69. /dev/sdc1 6B96906A13EC92B2 ntfs
  70. /dev/sr1 iso9660 U3 System
  71. ================================ Mount points: =================================
  72. Device Mount_Point Type Options
  73. /dev/loop0 /rofs squashfs (ro,noatime)
  74. /dev/sda1 /media/mint/3bb84b52-4ff2-43d1-b7b3-2a679d0ba902 ext4 (rw,nosuid,nodev,uhelper=udisks2)
  75. /dev/sdb1 /cdrom vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  76. /dev/sdc1 /media/mint/6B96906A13EC92B2 fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  77. /dev/sr0 /media/mint/cadfael2 udf (ro,nosuid,nodev,uid=999,gid=999,iocharset=utf8,umask=0077,uhelper=udisks2)
  78. =========================== sda1/boot/grub/grub.cfg: ===========================
  79. --------------------------------------------------------------------------------
  80. #
  81. # DO NOT EDIT THIS FILE
  82. #
  83. # It is automatically generated by grub-mkconfig using templates
  84. # from /etc/grub.d and settings from /etc/default/grub
  85. #
  86. ### BEGIN /etc/grub.d/00_header ###
  87. if [ -s $prefix/grubenv ]; then
  88. set have_grubenv=true
  89. load_env
  90. fi
  91. if [ "${next_entry}" ] ; then
  92. set default="${next_entry}"
  93. set next_entry=
  94. save_env next_entry
  95. set boot_once=true
  96. else
  97. set default="0"
  98. fi
  99. if [ x"${feature_menuentry_id}" = xy ]; then
  100. menuentry_id_option="--id"
  101. else
  102. menuentry_id_option=""
  103. fi
  104. export menuentry_id_option
  105. if [ "${prev_saved_entry}" ]; then
  106. set saved_entry="${prev_saved_entry}"
  107. save_env saved_entry
  108. set prev_saved_entry=
  109. save_env prev_saved_entry
  110. set boot_once=true
  111. fi
  112. function savedefault {
  113. if [ -z "${boot_once}" ]; then
  114. saved_entry="${chosen}"
  115. save_env saved_entry
  116. fi
  117. }
  118. function recordfail {
  119. set recordfail=1
  120. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  121. }
  122. function load_video {
  123. if [ x$feature_all_video_module = xy ]; then
  124. insmod all_video
  125. else
  126. insmod efi_gop
  127. insmod efi_uga
  128. insmod ieee1275_fb
  129. insmod vbe
  130. insmod vga
  131. insmod video_bochs
  132. insmod video_cirrus
  133. fi
  134. }
  135. if [ x$feature_default_font_path = xy ] ; then
  136. font=unicode
  137. else
  138. insmod part_msdos
  139. insmod ext2
  140. set root='hd0,msdos1'
  141. if [ x$feature_platform_search_hint = xy ]; then
  142. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 3bb84b52-4ff2-43d1-b7b3-2a679d0ba902
  143. else
  144. search --no-floppy --fs-uuid --set=root 3bb84b52-4ff2-43d1-b7b3-2a679d0ba902
  145. fi
  146. font="/usr/share/grub/unicode.pf2"
  147. fi
  148. if loadfont $font ; then
  149. set gfxmode=auto
  150. load_video
  151. insmod gfxterm
  152. set locale_dir=$prefix/locale
  153. set lang=en_US
  154. insmod gettext
  155. fi
  156. terminal_output gfxterm
  157. if [ "${recordfail}" = 1 ] ; then
  158. set timeout=10
  159. else
  160. if [ x$feature_timeout_style = xy ] ; then
  161. set timeout_style=menu
  162. set timeout=10
  163. # Fallback normal timeout code in case the timeout_style feature is
  164. # unavailable.
  165. else
  166. set timeout=10
  167. fi
  168. fi
  169. ### END /etc/grub.d/00_header ###
  170. ### BEGIN /etc/grub.d/05_debian_theme ###
  171. set menu_color_normal=white/black
  172. set menu_color_highlight=black/light-gray
  173. ### END /etc/grub.d/05_debian_theme ###
  174. ### BEGIN /etc/grub.d/06_mint_theme ###
  175. set menu_color_normal=white/black
  176. set menu_color_highlight=white/light-gray
  177. ### END /etc/grub.d/06_mint_theme ###
  178. ### BEGIN /etc/grub.d/10_linux ###
  179. function gfxmode {
  180. set gfxpayload="$1"
  181. if [ "$1" = "keep" ]; then
  182. set vt_handoff=vt.handoff=7
  183. else
  184. set vt_handoff=
  185. fi
  186. }
  187. if [ ${recordfail} != 1 ]; then
  188. if [ -e ${prefix}/gfxblacklist.txt ]; then
  189. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  190. if [ ${match} = 0 ]; then
  191. set linux_gfx_mode=keep
  192. else
  193. set linux_gfx_mode=text
  194. fi
  195. else
  196. set linux_gfx_mode=text
  197. fi
  198. else
  199. set linux_gfx_mode=keep
  200. fi
  201. else
  202. set linux_gfx_mode=text
  203. fi
  204. export linux_gfx_mode
  205. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  206. menuentry 'Linux Mint 17 Cinnamon 64-bit, 3.13.0-24-generic (/dev/sda1)' --class ubuntu --class gnu-linux --class gnu --class os {
  207. recordfail
  208. gfxmode $linux_gfx_mode
  209. insmod gzio
  210. insmod part_msdos
  211. insmod ext2
  212. set root='hd0,msdos1'
  213. if [ x$feature_platform_search_hint = xy ]; then
  214. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 3bb84b52-4ff2-43d1-b7b3-2a679d0ba902
  215. else
  216. search --no-floppy --fs-uuid --set=root 3bb84b52-4ff2-43d1-b7b3-2a679d0ba902
  217. fi
  218. linux /boot/vmlinuz-3.13.0-24-generic root=UUID=3bb84b52-4ff2-43d1-b7b3-2a679d0ba902 ro quiet splash $vt_handoff
  219. initrd /boot/initrd.img-3.13.0-24-generic
  220. }
  221. menuentry 'Linux Mint 17 Cinnamon 64-bit, 3.13.0-24-generic (/dev/sda1) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  222. recordfail
  223. insmod gzio
  224. insmod part_msdos
  225. insmod ext2
  226. set root='hd0,msdos1'
  227. if [ x$feature_platform_search_hint = xy ]; then
  228. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 3bb84b52-4ff2-43d1-b7b3-2a679d0ba902
  229. else
  230. search --no-floppy --fs-uuid --set=root 3bb84b52-4ff2-43d1-b7b3-2a679d0ba902
  231. fi
  232. echo 'Loading Linux 3.13.0-24-generic ...'
  233. linux /boot/vmlinuz-3.13.0-24-generic root=UUID=3bb84b52-4ff2-43d1-b7b3-2a679d0ba902 ro recovery nomodeset
  234. echo 'Loading initial ramdisk ...'
  235. initrd /boot/initrd.img-3.13.0-24-generic
  236. }
  237. ### END /etc/grub.d/10_linux ###
  238. ### BEGIN /etc/grub.d/10_lupin ###
  239. ### END /etc/grub.d/10_lupin ###
  240. ### BEGIN /etc/grub.d/20_linux_xen ###
  241. ### END /etc/grub.d/20_linux_xen ###
  242. ### BEGIN /etc/grub.d/20_memtest86+ ###
  243. menuentry 'Memory test (memtest86+)' {
  244. insmod part_msdos
  245. insmod ext2
  246. set root='hd0,msdos1'
  247. if [ x$feature_platform_search_hint = xy ]; then
  248. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 3bb84b52-4ff2-43d1-b7b3-2a679d0ba902
  249. else
  250. search --no-floppy --fs-uuid --set=root 3bb84b52-4ff2-43d1-b7b3-2a679d0ba902
  251. fi
  252. knetbsd /boot/memtest86+.elf
  253. }
  254. menuentry 'Memory test (memtest86+, serial console 115200)' {
  255. insmod part_msdos
  256. insmod ext2
  257. set root='hd0,msdos1'
  258. if [ x$feature_platform_search_hint = xy ]; then
  259. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 3bb84b52-4ff2-43d1-b7b3-2a679d0ba902
  260. else
  261. search --no-floppy --fs-uuid --set=root 3bb84b52-4ff2-43d1-b7b3-2a679d0ba902
  262. fi
  263. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  264. }
  265. ### END /etc/grub.d/20_memtest86+ ###
  266. ### BEGIN /etc/grub.d/30_os-prober ###
  267. ### END /etc/grub.d/30_os-prober ###
  268. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  269. ### END /etc/grub.d/30_uefi-firmware ###
  270. ### BEGIN /etc/grub.d/40_custom ###
  271. # This file provides an easy way to add custom menu entries. Simply type the
  272. # menu entries you want to add after this comment. Be careful not to change
  273. # the 'exec tail' line above.
  274. ### END /etc/grub.d/40_custom ###
  275. ### BEGIN /etc/grub.d/41_custom ###
  276. if [ -f ${config_directory}/custom.cfg ]; then
  277. source ${config_directory}/custom.cfg
  278. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  279. source $prefix/custom.cfg;
  280. fi
  281. ### END /etc/grub.d/41_custom ###
  282. --------------------------------------------------------------------------------
  283. =============================== sda1/etc/fstab: ================================
  284. --------------------------------------------------------------------------------
  285. # /etc/fstab: static file system information.
  286. #
  287. # Use 'blkid' to print the universally unique identifier for a
  288. # device; this may be used with UUID= as a more robust way to name devices
  289. # that works even if disks are added and removed. See fstab(5).
  290. #
  291. # <file system> <mount point> <type> <options> <dump> <pass>
  292. # / was on /dev/sdc1 during installation
  293. UUID=3bb84b52-4ff2-43d1-b7b3-2a679d0ba902 / ext4 errors=remount-ro 0 1
  294. # swap was on /dev/sdc5 during installation
  295. UUID=0b50c1b0-2a75-4596-a88c-aaae76d28ac6 none swap sw 0 0
  296. --------------------------------------------------------------------------------
  297. =================== sda1: Location of files loaded by Grub: ====================
  298. GiB - GB File Fragment(s)
  299. =========================== sdb1/boot/grub/grub.cfg: ===========================
  300. --------------------------------------------------------------------------------
  301. if loadfont /boot/grub/font.pf2 ; then
  302. set gfxmode=auto
  303. insmod efi_gop
  304. insmod efi_uga
  305. insmod gfxterm
  306. terminal_output gfxterm
  307. fi
  308. set menu_color_normal=white/black
  309. set menu_color_highlight=black/light-gray
  310. menuentry "Start Linux Mint 17 Cinnamon 64-bit" {
  311. set gfxpayload=keep
  312. linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper iso-scan/filename=${iso_path} quiet splash --
  313. initrd /casper/initrd.lz
  314. }
  315. menuentry "Start Linux Mint 17 Cinnamon 64-bit (compatibility mode)" {
  316. linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper xforcevesa iso-scan/filename=${iso_path} ramdisk_size=1048576 root=/dev/ram rw noapic noapci nosplash irqpoll --
  317. initrd /casper/initrd.lz
  318. }
  319. menuentry "Check the integrity of the medium" {
  320. linux /casper/vmlinuz cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash --
  321. initrd /casper/initrd.lz
  322. }
  323. --------------------------------------------------------------------------------
  324. =================== sdb1: Location of files loaded by Grub: ====================
  325. GiB - GB File Fragment(s)
  326. =============================== StdErr Messages: ===============================
  327. cat: /tmp/BootInfo-LjO1KMNg/Tmp_Log: No such file or directory
  328. cat: /tmp/BootInfo-LjO1KMNg/Tmp_Log: No such file or directory
  329. File descriptor 9 (/proc/5194/mounts) leaked on lvscan invocation. Parent PID 15045: bash
  330. File descriptor 63 (pipe:[152928]) leaked on lvscan invocation. Parent PID 15045: bash
  331. No volume groups found
  332. ADDITIONAL INFORMATION :
  333. =================== log of boot-repair 2014-09-10__23h08 ===================
  334. boot-repair version : 3.199~ppa40~saucy
  335. boot-sav version : 3.199~ppa40~saucy
  336. glade2script version : 3.2.2~ppa47~saucy
  337. boot-sav-extra version :
  338. boot-repair is executed in live-session (Linux Mint 17 Qiana, qiana, LinuxMint, x86_64)
  339. ls: cannot access /home/usr/.config: No such file or directory
  340. CPU op-mode(s): 32-bit, 64-bit
  341. file=/cdrom/preseed/linuxmint.seed boot=casper cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid initrd=/casper/initrd.lz quiet splash -- BOOT_IMAGE=/casper/vmlinuz
  342. =================== os-prober:
  343. /dev/sda1:Linux Mint 17 Qiana (17):LinuxMint:linux
  344. =================== blkid:
  345. /dev/loop0: TYPE="squashfs"
  346. /dev/sr0: LABEL="cadfael2" TYPE="udf"
  347. /dev/sr1: LABEL="U3 System" TYPE="iso9660"
  348. /dev/sdb1: LABEL="UUI" UUID="0E8A-7D86" TYPE="vfat"
  349. /dev/sda1: UUID="3bb84b52-4ff2-43d1-b7b3-2a679d0ba902" TYPE="ext4"
  350. /dev/sda5: UUID="0b50c1b0-2a75-4596-a88c-aaae76d28ac6" TYPE="swap"
  351. /dev/sdc1: UUID="6B96906A13EC92B2" TYPE="ntfs"
  352. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  353. Warning: extended partition does not start at a cylinder boundary.
  354. DOS and Linux will interpret the contents differently.
  355. =================== /media/mint/3bb84b52-4ff2-43d1-b7b3-2a679d0ba902/etc/grub.d/ :
  356. drwxr-xr-x 2 root root 4096 Jun 24 10:24 grub.d
  357. total 88
  358. -rwxr-xr-x 1 root root 9424 Apr 11 10:51 00_header
  359. -rwxr-xr-x 1 root root 6058 Apr 10 15:58 05_debian_theme
  360. -rwxr-xr-x 1 root root 1183 Oct 23 2011 06_mint_theme
  361. -rwxr-xr-x 1 root root 7500 Jun 24 10:22 10_linux
  362. -rwxr-xr-x 1 root root 10634 Oct 1 2012 10_lupin
  363. -rwxr-xr-x 1 root root 10412 Apr 11 10:51 20_linux_xen
  364. -rwxr-xr-x 1 root root 1992 Mar 12 12:31 20_memtest86+
  365. -rwxr-xr-x 1 root root 11692 Apr 11 10:51 30_os-prober
  366. -rwxr-xr-x 1 root root 1416 Apr 11 10:51 30_uefi-firmware
  367. -rwxr-xr-x 1 root root 214 Apr 11 10:51 40_custom
  368. -rwxr-xr-x 1 root root 216 Apr 11 10:51 41_custom
  369. -rw-r--r-- 1 root root 483 Apr 11 10:51 README
  370. =================== /media/mint/3bb84b52-4ff2-43d1-b7b3-2a679d0ba902/etc/default/grub :
  371. # If you change this file, run 'update-grub' afterwards to update
  372. # /boot/grub/grub.cfg.
  373. # For full documentation of the options in this file, see:
  374. # info -f grub -n 'Simple configuration'
  375. GRUB_DEFAULT=0
  376. GRUB_HIDDEN_TIMEOUT=0
  377. GRUB_HIDDEN_TIMEOUT_QUIET=true
  378. GRUB_TIMEOUT=10
  379. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  380. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  381. GRUB_CMDLINE_LINUX=""
  382. # Uncomment to enable BadRAM filtering, modify to suit your needs
  383. # This works with Linux (no patch required) and with any kernel that obtains
  384. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  385. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  386. # Uncomment to disable graphical terminal (grub-pc only)
  387. #GRUB_TERMINAL=console
  388. # The resolution used on graphical terminal
  389. # note that you can use only modes which your graphic card supports via VBE
  390. # you can see them in real GRUB with the command `vbeinfo'
  391. #GRUB_GFXMODE=640x480
  392. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  393. #GRUB_DISABLE_LINUX_UUID=true
  394. # Uncomment to disable generation of recovery mode menu entries
  395. #GRUB_DISABLE_RECOVERY="true"
  396. # Uncomment to get a beep at grub start
  397. #GRUB_INIT_TUNE="480 440 1"
  398. =================== UEFI/Legacy mode:
  399. This live-session is not in EFI-mode.
  400. SecureBoot maybe enabled.
  401. =================== PARTITIONS & DISKS:
  402. sda1 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, /media/mint/3bb84b52-4ff2-43d1-b7b3-2a679d0ba902.
  403. sdc1 : sdc, 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, not-far, /media/mint/6B96906A13EC92B2.
  404. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, usb-disk, has-os, 2048 sectors * 512 bytes
  405. sdc : not-GPT, BIOSboot-not-needed, has-no-EFIpart, usb-disk, no-os, 2048 sectors * 512 bytes
  406. =================== parted -l:
  407. Model: TOSHIBA External USB 3.0 (scsi)
  408. Disk /dev/sda: 500GB
  409. Sector size (logical/physical): 512B/512B
  410. Partition Table: msdos
  411. Number Start End Size Type File system Flags
  412. 1 1049kB 492GB 492GB primary ext4 boot
  413. 2 492GB 500GB 8588MB extended
  414. 5 492GB 500GB 8588MB logical linux-swap(v1)
  415. Model: SanDisk U3 Cruzer Micro (scsi)
  416. Disk /dev/sdb: 4103MB
  417. Sector size (logical/physical): 512B/512B
  418. Partition Table: msdos
  419. Number Start End Size Type File system Flags
  420. 1 17.4kB 4088MB 4088MB primary fat32 boot
  421. Model: Multiple Card Reader (scsi)
  422. Disk /dev/sdc: 32.0GB
  423. Sector size (logical/physical): 512B/512B
  424. Partition Table: msdos
  425. Number Start End Size Type File system Flags
  426. 1 1049kB 17.3GB 17.3GB primary ntfs
  427. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  428. has been opened read-only.
  429. Error: /dev/sr0: unrecognised disk label
  430. Warning: Unable to open /dev/sr1 read-write (Read-only file system). /dev/sr1
  431. has been opened read-only.
  432. Error: /dev/sr1: unrecognised disk label
  433. =================== parted -lm:
  434. BYT;
  435. /dev/sda:500GB:scsi:512:512:msdos:TOSHIBA External USB 3.0;
  436. 1:1049kB:492GB:492GB:ext4::boot;
  437. 2:492GB:500GB:8588MB:::;
  438. 5:492GB:500GB:8588MB:linux-swap(v1)::;
  439. BYT;
  440. /dev/sdb:4103MB:scsi:512:512:msdos:SanDisk U3 Cruzer Micro;
  441. 1:17.4kB:4088MB:4088MB:fat32::boot;
  442. BYT;
  443. /dev/sdc:32.0GB:scsi:512:512:msdos:Multiple Card Reader;
  444. 1:1049kB:17.3GB:17.3GB:ntfs::;
  445. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  446. has been opened read-only.
  447. Error: /dev/sr0: unrecognised disk label
  448. Warning: Unable to open /dev/sr1 read-write (Read-only file system). /dev/sr1
  449. has been opened read-only.
  450. Error: /dev/sr1: unrecognised disk label
  451. =================== mount:
  452. /cow on / type overlayfs (rw)
  453. proc on /proc type proc (rw,noexec,nosuid,nodev)
  454. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  455. udev on /dev type devtmpfs (rw,mode=0755)
  456. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  457. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  458. /dev/sdb1 on /cdrom type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  459. /dev/loop0 on /rofs type squashfs (ro,noatime)
  460. none on /sys/fs/cgroup type tmpfs (rw)
  461. none on /sys/fs/fuse/connections type fusectl (rw)
  462. none on /sys/kernel/debug type debugfs (rw)
  463. none on /sys/kernel/security type securityfs (rw)
  464. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  465. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  466. none on /run/shm type tmpfs (rw,nosuid,nodev)
  467. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  468. none on /sys/fs/pstore type pstore (rw)
  469. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  470. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  471. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=mint)
  472. /dev/sdc1 on /media/mint/6B96906A13EC92B2 type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  473. /dev/sda1 on /media/mint/3bb84b52-4ff2-43d1-b7b3-2a679d0ba902 type ext4 (rw,nosuid,nodev,uhelper=udisks2)
  474. /dev/sr0 on /media/mint/cadfael2 type udf (ro,nosuid,nodev,uid=999,gid=999,iocharset=utf8,umask=0077,uhelper=udisks2)
  475. =================== ls:
  476. /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 sda5 size slaves stat subsystem trace uevent
  477. /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 size slaves stat subsystem trace uevent
  478. /sys/block/sdc (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdc1 size slaves stat subsystem trace uevent
  479. /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
  480. /sys/block/sr1 (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
  481. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse fw0 hidraw0 hidraw1 hidraw2 hidraw3 hidraw4 hidraw5 hidraw6 hpet input kmsg kvm log lp0 mapper mcelog mem net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sdb sdb1 sdc sdc1 sg0 sg1 sg2 sg3 sg4 shm snapshot snd sr0 sr1 stderr stdin stdout uhid uinput urandom usb vga_arbiter vhost-net zero
  482. ls /dev/mapper: control
  483. =================== hexdump -n512 -C /dev/sdc1
  484. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  485. 00000010 00 00 00 00 00 f8 00 00 20 00 40 00 00 08 00 00 |........ .@.....|
  486. 00000020 00 00 00 00 80 00 80 00 ff 0f 04 02 00 00 00 00 |................|
  487. 00000030 04 00 00 00 00 00 00 00 ff 40 20 00 00 00 00 00 |.........@ .....|
  488. 00000040 f6 00 00 00 01 00 00 00 b2 92 ec 13 6a 90 96 6b |............j..k|
  489. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  490. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  491. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  492. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 d2 00 1e 83 ec |U.u.....u.......|
  493. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  494. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  495. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  496. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  497. 000000d0 40 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |@.+.w......f#.u-|
  498. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  499. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  500. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a e9 6a 01 |U...h..fa.....j.|
  501. 00000110 90 90 66 60 1e 06 66 a1 11 00 66 03 06 1c 00 1e |..f`..f...f.....|
  502. 00000120 66 68 00 00 00 00 66 50 06 53 68 01 00 68 10 00 |fh....fP.Sh..h..|
  503. 00000130 b4 42 8a 16 0e 00 16 1f 8b f4 cd 13 66 59 5b 5a |.B..........fY[Z|
  504. 00000140 66 59 66 59 1f 0f 82 16 00 66 ff 06 11 00 03 16 |fYfY.....f......|
  505. 00000150 0f 00 8e c2 ff 0e 16 00 75 bc 07 1f 66 61 c3 a0 |........u...fa..|
  506. 00000160 f8 01 e8 08 00 a0 fb 01 e8 02 00 eb fe b4 01 8b |................|
  507. 00000170 f0 ac 3c 00 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 |..<.t...........|
  508. 00000180 0d 0a 41 20 64 69 73 6b 20 72 65 61 64 20 65 72 |..A disk read er|
  509. 00000190 72 6f 72 20 6f 63 63 75 72 72 65 64 00 0d 0a 42 |ror occurred...B|
  510. 000001a0 4f 4f 54 4d 47 52 20 69 73 20 6d 69 73 73 69 6e |OOTMGR is missin|
  511. 000001b0 67 00 0d 0a 42 4f 4f 54 4d 47 52 20 69 73 20 63 |g...BOOTMGR is c|
  512. 000001c0 6f 6d 70 72 65 73 73 65 64 00 0d 0a 50 72 65 73 |ompressed...Pres|
  513. 000001d0 73 20 43 74 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 |s Ctrl+Alt+Del t|
  514. 000001e0 6f 20 72 65 73 74 61 72 74 0d 0a 00 00 00 00 00 |o restart.......|
  515. 000001f0 00 00 00 00 00 00 00 00 80 9d b2 ca 00 00 55 aa |..............U.|
  516. 00000200
  517. =================== df -Th:
  518. Filesystem Type Size Used Avail Use% Mounted on
  519. /cow overlayfs 3.9G 192M 3.8G 5% /
  520. udev devtmpfs 3.9G 12K 3.9G 1% /dev
  521. tmpfs tmpfs 799M 1.6M 797M 1% /run
  522. /dev/sdb1 vfat 3.9G 1.3G 2.6G 35% /cdrom
  523. /dev/loop0 squashfs 1.3G 1.3G 0 100% /rofs
  524. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  525. tmpfs tmpfs 3.9G 20K 3.9G 1% /tmp
  526. none tmpfs 5.0M 0 5.0M 0% /run/lock
  527. none tmpfs 3.9G 848K 3.9G 1% /run/shm
  528. none tmpfs 100M 16K 100M 1% /run/user
  529. /dev/sdc1 fuseblk 17G 3.8G 13G 24% /media/mint/6B96906A13EC92B2
  530. /dev/sda1 ext4 451G 4.2G 424G 1% /media/mint/3bb84b52-4ff2-43d1-b7b3-2a679d0ba902
  531. /dev/sr0 udf 7.8G 7.8G 0 100% /media/mint/cadfael2
  532. =================== fdisk -l:
  533. Disk /dev/sdb: 4102 MB, 4102887936 bytes
  534. 255 heads, 63 sectors/track, 498 cylinders, total 8013453 sectors
  535. Units = sectors of 1 * 512 = 512 bytes
  536. Sector size (logical/physical): 512 bytes / 512 bytes
  537. I/O size (minimum/optimal): 512 bytes / 512 bytes
  538. Disk identifier: 0x00000000
  539. Device Boot Start End Blocks Id System
  540. /dev/sdb1 * 34 7984304 3992135+ b W95 FAT32
  541. Disk /dev/sda: 500.1 GB, 500107859968 bytes
  542. 255 heads, 63 sectors/track, 60801 cylinders, total 976773164 sectors
  543. Units = sectors of 1 * 512 = 512 bytes
  544. Sector size (logical/physical): 512 bytes / 512 bytes
  545. I/O size (minimum/optimal): 512 bytes / 512 bytes
  546. Disk identifier: 0x000bd301
  547. Device Boot Start End Blocks Id System
  548. /dev/sda1 * 2048 959995903 479996928 83 Linux
  549. /dev/sda2 959997950 976771071 8386561 5 Extended
  550. /dev/sda5 959997952 976771071 8386560 82 Linux swap / Solaris
  551. Disk /dev/sdc: 32.0 GB, 32010928128 bytes
  552. 255 heads, 63 sectors/track, 3891 cylinders, total 62521344 sectors
  553. Units = sectors of 1 * 512 = 512 bytes
  554. Sector size (logical/physical): 512 bytes / 512 bytes
  555. I/O size (minimum/optimal): 512 bytes / 512 bytes
  556. Disk identifier: 0x000b09b1
  557. Device Boot Start End Blocks Id System
  558. /dev/sdc1 2048 33822719 16910336 7 HPFS/NTFS/exFAT
  559. =================== Recommended repair
  560. Recommended-Repair
  561. This setting will reinstall the grub2 of sda1 into the MBRs of all disks (except USB without OS).
  562. The boot flag will be placed on sdc1.
  563. Additional repair will be performed: unhide-bootmenu-10s
  564. parted /dev/sdc set 1 boot on
  565. Information: You may need to update /etc/fstab.
  566. Unhide GRUB boot menu in sda1/etc/default/grub
  567. Reinstall the GRUB of sda1 into all MBRs of disks with OS or not-USB
  568. *******lspci -nnk | grep -iA3 vga
  569. 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK106 [GeForce GTX 660] [10de:11c0] (rev a1)
  570. Subsystem: Gigabyte Technology Co., Ltd Device [1458:354e]
  571. Kernel driver in use: nouveau
  572. 01:00.1 Audio device [0403]: NVIDIA Corporation GK106 HDMI Audio Controller [10de:0e0b] (rev a1)
  573. *******
  574. grub-install.real: info: executing modprobe efivars 2>/dev/null.
  575. grub-install.real: info: Looking for /sys/firmware/efi ...
  576. grub-install.real: info: ... not found. Looking for /proc/device-tree ...
  577. grub-install.real: info: ... not found.
  578. Installing for i386-pc platform.
  579. grub-install.real: error: install device isn't specified.
  580. ,.
  581. Reinstall the GRUB of sda1 into the MBR of sdc
  582. Installing for i386-pc platform.
  583. Installation finished. No error reported.
  584. grub-install /dev/sdc: exit code of grub-install /dev/sdc:0
  585. *******lspci -nnk | grep -iA3 vga
  586. 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK106 [GeForce GTX 660] [10de:11c0] (rev a1)
  587. Subsystem: Gigabyte Technology Co., Ltd Device [1458:354e]
  588. Kernel driver in use: nouveau
  589. 01:00.1 Audio device [0403]: NVIDIA Corporation GK106 HDMI Audio Controller [10de:0e0b] (rev a1)
  590. *******
  591. grub-install.real: info: executing modprobe efivars 2>/dev/null.
  592. grub-install.real: info: Looking for /sys/firmware/efi ...
  593. grub-install.real: info: ... not found. Looking for /proc/device-tree ...
  594. grub-install.real: info: ... not found.
  595. Installing for i386-pc platform.
  596. grub-install.real: error: install device isn't specified.
  597. ,.
  598. Reinstall the GRUB of sda1 into the MBR of sda
  599. Installing for i386-pc platform.
  600. Installation finished. No error reported.
  601. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  602. chroot /media/mint/3bb84b52-4ff2-43d1-b7b3-2a679d0ba902 update-grub
  603. Generating grub configuration file ...
  604. Found linux image: /boot/vmlinuz-3.13.0-24-generic
  605. Found initrd image: /boot/initrd.img-3.13.0-24-generic
  606. Found memtest86+ image: /boot/memtest86+.elf
  607. Found memtest86+ image: /boot/memtest86+.bin
  608. File descriptor 9 (/proc/5194/mounts) leaked on lvs invocation. Parent PID 11613: /bin/sh
  609. File descriptor 63 (pipe:[152928]) leaked on lvs invocation. Parent PID 11613: /bin/sh
  610. No volume groups found
  611. Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
  612. Boot successfully repaired.
  613. You can now reboot your computer.
  614. Please do not forget to make your BIOS boot on sda (500GB) disk!
  615. pastebinit packages needed
  616. W: Failed to fetch cdrom://Linux Mint 17 _Qiana_ - Release amd64 20140624/dists/trusty/contrib/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
  617. W: Failed to fetch cdrom://Linux Mint 17 _Qiana_ - Release amd64 20140624/dists/trusty/main/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
  618. W: Failed to fetch cdrom://Linux Mint 17 _Qiana_ - Release amd64 20140624/dists/trusty/non-free/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
  619. E: Some index files failed to download. They have been ignored, or old ones used instead.
  620. dpkg-preconfigure: unable to re-open stdin: No such file or directory