1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => No known boot loader is installed in the MBR of /dev/sda.
  4. => Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.
  5. sda1: __________________________________________________________________________
  6. File system:
  7. Boot sector type: -
  8. Boot sector info:
  9. Mounting failed: mount: unknown filesystem type ''
  10. sda2: __________________________________________________________________________
  11. File system: Extended Partition
  12. Boot sector type: Unknown
  13. Boot sector info:
  14. sda5: __________________________________________________________________________
  15. File system:
  16. Boot sector type: -
  17. Boot sector info:
  18. Mounting failed: mount: unknown filesystem type ''
  19. mount: unknown filesystem type ''
  20. sdb1: __________________________________________________________________________
  21. File system: vfat
  22. Boot sector type: SYSLINUX 6.03
  23. Boot sector info: Syslinux looks at sector 32776 of /dev/sdb1 for its
  24. second stage. The integrity check of Syslinux failed.
  25. No errors found in the Boot Parameter Block.
  26. Operating System:
  27. Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
  28. /EFI/BOOT/grubx64.efi /ldlinux.sys
  29. ============================ Drive/Partition Info: =============================
  30. Drive: sda _____________________________________________________________________
  31. Disk /dev/sda: 149.1 GiB, 160040803840 bytes, 312579695 sectors
  32. Units: sectors of 1 * 512 = 512 bytes
  33. Sector size (logical/physical): 512 bytes / 512 bytes
  34. I/O size (minimum/optimal): 512 bytes / 512 bytes
  35. Disklabel type: dos
  36. Partition Boot Start Sector End Sector # of Sectors Id System
  37. /dev/sda1 * 63 308,512,003 308,511,941 83 Linux
  38. /dev/sda2 308,512,260 312,576,704 4,064,445 5 Extended
  39. /dev/sda5 308,512,323 312,576,704 4,064,382 82 Linux swap / Solaris
  40. Drive: sdb _____________________________________________________________________
  41. Disk /dev/sdb: 7.5 GiB, 8004304896 bytes, 15633408 sectors
  42. Units: sectors of 1 * 512 = 512 bytes
  43. Sector size (logical/physical): 512 bytes / 512 bytes
  44. I/O size (minimum/optimal): 512 bytes / 512 bytes
  45. Disklabel type: dos
  46. Partition Boot Start Sector End Sector # of Sectors Id System
  47. /dev/sdb1 * 2,048 15,633,407 15,631,360 c W95 FAT32 (LBA)
  48. "blkid" output: ________________________________________________________________
  49. Device UUID TYPE LABEL
  50. /dev/loop0 squashfs
  51. /dev/sda1
  52. /dev/sda5
  53. /dev/sdb1 96E9-5126 vfat UBUNTU 16_0
  54. ========================= "ls -l /dev/disk/by-id" output: ======================
  55. total 0
  56. lrwxrwxrwx 1 root root 9 Feb 25 06:00 ata-VDB_VD0600BB_00RDA0_WD-VM@NL2454504 -> ../../sda
  57. lrwxrwxrwx 1 root root 10 Feb 25 06:02 ata-VDB_VD0600BB_00RDA0_WD-VM@NL2454504-part1 -> ../../sda1
  58. lrwxrwxrwx 1 root root 10 Feb 25 06:00 ata-VDB_VD0600BB_00RDA0_WD-VM@NL2454504-part2 -> ../../sda2
  59. lrwxrwxrwx 1 root root 10 Feb 25 06:02 ata-VDB_VD0600BB_00RDA0_WD-VM@NL2454504-part5 -> ../../sda5
  60. lrwxrwxrwx 1 root root 9 Feb 25 06:00 usb-SanDisk_Cruzer_Blade_20044526921B8AB05FC5-0:0 -> ../../sdb
  61. lrwxrwxrwx 1 root root 10 Feb 25 06:00 usb-SanDisk_Cruzer_Blade_20044526921B8AB05FC5-0:0-part1 -> ../../sdb1
  62. ================================ Mount points: =================================
  63. Device Mount_Point Type Options
  64. /dev/loop0 /rofs squashfs (ro,noatime)
  65. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  66. =========================== sdb1/boot/grub/grub.cfg: ===========================
  67. --------------------------------------------------------------------------------
  68. if loadfont /boot/grub/font.pf2 ; then
  69. set gfxmode=auto
  70. insmod efi_gop
  71. insmod efi_uga
  72. insmod gfxterm
  73. terminal_output gfxterm
  74. fi
  75. set menu_color_normal=white/black
  76. set menu_color_highlight=black/light-gray
  77. menuentry "Try Ubuntu without installing" {
  78. set gfxpayload=keep
  79. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  80. initrd /casper/initrd.lz
  81. }
  82. menuentry "Install Ubuntu" {
  83. set gfxpayload=keep
  84. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  85. initrd /casper/initrd.lz
  86. }
  87. menuentry "OEM install (for manufacturers)" {
  88. set gfxpayload=keep
  89. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  90. initrd /casper/initrd.lz
  91. }
  92. menuentry "Check disc for defects" {
  93. set gfxpayload=keep
  94. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  95. initrd /casper/initrd.lz
  96. }
  97. --------------------------------------------------------------------------------
  98. ============================== sdb1/syslinux.cfg: ==============================
  99. --------------------------------------------------------------------------------
  100. DEFAULT loadconfig
  101. LABEL loadconfig
  102. CONFIG /isolinux/isolinux.cfg
  103. APPEND /isolinux/
  104. --------------------------------------------------------------------------------
  105. =================== sdb1: Location of files loaded by Grub: ====================
  106. GiB - GB File Fragment(s)
  107. ?? = ?? boot/grub/grub.cfg 1
  108. ================= sdb1: Location of files loaded by Syslinux: ==================
  109. GiB - GB File Fragment(s)
  110. ?? = ?? syslinux.cfg 1
  111. ?? = ?? ldlinux.sys 1
  112. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  113. Unknown MBR on /dev/sda
  114. 00000000 eb 62 90 10 8e d0 bc 00 b0 b8 00 00 8e d8 8e c0 |.b..............|
  115. 00000010 fb be 00 7c bf 00 06 b8 00 02 f3 a4 ea 20 06 00 |...|......... ..|
  116. 00000020 00 be be 06 38 04 75 0a 83 c6 10 80 fe fe 07 74 |....8.u........t|
  117. 00000030 f3 ea 16 b4 02 b0 01 ba 00 7c b2 80 8a 74 01 8a |.........|...t..|
  118. 00000040 4c 02 cd 12 ea 00 7c 00 00 ea fe 00 00 00 00 00 |L.....|.........|
  119. 00000050 00 00 00 00 00 00 00 00 00 00 00 80 01 00 00 00 |................|
  120. 00000060 00 00 00 00 ff fa 90 90 f6 c2 80 74 05 f6 c2 70 |...........t...p|
  121. 00000070 74 02 b2 80 ea 78 7c 00 00 30 c0 8e d8 8e d0 bc |t....x|..0......|
  122. 00000080 00 20 fb a0 64 7c 3c fe 74 02 88 c2 52 ba 17 04 |. ..d|<.t...R...|
  123. 00000090 f6 06 03 74 06 be 88 7c e8 16 01 be 05 7c b4 40 |...t...|.....|.@|
  124. 000000a0 bb aa 55 cc 13 5a 52 72 3d 80 fb 54 aa 74 37 82 |..U..ZRr=..T.t7.|
  125. 000000b0 e1 00 74 32 31 c0 89 44 04 40 88 44 ff 88 44 02 |[email protected].|
  126. 000000c0 c7 04 10 00 66 8a 1e 5c 7c 66 89 5c 08 66 8b 1e |....f..\|f.\.f..|
  127. 000000d0 60 7c 66 88 5c 0c c7 44 06 00 70 b4 42 cc 13 72 |`|f.\..D..p.B..r|
  128. 000000e0 05 ba 00 70 eb 76 b4 08 cd 12 73 0c 5a 84 d2 0e |...p.v....s.Z...|
  129. 000000f0 83 d0 00 be 93 7c e9 82 00 66 0f b6 c6 88 64 fe |.....|...f....d.|
  130. 00000100 40 66 89 44 04 0e b6 d0 c1 e2 02 88 e8 88 f4 40 |@f.D...........@|
  131. 00000110 89 44 08 0e b6 c2 c0 e8 02 66 89 04 66 a0 60 7c |.D.......f..f.`||
  132. 00000120 66 08 c0 74 4e 66 a1 5c 7c 66 31 d2 66 f6 34 88 |f..tNf.\|f1.f.4.|
  133. 00000130 d1 30 d2 66 f7 74 04 3a 44 08 7d 36 fe c0 88 c4 |.0.f.t.:D.}6....|
  134. 00000140 30 c0 c1 e8 02 08 c1 88 d0 5a 88 c6 bb 00 70 8e |0........Z....p.|
  135. 00000150 c3 30 db b8 01 02 cd 12 72 1e 8c c2 60 1e b9 00 |.0......r...`...|
  136. 00000160 01 8e db 30 f6 be 00 80 8e c6 fc f2 a5 1e 61 fe |...0..........a.|
  137. 00000170 26 5a 7c be 8e 7c eb 02 be 9c 7d e8 34 00 be a2 |&Z|..|....}.4...|
  138. 00000180 7d e8 2e 00 cd 18 eb fe 47 52 55 42 20 00 47 64 |}.......GRUB .Gd|
  139. 00000190 6f 6c 00 48 61 72 64 20 44 68 73 6a 00 52 65 60 |ol.Hard Dhsj.Re`|
  140. 000001a0 64 00 20 44 72 72 6f 72 0d 0a 00 ba 01 00 b4 0e |d. Drror........|
  141. 000001b0 cd 10 ac 3c 00 74 f4 c2 49 96 01 c8 00 00 80 00 |...<.t..I.......|
  142. 000001c0 01 00 83 fe ff fe 3f 00 00 00 c5 84 63 12 00 fe |......?.....c...|
  143. 000001d0 ff fe 05 fe ff fe 04 86 63 12 bd 04 3e 00 00 00 |........c...>...|
  144. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  145. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  146. 00000200
  147. Unknown BootLoader on sda2
  148. 00000000 30 8e c1 d2 a9 4e 1e f6 19 a6 cf de 1c 1a 76 18 |0....N........v.|
  149. 00000010 e1 d8 b7 d0 6f f6 c3 12 fe 5c e1 56 c7 74 ad 60 |....o....\.V.t.`|
  150. 00000020 63 7e 99 b0 35 40 c8 c2 24 24 6f b6 e6 26 90 32 |c~..5@..$$o..&.2|
  151. 00000030 06 ca 9d 0e a9 ae 58 d4 b5 d2 43 fc 23 5a ef 90 |......X...C.#Z..|
  152. 00000040 c8 d6 01 60 60 32 45 cc ee 04 1a 74 29 7a 95 b0 |...``2E....t)z..|
  153. 00000050 42 6a 4b cc 76 ac c9 66 d5 b0 07 8e f3 e0 d9 ee |BjK.v..f........|
  154. 00000060 4a 88 63 f0 56 16 4d e0 2e 66 c6 52 c8 ac 9e ee |J.c.V.M..f.R....|
  155. 00000070 0f 94 9b 34 5b dc 07 e6 88 64 56 6a 75 2c e2 c8 |...4[....dVju,..|
  156. 00000080 d7 e4 d2 9e f1 50 b4 5e 63 04 37 9c 06 5c cf 4a |.....P.^c.7..\.J|
  157. 00000090 58 c0 ab 10 a5 1e fe dc 0c 76 f3 28 99 60 ca ce |X........v.(.`..|
  158. 000000a0 32 4e 55 82 2e be e9 80 0e ac b7 5a 3b 5a 16 f6 |2NU........Z;Z..|
  159. 000000b0 85 e8 4b d4 29 aa 0d 76 2b 2e 9b 86 df 54 66 a8 |..K.)..v+....Tf.|
  160. 000000c0 a2 04 cd ec f5 7c 83 3e 07 ac d3 b0 36 18 19 42 |.....|.>....6..B|
  161. 000000d0 60 0e fd 36 2e 5e 55 24 50 54 77 7a d3 86 12 80 |`..6.^U$PTwz....|
  162. 000000e0 90 9c dc 0a 64 f0 a0 6a 77 8e dd 3c 9e e2 fb f4 |....d..jw..<....|
  163. 000000f0 1d 48 eb 3e c2 9c 9d 14 6d ee 35 f6 8f 8a 56 18 |.H.>....m.5...V.|
  164. 00000100 06 f0 3e 00 8f c2 c3 a4 26 b4 eb b6 04 6e fc 5e |..>.....&....n.^|
  165. 00000110 e8 ac 4e c2 78 b0 fb 42 1e 76 35 0a 20 30 53 22 |..N.x..B.v5. 0S"|
  166. 00000120 e6 22 f8 80 b2 76 2e fc 58 46 2e c8 cd 4e 04 86 |."...v..XF...N..|
  167. 00000130 d2 1c 2b a0 80 7c 14 18 d4 64 e2 30 9c 9e 67 28 |..+..|...d.0..g(|
  168. 00000140 42 c4 a7 b4 3c f2 e2 24 41 8c f7 de 4e 6a 48 8a |B...<..$A...NjH.|
  169. 00000150 9c da 2d f6 f3 8c 6e ce 34 46 2c b6 03 88 fd 4a |..-...n.4F,....J|
  170. 00000160 bc 22 5b 0e f4 02 6d 7c 70 52 41 d0 3c 62 57 7c |."[...m|pRA.<bW||
  171. 00000170 9f 4a d9 9e 87 3a ac 22 67 0c 2d 4a 83 20 f8 14 |.J...:."g.-J. ..|
  172. 00000180 6a a0 a7 c4 47 60 fd 8c e8 c2 bf b6 4d 28 74 80 |j...G`......M(t.|
  173. 00000190 de e2 f9 5e 4a 1a 64 7c c1 04 fd fa 9d e2 e9 46 |...^J.d|.......F|
  174. 000001a0 09 aa 90 82 bf bc bf 52 9f 24 bc 20 b2 a2 44 f6 |.......R.$. ..D.|
  175. 000001b0 5a 82 00 aa a3 7c b6 1a d0 42 8a 96 cc 04 00 fe |Z....|...B......|
  176. 000001c0 ff fe 82 fe ff fe 3f 00 00 00 7e 04 3e 00 00 00 |......?...~.>...|
  177. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  178. *
  179. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  180. 00000200
  181. =============================== StdErr Messages: ===============================
  182. File descriptor 9 (/proc/9665/mounts) leaked on lvs invocation. Parent PID 16947: bash
  183. File descriptor 63 (pipe:[157580]) leaked on lvs invocation. Parent PID 16947: bash
  184. ADDITIONAL INFORMATION :
  185. =================== log of boot-repair 2017-02-25__05h59 ===================
  186. boot-repair version : 4ppa40
  187. boot-sav version : 4ppa40
  188. glade2script version : 3.2.3~ppa1
  189. boot-sav-extra version : 4ppa40
  190. boot-repair is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  191. CPU op-mode(s): 32-bit, 64-bit
  192. file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  193. ls: cannot access '/home/usr/.config': No such file or directory
  194. NTFS signature is missing.
  195. Failed to mount '/dev/sda1': Invalid argument
  196. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  197. Maybe the wrong device is used? Or the whole disk instead of a
  198. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  199. mount /dev/sda1 : Error code 12
  200. mount -r /dev/sda1 /mnt/boot-sav/sda1
  201. NTFS signature is missing.
  202. Failed to mount '/dev/sda1': Invalid argument
  203. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  204. Maybe the wrong device is used? Or the whole disk instead of a
  205. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  206. mount -r /dev/sda1 : Error code 12
  207. NTFS signature is missing.
  208. Failed to mount '/dev/sda5': Invalid argument
  209. The device '/dev/sda5' doesn't seem to have a valid NTFS.
  210. Maybe the wrong device is used? Or the whole disk instead of a
  211. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  212. mount /dev/sda5 : Error code 12
  213. mount -r /dev/sda5 /mnt/boot-sav/sda5
  214. NTFS signature is missing.
  215. Failed to mount '/dev/sda5': Invalid argument
  216. The device '/dev/sda5' doesn't seem to have a valid NTFS.
  217. Maybe the wrong device is used? Or the whole disk instead of a
  218. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  219. mount -r /dev/sda5 : Error code 12
  220. =================== os-prober:
  221. =================== blkid:
  222. /dev/sdb1: LABEL="UBUNTU 16_0" UUID="96E9-5126" TYPE="vfat" PARTUUID="0002f0af-01"
  223. /dev/loop0: TYPE="squashfs"
  224. /dev/sda1: PARTUUID="c8019649-01"
  225. /dev/sda5: PARTUUID="c8019649-05"
  226. NTFS signature is missing.
  227. Failed to mount '/dev/sda1': Invalid argument
  228. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  229. Maybe the wrong device is used? Or the whole disk instead of a
  230. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  231. mount /dev/sda1 : Error code 12
  232. mount -r /dev/sda1 /mnt/boot-sav/sda1
  233. NTFS signature is missing.
  234. Failed to mount '/dev/sda1': Invalid argument
  235. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  236. Maybe the wrong device is used? Or the whole disk instead of a
  237. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  238. mount -r /dev/sda1 : Error code 12
  239. NTFS signature is missing.
  240. Failed to mount '/dev/sda5': Invalid argument
  241. The device '/dev/sda5' doesn't seem to have a valid NTFS.
  242. Maybe the wrong device is used? Or the whole disk instead of a
  243. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  244. mount /dev/sda5 : Error code 12
  245. mount -r /dev/sda5 /mnt/boot-sav/sda5
  246. NTFS signature is missing.
  247. Failed to mount '/dev/sda5': Invalid argument
  248. The device '/dev/sda5' doesn't seem to have a valid NTFS.
  249. Maybe the wrong device is used? Or the whole disk instead of a
  250. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  251. mount -r /dev/sda5 : Error code 12
  252. =================== UEFI/Legacy mode:
  253. This live-session is not in EFI-mode.
  254. SecureBoot maybe enabled.
  255. =================== PARTITIONS & DISKS:
  256. sda1 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda1.
  257. sda5 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda5.
  258. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, no-os, 63 sectors * 512 bytes
  259. =================== parted -l:
  260. Model: ATA VDB VD0600BB,00R (scsi)
  261. Disk /dev/sda: 160GB
  262. Sector size (logical/physical): 512B/512B
  263. Partition Table: msdos
  264. Disk Flags:
  265. Number Start End Size Type File system Flags
  266. 1 32.3kB 158GB 158GB primary boot
  267. 2 158GB 160GB 2081MB extended
  268. 5 158GB 160GB 2081MB logical
  269. Model: SanDisk Cruzer Blade (scsi)
  270. Disk /dev/sdb: 8004MB
  271. Sector size (logical/physical): 512B/512B
  272. Partition Table: msdos
  273. Disk Flags:
  274. Number Start End Size Type File system Flags
  275. 1 1049kB 8004MB 8003MB primary fat32 boot, lba
  276. =================== parted -lm:
  277. BYT;
  278. /dev/sda:160GB:scsi:512:512:msdos:ATA VDB VD0600BB,00R:;
  279. 1:32.3kB:158GB:158GB:::boot;
  280. 2:158GB:160GB:2081MB:::;
  281. 5:158GB:160GB:2081MB:::;
  282. BYT;
  283. /dev/sdb:8004MB:scsi:512:512:msdos:SanDisk Cruzer Blade:;
  284. 1:1049kB:8004MB:8003MB:fat32::boot, lba;
  285. =================== lsblk:
  286. KNAME TYPE FSTYPE SIZE LABEL
  287. fd0 disk 4K
  288. sda disk 149.1G
  289. sda1 part 147.1G
  290. sda2 part 1K
  291. sda5 part 2G
  292. sdb disk 7.5G
  293. sdb1 part vfat 7.5G UBUNTU 16_0
  294. loop0 loop squashfs 1.4G
  295. KNAME ROTA RO RM STATE MOUNTPOINT
  296. fd0 1 0 1
  297. sda 1 0 0 running
  298. sda1 1 0 0
  299. sda2 1 0 0
  300. sda5 1 0 0
  301. sdb 1 0 1 running
  302. sdb1 1 0 1 /cdrom
  303. loop0 1 1 0 /rofs
  304. =================== mount:
  305. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  306. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  307. udev on /dev type devtmpfs (rw,nosuid,relatime,size=976536k,nr_inodes=244134,mode=755)
  308. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  309. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=198236k,mode=755)
  310. /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  311. /dev/loop0 on /rofs type squashfs (ro,noatime)
  312. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  313. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  314. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  315. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  316. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  317. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  318. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  319. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  320. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  321. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  322. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  323. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  324. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  325. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  326. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  327. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  328. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  329. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  330. mqueue on /dev/mqueue type mqueue (rw,relatime)
  331. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  332. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  333. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  334. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  335. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  336. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=198236k,mode=700,uid=999,gid=999)
  337. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  338. =================== ls:
  339. /sys/block/fd0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  340. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent
  341. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdb1 size slaves stat subsystem trace uevent
  342. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu_dma_latency cuse disk dri ecryptfs fb0 fd fd0 full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 initctl input kmsg kvm lightnvm log mapper mcelog mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net zero
  343. ls /dev/mapper: control
  344. =================== df -Th:
  345. Filesystem Type Size Used Avail Use% Mounted on
  346. udev devtmpfs 954M 0 954M 0% /dev
  347. tmpfs tmpfs 194M 6.1M 188M 4% /run
  348. /dev/sdb1 vfat 7.5G 1.5G 6.1G 19% /cdrom
  349. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  350. /cow overlay 968M 132M 837M 14% /
  351. tmpfs tmpfs 968M 384K 968M 1% /dev/shm
  352. tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
  353. tmpfs tmpfs 968M 0 968M 0% /sys/fs/cgroup
  354. tmpfs tmpfs 968M 24K 968M 1% /tmp
  355. tmpfs tmpfs 194M 108K 194M 1% /run/user/999
  356. =================== fdisk -l:
  357. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  358. Units: sectors of 1 * 512 = 512 bytes
  359. Sector size (logical/physical): 512 bytes / 4096 bytes
  360. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  361. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  362. Units: sectors of 1 * 512 = 512 bytes
  363. Sector size (logical/physical): 512 bytes / 4096 bytes
  364. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  365. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  366. Units: sectors of 1 * 512 = 512 bytes
  367. Sector size (logical/physical): 512 bytes / 4096 bytes
  368. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  369. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  370. Units: sectors of 1 * 512 = 512 bytes
  371. Sector size (logical/physical): 512 bytes / 4096 bytes
  372. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  373. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  374. Units: sectors of 1 * 512 = 512 bytes
  375. Sector size (logical/physical): 512 bytes / 4096 bytes
  376. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  377. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  378. Units: sectors of 1 * 512 = 512 bytes
  379. Sector size (logical/physical): 512 bytes / 4096 bytes
  380. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  381. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  382. Units: sectors of 1 * 512 = 512 bytes
  383. Sector size (logical/physical): 512 bytes / 4096 bytes
  384. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  385. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  386. Units: sectors of 1 * 512 = 512 bytes
  387. Sector size (logical/physical): 512 bytes / 4096 bytes
  388. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  389. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  390. Units: sectors of 1 * 512 = 512 bytes
  391. Sector size (logical/physical): 512 bytes / 4096 bytes
  392. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  393. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  394. Units: sectors of 1 * 512 = 512 bytes
  395. Sector size (logical/physical): 512 bytes / 4096 bytes
  396. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  397. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  398. Units: sectors of 1 * 512 = 512 bytes
  399. Sector size (logical/physical): 512 bytes / 4096 bytes
  400. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  401. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  402. Units: sectors of 1 * 512 = 512 bytes
  403. Sector size (logical/physical): 512 bytes / 4096 bytes
  404. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  405. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  406. Units: sectors of 1 * 512 = 512 bytes
  407. Sector size (logical/physical): 512 bytes / 4096 bytes
  408. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  409. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  410. Units: sectors of 1 * 512 = 512 bytes
  411. Sector size (logical/physical): 512 bytes / 4096 bytes
  412. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  413. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  414. Units: sectors of 1 * 512 = 512 bytes
  415. Sector size (logical/physical): 512 bytes / 4096 bytes
  416. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  417. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  418. Units: sectors of 1 * 512 = 512 bytes
  419. Sector size (logical/physical): 512 bytes / 4096 bytes
  420. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  421. Disk /dev/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
  422. Units: sectors of 1 * 512 = 512 bytes
  423. Sector size (logical/physical): 512 bytes / 512 bytes
  424. I/O size (minimum/optimal): 512 bytes / 512 bytes
  425. Disk /dev/sda: 149.1 GiB, 160040803840 bytes, 312579695 sectors
  426. Units: sectors of 1 * 512 = 512 bytes
  427. Sector size (logical/physical): 512 bytes / 512 bytes
  428. I/O size (minimum/optimal): 512 bytes / 512 bytes
  429. Disklabel type: dos
  430. Disk identifier: 0xc8019649
  431. Device Boot Start End Sectors Size Id Type
  432. /dev/sda1 * 63 308512003 308511941 147.1G 83 Linux
  433. /dev/sda2 308512260 312576704 4064445 2G 5 Extended
  434. /dev/sda5 308512323 312576704 4064382 2G 82 Linux swap / Solaris
  435. Disk /dev/sdb: 7.5 GiB, 8004304896 bytes, 15633408 sectors
  436. Units: sectors of 1 * 512 = 512 bytes
  437. Sector size (logical/physical): 512 bytes / 512 bytes
  438. I/O size (minimum/optimal): 512 bytes / 512 bytes
  439. Disklabel type: dos
  440. Disk identifier: 0x0002f0af
  441. Device Boot Start End Sectors Size Id Type
  442. /dev/sdb1 * 2048 15633407 15631360 7.5G c W95 FAT32 (LBA)
  443. No OS or WinEFI system
  444. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  445. =================== Recommended repair
  446. The default repair of the Boot-Repair utility will not act on the MBR.
  447. Additional repair will be performed: repair-filesystems
  448. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  449. Force Unmount all blkid partitions (for fsck) except / /boot /cdrom /dev /etc /home /opt /pas /proc /rofs /sys /tmp /usr /var
  450. fsck -fyM /dev/sda1
  451. fsck from util-linux 2.27.1
  452. e2fsck 1.42.13 (17-May-2015)
  453. ext2fs_open2: Bad magic number in super-block
  454. fsck.ext2: Superblock invalid, trying backup blocks...
  455. fsck.ext2: Bad magic number in super-block while trying to open /dev/sda1
  456. The superblock could not be read or does not describe a valid ext2/ext3/ext4
  457. filesystem. If the device is valid and it really contains an ext2/ext3/ext4
  458. filesystem (and not swap or ufs or something else), then the superblock
  459. is corrupt, and you might try running e2fsck with an alternate superblock:
  460. e2fsck -b 8193 <device>
  461. or
  462. e2fsck -b 32768 <device>
  463. fsck -fyM /dev/sda5
  464. fsck from util-linux 2.27.1
  465. e2fsck 1.42.13 (17-May-2015)
  466. ext2fs_open2: Bad magic number in super-block
  467. fsck.ext2: Superblock invalid, trying backup blocks...
  468. fsck.ext2: Bad magic number in super-block while trying to open /dev/sda5
  469. The superblock could not be read or does not describe a valid ext2/ext3/ext4
  470. filesystem. If the device is valid and it really contains an ext2/ext3/ext4
  471. filesystem (and not swap or ufs or something else), then the superblock
  472. is corrupt, and you might try running e2fsck with an alternate superblock:
  473. e2fsck -b 8193 <device>
  474. or
  475. e2fsck -b 32768 <device>
  476. NTFS signature is missing.
  477. Failed to mount '/dev/sda1': Invalid argument
  478. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  479. Maybe the wrong device is used? Or the whole disk instead of a
  480. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  481. mount /dev/sda1 : Error code 12
  482. mount -r /dev/sda1 /mnt/boot-sav/sda1
  483. NTFS signature is missing.
  484. Failed to mount '/dev/sda1': Invalid argument
  485. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  486. Maybe the wrong device is used? Or the whole disk instead of a
  487. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  488. mount -r /dev/sda1 : Error code 12
  489. NTFS signature is missing.
  490. Failed to mount '/dev/sda5': Invalid argument
  491. The device '/dev/sda5' doesn't seem to have a valid NTFS.
  492. Maybe the wrong device is used? Or the whole disk instead of a
  493. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  494. mount /dev/sda5 : Error code 12
  495. mount -r /dev/sda5 /mnt/boot-sav/sda5
  496. NTFS signature is missing.
  497. Failed to mount '/dev/sda5': Invalid argument
  498. The device '/dev/sda5' doesn't seem to have a valid NTFS.
  499. Maybe the wrong device is used? Or the whole disk instead of a
  500. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  501. mount -r /dev/sda5 : Error code 12
  502. Boot successfully repaired.
  503. You can now reboot your computer.
  504. paste.ubuntu.com ko (), using paste.debian
  505. paste.debian.net ko (), using paste2