1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: FAT32
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files: /EFI/boot/bootx64.efi /EFI/boot/fallback.efi
  10. /EFI/opensuse/MokManager.efi /EFI/opensuse/grub.efi
  11. /EFI/opensuse/grubx64.efi /EFI/opensuse/shim.efi
  12. /EFI/ubuntu/MokManager.efi /EFI/ubuntu/grubx64.efi
  13. /EFI/ubuntu/shimx64.efi
  14. sda2: __________________________________________________________________________
  15. File system: ext4
  16. Boot sector type: -
  17. Boot sector info:
  18. Operating System: Linux Mint 17.2 Rafaela
  19. Boot files: /boot/grub/grub.cfg /etc/fstab
  20. sda3: __________________________________________________________________________
  21. File system: swap
  22. Boot sector type: -
  23. Boot sector info:
  24. ============================ Drive/Partition Info: =============================
  25. Drive: sda _____________________________________________________________________
  26. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  27. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  28. Units = sectors of 1 * 512 = 512 bytes
  29. Sector size (logical/physical): 512 bytes / 4096 bytes
  30. Partition Boot Start Sector End Sector # of Sectors Id System
  31. /dev/sda1 1 976,773,167 976,773,167 ee GPT
  32. GUID Partition Table detected.
  33. Partition Start Sector End Sector # of Sectors System
  34. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  35. /dev/sda2 1,050,624 960,229,375 959,178,752 Data partition (Linux)
  36. /dev/sda3 960,229,376 976,771,071 16,541,696 Swap partition (Linux)
  37. "blkid" output: ________________________________________________________________
  38. Device UUID TYPE LABEL
  39. /dev/loop0 squashfs
  40. /dev/sda1 AA01-8446 vfat
  41. /dev/sda2 05d0bcc8-b746-47b6-b20b-944dbab58122 ext4
  42. /dev/sda3 502d7241-f630-4981-8b4b-8d1121c2acc2 swap
  43. /dev/sr0 iso9660 Linux Mint 17.2 Cinnamon 64-bit
  44. ========================= "ls -l /dev/disk/by-id" output: ======================
  45. total 0
  46. lrwxrwxrwx 1 root root 9 Aug 1 06:53 ata-MATSHITADVD-RAM_UJ8E2_S_H090_541001 -> ../../sr0
  47. lrwxrwxrwx 1 root root 9 Aug 1 07:00 ata-WDC_WD5000LPVX-80V0TT0_WD-WX71A54AS9JS -> ../../sda
  48. lrwxrwxrwx 1 root root 10 Aug 1 06:53 ata-WDC_WD5000LPVX-80V0TT0_WD-WX71A54AS9JS-part1 -> ../../sda1
  49. lrwxrwxrwx 1 root root 10 Aug 1 06:53 ata-WDC_WD5000LPVX-80V0TT0_WD-WX71A54AS9JS-part2 -> ../../sda2
  50. lrwxrwxrwx 1 root root 10 Aug 1 06:53 ata-WDC_WD5000LPVX-80V0TT0_WD-WX71A54AS9JS-part3 -> ../../sda3
  51. lrwxrwxrwx 1 root root 9 Aug 1 07:00 wwn-0x50014ee25fd79ed5 -> ../../sda
  52. lrwxrwxrwx 1 root root 10 Aug 1 06:53 wwn-0x50014ee25fd79ed5-part1 -> ../../sda1
  53. lrwxrwxrwx 1 root root 10 Aug 1 06:53 wwn-0x50014ee25fd79ed5-part2 -> ../../sda2
  54. lrwxrwxrwx 1 root root 10 Aug 1 06:53 wwn-0x50014ee25fd79ed5-part3 -> ../../sda3
  55. ================================ Mount points: =================================
  56. Device Mount_Point Type Options
  57. /dev/loop0 /rofs squashfs (ro,noatime)
  58. /dev/sr0 /cdrom iso9660 (ro,noatime)
  59. =========================== sda2/boot/grub/grub.cfg: ===========================
  60. --------------------------------------------------------------------------------
  61. #
  62. # DO NOT EDIT THIS FILE
  63. #
  64. # It is automatically generated by grub-mkconfig using templates
  65. # from /etc/grub.d and settings from /etc/default/grub
  66. #
  67. ### BEGIN /etc/grub.d/00_header ###
  68. if [ -s $prefix/grubenv ]; then
  69. set have_grubenv=true
  70. load_env
  71. fi
  72. if [ "${next_entry}" ] ; then
  73. set default="${next_entry}"
  74. set next_entry=
  75. save_env next_entry
  76. set boot_once=true
  77. else
  78. set default="0"
  79. fi
  80. if [ x"${feature_menuentry_id}" = xy ]; then
  81. menuentry_id_option="--id"
  82. else
  83. menuentry_id_option=""
  84. fi
  85. export menuentry_id_option
  86. if [ "${prev_saved_entry}" ]; then
  87. set saved_entry="${prev_saved_entry}"
  88. save_env saved_entry
  89. set prev_saved_entry=
  90. save_env prev_saved_entry
  91. set boot_once=true
  92. fi
  93. function savedefault {
  94. if [ -z "${boot_once}" ]; then
  95. saved_entry="${chosen}"
  96. save_env saved_entry
  97. fi
  98. }
  99. function recordfail {
  100. set recordfail=1
  101. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  102. }
  103. function load_video {
  104. if [ x$feature_all_video_module = xy ]; then
  105. insmod all_video
  106. else
  107. insmod efi_gop
  108. insmod efi_uga
  109. insmod ieee1275_fb
  110. insmod vbe
  111. insmod vga
  112. insmod video_bochs
  113. insmod video_cirrus
  114. fi
  115. }
  116. if [ x$feature_default_font_path = xy ] ; then
  117. font=unicode
  118. else
  119. insmod part_gpt
  120. insmod ext2
  121. set root='hd0,gpt2'
  122. if [ x$feature_platform_search_hint = xy ]; then
  123. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 05d0bcc8-b746-47b6-b20b-944dbab58122
  124. else
  125. search --no-floppy --fs-uuid --set=root 05d0bcc8-b746-47b6-b20b-944dbab58122
  126. fi
  127. font="/usr/share/grub/unicode.pf2"
  128. fi
  129. if loadfont $font ; then
  130. set gfxmode=auto
  131. load_video
  132. insmod gfxterm
  133. set locale_dir=$prefix/locale
  134. set lang=fr_FR
  135. insmod gettext
  136. fi
  137. terminal_output gfxterm
  138. if [ "${recordfail}" = 1 ] ; then
  139. set timeout=30
  140. else
  141. if [ x$feature_timeout_style = xy ] ; then
  142. set timeout_style=hidden
  143. set timeout=0
  144. # Fallback hidden-timeout code in case the timeout_style feature is
  145. # unavailable.
  146. elif sleep --interruptible 0 ; then
  147. set timeout=0
  148. fi
  149. fi
  150. ### END /etc/grub.d/00_header ###
  151. ### BEGIN /etc/grub.d/05_debian_theme ###
  152. set menu_color_normal=white/black
  153. set menu_color_highlight=black/light-gray
  154. ### END /etc/grub.d/05_debian_theme ###
  155. ### BEGIN /etc/grub.d/06_mint_theme ###
  156. set menu_color_normal=white/black
  157. set menu_color_highlight=white/light-gray
  158. ### END /etc/grub.d/06_mint_theme ###
  159. ### BEGIN /etc/grub.d/10_linux ###
  160. function gfxmode {
  161. set gfxpayload="${1}"
  162. if [ "${1}" = "keep" ]; then
  163. set vt_handoff=vt.handoff=7
  164. else
  165. set vt_handoff=
  166. fi
  167. }
  168. if [ "${recordfail}" != 1 ]; then
  169. if [ -e ${prefix}/gfxblacklist.txt ]; then
  170. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  171. if [ ${match} = 0 ]; then
  172. set linux_gfx_mode=keep
  173. else
  174. set linux_gfx_mode=text
  175. fi
  176. else
  177. set linux_gfx_mode=text
  178. fi
  179. else
  180. set linux_gfx_mode=keep
  181. fi
  182. else
  183. set linux_gfx_mode=text
  184. fi
  185. export linux_gfx_mode
  186. menuentry 'Linux Mint 17.2 Cinnamon 64-bit' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-05d0bcc8-b746-47b6-b20b-944dbab58122' {
  187. recordfail
  188. load_video
  189. gfxmode $linux_gfx_mode
  190. insmod gzio
  191. insmod part_gpt
  192. insmod ext2
  193. set root='hd0,gpt2'
  194. if [ x$feature_platform_search_hint = xy ]; then
  195. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 05d0bcc8-b746-47b6-b20b-944dbab58122
  196. else
  197. search --no-floppy --fs-uuid --set=root 05d0bcc8-b746-47b6-b20b-944dbab58122
  198. fi
  199. linux /boot/vmlinuz-4.1.3-040103-generic root=UUID=05d0bcc8-b746-47b6-b20b-944dbab58122 ro quiet splash acpi_osi= $vt_handoff
  200. initrd /boot/initrd.img-4.1.3-040103-generic
  201. }
  202. submenu 'Options avancées pour Linux Mint 17.2 Cinnamon 64-bit' $menuentry_id_option 'gnulinux-advanced-05d0bcc8-b746-47b6-b20b-944dbab58122' {
  203. menuentry 'Linux Mint 17.2 Cinnamon 64-bit, avec Linux 4.1.3-040103-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.1.3-040103-generic-advanced-05d0bcc8-b746-47b6-b20b-944dbab58122' {
  204. recordfail
  205. load_video
  206. gfxmode $linux_gfx_mode
  207. insmod gzio
  208. insmod part_gpt
  209. insmod ext2
  210. set root='hd0,gpt2'
  211. if [ x$feature_platform_search_hint = xy ]; then
  212. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 05d0bcc8-b746-47b6-b20b-944dbab58122
  213. else
  214. search --no-floppy --fs-uuid --set=root 05d0bcc8-b746-47b6-b20b-944dbab58122
  215. fi
  216. echo 'Chargement de Linux 4.1.3-040103-generic…'
  217. linux /boot/vmlinuz-4.1.3-040103-generic root=UUID=05d0bcc8-b746-47b6-b20b-944dbab58122 ro quiet splash acpi_osi= $vt_handoff
  218. echo 'Chargement du disque mémoire initial…'
  219. initrd /boot/initrd.img-4.1.3-040103-generic
  220. }
  221. menuentry 'Linux Mint 17.2 Cinnamon 64-bit, with Linux 4.1.3-040103-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.1.3-040103-generic-recovery-05d0bcc8-b746-47b6-b20b-944dbab58122' {
  222. recordfail
  223. load_video
  224. insmod gzio
  225. insmod part_gpt
  226. insmod ext2
  227. set root='hd0,gpt2'
  228. if [ x$feature_platform_search_hint = xy ]; then
  229. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 05d0bcc8-b746-47b6-b20b-944dbab58122
  230. else
  231. search --no-floppy --fs-uuid --set=root 05d0bcc8-b746-47b6-b20b-944dbab58122
  232. fi
  233. echo 'Chargement de Linux 4.1.3-040103-generic…'
  234. linux /boot/vmlinuz-4.1.3-040103-generic root=UUID=05d0bcc8-b746-47b6-b20b-944dbab58122 ro recovery nomodeset
  235. echo 'Chargement du disque mémoire initial…'
  236. initrd /boot/initrd.img-4.1.3-040103-generic
  237. }
  238. }
  239. ### END /etc/grub.d/10_linux ###
  240. ### BEGIN /etc/grub.d/10_lupin ###
  241. ### END /etc/grub.d/10_lupin ###
  242. ### BEGIN /etc/grub.d/20_linux_xen ###
  243. ### END /etc/grub.d/20_linux_xen ###
  244. ### BEGIN /etc/grub.d/20_memtest86+ ###
  245. ### END /etc/grub.d/20_memtest86+ ###
  246. ### BEGIN /etc/grub.d/30_os-prober ###
  247. ### END /etc/grub.d/30_os-prober ###
  248. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  249. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  250. fwsetup
  251. }
  252. ### END /etc/grub.d/30_uefi-firmware ###
  253. ### BEGIN /etc/grub.d/40_custom ###
  254. # This file provides an easy way to add custom menu entries. Simply type the
  255. # menu entries you want to add after this comment. Be careful not to change
  256. # the 'exec tail' line above.
  257. ### END /etc/grub.d/40_custom ###
  258. ### BEGIN /etc/grub.d/41_custom ###
  259. if [ -f ${config_directory}/custom.cfg ]; then
  260. source ${config_directory}/custom.cfg
  261. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  262. source $prefix/custom.cfg;
  263. fi
  264. ### END /etc/grub.d/41_custom ###
  265. --------------------------------------------------------------------------------
  266. =============================== sda2/etc/fstab: ================================
  267. --------------------------------------------------------------------------------
  268. # /etc/fstab: static file system information.
  269. #
  270. # Use 'blkid' to print the universally unique identifier for a
  271. # device; this may be used with UUID= as a more robust way to name devices
  272. # that works even if disks are added and removed. See fstab(5).
  273. #
  274. # <file system> <mount point> <type> <options> <dump> <pass>
  275. # / was on /dev/sda2 during installation
  276. UUID=05d0bcc8-b746-47b6-b20b-944dbab58122 / ext4 errors=remount-ro 0 1
  277. # /boot/efi was on /dev/sda1 during installation
  278. UUID=AA01-8446 /boot/efi vfat defaults 0 1
  279. # swap was on /dev/sda3 during installation
  280. UUID=502d7241-f630-4981-8b4b-8d1121c2acc2 none swap sw 0 0
  281. --------------------------------------------------------------------------------
  282. =============================== StdErr Messages: ===============================
  283. File descriptor 9 (/proc/4184/mounts) leaked on lvs invocation. Parent PID 11124: bash
  284. File descriptor 18 (/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules.cache) leaked on lvs invocation. Parent PID 11124: bash
  285. File descriptor 63 (pipe:[46425]) leaked on lvs invocation. Parent PID 11124: bash
  286. No volume groups found
  287. ADDITIONAL INFORMATION :
  288. =================== log of boot-info 2015-08-01__07h00 ===================
  289. boot-info version : 4ppa33
  290. boot-sav version : 4ppa33
  291. glade2script version : 3.2.2~ppa47~saucy
  292. boot-sav-extra version :
  293. boot-info is executed in live-session (Linux Mint 17.2 Rafaela, rafaela, LinuxMint, x86_64)
  294. CPU op-mode(s): 32-bit, 64-bit
  295. BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename= quiet splash --
  296. ls: cannot access /home/usr/.config: No such file or directory
  297. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  298. =================== os-prober:
  299. /dev/sda2:Linux Mint 17.2 Rafaela (17.2):LinuxMint:linux
  300. =================== blkid:
  301. /dev/loop0: TYPE="squashfs"
  302. /dev/sda1: UUID="AA01-8446" TYPE="vfat"
  303. /dev/sda2: UUID="05d0bcc8-b746-47b6-b20b-944dbab58122" TYPE="ext4"
  304. /dev/sda3: UUID="502d7241-f630-4981-8b4b-8d1121c2acc2" TYPE="swap"
  305. /dev/sr0: LABEL="Linux Mint 17.2 Cinnamon 64-bit" TYPE="iso9660"
  306. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  307. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  308. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  309. Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/bootx64.efi
  310. Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/fallback.efi
  311. =================== sda2/etc/grub.d/ :
  312. drwxr-xr-x 2 root root 4096 Aug 1 06:36 grub.d
  313. total 92
  314. -rwxr-xr-x 1 root root 9424 Jun 26 11:16 00_header
  315. -rwxr-xr-x 1 root root 6058 May 13 14:51 05_debian_theme
  316. -rwxr-xr-x 1 root root 1180 Oct 25 2014 06_mint_theme
  317. -rwxr-xr-x 1 root root 11620 Aug 1 06:36 10_linux
  318. -rwxr-xr-x 1 root root 10634 Oct 1 2012 10_lupin
  319. -rwxr-xr-x 1 root root 10412 May 13 18:33 20_linux_xen
  320. -rwxr-xr-x 1 root root 1992 Mar 12 2014 20_memtest86+
  321. -rwxr-xr-x 1 root root 11692 May 13 18:33 30_os-prober
  322. -rwxr-xr-x 1 root root 1416 May 13 18:33 30_uefi-firmware
  323. -rwxr-xr-x 1 root root 214 May 13 18:33 40_custom
  324. -rwxr-xr-x 1 root root 216 May 13 18:33 41_custom
  325. -rw-r--r-- 1 root root 483 May 13 18:33 README
  326. =================== sda2/etc/default/grub :
  327. # If you change this file, run 'update-grub' afterwards to update
  328. # /boot/grub/grub.cfg.
  329. # For full documentation of the options in this file, see:
  330. # info -f grub -n 'Simple configuration'
  331. GRUB_DEFAULT=0
  332. GRUB_HIDDEN_TIMEOUT=0
  333. GRUB_HIDDEN_TIMEOUT_QUIET=true
  334. GRUB_TIMEOUT=10
  335. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  336. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
  337. GRUB_CMDLINE_LINUX=""
  338. # Uncomment to enable BadRAM filtering, modify to suit your needs
  339. # This works with Linux (no patch required) and with any kernel that obtains
  340. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  341. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  342. # Uncomment to disable graphical terminal (grub-pc only)
  343. #GRUB_TERMINAL=console
  344. # The resolution used on graphical terminal
  345. # note that you can use only modes which your graphic card supports via VBE
  346. # you can see them in real GRUB with the command `vbeinfo'
  347. #GRUB_GFXMODE=640x480
  348. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  349. #GRUB_DISABLE_LINUX_UUID=true
  350. # Uncomment to disable generation of recovery mode menu entries
  351. #GRUB_DISABLE_RECOVERY="true"
  352. # Uncomment to get a beep at grub start
  353. #GRUB_INIT_TUNE="480 440 1"
  354. /boot/efi detected in the fstab of sda2: UUID=AA01-8446 (sda1)
  355. =================== UEFI/Legacy mode:
  356. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  357. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  358. =================== PARTITIONS & DISKS:
  359. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, 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, /mnt/boot-sav/sda1.
  360. sda2 : sda, not-sepboot, grubenv-ok grub2, signed grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, 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/sda2.
  361. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  362. =================== parted -l:
  363. Model: ATA WDC WD5000LPVX-8 (scsi)
  364. Disk /dev/sda: 500GB
  365. Sector size (logical/physical): 512B/4096B
  366. Partition Table: gpt
  367. Number Start End Size File system Name Flags
  368. 1 1049kB 538MB 537MB fat32 boot
  369. 2 538MB 492GB 491GB ext4
  370. 3 492GB 500GB 8469MB linux-swap(v1)
  371. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  372. Error: Can't have a partition outside the disk!
  373. =================== parted -lm:
  374. BYT;
  375. /dev/sda:500GB:scsi:512:4096:gpt:ATA WDC WD5000LPVX-8;
  376. 1:1049kB:538MB:537MB:fat32::boot;
  377. 2:538MB:492GB:491GB:ext4::;
  378. 3:492GB:500GB:8469MB:linux-swap(v1)::;
  379. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  380. Error: Can't have a partition outside the disk!
  381. =================== lsblk:
  382. KNAME TYPE FSTYPE SIZE LABEL MODEL UUID
  383. sda disk 465.8G WDC WD50
  384. sda1 part vfat 512M AA01-8446
  385. sda2 part ext4 457.4G 05d0bcc8-b746-47b6-b20b-944dbab58122
  386. sda3 part swap 7.9G 502d7241-f630-4981-8b4b-8d1121c2acc2
  387. sr0 rom iso9660 1.5G Linux Mint 17.2 Cinnamon 64-bit
  388. DVD-RAM
  389. loop0 loop squashfs 1.5G
  390. KNAME ROTA RO RM STATE MOUNTPOINT
  391. sda 1 0 0 running
  392. sda1 1 0 0 /mnt/boot-sav/sda1
  393. sda2 1 0 0 /mnt/boot-sav/sda2
  394. sda3 1 0 0 [SWAP]
  395. sr0 1 0 1 running /cdrom
  396. loop0 1 1 0 /rofs
  397. =================== mount:
  398. /cow on / type overlayfs (rw)
  399. proc on /proc type proc (rw,noexec,nosuid,nodev)
  400. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  401. udev on /dev type devtmpfs (rw,mode=0755)
  402. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  403. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  404. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  405. /dev/loop0 on /rofs type squashfs (ro,noatime)
  406. none on /sys/fs/cgroup type tmpfs (rw)
  407. none on /sys/fs/fuse/connections type fusectl (rw)
  408. none on /sys/kernel/debug type debugfs (rw)
  409. none on /sys/kernel/security type securityfs (rw)
  410. none on /sys/firmware/efi/efivars type efivarfs (rw)
  411. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  412. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  413. none on /run/shm type tmpfs (rw,nosuid,nodev)
  414. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  415. none on /sys/fs/pstore type pstore (rw)
  416. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  417. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  418. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=mint)
  419. /dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw)
  420. /dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw)
  421. =================== ls:
  422. /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 size slaves stat subsystem trace uevent
  423. /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
  424. /dev (filtered): autofs block bsg btrfs-control bus cdrom 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 sda1 sda2 sda3 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb v4l vfio vga_arbiter vhci vhost-net video0 zero
  425. ls /dev/mapper: control
  426. =================== hexdump -n512 -C /dev/sda1
  427. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  428. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  429. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  430. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  431. 00000040 80 01 29 46 84 01 aa 4e 4f 20 4e 41 4d 45 20 20 |..)F...NO NAME |
  432. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  433. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  434. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  435. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  436. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  437. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  438. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  439. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  440. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  441. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  442. *
  443. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  444. 00000200
  445. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  446. =================== df -Th:
  447. Filesystem Type Size Used Avail Use% Mounted on
  448. /cow overlayfs 3.9G 273M 3.6G 7% /
  449. udev devtmpfs 3.9G 12K 3.9G 1% /dev
  450. tmpfs tmpfs 788M 1.5M 786M 1% /run
  451. /dev/sr0 iso9660 1.6G 1.6G 0 100% /cdrom
  452. /dev/loop0 squashfs 1.5G 1.5G 0 100% /rofs
  453. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  454. tmpfs tmpfs 3.9G 20K 3.9G 1% /tmp
  455. none tmpfs 5.0M 0 5.0M 0% /run/lock
  456. none tmpfs 3.9G 792K 3.9G 1% /run/shm
  457. none tmpfs 100M 16K 100M 1% /run/user
  458. /dev/sda1 vfat 511M 8.2M 503M 2% /mnt/boot-sav/sda1
  459. /dev/sda2 ext4 451G 217G 211G 51% /mnt/boot-sav/sda2
  460. =================== fdisk -l:
  461. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  462. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  463. Units = sectors of 1 * 512 = 512 bytes
  464. Sector size (logical/physical): 512 bytes / 4096 bytes
  465. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  466. Disk identifier: 0x00000000
  467. Device Boot Start End Blocks Id System
  468. /dev/sda1 1 976773167 488386583+ ee GPT
  469. Partition 1 does not start on physical sector boundary.
  470. Partition outside the disk detected.
  471. =================== Suggested repair
  472. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  473. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  474. =================== User settings
  475. The settings chosen by the user will not act on the boot.
  476. pastebinit packages needed
  477. W: Failed to fetch cdrom://Linux Mint 17.2 _Rafaela_ - Release amd64 20150627/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
  478. W: Failed to fetch cdrom://Linux Mint 17.2 _Rafaela_ - Release amd64 20150627/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
  479. W: Failed to fetch cdrom://Linux Mint 17.2 _Rafaela_ - Release amd64 20150627/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
  480. E: Some index files failed to download. They have been ignored, or old ones used instead.
  481. dpkg-preconfigure: unable to re-open stdin: No such file or directory