1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => libparted MBR boot code is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: FAT32
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files:
  10. sda2: __________________________________________________________________________
  11. File system: Extended Partition
  12. Boot sector type: -
  13. Boot sector info:
  14. sda5: __________________________________________________________________________
  15. File system: ext4
  16. Boot sector type: -
  17. Boot sector info:
  18. Operating System: Ubuntu 16.04.1 LTS
  19. Boot files: /boot/grub/grub.cfg /etc/fstab
  20. sda3: __________________________________________________________________________
  21. File system: swap
  22. Boot sector type: -
  23. Boot sector info:
  24. ============================ Drive/Partition Info: =============================
  25. Drive: sda _____________________________________________________________________
  26. Disk /dev/sda: 28.7 GiB, 30752000000 bytes, 60062500 sectors
  27. Units: sectors of 1 * 512 = 512 bytes
  28. Sector size (logical/physical): 512 bytes / 512 bytes
  29. I/O size (minimum/optimal): 512 bytes / 512 bytes
  30. Disklabel type: dos
  31. Partition Boot Start Sector End Sector # of Sectors Id System
  32. /dev/sda1 2,048 483,327 481,280 b W95 FAT32
  33. /dev/sda2 485,374 50,649,087 50,163,714 5 Extended
  34. /dev/sda5 485,376 50,649,087 50,163,712 83 Linux
  35. /dev/sda3 50,649,088 60,061,695 9,412,608 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/mmcblk0
  39. /dev/mmcblk0p1 0EC5-BBE3 vfat ESP
  40. /dev/mmcblk0p2
  41. /dev/mmcblk0p3 0A3CD3A53CD389D9 ntfs Acer
  42. /dev/mmcblk0p4 EE2CD5022CD4C6AD ntfs Recovery
  43. /dev/sda1 21E1-2C22 vfat LINUX UBUNT
  44. /dev/sda3 89dd52cf-c0e4-4eb7-ab9e-25410d43543c swap
  45. /dev/sda5 4a851ba6-bc78-43ad-976b-7210356fffc9 ext4
  46. ========================= "ls -l /dev/disk/by-id" output: ======================
  47. total 0
  48. lrwxrwxrwx 1 root root 13 Nov 27 15:18 mmc-HBG4e__0x4e7ad1bd -> ../../mmcblk0
  49. lrwxrwxrwx 1 root root 15 Nov 27 15:18 mmc-HBG4e__0x4e7ad1bd-part1 -> ../../mmcblk0p1
  50. lrwxrwxrwx 1 root root 15 Nov 27 15:18 mmc-HBG4e__0x4e7ad1bd-part2 -> ../../mmcblk0p2
  51. lrwxrwxrwx 1 root root 15 Nov 27 15:18 mmc-HBG4e__0x4e7ad1bd-part3 -> ../../mmcblk0p3
  52. lrwxrwxrwx 1 root root 15 Nov 27 15:18 mmc-HBG4e__0x4e7ad1bd-part4 -> ../../mmcblk0p4
  53. lrwxrwxrwx 1 root root 9 Nov 27 16:57 usb-SanDisk_Ultra_Fit_4C531001520702107102-0:0 -> ../../sda
  54. lrwxrwxrwx 1 root root 10 Nov 27 16:57 usb-SanDisk_Ultra_Fit_4C531001520702107102-0:0-part1 -> ../../sda1
  55. lrwxrwxrwx 1 root root 10 Nov 27 16:57 usb-SanDisk_Ultra_Fit_4C531001520702107102-0:0-part2 -> ../../sda2
  56. lrwxrwxrwx 1 root root 10 Nov 27 16:57 usb-SanDisk_Ultra_Fit_4C531001520702107102-0:0-part3 -> ../../sda3
  57. lrwxrwxrwx 1 root root 10 Nov 27 16:57 usb-SanDisk_Ultra_Fit_4C531001520702107102-0:0-part5 -> ../../sda5
  58. ================================ Mount points: =================================
  59. Device Mount_Point Type Options
  60. /dev/mmcblk0p1 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  61. /dev/mmcblk0p3 /media/olivier/Acer fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
  62. /dev/sda5 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  63. =========================== sda5/boot/grub/grub.cfg: ===========================
  64. --------------------------------------------------------------------------------
  65. #
  66. # DO NOT EDIT THIS FILE
  67. #
  68. # It is automatically generated by grub-mkconfig using templates
  69. # from /etc/grub.d and settings from /etc/default/grub
  70. #
  71. ### BEGIN /etc/grub.d/00_header ###
  72. if [ -s $prefix/grubenv ]; then
  73. set have_grubenv=true
  74. load_env
  75. fi
  76. if [ "${next_entry}" ] ; then
  77. set default="${next_entry}"
  78. set next_entry=
  79. save_env next_entry
  80. set boot_once=true
  81. else
  82. set default="0"
  83. fi
  84. if [ x"${feature_menuentry_id}" = xy ]; then
  85. menuentry_id_option="--id"
  86. else
  87. menuentry_id_option=""
  88. fi
  89. export menuentry_id_option
  90. if [ "${prev_saved_entry}" ]; then
  91. set saved_entry="${prev_saved_entry}"
  92. save_env saved_entry
  93. set prev_saved_entry=
  94. save_env prev_saved_entry
  95. set boot_once=true
  96. fi
  97. function savedefault {
  98. if [ -z "${boot_once}" ]; then
  99. saved_entry="${chosen}"
  100. save_env saved_entry
  101. fi
  102. }
  103. function recordfail {
  104. set recordfail=1
  105. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  106. }
  107. function load_video {
  108. if [ x$feature_all_video_module = xy ]; then
  109. insmod all_video
  110. else
  111. insmod efi_gop
  112. insmod efi_uga
  113. insmod ieee1275_fb
  114. insmod vbe
  115. insmod vga
  116. insmod video_bochs
  117. insmod video_cirrus
  118. fi
  119. }
  120. if [ x$feature_default_font_path = xy ] ; then
  121. font=unicode
  122. else
  123. insmod part_msdos
  124. insmod ext2
  125. set root='hd0,msdos5'
  126. if [ x$feature_platform_search_hint = xy ]; then
  127. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 4a851ba6-bc78-43ad-976b-7210356fffc9
  128. else
  129. search --no-floppy --fs-uuid --set=root 4a851ba6-bc78-43ad-976b-7210356fffc9
  130. fi
  131. font="/usr/share/grub/unicode.pf2"
  132. fi
  133. if loadfont $font ; then
  134. set gfxmode=auto
  135. load_video
  136. insmod gfxterm
  137. set locale_dir=$prefix/locale
  138. set lang=fr_FR
  139. insmod gettext
  140. fi
  141. terminal_output gfxterm
  142. if [ "${recordfail}" = 1 ] ; then
  143. set timeout=30
  144. else
  145. if [ x$feature_timeout_style = xy ] ; then
  146. set timeout_style=menu
  147. set timeout=10
  148. # Fallback normal timeout code in case the timeout_style feature is
  149. # unavailable.
  150. else
  151. set timeout=10
  152. fi
  153. fi
  154. ### END /etc/grub.d/00_header ###
  155. ### BEGIN /etc/grub.d/05_debian_theme ###
  156. set menu_color_normal=white/black
  157. set menu_color_highlight=black/light-gray
  158. if background_color 44,0,30,0; then
  159. clear
  160. fi
  161. ### END /etc/grub.d/05_debian_theme ###
  162. ### BEGIN /etc/grub.d/10_linux ###
  163. function gfxmode {
  164. set gfxpayload="${1}"
  165. if [ "${1}" = "keep" ]; then
  166. set vt_handoff=vt.handoff=7
  167. else
  168. set vt_handoff=
  169. fi
  170. }
  171. if [ "${recordfail}" != 1 ]; then
  172. if [ -e ${prefix}/gfxblacklist.txt ]; then
  173. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  174. if [ ${match} = 0 ]; then
  175. set linux_gfx_mode=keep
  176. else
  177. set linux_gfx_mode=text
  178. fi
  179. else
  180. set linux_gfx_mode=text
  181. fi
  182. else
  183. set linux_gfx_mode=keep
  184. fi
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. export linux_gfx_mode
  189. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-4a851ba6-bc78-43ad-976b-7210356fffc9' {
  190. recordfail
  191. load_video
  192. gfxmode $linux_gfx_mode
  193. insmod gzio
  194. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  195. insmod part_msdos
  196. insmod ext2
  197. set root='hd0,msdos5'
  198. if [ x$feature_platform_search_hint = xy ]; then
  199. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 4a851ba6-bc78-43ad-976b-7210356fffc9
  200. else
  201. search --no-floppy --fs-uuid --set=root 4a851ba6-bc78-43ad-976b-7210356fffc9
  202. fi
  203. linux /boot/vmlinuz-4.4.0-47-generic.efi.signed root=UUID=4a851ba6-bc78-43ad-976b-7210356fffc9 ro quiet splash $vt_handoff
  204. initrd /boot/initrd.img-4.4.0-47-generic
  205. }
  206. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-4a851ba6-bc78-43ad-976b-7210356fffc9' {
  207. menuentry 'Ubuntu, avec Linux 4.4.0-47-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-47-generic-advanced-4a851ba6-bc78-43ad-976b-7210356fffc9' {
  208. recordfail
  209. load_video
  210. gfxmode $linux_gfx_mode
  211. insmod gzio
  212. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  213. insmod part_msdos
  214. insmod ext2
  215. set root='hd0,msdos5'
  216. if [ x$feature_platform_search_hint = xy ]; then
  217. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 4a851ba6-bc78-43ad-976b-7210356fffc9
  218. else
  219. search --no-floppy --fs-uuid --set=root 4a851ba6-bc78-43ad-976b-7210356fffc9
  220. fi
  221. echo 'Chargement de Linux 4.4.0-47-generic…'
  222. linux /boot/vmlinuz-4.4.0-47-generic.efi.signed root=UUID=4a851ba6-bc78-43ad-976b-7210356fffc9 ro quiet splash $vt_handoff
  223. echo 'Chargement du disque mémoire initial…'
  224. initrd /boot/initrd.img-4.4.0-47-generic
  225. }
  226. menuentry 'Ubuntu, with Linux 4.4.0-47-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-47-generic-init-upstart-4a851ba6-bc78-43ad-976b-7210356fffc9' {
  227. recordfail
  228. load_video
  229. gfxmode $linux_gfx_mode
  230. insmod gzio
  231. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  232. insmod part_msdos
  233. insmod ext2
  234. set root='hd0,msdos5'
  235. if [ x$feature_platform_search_hint = xy ]; then
  236. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 4a851ba6-bc78-43ad-976b-7210356fffc9
  237. else
  238. search --no-floppy --fs-uuid --set=root 4a851ba6-bc78-43ad-976b-7210356fffc9
  239. fi
  240. echo 'Chargement de Linux 4.4.0-47-generic…'
  241. linux /boot/vmlinuz-4.4.0-47-generic.efi.signed root=UUID=4a851ba6-bc78-43ad-976b-7210356fffc9 ro quiet splash $vt_handoff init=/sbin/upstart
  242. echo 'Chargement du disque mémoire initial…'
  243. initrd /boot/initrd.img-4.4.0-47-generic
  244. }
  245. menuentry 'Ubuntu, with Linux 4.4.0-47-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-47-generic-recovery-4a851ba6-bc78-43ad-976b-7210356fffc9' {
  246. recordfail
  247. load_video
  248. insmod gzio
  249. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  250. insmod part_msdos
  251. insmod ext2
  252. set root='hd0,msdos5'
  253. if [ x$feature_platform_search_hint = xy ]; then
  254. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 4a851ba6-bc78-43ad-976b-7210356fffc9
  255. else
  256. search --no-floppy --fs-uuid --set=root 4a851ba6-bc78-43ad-976b-7210356fffc9
  257. fi
  258. echo 'Chargement de Linux 4.4.0-47-generic…'
  259. linux /boot/vmlinuz-4.4.0-47-generic.efi.signed root=UUID=4a851ba6-bc78-43ad-976b-7210356fffc9 ro recovery nomodeset
  260. echo 'Chargement du disque mémoire initial…'
  261. initrd /boot/initrd.img-4.4.0-47-generic
  262. }
  263. menuentry 'Ubuntu, avec Linux 4.4.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-advanced-4a851ba6-bc78-43ad-976b-7210356fffc9' {
  264. recordfail
  265. load_video
  266. gfxmode $linux_gfx_mode
  267. insmod gzio
  268. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  269. insmod part_msdos
  270. insmod ext2
  271. set root='hd0,msdos5'
  272. if [ x$feature_platform_search_hint = xy ]; then
  273. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 4a851ba6-bc78-43ad-976b-7210356fffc9
  274. else
  275. search --no-floppy --fs-uuid --set=root 4a851ba6-bc78-43ad-976b-7210356fffc9
  276. fi
  277. echo 'Chargement de Linux 4.4.0-31-generic…'
  278. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=4a851ba6-bc78-43ad-976b-7210356fffc9 ro quiet splash $vt_handoff
  279. echo 'Chargement du disque mémoire initial…'
  280. initrd /boot/initrd.img-4.4.0-31-generic
  281. }
  282. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-4a851ba6-bc78-43ad-976b-7210356fffc9' {
  283. recordfail
  284. load_video
  285. gfxmode $linux_gfx_mode
  286. insmod gzio
  287. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  288. insmod part_msdos
  289. insmod ext2
  290. set root='hd0,msdos5'
  291. if [ x$feature_platform_search_hint = xy ]; then
  292. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 4a851ba6-bc78-43ad-976b-7210356fffc9
  293. else
  294. search --no-floppy --fs-uuid --set=root 4a851ba6-bc78-43ad-976b-7210356fffc9
  295. fi
  296. echo 'Chargement de Linux 4.4.0-31-generic…'
  297. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=4a851ba6-bc78-43ad-976b-7210356fffc9 ro quiet splash $vt_handoff init=/sbin/upstart
  298. echo 'Chargement du disque mémoire initial…'
  299. initrd /boot/initrd.img-4.4.0-31-generic
  300. }
  301. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-recovery-4a851ba6-bc78-43ad-976b-7210356fffc9' {
  302. recordfail
  303. load_video
  304. insmod gzio
  305. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  306. insmod part_msdos
  307. insmod ext2
  308. set root='hd0,msdos5'
  309. if [ x$feature_platform_search_hint = xy ]; then
  310. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 4a851ba6-bc78-43ad-976b-7210356fffc9
  311. else
  312. search --no-floppy --fs-uuid --set=root 4a851ba6-bc78-43ad-976b-7210356fffc9
  313. fi
  314. echo 'Chargement de Linux 4.4.0-31-generic…'
  315. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=4a851ba6-bc78-43ad-976b-7210356fffc9 ro recovery nomodeset
  316. echo 'Chargement du disque mémoire initial…'
  317. initrd /boot/initrd.img-4.4.0-31-generic
  318. }
  319. }
  320. ### END /etc/grub.d/10_linux ###
  321. ### BEGIN /etc/grub.d/20_linux_xen ###
  322. ### END /etc/grub.d/20_linux_xen ###
  323. ### BEGIN /etc/grub.d/20_memtest86+ ###
  324. ### END /etc/grub.d/20_memtest86+ ###
  325. ### BEGIN /etc/grub.d/30_os-prober ###
  326. menuentry 'Windows Boot Manager (sur /dev/mmcblk0p1)' --class windows --class os $menuentry_id_option 'osprober-efi-0EC5-BBE3' {
  327. insmod part_gpt
  328. insmod fat
  329. if [ x$feature_platform_search_hint = xy ]; then
  330. search --no-floppy --fs-uuid --set=root 0EC5-BBE3
  331. else
  332. search --no-floppy --fs-uuid --set=root 0EC5-BBE3
  333. fi
  334. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  335. }
  336. set timeout_style=menu
  337. if [ "${timeout}" = 0 ]; then
  338. set timeout=10
  339. fi
  340. ### END /etc/grub.d/30_os-prober ###
  341. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  342. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  343. fwsetup
  344. }
  345. ### END /etc/grub.d/30_uefi-firmware ###
  346. ### BEGIN /etc/grub.d/40_custom ###
  347. # This file provides an easy way to add custom menu entries. Simply type the
  348. # menu entries you want to add after this comment. Be careful not to change
  349. # the 'exec tail' line above.
  350. ### END /etc/grub.d/40_custom ###
  351. ### BEGIN /etc/grub.d/41_custom ###
  352. if [ -f ${config_directory}/custom.cfg ]; then
  353. source ${config_directory}/custom.cfg
  354. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  355. source $prefix/custom.cfg;
  356. fi
  357. ### END /etc/grub.d/41_custom ###
  358. --------------------------------------------------------------------------------
  359. =============================== sda5/etc/fstab: ================================
  360. --------------------------------------------------------------------------------
  361. # /etc/fstab: static file system information.
  362. #
  363. # Use 'blkid' to print the universally unique identifier for a
  364. # device; this may be used with UUID= as a more robust way to name devices
  365. # that works even if disks are added and removed. See fstab(5).
  366. #
  367. # <file system> <mount point> <type> <options> <dump> <pass>
  368. # / was on /dev/sda5 during installation
  369. UUID=4a851ba6-bc78-43ad-976b-7210356fffc9 / ext4 errors=remount-ro 0 1
  370. # /boot/efi was on /dev/mmcblk0p1 during installation
  371. UUID=0EC5-BBE3 /boot/efi vfat umask=0077 0 1
  372. # swap was on /dev/sda3 during installation
  373. UUID=89dd52cf-c0e4-4eb7-ab9e-25410d43543c none swap sw 0 0
  374. --------------------------------------------------------------------------------
  375. =================== sda5: Location of files loaded by Grub: ====================
  376. GiB - GB File Fragment(s)
  377. 20.452156067 = 21.960335360 boot/grub/grub.cfg 1
  378. 2.585662842 = 2.776334336 boot/vmlinuz-4.4.0-31-generic 1
  379. 7.001903534 = 7.518236672 boot/vmlinuz-4.4.0-47-generic 1
  380. 7.120834351 = 7.645937664 boot/vmlinuz-4.4.0-47-generic.efi.signed 1
  381. 2.585662842 = 2.776334336 vmlinuz 1
  382. 7.270503998 = 7.806644224 boot/initrd.img-4.4.0-31-generic 2
  383. 7.671905518 = 8.237645824 boot/initrd.img-4.4.0-47-generic 2
  384. 7.270503998 = 7.806644224 initrd.img 2
  385. 7.270503998 = 7.806644224 initrd.img.old 2
  386. ADDITIONAL INFORMATION :
  387. =================== log of boot-info 2016-11-27__16h57 ===================
  388. boot-info version : 4ppa40
  389. boot-sav version : 4ppa40
  390. glade2script version : 3.2.3~ppa1
  391. boot-sav-extra version : 4ppa40
  392. Error: /dev/mmcblk0rpmb: unrecognised disk label
  393. Warning: Error fsyncing/closing /dev/mmcblk0rpmb: Input/output error
  394. Error: /dev/mmcblk0boot0: unrecognised disk label
  395. Error: /dev/mmcblk0boot1: unrecognised disk label
  396. Warning: failed to translate partition name
  397. Error: /dev/mmcblk0rpmb: unrecognised disk label
  398. Warning: Error fsyncing/closing /dev/mmcblk0rpmb: Input/output error
  399. Error: /dev/mmcblk0boot0: unrecognised disk label
  400. Error: /dev/mmcblk0boot1: unrecognised disk label
  401. Warning: failed to translate partition name
  402. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  403. CPU op-mode(s): 32-bit, 64-bit
  404. BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic.efi.signed root=UUID=4a851ba6-bc78-43ad-976b-7210356fffc9 ro quiet splash vt.handoff=7
  405. mmcblk0 (sda) has unknown type. Veuillez indiquer ce message à [email protected]
  406. mmcblk0 (sda) has unknown type. Veuillez indiquer ce message à [email protected]
  407. Unmount sda1 from /media/olivier/LINUX UBUNT to avoid space incompatibilities
  408. mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
  409. mount /dev/mmcblk0 : Error code 32
  410. mount -r /dev/mmcblk0 /mnt/boot-sav/mmcblk0
  411. mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
  412. mount -r /dev/mmcblk0 : Error code 32
  413. cat: /sys/block/mmcblk0/mmcblk0boot0/start: Aucun fichier ou dossier de ce type
  414. cat: /sys/block/mmcblk0/mmcblk0boot1/start: Aucun fichier ou dossier de ce type
  415. cat: /sys/block/mmcblk0/mmcblk0rpmb/start: Aucun fichier ou dossier de ce type
  416. =================== os-prober:
  417. /dev/sda5:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  418. /dev/mmcblk0p1@/EFI/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
  419. =================== blkid:
  420. /dev/mmcblk0p1: LABEL="ESP" UUID="0EC5-BBE3" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="be18e65f-0fa7-4a77-8406-79fd6fdf10ef"
  421. /dev/mmcblk0p3: LABEL="Acer" UUID="0A3CD3A53CD389D9" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="274d5366-f3b5-46f3-902e-87612b07c86a"
  422. /dev/mmcblk0p4: LABEL="Recovery" UUID="EE2CD5022CD4C6AD" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="43ea052f-7d18-4209-878b-8da0953d40a4"
  423. /dev/sda1: LABEL="LINUX UBUNT" UUID="21E1-2C22" TYPE="vfat" PARTUUID="c5f6e509-01"
  424. /dev/sda3: UUID="89dd52cf-c0e4-4eb7-ab9e-25410d43543c" TYPE="swap" PARTUUID="c5f6e509-03"
  425. /dev/sda5: UUID="4a851ba6-bc78-43ad-976b-7210356fffc9" TYPE="ext4" PARTUUID="c5f6e509-05"
  426. /dev/mmcblk0: PTUUID="8cf80386-3c4f-4410-b183-c124d4208ab1" PTTYPE="gpt"
  427. /dev/mmcblk0p2: PARTLABEL="Microsoft reserved partition" PARTUUID="d6e5b833-628e-4173-995a-9274e8dacfa0"
  428. 2 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  429. mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
  430. mount /dev/mmcblk0 : Error code 32
  431. mount -r /dev/mmcblk0 /mnt/boot-sav/mmcblk0
  432. mount: /dev/mmcblk0 is already mounted or /mnt/boot-sav/mmcblk0 busy
  433. mount -r /dev/mmcblk0 : Error code 32
  434. Windows not detected by os-prober on mmcblk0p3.
  435. =================== /etc/grub.d/ :
  436. drwxr-xr-x 2 root root 4096 Nov 26 17:55 grub.d
  437. total 76
  438. -rwxr-xr-x 1 root root 9791 Jun 17 11:10 00_header
  439. -rwxr-xr-x 1 root root 6258 Mär 15 2016 05_debian_theme
  440. -rwxr-xr-x 1 root root 12261 Jun 17 11:10 10_linux
  441. -rwxr-xr-x 1 root root 11082 Jun 17 11:10 20_linux_xen
  442. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  443. -rwxr-xr-x 1 root root 11692 Jun 17 11:10 30_os-prober
  444. -rwxr-xr-x 1 root root 1418 Jun 17 11:10 30_uefi-firmware
  445. -rwxr-xr-x 1 root root 214 Jun 17 11:10 40_custom
  446. -rwxr-xr-x 1 root root 216 Jun 17 11:10 41_custom
  447. -rw-r--r-- 1 root root 483 Jun 17 11:10 README
  448. =================== /etc/default/grub :
  449. # If you change this file, run 'update-grub' afterwards to update
  450. # /boot/grub/grub.cfg.
  451. # For full documentation of the options in this file, see:
  452. # info -f grub -n 'Simple configuration'
  453. GRUB_DEFAULT=0
  454. #GRUB_HIDDEN_TIMEOUT=0
  455. GRUB_HIDDEN_TIMEOUT_QUIET=true
  456. GRUB_TIMEOUT=10
  457. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  458. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  459. GRUB_CMDLINE_LINUX=""
  460. # Uncomment to enable BadRAM filtering, modify to suit your needs
  461. # This works with Linux (no patch required) and with any kernel that obtains
  462. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  463. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  464. # Uncomment to disable graphical terminal (grub-pc only)
  465. #GRUB_TERMINAL=console
  466. # The resolution used on graphical terminal
  467. # note that you can use only modes which your graphic card supports via VBE
  468. # you can see them in real GRUB with the command `vbeinfo'
  469. #GRUB_GFXMODE=640x480
  470. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  471. #GRUB_DISABLE_LINUX_UUID=true
  472. # Uncomment to disable generation of recovery mode menu entries
  473. #GRUB_DISABLE_RECOVERY="true"
  474. # Uncomment to get a beep at grub start
  475. #GRUB_INIT_TUNE="480 440 1"
  476. /boot/efi detected in the fstab of sda5: UUID=0EC5-BBE3 (mmcblk0p1)
  477. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  478. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  479. =================== efibootmgr -v
  480. BootCurrent: 0004
  481. Timeout: 0 seconds
  482. BootOrder: 0000,2003,0004,2001,2002
  483. Boot0000* Windows Boot Manager HD(1,GPT,be18e65f-0fa7-4a77-8406-79fd6fdf10ef,0x800,0x32000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...7................
  484. Boot0001* Unknown Device: HD(1,GPT,be18e65f-0fa7-4a77-8406-79fd6fdf10ef,0x800,0x32000)/File(EFIubuntushimx64.efi)RC
  485. Boot0002* Network Boot-IPV4: 2C-60-0C-90-FF-7B PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(2c600c90ff7b,0)/IPv4(0.0.0.0:0<->0.0.0.0:0,0,0)RC
  486. Boot0003* Network Boot-IPV6: 2C-60-0C-90-FF-7B PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(2c600c90ff7b,0)/IPv6([::]:<->[::]:,0,0)RC
  487. Boot0004* UbuntuShimx64 PciRoot(0x0)/Pci(0x10,0x0)/Ctrl(0x0)/Unit(0)/HD(1,GPT,be18e65f-0fa7-4a77-8406-79fd6fdf10ef,0x800,0x32000)/File(EFIubuntushimx64.efi)A01 ..
  488. Boot0005* Unknown Device: FvVol(a881d567-6cb0-4eee-8435-2e72d33e45b5)/FvFile(c57ad6b7-0515-40a8-9d21-551652854e37)RC...0
  489. Boot0006* Unknown Device: FvVol(a881d567-6cb0-4eee-8435-2e72d33e45b5)/FvFile(c57ad6b7-0515-40a8-9d21-551652854e37)RC...0
  490. Boot0007* Network Boot-IPV6: 2C-60-0C-90-FF-7B PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(2c600c90ff7b,0)/IPv6([::]:<->[::]:,0,0)RC
  491. Boot0008* Unknown Device: FvVol(a881d567-6cb0-4eee-8435-2e72d33e45b5)/FvFile(c57ad6b7-0515-40a8-9d21-551652854e37)RC...0
  492. Boot0009* Unknown Device: HD(1,GPT,be18e65f-0fa7-4a77-8406-79fd6fdf10ef,0x800,0x32000)/File(EFIubuntushimx64.efi)RC
  493. Boot000A* Unknown Device: FvVol(a881d567-6cb0-4eee-8435-2e72d33e45b5)/FvFile(c57ad6b7-0515-40a8-9d21-551652854e37)RC...0
  494. Boot2001* EFI USB Device RC
  495. Boot2002* EFI DVD/CDROM RC
  496. Boot2003* EFI Network RC
  497. =================== UEFI/Legacy mode:
  498. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  499. SecureBoot enabled.
  500. =================== PARTITIONS & DISKS:
  501. sda5 : sda, not-sepboot, grubenv-ok grub2, signed grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, .
  502. mmcblk0p1 : mmcblk0, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-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, /boot/efi.
  503. mmcblk0p3 : mmcblk0, 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, bootmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /media/olivier/Acer.
  504. mmcblk0p4 : mmcblk0, 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, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/mmcblk0p4.
  505. 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, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  506. mmcblk0 : 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/mmcblk0.
  507. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, usb-disk, has-os, 2048 sectors * 512 bytes
  508. mmcblk0 : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 1 sectors * 512 bytes
  509. =================== parted -l:
  510. Model: SanDisk Ultra Fit (scsi)
  511. Disk /dev/sda: 30.8GB
  512. Sector size (logical/physical): 512B/512B
  513. Partition Table: msdos
  514. Disk Flags:
  515. Number Start End Size Type File system Flags
  516. 1 1049kB 247MB 246MB primary fat32
  517. 2 249MB 25.9GB 25.7GB extended
  518. 5 249MB 25.9GB 25.7GB logical ext4
  519. 3 25.9GB 30.8GB 4819MB primary linux-swap(v1)
  520. Model: Generic SD/MMC Storage Card (sd/mmc)
  521. Disk /dev/mmcblk0rpmb: 4194kB
  522. Sector size (logical/physical): 512B/512B
  523. Partition Table: unknown
  524. Disk Flags:
  525. Model: Generic SD/MMC Storage Card (sd/mmc)
  526. Disk /dev/mmcblk0boot0: 4194kB
  527. Sector size (logical/physical): 512B/512B
  528. Partition Table: unknown
  529. Disk Flags:
  530. Model: Generic SD/MMC Storage Card (sd/mmc)
  531. Disk /dev/mmcblk0boot1: 4194kB
  532. Sector size (logical/physical): 512B/512B
  533. Partition Table: unknown
  534. Disk Flags:
  535. Model: MMC HBG4e (sd/mmc)
  536. Disk /dev/mmcblk0: 31.3GB
  537. Sector size (logical/physical): 512B/512B
  538. Partition Table: gpt
  539. Disk Flags:
  540. Number Start End Size File system Name Flags
  541. 1 1049kB 106MB 105MB fat32 EFI system partition boot, esp
  542. 2 106MB 123MB 16.8MB Microsoft reserved partition msftres
  543. 3 123MB 30.7GB 30.6GB ntfs Basic data partition msftdata
  544. 4 30.7GB 31.3GB 524MB ntfs hidden, diag
  545. =================== parted -lm:
  546. BYT;
  547. /dev/sda:30.8GB:scsi:512:512:msdos:SanDisk Ultra Fit:;
  548. 1:1049kB:247MB:246MB:fat32::;
  549. 2:249MB:25.9GB:25.7GB:::;
  550. 5:249MB:25.9GB:25.7GB:ext4::;
  551. 3:25.9GB:30.8GB:4819MB:linux-swap(v1)::;
  552. BYT;
  553. /dev/mmcblk0rpmb:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;
  554. BYT;
  555. /dev/mmcblk0boot0:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;
  556. BYT;
  557. /dev/mmcblk0boot1:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;
  558. BYT;
  559. /dev/mmcblk0:31.3GB:sd/mmc:512:512:gpt:MMC HBG4e:;
  560. 1:1049kB:106MB:105MB:fat32:EFI system partition:boot, esp;
  561. 2:106MB:123MB:16.8MB::Microsoft reserved partition:msftres;
  562. 3:123MB:30.7GB:30.6GB:ntfs:Basic data partition:msftdata;
  563. 4:30.7GB:31.3GB:524MB:ntfs::hidden, diag;
  564. =================== lsblk:
  565. KNAME TYPE FSTYPE SIZE LABEL
  566. sda disk 28,7G
  567. sda1 part vfat 235M LINUX UBUNT
  568. sda2 part 1K
  569. sda3 part swap 4,5G
  570. sda5 part ext4 23,9G
  571. mmcblk0rpmb disk 4M
  572. mmcblk0boot0 disk 4M
  573. mmcblk0boot1 disk 4M
  574. mmcblk0 disk 29,1G
  575. mmcblk0p1 part vfat 100M ESP
  576. mmcblk0p2 part 16M
  577. mmcblk0p3 part ntfs 28,5G Acer
  578. mmcblk0p4 part ntfs 500M Recovery
  579. KNAME ROTA RO RM STATE MOUNTPOINT
  580. sda 1 0 1 running
  581. sda1 1 0 1 /mnt/boot-sav/sda1
  582. sda2 1 0 1
  583. sda3 1 0 1 [SWAP]
  584. sda5 1 0 1 /
  585. mmcblk0rpmb 0 0 0
  586. mmcblk0boot0 0 1 0
  587. mmcblk0boot1 0 1 0
  588. mmcblk0 0 0 0
  589. mmcblk0p1 0 0 0 /boot/efi
  590. mmcblk0p2 0 0 0
  591. mmcblk0p3 0 0 0 /media/olivier/Acer
  592. mmcblk0p4 0 0 0 /mnt/boot-sav/mmcblk0p4
  593. =================== mount:
  594. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  595. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  596. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1959716k,nr_inodes=489929,mode=755)
  597. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  598. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=395840k,mode=755)
  599. /dev/sda5 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  600. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  601. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  602. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  603. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  604. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  605. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  606. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  607. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  608. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  609. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  610. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  611. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  612. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  613. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  614. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  615. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  616. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  617. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=23,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  618. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  619. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  620. mqueue on /dev/mqueue type mqueue (rw,relatime)
  621. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  622. /dev/mmcblk0p1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  623. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=395840k,mode=700,uid=1000,gid=1000)
  624. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  625. /dev/mmcblk0p3 on /media/olivier/Acer type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
  626. /dev/mmcblk0p4 on /mnt/boot-sav/mmcblk0p4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  627. /dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  628. =================== ls:
  629. /sys/block/mmcblk0 (filtered): alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity mmcblk0boot0 mmcblk0boot1 mmcblk0p1 mmcblk0p2 mmcblk0p3 mmcblk0p4 mmcblk0rpmb power queue range removable ro size slaves stat subsystem trace uevent
  630. /sys/block/mmcblk0boot0 (filtered): alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro ro_lock_until_next_power_on size slaves stat subsystem trace uevent
  631. /sys/block/mmcblk0boot1 (filtered): alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro ro_lock_until_next_power_on size slaves stat subsystem trace uevent
  632. /sys/block/mmcblk0rpmb (filtered): alignment_offset bdi capability dev device discard_alignment ext_range force_ro holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  633. /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 sda3 sda5 size slaves stat subsystem trace uevent
  634. /dev (filtered): acpi_thermal_rel autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 drm_dp_aux2 ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mmcblk0 mmcblk0boot0 mmcblk0boot1 mmcblk0p1 mmcblk0p2 mmcblk0p3 mmcblk0p4 mmcblk0rpmb mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda5 sg0 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  635. ls /dev/mapper: control
  636. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  637. =================== hexdump -n512 -C /dev/mmcblk0p1
  638. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 02 fe 19 |.X.MSDOS5.0.....|
  639. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  640. 00000020 00 20 03 00 01 03 00 00 00 00 00 00 02 00 00 00 |. ..............|
  641. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  642. 00000040 80 01 29 e3 bb c5 0e 4e 4f 20 4e 41 4d 45 20 20 |..)....NO NAME |
  643. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  644. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
  645. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  646. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  647. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  648. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  649. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  650. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  651. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  652. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  653. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  654. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  655. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  656. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  657. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  658. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  659. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  660. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
  661. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  662. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  663. *
  664. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 |..............Di|
  665. 000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error...Press|
  666. 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest|
  667. 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art.............|
  668. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  669. 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa |..............U.|
  670. 00000200
  671. =================== hexdump -n512 -C /dev/mmcblk0p3
  672. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  673. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 a8 03 00 |........?.......|
  674. 00000020 00 00 00 00 80 00 80 00 ff af 90 03 00 00 00 00 |................|
  675. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  676. 00000040 f6 00 00 00 01 00 00 00 d9 89 d3 3c a5 d3 3c 0a |...........<..<.|
  677. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  678. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  679. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  680. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  681. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  682. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  683. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  684. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  685. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  686. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  687. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  688. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  689. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  690. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  691. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  692. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  693. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  694. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  695. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  696. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  697. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  698. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  699. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  700. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  701. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  702. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  703. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  704. 00000200
  705. =================== hexdump -n512 -C /dev/mmcblk0p4
  706. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  707. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 58 94 03 |........?....X..|
  708. 00000020 00 00 00 00 80 00 80 00 ff 9f 0f 00 00 00 00 00 |................|
  709. 00000030 aa a6 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  710. 00000040 f6 00 00 00 01 00 00 00 ad c6 d4 2c 02 d5 2c ee |...........,..,.|
  711. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  712. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  713. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  714. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  715. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  716. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  717. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  718. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  719. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  720. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  721. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  722. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  723. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  724. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  725. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  726. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  727. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  728. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  729. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  730. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  731. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  732. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  733. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  734. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  735. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  736. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  737. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  738. 00000200
  739. =================== hexdump -n512 -C /dev/sda1
  740. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 01 20 00 |.X.mkfs.fat... .|
  741. 00000010 02 00 00 00 00 f8 00 00 20 00 40 00 00 08 00 00 |........ .@.....|
  742. 00000020 00 58 07 00 76 0e 00 00 00 00 00 00 02 00 00 00 |.X..v...........|
  743. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  744. 00000040 80 01 29 22 2c e1 21 20 20 20 20 20 20 20 20 20 |..)",.! |
  745. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  746. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  747. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  748. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  749. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  750. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  751. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  752. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  753. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  754. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  755. *
  756. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  757. 00000200
  758. =================== df -Th:
  759. Filesystem Type Size Used Avail Use% Mounted on
  760. udev devtmpfs 1.9G 0 1.9G 0% /dev
  761. tmpfs tmpfs 387M 6.3M 381M 2% /run
  762. /dev/sda5 ext4 24G 5.0G 18G 23% /
  763. tmpfs tmpfs 1.9G 1.9M 1.9G 1% /dev/shm
  764. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  765. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  766. /dev/mmcblk0p1 vfat 96M 49M 48M 51% /boot/efi
  767. tmpfs tmpfs 387M 60K 387M 1% /run/user/1000
  768. /dev/mmcblk0p3 fuseblk 29G 25G 3.7G 88% /media/olivier/Acer
  769. /dev/mmcblk0p4 fuseblk 500M 303M 198M 61% /mnt/boot-sav/mmcblk0p4
  770. /dev/sda1 vfat 232M 1.5K 232M 1% /mnt/boot-sav/sda1
  771. =================== fdisk -l:
  772. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  773. Units: sectors of 1 * 512 = 512 bytes
  774. Sector size (logical/physical): 512 bytes / 4096 bytes
  775. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  776. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  777. Units: sectors of 1 * 512 = 512 bytes
  778. Sector size (logical/physical): 512 bytes / 4096 bytes
  779. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  780. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  781. Units: sectors of 1 * 512 = 512 bytes
  782. Sector size (logical/physical): 512 bytes / 4096 bytes
  783. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  784. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  785. Units: sectors of 1 * 512 = 512 bytes
  786. Sector size (logical/physical): 512 bytes / 4096 bytes
  787. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  788. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  789. Units: sectors of 1 * 512 = 512 bytes
  790. Sector size (logical/physical): 512 bytes / 4096 bytes
  791. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  792. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  793. Units: sectors of 1 * 512 = 512 bytes
  794. Sector size (logical/physical): 512 bytes / 4096 bytes
  795. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  796. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  797. Units: sectors of 1 * 512 = 512 bytes
  798. Sector size (logical/physical): 512 bytes / 4096 bytes
  799. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  800. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  801. Units: sectors of 1 * 512 = 512 bytes
  802. Sector size (logical/physical): 512 bytes / 4096 bytes
  803. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  804. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  805. Units: sectors of 1 * 512 = 512 bytes
  806. Sector size (logical/physical): 512 bytes / 4096 bytes
  807. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  808. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  809. Units: sectors of 1 * 512 = 512 bytes
  810. Sector size (logical/physical): 512 bytes / 4096 bytes
  811. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  812. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  813. Units: sectors of 1 * 512 = 512 bytes
  814. Sector size (logical/physical): 512 bytes / 4096 bytes
  815. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  816. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  817. Units: sectors of 1 * 512 = 512 bytes
  818. Sector size (logical/physical): 512 bytes / 4096 bytes
  819. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  820. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  821. Units: sectors of 1 * 512 = 512 bytes
  822. Sector size (logical/physical): 512 bytes / 4096 bytes
  823. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  824. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  825. Units: sectors of 1 * 512 = 512 bytes
  826. Sector size (logical/physical): 512 bytes / 4096 bytes
  827. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  828. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  829. Units: sectors of 1 * 512 = 512 bytes
  830. Sector size (logical/physical): 512 bytes / 4096 bytes
  831. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  832. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  833. Units: sectors of 1 * 512 = 512 bytes
  834. Sector size (logical/physical): 512 bytes / 4096 bytes
  835. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  836. Disk /dev/mmcblk0: 29.1 GiB, 31272730624 bytes, 61079552 sectors
  837. Units: sectors of 1 * 512 = 512 bytes
  838. Sector size (logical/physical): 512 bytes / 512 bytes
  839. I/O size (minimum/optimal): 512 bytes / 512 bytes
  840. Disklabel type: gpt
  841. Disk identifier: 8CF80386-3C4F-4410-B183-C124D4208AB1
  842. Device Start End Sectors Size Type
  843. /dev/mmcblk0p1 2048 206847 204800 100M EFI System
  844. /dev/mmcblk0p2 206848 239615 32768 16M Microsoft reserved
  845. /dev/mmcblk0p3 239616 60053503 59813888 28.5G Microsoft basic data
  846. /dev/mmcblk0p4 60053504 61077503 1024000 500M Windows recovery environment
  847. Disk /dev/mmcblk0boot1: 4 MiB, 4194304 bytes, 8192 sectors
  848. Units: sectors of 1 * 512 = 512 bytes
  849. Sector size (logical/physical): 512 bytes / 512 bytes
  850. I/O size (minimum/optimal): 512 bytes / 512 bytes
  851. Disk /dev/mmcblk0boot0: 4 MiB, 4194304 bytes, 8192 sectors
  852. Units: sectors of 1 * 512 = 512 bytes
  853. Sector size (logical/physical): 512 bytes / 512 bytes
  854. I/O size (minimum/optimal): 512 bytes / 512 bytes
  855. Disk /dev/sda: 28.7 GiB, 30752000000 bytes, 60062500 sectors
  856. Units: sectors of 1 * 512 = 512 bytes
  857. Sector size (logical/physical): 512 bytes / 512 bytes
  858. I/O size (minimum/optimal): 512 bytes / 512 bytes
  859. Disklabel type: dos
  860. Disk identifier: 0xc5f6e509
  861. Device Boot Start End Sectors Size Id Type
  862. /dev/sda1 2048 483327 481280 235M b W95 FAT32
  863. /dev/sda2 485374 50649087 50163714 23.9G 5 Extended
  864. /dev/sda3 50649088 60061695 9412608 4.5G 82 Linux swap / Solaris
  865. /dev/sda5 485376 50649087 50163712 23.9G 83 Linux
  866. Partition table entries are not in disk order.
  867. =================== Suggested repair
  868. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda5, using the following options: mmcblk0p1/boot/efi,
  869. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot use-standard-efi-file
  870. =================== Advice in case of suggested repair
  871. Veuillez désactiver SecureBoot dans le BIOS. Puis réessayez.Voulez-vous continuer ?
  872. =================== Final advice in case of suggested repair
  873. N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sda (30.8GB) !
  874. Si votre ordinateur redémarre directement sur Windows, essayez de changer l'ordre de démarrage dans votre BIOS.
  875. Si votre BIOS ne permet pas de changer l'ordre de démarrage, changez l'entrée de démarrage par défaut de l'amorceur Windows.
  876. Par exemple, vous pouvez démarrer Windows, puis saisir la commande suivante dans une invite de commande en mode administrateur :
  877. bcdedit /set {bootmgr} path \EFI\...\grub*.efi
  878. =================== User settings
  879. The settings chosen by the user will not act on the boot.
  880. paste.ubuntu.com ko (), using paste.debian
  881. paste.debian.net ko (), using paste2