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. => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb.
  5. sda1: __________________________________________________________________________
  6. File system: ext4
  7. Boot sector type: -
  8. Boot sector info:
  9. Operating System: Linux Mint 17.2 Rafaela
  10. Boot files: /etc/fstab
  11. sda2: __________________________________________________________________________
  12. File system: Extended Partition
  13. Boot sector type: Unknown
  14. Boot sector info:
  15. sda5: __________________________________________________________________________
  16. File system: swap
  17. Boot sector type: -
  18. Boot sector info:
  19. sdb1: __________________________________________________________________________
  20. File system: vfat
  21. Boot sector type: SYSLINUX 4.05 20140113
  22. Boot sector info: Syslinux looks at sector 3153992 of /dev/sdb1 for its
  23. second stage. SYSLINUX is installed in the directory.
  24. No errors found in the Boot Parameter Block.
  25. Operating System:
  26. Boot files: /boot/grub/grub.cfg /syslinux.cfg /ldlinux.sys
  27. ============================ Drive/Partition Info: =============================
  28. Drive: sda _____________________________________________________________________
  29. Disk /dev/sda: 30.0 GB, 30005821440 bytes
  30. 255 heads, 63 sectors/track, 3648 cylinders, total 58605120 sectors
  31. Units = sectors of 1 * 512 = 512 bytes
  32. Sector size (logical/physical): 512 bytes / 512 bytes
  33. Partition Boot Start Sector End Sector # of Sectors Id System
  34. /dev/sda1 * 2,048 17,577,983 17,575,936 83 Linux
  35. /dev/sda2 17,580,030 23,437,311 5,857,282 5 Extended
  36. /dev/sda5 17,580,032 23,437,311 5,857,280 82 Linux swap / Solaris
  37. Drive: sdb _____________________________________________________________________
  38. Disk /dev/sdb: 16.0 GB, 16008609792 bytes
  39. 255 heads, 63 sectors/track, 1946 cylinders, total 31266816 sectors
  40. Units = sectors of 1 * 512 = 512 bytes
  41. Sector size (logical/physical): 512 bytes / 512 bytes
  42. Partition Boot Start Sector End Sector # of Sectors Id System
  43. /dev/sdb1 * 2,048 31,266,815 31,264,768 b W95 FAT32
  44. "blkid" output: ________________________________________________________________
  45. Device UUID TYPE LABEL
  46. /dev/loop0 squashfs
  47. /dev/sda1 14a11257-055e-4822-b135-ccda6de0d5b7 ext4
  48. /dev/sda5 a9a56bca-b7d4-42f2-bcec-e29a1809cf6e swap
  49. /dev/sdb1 D733-E412 vfat
  50. /dev/sr0 iso9660 Plop Boot Manager 5.0.15
  51. ========================= "ls -l /dev/disk/by-id" output: ======================
  52. total 0
  53. lrwxrwxrwx 1 root root 9 Jan 3 2001 ata-Compaq_DVD-ROM_SD-C2612_23ZM014053 -> ../../sr0
  54. lrwxrwxrwx 1 root root 9 Oct 7 20:30 ata-IC25N030ATCS04-0_CSH305DAHME6VB -> ../../sda
  55. lrwxrwxrwx 1 root root 10 Jan 3 2001 ata-IC25N030ATCS04-0_CSH305DAHME6VB-part1 -> ../../sda1
  56. lrwxrwxrwx 1 root root 10 Oct 7 20:30 ata-IC25N030ATCS04-0_CSH305DAHME6VB-part2 -> ../../sda2
  57. lrwxrwxrwx 1 root root 10 Jan 3 2001 ata-IC25N030ATCS04-0_CSH305DAHME6VB-part5 -> ../../sda5
  58. lrwxrwxrwx 1 root root 9 Oct 7 20:25 usb-SanDisk_Cruzer_Blade_4C530100360318114451-0:0 -> ../../sdb
  59. lrwxrwxrwx 1 root root 10 Jan 3 2001 usb-SanDisk_Cruzer_Blade_4C530100360318114451-0:0-part1 -> ../../sdb1
  60. ================================ Mount points: =================================
  61. Device Mount_Point Type Options
  62. /dev/loop0 /rofs squashfs (ro,noatime)
  63. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  64. /dev/sr0 /media/mint/Plop Boot Manager 5.0.15 iso9660 (ro,nosuid,nodev,uid=999,gid=999,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)
  65. =============================== sda1/etc/fstab: ================================
  66. --------------------------------------------------------------------------------
  67. # /etc/fstab: static file system information.
  68. #
  69. # Use 'blkid' to print the universally unique identifier for a
  70. # device; this may be used with UUID= as a more robust way to name devices
  71. # that works even if disks are added and removed. See fstab(5).
  72. #
  73. # <file system> <mount point> <type> <options> <dump> <pass>
  74. # / was on /dev/sda1 during installation
  75. UUID=14a11257-055e-4822-b135-ccda6de0d5b7 / ext4 errors=remount-ro 0 1
  76. # swap was on /dev/sda5 during installation
  77. UUID=ae8e9fbc-8be8-4326-8d32-a7b057181a78 none swap sw 0 0
  78. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  79. --------------------------------------------------------------------------------
  80. =========================== sdb1/boot/grub/grub.cfg: ===========================
  81. --------------------------------------------------------------------------------
  82. if loadfont /boot/grub/font.pf2 ; then
  83. set gfxmode=auto
  84. insmod efi_gop
  85. insmod efi_uga
  86. insmod gfxterm
  87. terminal_output gfxterm
  88. fi
  89. set menu_color_normal=white/black
  90. set menu_color_highlight=black/light-gray
  91. menuentry "Start Linux Mint 17.2 MATE 32-bit" {
  92. set gfxpayload=keep
  93. linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=${iso_path} quiet splash --
  94. initrd /casper/initrd.lz
  95. }
  96. menuentry "Start Linux Mint 17.2 MATE 32-bit (compatibility mode)" {
  97. linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper xforcevesa iso-scan/filename=${iso_path} ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
  98. initrd /casper/initrd.lz
  99. }
  100. menuentry "Check the integrity of the medium" {
  101. linux /casper/vmlinuz boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash --
  102. initrd /casper/initrd.lz
  103. }
  104. --------------------------------------------------------------------------------
  105. ============================== sdb1/syslinux.cfg: ==============================
  106. --------------------------------------------------------------------------------
  107. default menu.c32
  108. prompt 0
  109. menu title UNetbootin
  110. timeout 100
  111. label unetbootindefault
  112. menu label Default
  113. kernel /ubnkern
  114. append initrd=/ubninit file=/cdrom/preseed/linuxmint.seed boot=casper quiet splash --
  115. label ubnentry0
  116. menu label Start Linux Mint
  117. kernel /casper/vmlinuz
  118. append initrd=/casper/initrd.lz file=/cdrom/preseed/linuxmint.seed boot=casper quiet splash --
  119. label ubnentry1
  120. menu label Start in compatibility mode
  121. kernel /casper/vmlinuz
  122. append initrd=/casper/initrd.lz file=/cdrom/preseed/linuxmint.seed boot=casper xforcevesa nomodeset b43.blacklist=yes ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
  123. label ubnentry2
  124. menu label Start with PAE forced
  125. kernel /casper/vmlinuz
  126. append initrd=/casper/initrd.lz file=/cdrom/preseed/linuxmint.seed boot=casper quiet splash -- forcepae
  127. label ubnentry3
  128. menu label Integrity check
  129. kernel /casper/vmlinuz
  130. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash --
  131. label ubnentry4
  132. menu label Memory test
  133. kernel /casper/memtest
  134. append initrd=/ubninit
  135. label ubnentry5
  136. menu label Boot from local drive
  137. kernel /ubnkern
  138. append initrd=/ubninit hd0
  139. label ubnentry6
  140. menu label Start Linux Mint 17.2 MATE 32-bit
  141. kernel /casper/vmlinuz
  142. append initrd=/casper/initrd.lz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=${iso_path} quiet splash --
  143. label ubnentry7
  144. menu label Start Linux Mint 17.2 MATE 32-bit (compatibility mode)
  145. kernel /casper/vmlinuz
  146. append initrd=/casper/initrd.lz file=/cdrom/preseed/linuxmint.seed boot=casper xforcevesa iso-scan/filename=${iso_path} ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
  147. label ubnentry8
  148. menu label Check the integrity of the medium
  149. kernel /casper/vmlinuz
  150. append initrd=/casper/initrd.lz boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash --
  151. --------------------------------------------------------------------------------
  152. ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
  153. menu.c32 : COM32R module (v4.xx)
  154. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  155. Unknown BootLoader on sda2
  156. 00000000 b0 4a ed d3 01 57 90 01 f4 26 cf c0 96 f0 70 a9 |.J...W...&....p.|
  157. 00000010 25 fb 77 4a 91 00 92 b5 25 21 26 b4 70 a3 70 f5 |%.wJ....%!&.p.p.|
  158. 00000020 4a 6f d0 25 91 25 10 25 25 00 8b 14 71 9a 96 66 |Jo.%.%.%%...q..f|
  159. 00000030 a6 66 e2 4a a7 25 89 63 bf 25 a9 50 25 3c 60 a7 |.f.J.%.c.%.P%<`.|
  160. 00000040 b0 96 20 00 85 1f 48 1f a4 a4 7e 5c 01 71 42 22 |.. ...H...~\.qB"|
  161. 00000050 46 00 f4 96 d4 20 62 00 80 e6 7e 20 26 92 4b 9d |F.... b...~ &.K.|
  162. 00000060 9d 01 01 d0 26 c0 25 f3 13 03 e2 04 85 a4 d5 05 |....&.%.........|
  163. 00000070 76 00 69 06 c0 02 79 72 04 9f 7e 7b 4b 20 71 c0 |v.i...yr..~{K q.|
  164. 00000080 25 65 4b 46 93 01 97 c2 25 b8 29 c3 25 7b fd 55 |%eKF....%.).%{.U|
  165. 00000090 71 ee fe 81 6e 63 71 21 24 99 a3 25 84 4b 52 4c |q...ncq!$..%.KRL|
  166. 000000a0 cf 63 01 92 99 31 71 43 71 4a 79 31 44 32 45 7f |.c...1qCqJy1D2E.|
  167. 000000b0 41 00 51 20 83 4b f0 21 7f 23 1f 01 1f 01 27 be |A.Q .K.!.#....'.|
  168. 000000c0 27 a7 25 08 71 42 bc 93 bc 53 4b d2 e1 96 ff 98 |'.%.qB...SK.....|
  169. 000000d0 4a a0 00 a6 24 82 00 d3 24 d1 6e 20 6f b0 49 7f |J...$...$.n o.I.|
  170. 000000e0 31 24 02 4a 11 26 a5 25 60 28 71 01 c2 25 74 ff |1$.J.&.%`(q..%t.|
  171. 000000f0 b0 25 a1 96 b9 25 d0 95 05 96 90 bb 32 70 c4 4a |.%...%......2p.J|
  172. 00000100 bf 65 70 b1 25 f4 4a 62 00 a0 25 98 25 69 b5 96 |.ep.%.Jb..%.%i..|
  173. 00000110 33 fa 70 40 4b 63 42 01 00 68 4b 63 89 c2 63 f5 |[email protected].|
  174. 00000120 25 a9 89 89 60 90 96 30 4b 77 b0 bc 62 4b d3 96 |%...`..0Kw..bK..|
  175. 00000130 85 60 bc 31 00 95 1f 5c ff 41 71 66 25 80 00 e3 |.`.1...\.Aqf%...|
  176. 00000140 96 c1 20 d3 46 41 71 a2 25 f6 9d 60 71 20 00 9d |.. .FAq.%..`q ..|
  177. 00000150 d0 25 f0 25 02 4c 50 28 3f 10 03 a4 04 cb 25 b2 |.%.%.LP(?.....%.|
  178. 00000160 26 45 06 71 00 a1 83 6d d1 25 7f 70 4b eb 25 2b |&E.q...m.%.pK.%+|
  179. 00000170 01 00 26 97 46 e7 a4 4b 30 47 41 71 ff bf 5a 71 |..&.F..K0GAq..Zq|
  180. 00000180 61 6e 52 97 3f 74 24 6f 00 b0 bc 21 00 a0 4b 22 |anR.?t$o...!..K"|
  181. 00000190 71 00 f6 d8 79 07 07 96 25 02 97 24 55 71 6f 71 |q...y...%..$Uqoq|
  182. 000001a0 ef 8f 24 1f 01 9f 25 53 4b 06 20 4b 57 4b 05 e2 |..$...%SK. KWK..|
  183. 000001b0 6f 8b e1 20 25 80 22 a0 95 08 d3 95 c1 00 00 fe |o.. %.".........|
  184. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 60 59 00 00 00 |...........`Y...|
  185. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  186. *
  187. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  188. 00000200
  189. =============================== StdErr Messages: ===============================
  190. File descriptor 9 (/proc/3869/mounts) leaked on lvs invocation. Parent PID 17793: bash
  191. File descriptor 63 (pipe:[51118]) leaked on lvs invocation. Parent PID 17793: bash
  192. No volume groups found
  193. ADDITIONAL INFORMATION :
  194. =================== log of boot-repair 2015-10-07__20h24 ===================
  195. boot-repair version : 4ppa33
  196. boot-sav version : 4ppa33
  197. glade2script version : 3.2.2~ppa47~saucy
  198. boot-sav-extra version :
  199. boot-repair is executed in live-session (Linux Mint 17.2 Rafaela, rafaela, LinuxMint, i686)
  200. CPU op-mode(s): 32-bit
  201. initrd=/ubninit file=/cdrom/preseed/linuxmint.seed boot=casper quiet splash -- BOOT_IMAGE=/ubnkern
  202. ls: cannot access /home/usr/.config: No such file or directory
  203. =================== os-prober:
  204. =================== blkid:
  205. /dev/loop0: TYPE="squashfs"
  206. /dev/sda1: UUID="14a11257-055e-4822-b135-ccda6de0d5b7" TYPE="ext4"
  207. /dev/sda5: UUID="a9a56bca-b7d4-42f2-bcec-e29a1809cf6e" TYPE="swap"
  208. /dev/sr0: LABEL="Plop Boot Manager 5.0.15" TYPE="iso9660"
  209. /dev/sdb1: UUID="D733-E412" TYPE="vfat"
  210. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  211. Warning: extended partition does not start at a cylinder boundary.
  212. DOS and Linux will interpret the contents differently.
  213. =================== sda1/etc/grub.d/ :
  214. drwxr-xr-x 2 root root 4096 Oct 5 14:56 grub.d
  215. total 92
  216. -rwxr-xr-x 1 root root 9424 May 13 18:30 00_header
  217. -rwxr-xr-x 1 root root 6058 May 13 14:51 05_debian_theme
  218. -rwxr-xr-x 1 root root 1180 Oct 25 2014 06_mint_theme
  219. -rwxr-xr-xtotal 92
  220. -rwxr-xr-x 1 root root 9424 May 13 18:30 00_header
  221. -rwxr-xr-x 1 root root 6058 May 13 14:51 05_debian_theme
  222. -rwxr-xr-x 1 root root 1180 Oct 25 2014 06_mint_theme
  223. -rwxr-xr-x 1 root root 11616 Jun 27 16:31 10_linux
  224. -rwxr-xr-x 1 root root 10634 Oct 1 2012 10_lupin
  225. -rwxr-xr-x 1 root root 10412 May 13 18:30 20_linux_xen
  226. -rwxr-xr-x 1 root root 1992 Mar 12 2014 20_memtest86+
  227. -rwxr-xr-x 1 root root 11692 May 13 18:30 30_os-prober
  228. -rwxr-xr-x 1 root root 141
  229. =================== sda1/etc/default/grub :
  230. # If you change this file, run 'update-grub' afterwards to update
  231. # /boot/grub/grub.cfg.
  232. # For full documentation of the options in this file, see:
  233. # info -f grub -n 'Simple configura# If you change this file, run 'update-grub' afterwards to update
  234. # /boot/grub/grub.cfg.
  235. # For full documentation of the options in this file, see:
  236. # info -f grub -n 'Simple configuration'
  237. GRUB_DEFAULT=0
  238. GRUB_HIDDEN_TIMEOUT=0
  239. GRUB_HIDDEN_TIMEOUT_QUIET=true
  240. GRUB_TIMEOUT=10
  241. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  242. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  243. GRUB_CMDLINE_LINUX=""
  244. # Uncomment to enable BadRAM filtering, modify to suit your needs
  245. # This works with Linux (no patch required) and with any kernel that obtains
  246. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  247. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  248. # Uncomment to disable graphical terminal (grub-pc only)
  249. #GRUB_TERMINAL=console
  250. # The resolution used on graphical terminal
  251. # note that you can use only modes which your graphic card supports via VBE
  252. # you can see them in real GRUB with the command `vbeinfo'
  253. #GRUB_GFXMODE=640x480
  254. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  255. #GRUB_DISABL=================== No kernel in /mnt/boot-sav/sda1/boot:
  256. abi-3.16.0-38-generic
  257. config-3.16.0-38-generic
  258. grub
  259. memtest86+.bin
  260. memtest86+.elf
  261. memtest86+_multiboot.bin
  262. System.map-3.16.0-38-generic
  263. =================== UEFI/Legacy mode:
  264. This live-session is not EFI-compatible.
  265. SecureBoot maybe enabled.
  266. =================== PARTITIONS & DISKS:
  267. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-kernel, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, nogrubinstall, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  268. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  269. =================== parted -l:
  270. Model: ATA IC25N030ATCS04-0 (scsi)
  271. Disk /dev/sda: 30.0GB
  272. Sector size (logical/physical): 512B/512B
  273. Partition Table: msdos
  274. Number Start End Size Type File system Flags
  275. 1 1049kB 9000MB 8999MB primary ext4
  276. 2 9001MB 12.0GB 2999MB extended
  277. 5 9001MB 12.0GB 2999MB logical linux-swap(v1)
  278. Model: SanDisk Cruzer Blade (scsi)
  279. Disk /dev/sdb: 16.0GB
  280. Sector size (logical/physical): 512B/512B
  281. Partition Table: msdos
  282. Number Start End Size Type File system Flags
  283. 1 1049kB 16.0GB 16.0GB primary fat32 boot
  284. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  285. Error: /dev/sr0: unrecognised disk label
  286. =================== parted -lm:
  287. BYT;
  288. /dev/sda:30.0GB:scsi:512:512:msdos:ATA IC25N030ATCS04-0;
  289. 1:1049kB:9000MB:8999MB:ext4::;
  290. 2:9001MB:12.0GB:2999MB:::;
  291. 5:9001MB:12.0GB:2999MB:linux-swap(v1)::;
  292. BYT;
  293. /dev/sdb:16.0GB:scsi:512:512:msdos:SanDisk Cruzer Blade;
  294. 1:1049kB:16.0GB:16.0GB:fat32::boot;
  295. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  296. Error: /dev/sr0: unrecognised disk label
  297. =================== lsblk:
  298. KNAME TYPE FSTYPE SIZE LABEL MODEL UUID
  299. sda disk 28G IC25N030
  300. sda1 part ext4 8.4G 14a11257-055e-4822-b135-ccda6de0d5b7
  301. sda2 pKNAME TYPE FSTYPE SIZE LABEL MODEL UUID
  302. sda disk 28G IC25N030
  303. sda1 part ext4 8.4G 14a11257-055e-4822-b135-ccda6de0d5b7
  304. sda2 part 1K
  305. sda5 part swap 2.8G a9a56bca-b7d4-42f2-bcec-e29a1809cf6e
  306. sdb disk 14.9G Cruzer B
  307. sdb1 part vfat KNAME ROTA RO RM STATE MOUNTPOINT
  308. sda 1 0 0 running
  309. sda1 1 0 0 /mnt/boot-sav/sda1
  310. sda2 1 0 0
  311. sda5 1 0 0 [SWAP]
  312. sdb 1 0 1 running
  313. sdb1 1 0 1 /cdrom
  314. sr0 1 0 1 running /media/mint/Plop Boot Manager 5.0.15
  315. loop0 1 1 0 /rofs
  316. =================== mount:
  317. /cow on / type overlayfs (rw)
  318. proc on /proc type proc (rw,noexec,nosuid,nodev)
  319. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  320. udev on /dev type devtmpfs
  321. =================== mount:
  322. /cow on / type overlayfs (rw)
  323. proc on /proc type proc (rw,noexec,nosuid,nodev)
  324. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  325. udev on /dev type devtmpfs (rw,mode=0755)
  326. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  327. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  328. /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  329. /dev/loop0 on /rofs type squashfs (ro,noatime)
  330. none on /sys/fs/cgroup type tmpfs (rw)
  331. none on /sys/fs/fuse/connections type fusectl (rw)
  332. none on /sys/kernel/debug type debugfs (rw)
  333. none on /sys/kernel/security type securityfs (rw)
  334. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  335. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  336. none on /run/shm type tmpfs (rw,nosuid,nodev)
  337. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  338. none on /sys/fs/pstore type pstore (rw)
  339. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  340. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  341. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=mint)
  342. /dev/sr0 on /media/mint/Plop Boot Manager 5.0.15 type iso9660 (ro,nosuid,nodev,uid=999,gid=999,iocharset=utf8/sys/block/fd0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro /sys/block/fd0 (filtered): alignment_of/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
  343. /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 /sys/block/sdb (filtered): alignment_offset /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 /sys/block/sr0 (filtered): alignment_of/dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom char console core cpu_dma_latency cuse disk dri ecryptfs fb0 fd fd0 full fuse hpet input kmsg 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 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom vfio vga_arbiter vhci vhost-net zero
  344. ls /dev/mapper: control
  345. =================== df -Th:
  346. Filesystem Type Size Used Avail Use% Mounted on
  347. /cow overlayfs 366M 196M 171M 54% /
  348. udev devtmpfs 356M 12K 356M 1% /dev
  349. tmpfs tmpfs 74M 1.3M 72M 2% /run
  350. /dev/sdb1 vfat 15G 1.5G 14G 11% /cdrom
  351. /dev/loop0 squashfs 1.5G 1.5G 0 100% /rofs
  352. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  353. tmpfs tmpfs 366M 12K 366M 1% /tmp
  354. none tmpfs 5.0M 0 5.0M 0% /run/lock
  355. none tmpfs 366M 76K 366M 1% /run/shm
  356. none tmpfs 100M 32K 100M 1% /run/user
  357. /dev/sr0 iso9660 544K 544K 0 100% /media/mint/Plop Boot Manager 5.0.15
  358. /dev/sda1 ext4 8.2G 420M 7.3G 6% /mnt/boot-sav/sda1
  359. =================== fdisk -l:
  360. Disk /dev/sda: 30.0 GB, 30005821440 bytes
  361. 255 heads, 63 sectors/track, 3648 cylinders, total 58605120 sectors
  362. Units = sectors of 1 * 512 = 512 bytes
  363. Sector size (logical/physical): 512 bytes / 512 bytes
  364. I/O size (minimum/optimal): 512 bytes / 512 bytes
  365. Disk identifier: 0x0000dca7
  366. Device Boot Start End Blocks Id System
  367. /dev/sda1 2048 17577983 8787968 83 Linux
  368. /dev/sda2 17580030 23437311 2928641 5 Extended
  369. /dev/sda5 17580032 23437311 2928640 82 Linux swap / Solaris
  370. Disk /dev/sdb: 16.0 GB, 16008609792 bytes
  371. 255 heads, 63 sectors/track, 1946 cylinders, total 31266816 sectors
  372. Units = sectors of 1 * 512 = 512 bytes
  373. Sector size (logical/physical): 512 bytes / 512 bytes
  374. I/O size (minimum/optimal): 512 bytes / 512 bytes
  375. Disk identifier: 0x00024fa8
  376. Device Boot Start End Blocks Id System
  377. /dev/sdb1 * 2048 31266815 15632384 b W95 FAT32
  378. SETSET@_checkbutton_repairfilesystems.show()
  379. SETDEBUG=> in bash NOT GET _button_justbootinfo clicked
  380. =================== Suggested repair
  381. The default repair of the Boot-Repair utility would purge (in order to fix packages fix executable) and reinstall the grub2 of sda1 into the MBR of sda, using the following options: kernel-purge
  382. The boot flag would be placed on sda1.
  383. Additional repair would be performed: unhide-bootmenu-10s
  384. =================== User settings
  385. The settings chosen by the user will not act on the boot.
  386. pastebinit packages needed
  387. dpkg-preconfigure: unable to re-open stdin: No such file or directory