1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 2048
  4. of the same hard drive for core.img. core.img is at this location and
  5. looks for (,gpt2)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_gpt biosdisk
  9. ---------------------------------------------------------------------------
  10. => No boot loader is installed in the MBR of /dev/sdb.
  11. sda1: __________________________________________________________________________
  12. File system: BIOS Boot partition
  13. Boot sector type: Grub2's core.img
  14. Boot sector info:
  15. sda2: __________________________________________________________________________
  16. File system: ext4
  17. Boot sector type: -
  18. Boot sector info:
  19. Operating System: Ubuntu 16.04.2 LTS
  20. Boot files: /boot/grub/grub.cfg /etc/fstab
  21. /boot/grub/i386-pc/core.img
  22. sda3: __________________________________________________________________________
  23. File system: swap
  24. Boot sector type: -
  25. Boot sector info:
  26. sdb1: __________________________________________________________________________
  27. File system: vfat
  28. Boot sector type: Unknown
  29. Boot sector info: No errors found in the Boot Parameter Block.
  30. Operating System:
  31. Boot files: /syslinux.cfg /ldlinux.sys
  32. ============================ Drive/Partition Info: =============================
  33. Drive: sda _____________________________________________________________________
  34. Disk /dev/sda: 93.2 GiB, 100030242816 bytes, 195371568 sectors
  35. Units: sectors of 1 * 512 = 512 bytes
  36. Sector size (logical/physical): 512 bytes / 512 bytes
  37. I/O size (minimum/optimal): 512 bytes / 512 bytes
  38. Disklabel type: gpt
  39. Partition Boot Start Sector End Sector # of Sectors Id System
  40. /dev/sda1 1 4,095 4,095 ee GPT
  41. /dev/sda2 * 4,096 191,244,287 191,240,192 83 Linux
  42. /dev/sda3 191,244,288 195,371,007 4,126,720 82 Linux swap / Solaris
  43. GUID Partition Table detected.
  44. Partition Attrs Start Sector End Sector # of Sectors System
  45. /dev/sda1 2,048 4,095 2,048 BIOS Boot partition
  46. /dev/sda2 4,096 191,244,287 191,240,192 Data partition (Linux)
  47. /dev/sda3 191,244,288 195,371,007 4,126,720 Swap partition (Linux)
  48. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  49. Drive: sdb _____________________________________________________________________
  50. Disk /dev/sdb: 7.7 GiB, 8253341696 bytes, 16119808 sectors
  51. Units: sectors of 1 * 512 = 512 bytes
  52. Sector size (logical/physical): 512 bytes / 512 bytes
  53. I/O size (minimum/optimal): 512 bytes / 512 bytes
  54. Disklabel type: dos
  55. Partition Boot Start Sector End Sector # of Sectors Id System
  56. /dev/sdb1 * 2 16,119,807 16,119,806 b W95 FAT32
  57. "blkid" output: ________________________________________________________________
  58. Device UUID TYPE LABEL
  59. /dev/sda1
  60. /dev/sda2 47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0 ext4
  61. /dev/sda3 13d64a9a-b5df-4da4-9ad2-a4e8cff157c6 swap
  62. /dev/sdb1 AA9E-12FA vfat LINUX
  63. ========================= "ls -l /dev/disk/by-id" output: ======================
  64. total 0
  65. lrwxrwxrwx 1 root root 9 May 31 21:43 ata-MATSHITADVD-R_UJ-857 -> ../../sr0
  66. lrwxrwxrwx 1 root root 9 May 31 21:56 ata-TOSHIBA_MK1032GSX_76181580T -> ../../sda
  67. lrwxrwxrwx 1 root root 10 May 31 21:56 ata-TOSHIBA_MK1032GSX_76181580T-part1 -> ../../sda1
  68. lrwxrwxrwx 1 root root 10 May 31 21:56 ata-TOSHIBA_MK1032GSX_76181580T-part2 -> ../../sda2
  69. lrwxrwxrwx 1 root root 10 May 31 21:56 ata-TOSHIBA_MK1032GSX_76181580T-part3 -> ../../sda3
  70. lrwxrwxrwx 1 root root 9 May 31 21:56 usb-Memorex_TRAVELDRIVE_005B_07771F360224-0:0 -> ../../sdb
  71. lrwxrwxrwx 1 root root 10 May 31 21:56 usb-Memorex_TRAVELDRIVE_005B_07771F360224-0:0-part1 -> ../../sdb1
  72. ================================ Mount points: =================================
  73. Device Mount_Point Type Options
  74. /dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  75. /dev/sdb1 /media/cytotoxic/LINUX vfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)
  76. =========================== sda2/boot/grub/grub.cfg: ===========================
  77. --------------------------------------------------------------------------------
  78. #
  79. # DO NOT EDIT THIS FILE
  80. #
  81. # It is automatically generated by grub-mkconfig using templates
  82. # from /etc/grub.d and settings from /etc/default/grub
  83. #
  84. ### BEGIN /etc/grub.d/00_header ###
  85. if [ -s $prefix/grubenv ]; then
  86. set have_grubenv=true
  87. load_env
  88. fi
  89. if [ "${next_entry}" ] ; then
  90. set default="${next_entry}"
  91. set next_entry=
  92. save_env next_entry
  93. set boot_once=true
  94. else
  95. set default="0"
  96. fi
  97. if [ x"${feature_menuentry_id}" = xy ]; then
  98. menuentry_id_option="--id"
  99. else
  100. menuentry_id_option=""
  101. fi
  102. export menuentry_id_option
  103. if [ "${prev_saved_entry}" ]; then
  104. set saved_entry="${prev_saved_entry}"
  105. save_env saved_entry
  106. set prev_saved_entry=
  107. save_env prev_saved_entry
  108. set boot_once=true
  109. fi
  110. function savedefault {
  111. if [ -z "${boot_once}" ]; then
  112. saved_entry="${chosen}"
  113. save_env saved_entry
  114. fi
  115. }
  116. function recordfail {
  117. set recordfail=1
  118. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  119. }
  120. function load_video {
  121. if [ x$feature_all_video_module = xy ]; then
  122. insmod all_video
  123. else
  124. insmod efi_gop
  125. insmod efi_uga
  126. insmod ieee1275_fb
  127. insmod vbe
  128. insmod vga
  129. insmod video_bochs
  130. insmod video_cirrus
  131. fi
  132. }
  133. if [ x$feature_default_font_path = xy ] ; then
  134. font=unicode
  135. else
  136. insmod part_gpt
  137. insmod ext2
  138. set root='hd0,gpt2'
  139. if [ x$feature_platform_search_hint = xy ]; then
  140. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0
  141. else
  142. search --no-floppy --fs-uuid --set=root 47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0
  143. fi
  144. font="/usr/share/grub/unicode.pf2"
  145. fi
  146. if loadfont $font ; then
  147. set gfxmode=auto
  148. load_video
  149. insmod gfxterm
  150. set locale_dir=$prefix/locale
  151. set lang=en_US
  152. insmod gettext
  153. fi
  154. terminal_output gfxterm
  155. if [ "${recordfail}" = 1 ] ; then
  156. set timeout=30
  157. else
  158. if [ x$feature_timeout_style = xy ] ; then
  159. set timeout_style=hidden
  160. set timeout=0
  161. # Fallback hidden-timeout code in case the timeout_style feature is
  162. # unavailable.
  163. elif sleep --interruptible 0 ; then
  164. set timeout=0
  165. fi
  166. fi
  167. ### END /etc/grub.d/00_header ###
  168. ### BEGIN /etc/grub.d/05_debian_theme ###
  169. set menu_color_normal=white/black
  170. set menu_color_highlight=black/light-gray
  171. if background_color 45,51,53; then
  172. clear
  173. fi
  174. ### END /etc/grub.d/05_debian_theme ###
  175. ### BEGIN /etc/grub.d/10_linux ###
  176. function gfxmode {
  177. set gfxpayload="${1}"
  178. if [ "${1}" = "keep" ]; then
  179. set vt_handoff=vt.handoff=7
  180. else
  181. set vt_handoff=
  182. fi
  183. }
  184. if [ "${recordfail}" != 1 ]; then
  185. if [ -e ${prefix}/gfxblacklist.txt ]; then
  186. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  187. if [ ${match} = 0 ]; then
  188. set linux_gfx_mode=keep
  189. else
  190. set linux_gfx_mode=text
  191. fi
  192. else
  193. set linux_gfx_mode=text
  194. fi
  195. else
  196. set linux_gfx_mode=keep
  197. fi
  198. else
  199. set linux_gfx_mode=text
  200. fi
  201. export linux_gfx_mode
  202. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0' {
  203. recordfail
  204. load_video
  205. gfxmode $linux_gfx_mode
  206. insmod gzio
  207. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  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 47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0
  213. else
  214. search --no-floppy --fs-uuid --set=root 47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0
  215. fi
  216. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0 ro quiet splash $vt_handoff
  217. initrd /boot/initrd.img-4.8.0-36-generic
  218. }
  219. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0' {
  220. menuentry 'Ubuntu, with Linux 4.8.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-advanced-47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0' {
  221. recordfail
  222. load_video
  223. gfxmode $linux_gfx_mode
  224. insmod gzio
  225. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  226. insmod part_gpt
  227. insmod ext2
  228. set root='hd0,gpt2'
  229. if [ x$feature_platform_search_hint = xy ]; then
  230. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0
  231. else
  232. search --no-floppy --fs-uuid --set=root 47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0
  233. fi
  234. echo 'Loading Linux 4.8.0-36-generic ...'
  235. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0 ro quiet splash $vt_handoff
  236. echo 'Loading initial ramdisk ...'
  237. initrd /boot/initrd.img-4.8.0-36-generic
  238. }
  239. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-init-upstart-47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0' {
  240. recordfail
  241. load_video
  242. gfxmode $linux_gfx_mode
  243. insmod gzio
  244. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  245. insmod part_gpt
  246. insmod ext2
  247. set root='hd0,gpt2'
  248. if [ x$feature_platform_search_hint = xy ]; then
  249. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0
  250. else
  251. search --no-floppy --fs-uuid --set=root 47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0
  252. fi
  253. echo 'Loading Linux 4.8.0-36-generic ...'
  254. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0 ro quiet splash $vt_handoff init=/sbin/upstart
  255. echo 'Loading initial ramdisk ...'
  256. initrd /boot/initrd.img-4.8.0-36-generic
  257. }
  258. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-recovery-47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0' {
  259. recordfail
  260. load_video
  261. insmod gzio
  262. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  263. insmod part_gpt
  264. insmod ext2
  265. set root='hd0,gpt2'
  266. if [ x$feature_platform_search_hint = xy ]; then
  267. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0
  268. else
  269. search --no-floppy --fs-uuid --set=root 47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0
  270. fi
  271. echo 'Loading Linux 4.8.0-36-generic ...'
  272. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0 ro recovery nomodeset
  273. echo 'Loading initial ramdisk ...'
  274. initrd /boot/initrd.img-4.8.0-36-generic
  275. }
  276. }
  277. ### END /etc/grub.d/10_linux ###
  278. ### BEGIN /etc/grub.d/20_linux_xen ###
  279. ### END /etc/grub.d/20_linux_xen ###
  280. ### BEGIN /etc/grub.d/20_memtest86+ ###
  281. menuentry 'Memory test (memtest86+)' {
  282. insmod part_gpt
  283. insmod ext2
  284. set root='hd0,gpt2'
  285. if [ x$feature_platform_search_hint = xy ]; then
  286. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0
  287. else
  288. search --no-floppy --fs-uuid --set=root 47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0
  289. fi
  290. knetbsd /boot/memtest86+.elf
  291. }
  292. menuentry 'Memory test (memtest86+, serial console 115200)' {
  293. insmod part_gpt
  294. insmod ext2
  295. set root='hd0,gpt2'
  296. if [ x$feature_platform_search_hint = xy ]; then
  297. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0
  298. else
  299. search --no-floppy --fs-uuid --set=root 47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0
  300. fi
  301. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  302. }
  303. ### END /etc/grub.d/20_memtest86+ ###
  304. ### BEGIN /etc/grub.d/30_os-prober ###
  305. ### END /etc/grub.d/30_os-prober ###
  306. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  307. ### END /etc/grub.d/30_uefi-firmware ###
  308. ### BEGIN /etc/grub.d/40_custom ###
  309. # This file provides an easy way to add custom menu entries. Simply type the
  310. # menu entries you want to add after this comment. Be careful not to change
  311. # the 'exec tail' line above.
  312. ### END /etc/grub.d/40_custom ###
  313. ### BEGIN /etc/grub.d/41_custom ###
  314. if [ -f ${config_directory}/custom.cfg ]; then
  315. source ${config_directory}/custom.cfg
  316. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  317. source $prefix/custom.cfg;
  318. fi
  319. ### END /etc/grub.d/41_custom ###
  320. --------------------------------------------------------------------------------
  321. =============================== sda2/etc/fstab: ================================
  322. --------------------------------------------------------------------------------
  323. # /etc/fstab: static file system information.
  324. #
  325. # Use 'blkid' to print the universally unique identifier for a
  326. # device; this may be used with UUID= as a more robust way to name devices
  327. # that works even if disks are added and removed. See fstab(5).
  328. #
  329. # <file system> <mount point> <type> <options> <dump> <pass>
  330. # / was on /dev/sda2 during installation
  331. UUID=47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0 / ext4 errors=remount-ro 0 1
  332. # swap was on /dev/sda3 during installation
  333. UUID=13d64a9a-b5df-4da4-9ad2-a4e8cff157c6 none swap sw 0 0
  334. --------------------------------------------------------------------------------
  335. =================== sda2: Location of files loaded by Grub: ====================
  336. GiB - GB File Fragment(s)
  337. 16.289131165 = 17.490321408 boot/grub/grub.cfg 1
  338. 24.181262970 = 25.964433408 boot/grub/i386-pc/core.img 1
  339. 18.140739441 = 19.478470656 boot/vmlinuz-4.8.0-36-generic 1
  340. 18.140739441 = 19.478470656 vmlinuz 1
  341. 18.071830750 = 19.404480512 boot/initrd.img-4.8.0-36-generic 2
  342. 18.071830750 = 19.404480512 initrd.img 2
  343. ============================== sdb1/syslinux.cfg: ==============================
  344. --------------------------------------------------------------------------------
  345. default menu.c32
  346. prompt 0
  347. menu title UNetbootin
  348. timeout 100
  349. label unetbootindefault
  350. menu label Default
  351. kernel /ubnkern
  352. append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  353. label ubnentry0
  354. menu label ^Help
  355. kernel /ubnkern
  356. append initrd=/ubninit
  357. label ubnentry1
  358. menu label ^Try Ubuntu without installing
  359. kernel /casper/vmlinuz
  360. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  361. label ubnentry2
  362. menu label ^Install Ubuntu
  363. kernel /casper/vmlinuz
  364. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  365. label ubnentry3
  366. menu label ^Check disc for defects
  367. kernel /casper/vmlinuz
  368. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  369. label ubnentry4
  370. menu label Test ^memory
  371. kernel /install/mt86plus
  372. append initrd=/ubninit
  373. label ubnentry5
  374. menu label ^Boot from first hard disk
  375. kernel /ubnkern
  376. append initrd=/ubninit
  377. --------------------------------------------------------------------------------
  378. ================= sdb1: Location of files loaded by Syslinux: ==================
  379. GiB - GB File Fragment(s)
  380. ?? = ?? syslinux.cfg 1
  381. ?? = ?? ldlinux.sys 1
  382. ?? = ?? menu.c32 1
  383. ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
  384. menu.c32 : COM32R module (v4.xx)
  385. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  386. Unknown BootLoader on sdb1
  387. 00000000 eb 58 90 42 53 44 20 20 34 2e 34 00 02 08 20 00 |.X.BSD 4.4... .|
  388. 00000010 02 00 00 00 00 f8 00 00 20 00 ff 00 02 00 00 00 |........ .......|
  389. 00000020 fe f7 f5 00 60 3d 00 00 00 00 00 00 02 00 00 00 |....`=..........|
  390. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  391. 00000040 80 01 29 fa 12 9e aa 4c 49 4e 55 58 20 20 20 20 |..)....LINUX |
  392. 00000050 20 20 46 41 54 33 32 20 20 20 fa 31 c0 8e d0 bc | FAT32 .1....|
  393. 00000060 00 7c fb 8e d8 e8 00 00 5e 83 c6 19 bb 07 00 fc |.|......^.......|
  394. 00000070 ac 84 c0 74 06 b4 0e cd 10 eb f5 30 e4 cd 16 cd |...t.......0....|
  395. 00000080 19 0d 0a 4e 6f 6e 2d 73 79 73 74 65 6d 20 64 69 |...Non-system di|
  396. 00000090 73 6b 0d 0a 50 72 65 73 73 20 61 6e 79 20 6b 65 |sk..Press any ke|
  397. 000000a0 79 20 74 6f 20 72 65 62 6f 6f 74 0d 0a 00 00 00 |y to reboot.....|
  398. 000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  399. *
  400. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  401. 00000200
  402. ADDITIONAL INFORMATION :
  403. =================== log of boot-repair 2017-05-31__21h56 ===================
  404. boot-repair version : 4ppa40
  405. boot-sav version : 4ppa40
  406. glade2script version : 3.2.3~ppa1
  407. boot-sav-extra version : 4ppa40
  408. boot-repair is executed in installed-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, i686)
  409. CPU op-mode(s): 32-bit
  410. BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic root=UUID=47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0 ro quiet splash vt.handoff=7
  411. NTFS signature is missing.
  412. Failed to mount '/dev/sda1': Invalid argument
  413. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  414. Maybe the wrong device is used? Or the whole disk instead of a
  415. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  416. mount /dev/sda1 : Error code 12
  417. mount -r /dev/sda1 /mnt/boot-sav/sda1
  418. NTFS signature is missing.
  419. Failed to mount '/dev/sda1': Invalid argument
  420. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  421. Maybe the wrong device is used? Or the whole disk instead of a
  422. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  423. mount -r /dev/sda1 : Error code 12
  424. =================== os-prober:
  425. /dev/sda2:The OS now in use - Ubuntu 16.04.2 LTS CurrentSession:linux
  426. =================== blkid:
  427. /dev/sda2: UUID="47cd93aa-ff28-4a76-a8a0-5bf7ad30a7b0" TYPE="ext4" PARTUUID="09403c74-ab1a-4ffb-9be3-022de5876ea6"
  428. /dev/sda3: UUID="13d64a9a-b5df-4da4-9ad2-a4e8cff157c6" TYPE="swap" PARTUUID="673acb8b-26f7-4445-b423-69a126982a0f"
  429. /dev/sdb1: LABEL="LINUX" UUID="AA9E-12FA" TYPE="vfat"
  430. /dev/sda1: PARTUUID="ed968928-51bd-4ef9-b611-3c574488d32d"
  431. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  432. NTFS signature is missing.
  433. Failed to mount '/dev/sda1': Invalid argument
  434. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  435. Maybe the wrong device is used? Or the whole disk instead of a
  436. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  437. mount /dev/sda1 : Error code 12
  438. mount -r /dev/sda1 /mnt/boot-sav/sda1
  439. NTFS signature is missing.
  440. Failed to mount '/dev/sda1': Invalid argument
  441. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  442. Maybe the wrong device is used? Or the whole disk instead of a
  443. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  444. mount -r /dev/sda1 : Error code 12
  445. =================== /etc/grub.d/ :
  446. drwxr-xr-x 2 root root 4096 May 26 21:57 grub.d
  447. total 80
  448. -rwxr-xr-x 1 root root 9791 Jan 13 11:33 00_header
  449. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  450. -rwxr-xr-x 1 root root 12512 Mar 24 02:35 10_linux
  451. -rwxr-xr-x 1 root root 11082 Jan 13 11:33 20_linux_xen
  452. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  453. -rwxr-xr-x 1 root root 11692 Jan 13 11:33 30_os-prober
  454. -rwxr-xr-x 1 root root 1418 Jan 13 11:33 30_uefi-firmware
  455. -rwxr-xr-x 1 root root 214 Jan 13 11:33 40_custom
  456. -rwxr-xr-x 1 root root 216 Jan 13 11:33 41_custom
  457. -rw-r--r-- 1 root root 483 Jan 13 11:33 README
  458. =================== /etc/default/grub :
  459. # If you change this file, run 'update-grub' afterwards to update
  460. # /boot/grub/grub.cfg.
  461. # For full documentation of the options in this file, see:
  462. # info -f grub -n 'Simple configuration'
  463. GRUB_DEFAULT=0
  464. GRUB_HIDDEN_TIMEOUT=0
  465. GRUB_HIDDEN_TIMEOUT_QUIET=true
  466. GRUB_TIMEOUT=10
  467. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  468. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  469. GRUB_CMDLINE_LINUX=""
  470. # Uncomment to enable BadRAM filtering, modify to suit your needs
  471. # This works with Linux (no patch required) and with any kernel that obtains
  472. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  473. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  474. # Uncomment to disable graphical terminal (grub-pc only)
  475. #GRUB_TERMINAL=console
  476. # The resolution used on graphical terminal
  477. # note that you can use only modes which your graphic card supports via VBE
  478. # you can see them in real GRUB with the command `vbeinfo'
  479. #GRUB_GFXMODE=640x480
  480. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  481. #GRUB_DISABLE_LINUX_UUID=true
  482. # Uncomment to disable generation of recovery mode menu entries
  483. #GRUB_DISABLE_RECOVERY="true"
  484. # Uncomment to get a beep at grub start
  485. #GRUB_INIT_TUNE="480 440 1"
  486. =================== No kernel in /media/cytotoxic/LINUX/boot:
  487. grub
  488. =================== UEFI/Legacy mode:
  489. This installed-session is not EFI-compatible.
  490. SecureBoot disabled.
  491. =================== PARTITIONS & DISKS:
  492. sda2 : sda, not-sepboot, grubenv-ok grub2, signed grub-pc , update-grub, 32, 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, not-far, .
  493. sdb1 : sdb, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-kernel, 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, /media/cytotoxic/LINUX.
  494. 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, not-far, /mnt/boot-sav/sda1.
  495. sda : GPT, BIOS_boot, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  496. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, liveusb, no-os, 2 sectors * 512 bytes
  497. =================== parted -l:
  498. Model: ATA TOSHIBA MK1032GS (scsi)
  499. Disk /dev/sda: 100GB
  500. Sector size (logical/physical): 512B/512B
  501. Partition Table: gpt
  502. Disk Flags:
  503. Number Start End Size File system Name Flags
  504. 1 1049kB 2097kB 1049kB bios_grub
  505. 2 2097kB 97.9GB 97.9GB ext4
  506. 3 97.9GB 100GB 2113MB linux-swap(v1)
  507. Model: Memorex TRAVELDRIVE 005B (scsi)
  508. Disk /dev/sdb: 8253MB
  509. Sector size (logical/physical): 512B/512B
  510. Partition Table: msdos
  511. Disk Flags:
  512. Number Start End Size Type File system Flags
  513. 1 1024B 8253MB 8253MB primary fat32 boot
  514. =================== parted -lm:
  515. BYT;
  516. /dev/sda:100GB:scsi:512:512:gpt:ATA TOSHIBA MK1032GS:;
  517. 1:1049kB:2097kB:1049kB:::bios_grub;
  518. 2:2097kB:97.9GB:97.9GB:ext4::;
  519. 3:97.9GB:100GB:2113MB:linux-swap(v1)::;
  520. BYT;
  521. /dev/sdb:8253MB:scsi:512:512:msdos:Memorex TRAVELDRIVE 005B:;
  522. 1:1024B:8253MB:8253MB:fat32::boot;
  523. =================== lsblk:
  524. KNAME TYPE FSTYPE SIZE LABEL
  525. sdb disk 7.7G
  526. sdb1 part vfat 7.7G LINUX
  527. sr0 rom 1024M
  528. sda disk 93.2G
  529. sda2 part ext4 91.2G
  530. sda3 part swap 2G
  531. sda1 part 1M
  532. KNAME ROTA RO RM STATE MOUNTPOINT
  533. sdb 1 0 1 running
  534. sdb1 1 0 1 /media/cytotoxic/LINUX
  535. sr0 1 0 1 running
  536. sda 1 0 0 running
  537. sda2 1 0 0 /
  538. sda3 1 0 0 [SWAP]
  539. sda1 1 0 0
  540. =================== mount:
  541. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  542. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  543. udev on /dev type devtmpfs (rw,nosuid,relatime,size=994840k,nr_inodes=209466,mode=755)
  544. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  545. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=202924k,mode=755)
  546. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  547. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  548. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  549. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  550. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  551. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  552. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  553. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  554. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  555. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  556. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  557. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  558. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  559. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  560. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  561. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  562. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  563. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=32,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12465)
  564. mqueue on /dev/mqueue type mqueue (rw,relatime)
  565. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  566. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  567. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  568. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=202924k,mode=700,uid=1000,gid=1000)
  569. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  570. /dev/sdb1 on /media/cytotoxic/LINUX type vfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)
  571. =================== ls:
  572. /sys/block/sda (filtered): alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda3 size slaves stat subsystem trace uevent
  573. /sys/block/sdb (filtered): alignment_offset badblocks 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
  574. /sys/block/sr0 (filtered): alignment_offset badblocks 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
  575. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse fw0 hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 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 sda3 sdb sdb1 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout tpm0 uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  576. ls /dev/mapper: control
  577. ls: cannot access '': No such file or directory
  578. =================== hexdump -n512 -C /dev/sdb1
  579. 00000000 eb 58 90 42 53 44 20 20 34 2e 34 00 02 08 20 00 |.X.BSD 4.4... .|
  580. 00000010 02 00 00 00 00 f8 00 00 20 00 ff 00 02 00 00 00 |........ .......|
  581. 00000020 fe f7 f5 00 60 3d 00 00 00 00 00 00 02 00 00 00 |....`=..........|
  582. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  583. 00000040 80 01 29 fa 12 9e aa 4c 49 4e 55 58 20 20 20 20 |..)....LINUX |
  584. 00000050 20 20 46 41 54 33 32 20 20 20 fa 31 c0 8e d0 bc | FAT32 .1....|
  585. 00000060 00 7c fb 8e d8 e8 00 00 5e 83 c6 19 bb 07 00 fc |.|......^.......|
  586. 00000070 ac 84 c0 74 06 b4 0e cd 10 eb f5 30 e4 cd 16 cd |...t.......0....|
  587. 00000080 19 0d 0a 4e 6f 6e 2d 73 79 73 74 65 6d 20 64 69 |...Non-system di|
  588. 00000090 73 6b 0d 0a 50 72 65 73 73 20 61 6e 79 20 6b 65 |sk..Press any ke|
  589. 000000a0 79 20 74 6f 20 72 65 62 6f 6f 74 0d 0a 00 00 00 |y to reboot.....|
  590. 000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  591. *
  592. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  593. 00000200
  594. =================== df -Th:
  595. Filesystem Type Size Used Avail Use% Mounted on
  596. udev devtmpfs 972M 0 972M 0% /dev
  597. tmpfs tmpfs 199M 6.5M 192M 4% /run
  598. /dev/sda2 ext4 90G 6.9G 79G 9% /
  599. tmpfs tmpfs 991M 496K 991M 1% /dev/shm
  600. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  601. tmpfs tmpfs 991M 0 991M 0% /sys/fs/cgroup
  602. tmpfs tmpfs 199M 92K 199M 1% /run/user/1000
  603. /dev/sdb1 vfat 7.7G 1.5G 6.2G 20% /media/cytotoxic/LINUX
  604. =================== fdisk -l:
  605. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  606. Units: sectors of 1 * 512 = 512 bytes
  607. Sector size (logical/physical): 512 bytes / 4096 bytes
  608. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  609. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  610. Units: sectors of 1 * 512 = 512 bytes
  611. Sector size (logical/physical): 512 bytes / 4096 bytes
  612. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  613. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  614. Units: sectors of 1 * 512 = 512 bytes
  615. Sector size (logical/physical): 512 bytes / 4096 bytes
  616. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  617. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  618. Units: sectors of 1 * 512 = 512 bytes
  619. Sector size (logical/physical): 512 bytes / 4096 bytes
  620. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  621. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  622. Units: sectors of 1 * 512 = 512 bytes
  623. Sector size (logical/physical): 512 bytes / 4096 bytes
  624. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  625. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  626. Units: sectors of 1 * 512 = 512 bytes
  627. Sector size (logical/physical): 512 bytes / 4096 bytes
  628. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  629. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  630. Units: sectors of 1 * 512 = 512 bytes
  631. Sector size (logical/physical): 512 bytes / 4096 bytes
  632. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  633. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  634. Units: sectors of 1 * 512 = 512 bytes
  635. Sector size (logical/physical): 512 bytes / 4096 bytes
  636. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  637. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  638. Units: sectors of 1 * 512 = 512 bytes
  639. Sector size (logical/physical): 512 bytes / 4096 bytes
  640. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  641. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  642. Units: sectors of 1 * 512 = 512 bytes
  643. Sector size (logical/physical): 512 bytes / 4096 bytes
  644. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  645. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  646. Units: sectors of 1 * 512 = 512 bytes
  647. Sector size (logical/physical): 512 bytes / 4096 bytes
  648. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  649. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  650. Units: sectors of 1 * 512 = 512 bytes
  651. Sector size (logical/physical): 512 bytes / 4096 bytes
  652. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  653. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  654. Units: sectors of 1 * 512 = 512 bytes
  655. Sector size (logical/physical): 512 bytes / 4096 bytes
  656. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  657. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  658. Units: sectors of 1 * 512 = 512 bytes
  659. Sector size (logical/physical): 512 bytes / 4096 bytes
  660. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  661. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  662. Units: sectors of 1 * 512 = 512 bytes
  663. Sector size (logical/physical): 512 bytes / 4096 bytes
  664. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  665. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  666. Units: sectors of 1 * 512 = 512 bytes
  667. Sector size (logical/physical): 512 bytes / 4096 bytes
  668. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  669. Disk /dev/sda: 93.2 GiB, 100030242816 bytes, 195371568 sectors
  670. Units: sectors of 1 * 512 = 512 bytes
  671. Sector size (logical/physical): 512 bytes / 512 bytes
  672. I/O size (minimum/optimal): 512 bytes / 512 bytes
  673. Disklabel type: gpt
  674. Disk identifier: 612A2C44-46E0-4C62-B9B4-DD09186FF9FA
  675. Device Start End Sectors Size Type
  676. /dev/sda1 2048 4095 2048 1M BIOS boot
  677. /dev/sda2 4096 191244287 191240192 91.2G Linux filesystem
  678. /dev/sda3 191244288 195371007 4126720 2G Linux swap
  679. Disk /dev/sdb: 7.7 GiB, 8253341696 bytes, 16119808 sectors
  680. Units: sectors of 1 * 512 = 512 bytes
  681. Sector size (logical/physical): 512 bytes / 512 bytes
  682. I/O size (minimum/optimal): 512 bytes / 512 bytes
  683. Disklabel type: dos
  684. Disk identifier: 0x00000000
  685. Device Boot Start End Sectors Size Id Type
  686. /dev/sdb1 * 2 16119807 16119806 7.7G b W95 FAT32
  687. =================== Suggested repair
  688. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda2 into the MBRs of all disks (except USB without OS).
  689. Grub-efi would not be selected by default because: no-win-efi
  690. Additional repair would be performed: unhide-bootmenu-10s
  691. =================== Final advice in case of suggested repair
  692. Please do not forget to make your BIOS boot on sda (100GB) disk!
  693. =================== User settings
  694. The settings chosen by the user will not act on the boot.