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 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. for (,msdos3)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: ntfs
  12. Boot sector type: Windows 8/2012: NTFS
  13. Boot sector info: No errors found in the Boot Parameter Block.
  14. Operating System:
  15. Boot files: /bootmgr /Boot/BCD
  16. sda2: __________________________________________________________________________
  17. File system: ntfs
  18. Boot sector type: Windows 7/2008: NTFS
  19. Boot sector info: No errors found in the Boot Parameter Block.
  20. Operating System:
  21. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  22. sda3: __________________________________________________________________________
  23. File system: ext4
  24. Boot sector type: -
  25. Boot sector info:
  26. Operating System: Ubuntu 16.04.2 LTS
  27. Boot files: /boot/grub/grub.cfg /etc/fstab
  28. /boot/grub/i386-pc/core.img
  29. sda4: __________________________________________________________________________
  30. File system: swap
  31. Boot sector type: -
  32. Boot sector info:
  33. ============================ Drive/Partition Info: =============================
  34. Drive: sda _____________________________________________________________________
  35. Disk /dev/sda: 1.4 TiB, 1500301910016 bytes, 2930277168 sectors
  36. Units: sectors of 1 * 512 = 512 bytes
  37. Sector size (logical/physical): 512 bytes / 4096 bytes
  38. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  39. Disklabel type: dos
  40. Partition Boot Start Sector End Sector # of Sectors Id System
  41. /dev/sda1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
  42. /dev/sda2 206,848 204,802,047 204,595,200 7 NTFS / exFAT / HPFS
  43. /dev/sda3 204,802,048 307,202,047 102,400,000 83 Linux
  44. /dev/sda4 307,202,048 311,107,583 3,905,536 82 Linux swap / Solaris
  45. "blkid" output: ________________________________________________________________
  46. Device UUID TYPE LABEL
  47. /dev/loop0 squashfs
  48. /dev/sda1 4404EF8904EF7C74 ntfs Réservé au système
  49. /dev/sda2 748CFFC98CFF8440 ntfs
  50. /dev/sda3 be391d43-ce8d-423b-aaa4-1d42334ca2fb ext4
  51. /dev/sda4 6758b8f1-0240-461f-8ca5-ec04097954f1 swap
  52. /dev/sr0 2017-02-15-21-44-13-00 iso9660 Ubuntu 16.04.2 LTS amd64
  53. ========================= "ls -l /dev/disk/by-id" output: ======================
  54. total 0
  55. lrwxrwxrwx 1 root root 9 Mar 20 21:25 ata-WDC_WD15EARS-60MVWB0_WD-WCAZA8000342 -> ../../sda
  56. lrwxrwxrwx 1 root root 10 Mar 20 21:25 ata-WDC_WD15EARS-60MVWB0_WD-WCAZA8000342-part1 -> ../../sda1
  57. lrwxrwxrwx 1 root root 10 Mar 20 21:25 ata-WDC_WD15EARS-60MVWB0_WD-WCAZA8000342-part2 -> ../../sda2
  58. lrwxrwxrwx 1 root root 10 Mar 20 21:25 ata-WDC_WD15EARS-60MVWB0_WD-WCAZA8000342-part3 -> ../../sda3
  59. lrwxrwxrwx 1 root root 10 Mar 20 21:25 ata-WDC_WD15EARS-60MVWB0_WD-WCAZA8000342-part4 -> ../../sda4
  60. lrwxrwxrwx 1 root root 9 Mar 20 21:10 ata-hp_CDDVDW_TS-H653T_R7106GRB526028 -> ../../sr0
  61. lrwxrwxrwx 1 root root 9 Mar 20 21:10 usb-Multiple_Card_Reader_058F63666433-0:0 -> ../../sdb
  62. lrwxrwxrwx 1 root root 9 Mar 20 21:25 wwn-0x50014ee205f2397e -> ../../sda
  63. lrwxrwxrwx 1 root root 10 Mar 20 21:25 wwn-0x50014ee205f2397e-part1 -> ../../sda1
  64. lrwxrwxrwx 1 root root 10 Mar 20 21:25 wwn-0x50014ee205f2397e-part2 -> ../../sda2
  65. lrwxrwxrwx 1 root root 10 Mar 20 21:25 wwn-0x50014ee205f2397e-part3 -> ../../sda3
  66. lrwxrwxrwx 1 root root 10 Mar 20 21:25 wwn-0x50014ee205f2397e-part4 -> ../../sda4
  67. ================================ Mount points: =================================
  68. Device Mount_Point Type Options
  69. /dev/loop0 /rofs squashfs (ro,noatime)
  70. /dev/sda3 /mnt/boot-sav/sda3 ext4 (rw,relatime,data=ordered)
  71. /dev/sr0 /cdrom iso9660 (ro,noatime)
  72. =========================== sda3/boot/grub/grub.cfg: ===========================
  73. --------------------------------------------------------------------------------
  74. #
  75. # DO NOT EDIT THIS FILE
  76. #
  77. # It is automatically generated by grub-mkconfig using templates
  78. # from /etc/grub.d and settings from /etc/default/grub
  79. #
  80. ### BEGIN /etc/grub.d/00_header ###
  81. if [ -s $prefix/grubenv ]; then
  82. set have_grubenv=true
  83. load_env
  84. fi
  85. if [ "${next_entry}" ] ; then
  86. set default="${next_entry}"
  87. set next_entry=
  88. save_env next_entry
  89. set boot_once=true
  90. else
  91. set default="0"
  92. fi
  93. if [ x"${feature_menuentry_id}" = xy ]; then
  94. menuentry_id_option="--id"
  95. else
  96. menuentry_id_option=""
  97. fi
  98. export menuentry_id_option
  99. if [ "${prev_saved_entry}" ]; then
  100. set saved_entry="${prev_saved_entry}"
  101. save_env saved_entry
  102. set prev_saved_entry=
  103. save_env prev_saved_entry
  104. set boot_once=true
  105. fi
  106. function savedefault {
  107. if [ -z "${boot_once}" ]; then
  108. saved_entry="${chosen}"
  109. save_env saved_entry
  110. fi
  111. }
  112. function recordfail {
  113. set recordfail=1
  114. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  115. }
  116. function load_video {
  117. if [ x$feature_all_video_module = xy ]; then
  118. insmod all_video
  119. else
  120. insmod efi_gop
  121. insmod efi_uga
  122. insmod ieee1275_fb
  123. insmod vbe
  124. insmod vga
  125. insmod video_bochs
  126. insmod video_cirrus
  127. fi
  128. }
  129. if [ x$feature_default_font_path = xy ] ; then
  130. font=unicode
  131. else
  132. insmod part_msdos
  133. insmod ext2
  134. set root='hd0,msdos3'
  135. if [ x$feature_platform_search_hint = xy ]; then
  136. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 be391d43-ce8d-423b-aaa4-1d42334ca2fb
  137. else
  138. search --no-floppy --fs-uuid --set=root be391d43-ce8d-423b-aaa4-1d42334ca2fb
  139. fi
  140. font="/usr/share/grub/unicode.pf2"
  141. fi
  142. if loadfont $font ; then
  143. set gfxmode=auto
  144. load_video
  145. insmod gfxterm
  146. set locale_dir=$prefix/locale
  147. set lang=en_US
  148. insmod gettext
  149. fi
  150. terminal_output gfxterm
  151. if [ "${recordfail}" = 1 ] ; then
  152. set timeout=10
  153. else
  154. if [ x$feature_timeout_style = xy ] ; then
  155. set timeout_style=menu
  156. set timeout=10
  157. # Fallback normal timeout code in case the timeout_style feature is
  158. # unavailable.
  159. else
  160. set timeout=10
  161. fi
  162. fi
  163. ### END /etc/grub.d/00_header ###
  164. ### BEGIN /etc/grub.d/05_debian_theme ###
  165. set menu_color_normal=white/black
  166. set menu_color_highlight=black/light-gray
  167. if background_color 44,0,30,0; then
  168. clear
  169. fi
  170. ### END /etc/grub.d/05_debian_theme ###
  171. ### BEGIN /etc/grub.d/10_linux ###
  172. function gfxmode {
  173. set gfxpayload="${1}"
  174. if [ "${1}" = "keep" ]; then
  175. set vt_handoff=vt.handoff=7
  176. else
  177. set vt_handoff=
  178. fi
  179. }
  180. if [ "${recordfail}" != 1 ]; then
  181. if [ -e ${prefix}/gfxblacklist.txt ]; then
  182. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  183. if [ ${match} = 0 ]; then
  184. set linux_gfx_mode=keep
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. else
  189. set linux_gfx_mode=text
  190. fi
  191. else
  192. set linux_gfx_mode=keep
  193. fi
  194. else
  195. set linux_gfx_mode=text
  196. fi
  197. export linux_gfx_mode
  198. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-be391d43-ce8d-423b-aaa4-1d42334ca2fb' {
  199. recordfail
  200. load_video
  201. gfxmode $linux_gfx_mode
  202. insmod gzio
  203. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  204. insmod part_msdos
  205. insmod ext2
  206. set root='hd0,msdos3'
  207. if [ x$feature_platform_search_hint = xy ]; then
  208. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 be391d43-ce8d-423b-aaa4-1d42334ca2fb
  209. else
  210. search --no-floppy --fs-uuid --set=root be391d43-ce8d-423b-aaa4-1d42334ca2fb
  211. fi
  212. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=be391d43-ce8d-423b-aaa4-1d42334ca2fb ro quiet splash $vt_handoff
  213. initrd /boot/initrd.img-4.8.0-36-generic
  214. }
  215. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-be391d43-ce8d-423b-aaa4-1d42334ca2fb' {
  216. 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-be391d43-ce8d-423b-aaa4-1d42334ca2fb' {
  217. recordfail
  218. load_video
  219. gfxmode $linux_gfx_mode
  220. insmod gzio
  221. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  222. insmod part_msdos
  223. insmod ext2
  224. set root='hd0,msdos3'
  225. if [ x$feature_platform_search_hint = xy ]; then
  226. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 be391d43-ce8d-423b-aaa4-1d42334ca2fb
  227. else
  228. search --no-floppy --fs-uuid --set=root be391d43-ce8d-423b-aaa4-1d42334ca2fb
  229. fi
  230. echo 'Loading Linux 4.8.0-36-generic ...'
  231. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=be391d43-ce8d-423b-aaa4-1d42334ca2fb ro quiet splash $vt_handoff
  232. echo 'Loading initial ramdisk ...'
  233. initrd /boot/initrd.img-4.8.0-36-generic
  234. }
  235. 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-be391d43-ce8d-423b-aaa4-1d42334ca2fb' {
  236. recordfail
  237. load_video
  238. gfxmode $linux_gfx_mode
  239. insmod gzio
  240. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  241. insmod part_msdos
  242. insmod ext2
  243. set root='hd0,msdos3'
  244. if [ x$feature_platform_search_hint = xy ]; then
  245. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 be391d43-ce8d-423b-aaa4-1d42334ca2fb
  246. else
  247. search --no-floppy --fs-uuid --set=root be391d43-ce8d-423b-aaa4-1d42334ca2fb
  248. fi
  249. echo 'Loading Linux 4.8.0-36-generic ...'
  250. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=be391d43-ce8d-423b-aaa4-1d42334ca2fb ro quiet splash $vt_handoff init=/sbin/upstart
  251. echo 'Loading initial ramdisk ...'
  252. initrd /boot/initrd.img-4.8.0-36-generic
  253. }
  254. 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-be391d43-ce8d-423b-aaa4-1d42334ca2fb' {
  255. recordfail
  256. load_video
  257. insmod gzio
  258. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  259. insmod part_msdos
  260. insmod ext2
  261. set root='hd0,msdos3'
  262. if [ x$feature_platform_search_hint = xy ]; then
  263. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 be391d43-ce8d-423b-aaa4-1d42334ca2fb
  264. else
  265. search --no-floppy --fs-uuid --set=root be391d43-ce8d-423b-aaa4-1d42334ca2fb
  266. fi
  267. echo 'Loading Linux 4.8.0-36-generic ...'
  268. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=be391d43-ce8d-423b-aaa4-1d42334ca2fb ro recovery nomodeset
  269. echo 'Loading initial ramdisk ...'
  270. initrd /boot/initrd.img-4.8.0-36-generic
  271. }
  272. menuentry 'Ubuntu, with Linux 4.4.0-66-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-66-generic-advanced-be391d43-ce8d-423b-aaa4-1d42334ca2fb' {
  273. recordfail
  274. load_video
  275. gfxmode $linux_gfx_mode
  276. insmod gzio
  277. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  278. insmod part_msdos
  279. insmod ext2
  280. set root='hd0,msdos3'
  281. if [ x$feature_platform_search_hint = xy ]; then
  282. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 be391d43-ce8d-423b-aaa4-1d42334ca2fb
  283. else
  284. search --no-floppy --fs-uuid --set=root be391d43-ce8d-423b-aaa4-1d42334ca2fb
  285. fi
  286. echo 'Loading Linux 4.4.0-66-generic ...'
  287. linux /boot/vmlinuz-4.4.0-66-generic root=UUID=be391d43-ce8d-423b-aaa4-1d42334ca2fb ro quiet splash $vt_handoff
  288. echo 'Loading initial ramdisk ...'
  289. initrd /boot/initrd.img-4.4.0-66-generic
  290. }
  291. menuentry 'Ubuntu, with Linux 4.4.0-66-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-66-generic-init-upstart-be391d43-ce8d-423b-aaa4-1d42334ca2fb' {
  292. recordfail
  293. load_video
  294. gfxmode $linux_gfx_mode
  295. insmod gzio
  296. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  297. insmod part_msdos
  298. insmod ext2
  299. set root='hd0,msdos3'
  300. if [ x$feature_platform_search_hint = xy ]; then
  301. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 be391d43-ce8d-423b-aaa4-1d42334ca2fb
  302. else
  303. search --no-floppy --fs-uuid --set=root be391d43-ce8d-423b-aaa4-1d42334ca2fb
  304. fi
  305. echo 'Loading Linux 4.4.0-66-generic ...'
  306. linux /boot/vmlinuz-4.4.0-66-generic root=UUID=be391d43-ce8d-423b-aaa4-1d42334ca2fb ro quiet splash $vt_handoff init=/sbin/upstart
  307. echo 'Loading initial ramdisk ...'
  308. initrd /boot/initrd.img-4.4.0-66-generic
  309. }
  310. menuentry 'Ubuntu, with Linux 4.4.0-66-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-66-generic-recovery-be391d43-ce8d-423b-aaa4-1d42334ca2fb' {
  311. recordfail
  312. load_video
  313. insmod gzio
  314. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  315. insmod part_msdos
  316. insmod ext2
  317. set root='hd0,msdos3'
  318. if [ x$feature_platform_search_hint = xy ]; then
  319. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 be391d43-ce8d-423b-aaa4-1d42334ca2fb
  320. else
  321. search --no-floppy --fs-uuid --set=root be391d43-ce8d-423b-aaa4-1d42334ca2fb
  322. fi
  323. echo 'Loading Linux 4.4.0-66-generic ...'
  324. linux /boot/vmlinuz-4.4.0-66-generic root=UUID=be391d43-ce8d-423b-aaa4-1d42334ca2fb ro recovery nomodeset
  325. echo 'Loading initial ramdisk ...'
  326. initrd /boot/initrd.img-4.4.0-66-generic
  327. }
  328. }
  329. ### END /etc/grub.d/10_linux ###
  330. ### BEGIN /etc/grub.d/20_linux_xen ###
  331. ### END /etc/grub.d/20_linux_xen ###
  332. ### BEGIN /etc/grub.d/30_os-prober ###
  333. ### END /etc/grub.d/30_os-prober ###
  334. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  335. ### END /etc/grub.d/30_uefi-firmware ###
  336. ### BEGIN /etc/grub.d/40_custom ###
  337. # This file provides an easy way to add custom menu entries. Simply type the
  338. # menu entries you want to add after this comment. Be careful not to change
  339. # the 'exec tail' line above.
  340. ### END /etc/grub.d/40_custom ###
  341. ### BEGIN /etc/grub.d/41_custom ###
  342. if [ -f ${config_directory}/custom.cfg ]; then
  343. source ${config_directory}/custom.cfg
  344. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  345. source $prefix/custom.cfg;
  346. fi
  347. ### END /etc/grub.d/41_custom ###
  348. --------------------------------------------------------------------------------
  349. =============================== sda3/etc/fstab: ================================
  350. --------------------------------------------------------------------------------
  351. # /etc/fstab: static file system information.
  352. #
  353. # Use 'blkid' to print the universally unique identifier for a
  354. # device; this may be used with UUID= as a more robust way to name devices
  355. # that works even if disks are added and removed. See fstab(5).
  356. #
  357. # <file system> <mount point> <type> <options> <dump> <pass>
  358. # / was on /dev/sda3 during installation
  359. UUID=be391d43-ce8d-423b-aaa4-1d42334ca2fb / ext4 errors=remount-ro 0 1
  360. # swap was on /dev/sda4 during installation
  361. UUID=6758b8f1-0240-461f-8ca5-ec04097954f1 none swap sw 0 0
  362. --------------------------------------------------------------------------------
  363. =================== sda3: Location of files loaded by Grub: ====================
  364. GiB - GB File Fragment(s)
  365. 97.657234192 = 104.858656768 boot/grub/grub.cfg 1
  366. 141.935745239 = 152.402345984 boot/grub/i386-pc/core.img 1
  367. 99.373867035 = 106.701877248 boot/vmlinuz-4.4.0-66-generic 1
  368. 98.816364288 = 106.103263232 boot/vmlinuz-4.8.0-36-generic 2
  369. 99.373867035 = 106.701877248 vmlinuz 1
  370. 98.816364288 = 106.103263232 vmlinuz.old 2
  371. 141.937667847 = 152.404410368 boot/initrd.img-4.4.0-66-generic 2
  372. 137.785003662 = 147.945521152 boot/initrd.img-4.8.0-36-generic 2
  373. 141.937667847 = 152.404410368 initrd.img 2
  374. 137.785003662 = 147.945521152 initrd.img.old 2
  375. ========= Devices which don't seem to have a corresponding hard drive: =========
  376. sdb
  377. =============================== StdErr Messages: ===============================
  378. File descriptor 9 (/proc/10071/mounts) leaked on lvs invocation. Parent PID 2965: bash
  379. File descriptor 63 (pipe:[313732]) leaked on lvs invocation. Parent PID 2965: bash
  380. ADDITIONAL INFORMATION :
  381. =================== log of boot-repair 2017-03-20__21h18 ===================
  382. boot-repair version : 4ppa40
  383. boot-sav version : 4ppa40
  384. glade2script version : 3.2.3~ppa1
  385. boot-sav-extra version : 4ppa40
  386. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  387. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  388. boot-repair is executed in live-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
  389. CPU op-mode(s): 32-bit, 64-bit
  390. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  391. ls: cannot access '/home/usr/.config': No such file or directory
  392. =================== os-prober:
  393. /dev/sda3:Ubuntu 16.04.2 LTS (16.04):Ubuntu:linux
  394. =================== blkid:
  395. /dev/sda1: LABEL="RM-CM-)servM-CM-) au systM-CM-(me" UUID="4404EF8904EF7C74" TYPE="ntfs" PARTUUID="64db9714-01"
  396. /dev/sda2: UUID="748CFFC98CFF8440" TYPE="ntfs" PARTUUID="64db9714-02"
  397. /dev/sda3: UUID="be391d43-ce8d-423b-aaa4-1d42334ca2fb" TYPE="ext4" PARTUUID="64db9714-03"
  398. /dev/sr0: UUID="2017-02-15-21-44-13-00" LABEL="Ubuntu 16.04.2 LTS amd64" TYPE="iso9660" PTUUID="15e2543d" PTTYPE="dos"
  399. /dev/sda4: UUID="6758b8f1-0240-461f-8ca5-ec04097954f1" TYPE="swap" PARTUUID="64db9714-04"
  400. /dev/loop0: TYPE="squashfs"
  401. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  402. Windows not detected by os-prober on sda2.
  403. No sda3/etc/default/grub
  404. =================== sda3/etc/grub.d/ :
  405. drwxr-xr-x 2 root root 4096 Feb 15 21:36 grub.d
  406. total 76
  407. -rwxr-xr-x 1 root root 9791 Jan 13 17:26 00_header
  408. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  409. -rwxr-xr-x 1 root root 12261 Jan 13 17:26 10_linux
  410. -rwxr-xr-x 1 root root 11082 Jan 13 17:26 20_linux_xen
  411. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  412. -rwxr-xr-x 1 root root 11692 Jan 13 17:26 30_os-prober
  413. -rwxr-xr-x 1 root root 1418 Jan 13 17:26 30_uefi-firmware
  414. -rwxr-xr-x 1 root root 214 Jan 13 17:26 40_custom
  415. -rwxr-xr-x 1 root root 216 Jan 13 17:26 41_custom
  416. -rw-r--r-- 1 root root 483 Jan 13 17:26 README
  417. ls /sys/firmware/efi/vars : UsbSupport-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,USB_POINT-8be4df61-93ca-11d2-aa0d-00e098032b8c,UsbMassDevNum-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,USBGPIOPINSTATUS-8be4df61-93ca-11d2-aa0d-00e098032b8c,Unsupport_CPU_F1-8be4df61-93ca-11d2-aa0d-00e098032b8c,ucal-707c9176-a4c1-4e27-851d-1c37b7ca73c8,Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c,SystemIds-71202eee-5f53-40d9-ab3d-9e0c26d96657,StdDefaults-4599d26f-1a11-49b8-b91f-858745cff824,Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,RBLastBoot-24b0699b-65a9-4e12-9a81-21d719c2d390,RBCheckSumTbl-58ae1a7f-513b-45cc-8b36-f5b158192e86,ProcFreqM-8be4df61-93ca-11d2-aa0d-00e098032b8c,PowerOnTime-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,PNP0510_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0510_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,OldLegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,new_var,NBMemoryInfo-490216c0-076a-44d3-a536-ace05c90e386,MrcS3Resume-6737934b-a27e-4c05-ad5b-6ab86273680b,MonotonicCounter-8be4df61-93ca-11d2-aa0d-00e098032b8c,MokListRT-605dab50-e046-4300-abb6-3dd810dd8b23,MemCeil.-8be4df61-93ca-11d2-aa0d-00e098032b8c,LegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,LastMemorySize-fae1c30d-0113-4946-9504-1c63af98b923,LangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,Lang-8be4df61-93ca-11d2-aa0d-00e098032b8c,HpSetupDefFlag-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HpPassphraseStructureVariable-707c9176-a4c1-4e27-851d-1c37b7ca73c8,HobRomImage-dde1bc72-d45e-4209-ab85-14462d2f5074,HddDevice-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD14-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD13-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD12-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD11-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD10-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD09-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD08-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD07-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD06-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD05-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD04-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD03-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD02-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD01-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HDD00-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,FLOPPYDEVICE-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,FLOPPY00-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,FBYTEVariableVt-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableSmartCover-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableSbso-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableNoLogo-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableIntSPK-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableHDMI-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariableFPA-f189629f-a25e-44ba-91e1-18ac7c7de02c,FBYTEVariable-f189629f-a25e-44ba-91e1-18ac7c7de02c,DmiVarbf-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarbe-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarbd-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarbc-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarbb-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarba-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb9-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb8-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb7-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb6-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb5-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb4-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb3-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb2-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1f-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1e-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1d-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1c-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1b-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1a-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb19-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb18-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb17-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb16-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb15-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb1-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb14-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb13-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb12-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb11-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb10-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVarb0-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar38-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar26-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar18-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar17-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar15-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiVar119-4b3082a3-80c6-4d7e-9cd0-583917265df1,DmiArray-4b3082a3-80c6-4d7e-9cd0-583917265df1,del_var,CpuS3Resume-30b98b95-dfa3-4501-a3ce-e38c186384a0,CpuIdCkSum-a09a3211-0d22-4733-4455-06778899aabb,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConErrDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,CHASSISIDVariable-82839afb-2806-4548-9059-a031a4b63213,CDROMDEVICE-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM06-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM05-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM04-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM03-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM02-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM01-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,CDROM00-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,BuildIdDdc-f115d093-962a-4d58-8ccb-764517382460,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0007-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0006-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,AMITSESetup-c811fa38-42c8-4579-a9bb-60e94eddfb34,AcpiGlobalVariable-af9ffd67-ec10-488a-9dfc-6cbf5ee22c2e,
  418. Please report this message to [email protected]
  419. =================== efibootmgr -v
  420. BootCurrent: 0007
  421. Timeout: 0 seconds
  422. BootOrder: 0000,0007,0006,0002,0003
  423. Boot0000* ubuntu HD(1,GPT,24cbc2fd-9084-4dbe-ad12-20141787d4c8,0x800,0x100000)/File(EFIubuntushimx64.efi)
  424. Boot0002* Disque dur BBS(HD,,0x0)AMGOAMNOi.......-.W.D.C. .W.D.1.5.E.A.R.S.-.6.0.M.V.W.B.0....................A.........................AMBO
  425. Boot0003* Network Card BBS(Network,,0x0)AMGOAMNOd.......*.R.e.a.l.t.e.k. .P.X.E. .B.0.7. .D.0.0.........................rN.D+..,.........AMBO
  426. Boot0006* CD/DVD Drive BBS(CDROM,,0x0)AMGOAMNOq.......-.h.p. . . . . . . .C.D.D.V.D.W. .T.S.-.H.6.5.3.T....................A.........................AMBO
  427. Boot0007* UEFI: hp CDDVDW TS-H653T PciRoot(0x0)/Pci(0x1f,0x2)/Sata(4,65535,0)/CDROM(1,0xe18,0x1300)AMBO
  428. =================== UEFI/Legacy mode:
  429. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  430. SecureBoot maybe enabled. (maybe sec-boot, Please report this message to [email protected])
  431. =================== PARTITIONS & DISKS:
  432. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  433. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  434. sda3 : sda, not-sepboot, no-grubenv grub1, signed grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, /mnt/boot-sav/sda3.
  435. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  436. =================== parted -l:
  437. Model: ATA WDC WD15EARS-60M (scsi)
  438. Disk /dev/sda: 1500GB
  439. Sector size (logical/physical): 512B/4096B
  440. Partition Table: msdos
  441. Disk Flags:
  442. Number Start End Size Type File system Flags
  443. 1 1049kB 106MB 105MB primary ntfs boot
  444. 2 106MB 105GB 105GB primary ntfs
  445. 3 105GB 157GB 52.4GB primary ext4
  446. 4 157GB 159GB 2000MB primary linux-swap(v1)
  447. Model: hp CDDVDW TS-H653T (scsi)
  448. Disk /dev/sr0: 1554MB
  449. Sector size (logical/physical): 2048B/2048B
  450. Partition Table: mac
  451. Disk Flags:
  452. Number Start End Size File system Name Flags
  453. 1 2048B 6143B 4096B Apple
  454. 2 7389kB 9880kB 2490kB EFI
  455. =================== parted -lm:
  456. BYT;
  457. /dev/sda:1500GB:scsi:512:4096:msdos:ATA WDC WD15EARS-60M:;
  458. 1:1049kB:106MB:105MB:ntfs::boot;
  459. 2:106MB:105GB:105GB:ntfs::;
  460. 3:105GB:157GB:52.4GB:ext4::;
  461. 4:157GB:159GB:2000MB:linux-swap(v1)::;
  462. BYT;
  463. /dev/sr0:1554MB:scsi:2048:2048:mac:hp CDDVDW TS-H653T:;
  464. 1:2048B:6143B:4096B::Apple:;
  465. 2:7389kB:9880kB:2490kB::EFI:;
  466. =================== lsblk:
  467. KNAME TYPE FSTYPE SIZE LABEL
  468. sr0 rom iso9660 1.5G Ubuntu 16.04.2 LTS amd64
  469. loop0 loop squashfs 1.4G
  470. sda disk 1.4T
  471. sda4 part swap 1.9G
  472. sda2 part ntfs 97.6G
  473. sda3 part ext4 48.8G
  474. sda1 part ntfs 100M Réservé au système
  475. KNAME ROTA RO RM STATE MOUNTPOINT
  476. sr0 1 0 1 running /cdrom
  477. loop0 1 1 0 /rofs
  478. sda 1 0 0 running
  479. sda4 1 0 0 [SWAP]
  480. sda2 1 0 0 /mnt/boot-sav/sda2
  481. sda3 1 0 0 /mnt/boot-sav/sda3
  482. sda1 1 0 0 /mnt/boot-sav/sda1
  483. =================== mount:
  484. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  485. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  486. udev on /dev type devtmpfs (rw,nosuid,relatime,size=3030000k,nr_inodes=757500,mode=755)
  487. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  488. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=609120k,mode=755)
  489. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  490. /dev/loop0 on /rofs type squashfs (ro,noatime)
  491. aufs on / type aufs (rw,noatime,si=ea22b57149f5f825)
  492. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  493. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  494. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  495. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  496. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  497. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  498. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  499. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  500. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  501. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  502. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  503. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  504. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  505. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  506. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  507. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  508. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  509. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=23,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=9045)
  510. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  511. mqueue on /dev/mqueue type mqueue (rw,relatime)
  512. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  513. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  514. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  515. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  516. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=609120k,mode=700,uid=999,gid=999)
  517. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  518. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  519. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  520. /dev/sda3 on /mnt/boot-sav/sda3 type ext4 (rw,relatime,data=ordered)
  521. =================== ls:
  522. /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 sda4 size slaves stat subsystem trace uevent
  523. /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 size slaves stat subsystem trace uevent
  524. /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
  525. /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 hidraw0 hidraw1 hidraw2 hidraw3 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 initctl input kfd kmsg lightnvm log mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sdb sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  526. ls /dev/mapper: control
  527. =================== hexdump -n512 -C /dev/sda1
  528. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  529. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  530. 00000020 00 00 00 00 80 00 80 00 ff 1f 03 00 00 00 00 00 |................|
  531. 00000030 55 21 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |U!..............|
  532. 00000040 f6 00 00 00 01 00 00 00 74 7c ef 04 89 ef 04 44 |........t|.....D|
  533. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  534. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  535. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  536. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  537. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  538. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  539. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  540. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  541. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  542. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  543. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  544. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  545. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  546. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  547. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  548. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  549. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  550. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  551. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  552. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  553. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  554. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  555. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  556. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  557. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  558. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  559. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  560. 00000200
  561. =================== hexdump -n512 -C /dev/sda2
  562. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  563. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 28 03 00 |........?....(..|
  564. 00000020 00 00 00 00 80 00 80 00 ff df 31 0c 00 00 00 00 |..........1.....|
  565. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  566. 00000040 f6 00 00 00 01 00 00 00 40 84 ff 8c c9 ff 8c 74 |[email protected]|
  567. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  568. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  569. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  570. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  571. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  572. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  573. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  574. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  575. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  576. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  577. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  578. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  579. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  580. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  581. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  582. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  583. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  584. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  585. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  586. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 |t.............Er|
  587. 00000190 72 65 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 |reur lecture dis|
  588. 000001a0 71 75 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 61 62 |que...BOOTMGR ab|
  589. 000001b0 73 65 6e 74 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 |sent...BOOTMGR c|
  590. 000001c0 6f 6d 70 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b |ompress....Ctrl+|
  591. 000001d0 41 6c 74 2b 53 75 70 70 72 20 70 6f 75 72 20 72 |Alt+Suppr pour r|
  592. 000001e0 65 64 82 6d 61 72 72 65 72 0d 0a 00 6f 20 72 65 |ed.marrer...o re|
  593. 000001f0 73 74 61 72 74 0d 0a 00 8c a4 b5 c9 00 00 55 aa |start.........U.|
  594. 00000200
  595. =================== df -Th:
  596. Filesystem Type Size Used Avail Use% Mounted on
  597. udev devtmpfs 2.9G 0 2.9G 0% /dev
  598. tmpfs tmpfs 595M 8.8M 587M 2% /run
  599. /dev/sr0 iso9660 1.5G 1.5G 0 100% /cdrom
  600. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  601. aufs aufs 3.0G 128M 2.8G 5% /
  602. tmpfs tmpfs 3.0G 416K 3.0G 1% /dev/shm
  603. tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
  604. tmpfs tmpfs 3.0G 0 3.0G 0% /sys/fs/cgroup
  605. tmpfs tmpfs 3.0G 28K 3.0G 1% /tmp
  606. tmpfs tmpfs 595M 100K 595M 1% /run/user/999
  607. /dev/sda1 fuseblk 100M 29M 72M 29% /mnt/boot-sav/sda1
  608. /dev/sda2 fuseblk 98G 69G 29G 71% /mnt/boot-sav/sda2
  609. /dev/sda3 ext4 48G 4.0G 42G 9% /mnt/boot-sav/sda3
  610. =================== fdisk -l:
  611. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  612. Units: sectors of 1 * 512 = 512 bytes
  613. Sector size (logical/physical): 512 bytes / 4096 bytes
  614. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  615. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  616. Units: sectors of 1 * 512 = 512 bytes
  617. Sector size (logical/physical): 512 bytes / 4096 bytes
  618. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  619. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  620. Units: sectors of 1 * 512 = 512 bytes
  621. Sector size (logical/physical): 512 bytes / 4096 bytes
  622. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  623. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  624. Units: sectors of 1 * 512 = 512 bytes
  625. Sector size (logical/physical): 512 bytes / 4096 bytes
  626. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  627. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  628. Units: sectors of 1 * 512 = 512 bytes
  629. Sector size (logical/physical): 512 bytes / 4096 bytes
  630. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  631. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  632. Units: sectors of 1 * 512 = 512 bytes
  633. Sector size (logical/physical): 512 bytes / 4096 bytes
  634. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  635. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  636. Units: sectors of 1 * 512 = 512 bytes
  637. Sector size (logical/physical): 512 bytes / 4096 bytes
  638. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  639. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  640. Units: sectors of 1 * 512 = 512 bytes
  641. Sector size (logical/physical): 512 bytes / 4096 bytes
  642. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  643. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  644. Units: sectors of 1 * 512 = 512 bytes
  645. Sector size (logical/physical): 512 bytes / 4096 bytes
  646. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  647. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  648. Units: sectors of 1 * 512 = 512 bytes
  649. Sector size (logical/physical): 512 bytes / 4096 bytes
  650. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  651. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  652. Units: sectors of 1 * 512 = 512 bytes
  653. Sector size (logical/physical): 512 bytes / 4096 bytes
  654. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  655. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  656. Units: sectors of 1 * 512 = 512 bytes
  657. Sector size (logical/physical): 512 bytes / 4096 bytes
  658. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  659. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  660. Units: sectors of 1 * 512 = 512 bytes
  661. Sector size (logical/physical): 512 bytes / 4096 bytes
  662. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  663. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  664. Units: sectors of 1 * 512 = 512 bytes
  665. Sector size (logical/physical): 512 bytes / 4096 bytes
  666. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  667. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  668. Units: sectors of 1 * 512 = 512 bytes
  669. Sector size (logical/physical): 512 bytes / 4096 bytes
  670. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  671. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  672. Units: sectors of 1 * 512 = 512 bytes
  673. Sector size (logical/physical): 512 bytes / 4096 bytes
  674. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  675. Disk /dev/loop0: 1.4 GiB, 1497772032 bytes, 2925336 sectors
  676. Units: sectors of 1 * 512 = 512 bytes
  677. Sector size (logical/physical): 512 bytes / 512 bytes
  678. I/O size (minimum/optimal): 512 bytes / 512 bytes
  679. Disk /dev/sda: 1.4 TiB, 1500301910016 bytes, 2930277168 sectors
  680. Units: sectors of 1 * 512 = 512 bytes
  681. Sector size (logical/physical): 512 bytes / 4096 bytes
  682. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  683. Disklabel type: dos
  684. Disk identifier: 0x64db9714
  685. Device Boot Start End Sectors Size Id Type
  686. /dev/sda1 * 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
  687. /dev/sda2 206848 204802047 204595200 97.6G 7 HPFS/NTFS/exFAT
  688. /dev/sda3 204802048 307202047 102400000 48.8G 83 Linux
  689. /dev/sda4 307202048 311107583 3905536 1.9G 82 Linux swap / Solaris
  690. =================== Recommended repair
  691. The default repair of the Boot-Repair utility will purge (in order to) and reinstall the grub2 of sda3 into the MBR of sda.
  692. Additional repair will be performed: unhide-bootmenu-10s fix-windows-boot
  693. Quantity of real Windows: 1
  694. WinSE in sda2
  695. Copied Win boot files from sda1 to sda2
  696. chroot /mnt/boot-sav/sda3 apt-get -y --force-yes update
  697. Purge the GRUB of sda3
  698. cp: cannot stat '/mnt/boot-sav/sda3/etc/default/grub': No such file or directory
  699. grub-pc available
  700. The following additional packages will be installed:
  701. grub-common grub-gfxpayload-lists grub-pc-bin grub2-common
  702. Suggested packages:
  703. multiboot-doc grub-emu xorriso desktop-base
  704. The following NEW packages will be installed:
  705. grub-gfxpayload-lists grub-pc grub-pc-bin
  706. The following packages will be upgraded:
  707. grub-common grub2-common
  708. 2 upgraded, 3 newly installed, 0 to remove and 98 not upgraded.
  709. W: --force-yes is deprecated, use one of the options starting with --allow instead.
  710. DEBCHECK debOK, grub-pc
  711. DEBCHECK debOK
  712. shim-signed available
  713. linux-signed-generic available
  714. Please type: sudo chroot "/mnt/boot-sav/sda3" dpkg --configure -ansudo chroot "/mnt/boot-sav/sda3" apt-get install -fynsudo chroot "/mnt/boot-sav/sda3" apt-get purge -y --force-yes grub*-common grub-common:i386 shim-signed linux-signed*
  715. =================== sda3/etc/grub.d/ :
  716. drwxr-xr-x 2 root root 4096 Mar 20 21:20 grub.d
  717. total 4
  718. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  719. Then type: sudo chroot "/mnt/boot-sav/sda3" apt-get install -y --force-yes grub-pc linux-generic
  720. =================== sda3/etc/grub.d/ :
  721. drwxr-xr-x 2 root root 4096 Mar 20 21:23 grub.d
  722. drwxr-xr-x 2 root root 4096 Mar 20 21:20 grub.d.bak
  723. total 76
  724. -rwxr-xr-x 1 root root 9791 Mar 1 22:01 00_header
  725. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  726. -rwxr-xr-x 1 root root 12512 Mar 1 22:01 10_linux
  727. -rwxr-xr-x 1 root root 11082 Mar 1 22:01 20_linux_xen
  728. -rwxr-xr-x 1 root root 11692 Mar 1 22:01 30_os-prober
  729. -rwxr-xr-x 1 root root 1418 Mar 1 22:01 30_uefi-firmware
  730. -rwxr-xr-x 1 root root 214 Mar 1 22:01 40_custom
  731. -rwxr-xr-x 1 root root 216 Mar 1 22:01 41_custom
  732. -rw-r--r-- 1 root root 483 Mar 1 22:01 README
  733. =================== sda3/etc/default/grub :
  734. # If you change this file, run 'update-grub' afterwards to update
  735. # /boot/grub/grub.cfg.
  736. # For full documentation of the options in this file, see:
  737. # info -f grub -n 'Simple configuration'
  738. GRUB_DEFAULT=0
  739. GRUB_HIDDEN_TIMEOUT=0
  740. GRUB_HIDDEN_TIMEOUT_QUIET=true
  741. GRUB_TIMEOUT=10
  742. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  743. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  744. GRUB_CMDLINE_LINUX=""
  745. # Uncomment to enable BadRAM filtering, modify to suit your needs
  746. # This works with Linux (no patch required) and with any kernel that obtains
  747. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  748. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  749. # Uncomment to disable graphical terminal (grub-pc only)
  750. #GRUB_TERMINAL=console
  751. # The resolution used on graphical terminal
  752. # note that you can use only modes which your graphic card supports via VBE
  753. # you can see them in real GRUB with the command `vbeinfo'
  754. #GRUB_GFXMODE=640x480
  755. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  756. #GRUB_DISABLE_LINUX_UUID=true
  757. # Uncomment to disable generation of recovery mode menu entries
  758. #GRUB_DISABLE_RECOVERY="true"
  759. # Uncomment to get a beep at grub start
  760. #GRUB_INIT_TUNE="480 440 1"
  761. Unhide GRUB boot menu in sda3/etc/default/grub
  762. =================== sda3/etc/grub.d/ :
  763. drwxr-xr-x 2 root root 4096 Mar 20 21:23 grub.d
  764. drwxr-xr-x 2 root root 4096 Mar 20 21:20 grub.d.bak
  765. total 76
  766. -rwxr-xr-x 1 root root 9791 Mar 1 22:01 00_header
  767. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  768. -rwxr-xr-x 1 root root 12512 Mar 1 22:01 10_linux
  769. -rwxr-xr-x 1 root root 11082 Mar 1 22:01 20_linux_xen
  770. -rwxr-xr-x 1 root root 11692 Mar 1 22:01 30_os-prober
  771. -rwxr-xr-x 1 root root 1418 Mar 1 22:01 30_uefi-firmware
  772. -rwxr-xr-x 1 root root 214 Mar 1 22:01 40_custom
  773. -rwxr-xr-x 1 root root 216 Mar 1 22:01 41_custom
  774. -rw-r--r-- 1 root root 483 Mar 1 22:01 README
  775. =================== sda3/etc/default/grub :
  776. # If you change this file, run 'update-grub' afterwards to update
  777. # /boot/grub/grub.cfg.
  778. # For full documentation of the options in this file, see:
  779. # info -f grub -n 'Simple configuration'
  780. GRUB_DEFAULT=0
  781. #GRUB_HIDDEN_TIMEOUT=0
  782. GRUB_HIDDEN_TIMEOUT_QUIET=true
  783. GRUB_TIMEOUT=10
  784. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  785. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  786. GRUB_CMDLINE_LINUX=""
  787. # Uncomment to enable BadRAM filtering, modify to suit your needs
  788. # This works with Linux (no patch required) and with any kernel that obtains
  789. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  790. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  791. # Uncomment to disable graphical terminal (grub-pc only)
  792. #GRUB_TERMINAL=console
  793. # The resolution used on graphical terminal
  794. # note that you can use only modes which your graphic card supports via VBE
  795. # you can see them in real GRUB with the command `vbeinfo'
  796. #GRUB_GFXMODE=640x480
  797. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  798. #GRUB_DISABLE_LINUX_UUID=true
  799. # Uncomment to disable generation of recovery mode menu entries
  800. #GRUB_DISABLE_RECOVERY="true"
  801. # Uncomment to get a beep at grub start
  802. #GRUB_INIT_TUNE="480 440 1"
  803. *******lspci -nnk | grep -iA3 vga
  804. 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] [1002:6779]
  805. Subsystem: Pegatron Radeon HD 6450 [1b0a:9097]
  806. Kernel driver in use: radeon
  807. Kernel modules: radeon
  808. *******
  809. grub-install --version
  810. grub-install (GRUB) 2.02~beta2-36ubuntu3.8,grub-install (GRUB) 2.
  811. Reinstall the GRUB of sda3 into the MBR of sda
  812. Installing for i386-pc platform.
  813. Installation finished. No error reported.
  814. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  815. chroot /mnt/boot-sav/sda3 update-grub
  816. Generating grub configuration file ...
  817. Found linux image: /boot/vmlinuz-4.8.0-36-generic
  818. Found initrd image: /boot/initrd.img-4.8.0-36-generic
  819. Found linux image: /boot/vmlinuz-4.4.0-66-generic
  820. Found initrd image: /boot/initrd.img-4.4.0-66-generic
  821. File descriptor 9 (/proc/10071/mounts) leaked on lvs invocation. Parent PID 32515: /bin/sh
  822. File descriptor 63 (pipe:[313732]) leaked on lvs invocation. Parent PID 32515: /bin/sh
  823. umount: /mnt/boot-sav/sda3/dev/pts: target is busy
  824. (In some cases useful info about processes that
  825. use the device is found by lsof(8) or fuser(1).)
  826. umount: /mnt/boot-sav/sda3/dev: target is busy
  827. (In some cases useful info about processes that
  828. use the device is found by lsof(8) or fuser(1).)
  829. Unhide GRUB boot menu in sda3/boot/grub/grub.cfg
  830. Boot successfully repaired.
  831. You can now reboot your computer.
  832. paste.ubuntu.com ko (), using paste.debian
  833. paste.debian.net ko (), using paste2