1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader 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: ext4
  12. Boot sector type: -
  13. Boot sector info:
  14. Operating System: Ubuntu 16.04.1 LTS
  15. Boot files: /boot/grub/grub.cfg /etc/fstab
  16. sda3: __________________________________________________________________________
  17. File system: swap
  18. Boot sector type: -
  19. Boot sector info:
  20. ============================ Drive/Partition Info: =============================
  21. Drive: sda _____________________________________________________________________
  22. Disk /dev/sda: 477 GiB, 512110190592 bytes, 1000215216 sectors
  23. Units: sectors of 1 * 512 = 512 bytes
  24. Sector size (logical/physical): 512 bytes / 512 bytes
  25. I/O size (minimum/optimal): 512 bytes / 33553920 bytes
  26. Disklabel type: gpt
  27. Partition Boot Start Sector End Sector # of Sectors Id System
  28. /dev/sda1 1 1,000,215,215 1,000,215,215 ee GPT
  29. GUID Partition Table detected.
  30. Partition Attrs Start Sector End Sector # of Sectors System
  31. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  32. /dev/sda2 1,050,624 966,863,123 965,812,500 Data partition (Linux)
  33. /dev/sda3 966,932,480 1,000,214,527 33,282,048 Swap partition (Linux)
  34. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  35. "blkid" output: ________________________________________________________________
  36. Device UUID TYPE LABEL
  37. /dev/nvme0n1
  38. /dev/nvme0n1p1 CE4C3DEB4C3DCF49 ntfs Récupération
  39. /dev/nvme0n1p2 FA3E-F48B vfat
  40. /dev/nvme0n1p3
  41. /dev/nvme0n1p4 CA38467B38466713 ntfs
  42. /dev/sda1 FB34-5ACE vfat
  43. /dev/sda2 dfca1061-c874-46ae-ba89-c406e36ac665 ext4
  44. /dev/sda3 6ce9fa2f-152a-4aab-94f8-fab61d6f4b54 swap
  45. ========================= "ls -l /dev/disk/by-id" output: ======================
  46. total 0
  47. lrwxrwxrwx 1 root root 9 Feb 5 14:31 ata-Samsung_SSD_840_PRO_Series_S1AXNEAD707108F -> ../../sda
  48. lrwxrwxrwx 1 root root 10 Feb 5 14:31 ata-Samsung_SSD_840_PRO_Series_S1AXNEAD707108F-part1 -> ../../sda1
  49. lrwxrwxrwx 1 root root 10 Feb 5 14:31 ata-Samsung_SSD_840_PRO_Series_S1AXNEAD707108F-part2 -> ../../sda2
  50. lrwxrwxrwx 1 root root 10 Feb 5 14:31 ata-Samsung_SSD_840_PRO_Series_S1AXNEAD707108F-part3 -> ../../sda3
  51. lrwxrwxrwx 1 root root 13 Feb 5 14:31 nvme-PM951_NVMe_SAMSUNG_1024GB__S2FZNXAG904870 -> ../../nvme0n1
  52. lrwxrwxrwx 1 root root 15 Feb 5 14:31 nvme-PM951_NVMe_SAMSUNG_1024GB__S2FZNXAG904870-part1 -> ../../nvme0n1p1
  53. lrwxrwxrwx 1 root root 15 Feb 5 14:31 nvme-PM951_NVMe_SAMSUNG_1024GB__S2FZNXAG904870-part2 -> ../../nvme0n1p2
  54. lrwxrwxrwx 1 root root 15 Feb 5 14:31 nvme-PM951_NVMe_SAMSUNG_1024GB__S2FZNXAG904870-part3 -> ../../nvme0n1p3
  55. lrwxrwxrwx 1 root root 15 Feb 5 14:31 nvme-PM951_NVMe_SAMSUNG_1024GB__S2FZNXAG904870-part4 -> ../../nvme0n1p4
  56. lrwxrwxrwx 1 root root 9 Feb 5 14:31 wwn-0x50025385503f00ab -> ../../sda
  57. lrwxrwxrwx 1 root root 10 Feb 5 14:31 wwn-0x50025385503f00ab-part1 -> ../../sda1
  58. lrwxrwxrwx 1 root root 10 Feb 5 14:31 wwn-0x50025385503f00ab-part2 -> ../../sda2
  59. lrwxrwxrwx 1 root root 10 Feb 5 14:31 wwn-0x50025385503f00ab-part3 -> ../../sda3
  60. ================================ Mount points: =================================
  61. Device Mount_Point Type Options
  62. /dev/nvme0n1p2 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  63. /dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  64. =========================== sda2/boot/grub/grub.cfg: ===========================
  65. --------------------------------------------------------------------------------
  66. #
  67. # DO NOT EDIT THIS FILE
  68. #
  69. # It is automatically generated by grub-mkconfig using templates
  70. # from /etc/grub.d and settings from /etc/default/grub
  71. #
  72. ### BEGIN /etc/grub.d/00_header ###
  73. if [ -s $prefix/grubenv ]; then
  74. set have_grubenv=true
  75. load_env
  76. fi
  77. if [ "${next_entry}" ] ; then
  78. set default="${next_entry}"
  79. set next_entry=
  80. save_env next_entry
  81. set boot_once=true
  82. else
  83. set default="0"
  84. fi
  85. if [ x"${feature_menuentry_id}" = xy ]; then
  86. menuentry_id_option="--id"
  87. else
  88. menuentry_id_option=""
  89. fi
  90. export menuentry_id_option
  91. if [ "${prev_saved_entry}" ]; then
  92. set saved_entry="${prev_saved_entry}"
  93. save_env saved_entry
  94. set prev_saved_entry=
  95. save_env prev_saved_entry
  96. set boot_once=true
  97. fi
  98. function savedefault {
  99. if [ -z "${boot_once}" ]; then
  100. saved_entry="${chosen}"
  101. save_env saved_entry
  102. fi
  103. }
  104. function recordfail {
  105. set recordfail=1
  106. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  107. }
  108. function load_video {
  109. if [ x$feature_all_video_module = xy ]; then
  110. insmod all_video
  111. else
  112. insmod efi_gop
  113. insmod efi_uga
  114. insmod ieee1275_fb
  115. insmod vbe
  116. insmod vga
  117. insmod video_bochs
  118. insmod video_cirrus
  119. fi
  120. }
  121. if [ x$feature_default_font_path = xy ] ; then
  122. font=unicode
  123. else
  124. insmod part_gpt
  125. insmod ext2
  126. set root='hd0,gpt2'
  127. if [ x$feature_platform_search_hint = xy ]; then
  128. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 dfca1061-c874-46ae-ba89-c406e36ac665
  129. else
  130. search --no-floppy --fs-uuid --set=root dfca1061-c874-46ae-ba89-c406e36ac665
  131. fi
  132. font="/usr/share/grub/unicode.pf2"
  133. fi
  134. if loadfont $font ; then
  135. set gfxmode=auto
  136. load_video
  137. insmod gfxterm
  138. set locale_dir=$prefix/locale
  139. set lang=C
  140. insmod gettext
  141. fi
  142. terminal_output gfxterm
  143. if [ "${recordfail}" = 1 ] ; then
  144. set timeout=30
  145. else
  146. if [ x$feature_timeout_style = xy ] ; then
  147. set timeout_style=menu
  148. set timeout=10
  149. # Fallback normal timeout code in case the timeout_style feature is
  150. # unavailable.
  151. else
  152. set timeout=10
  153. fi
  154. fi
  155. ### END /etc/grub.d/00_header ###
  156. ### BEGIN /etc/grub.d/05_debian_theme ###
  157. set menu_color_normal=white/black
  158. set menu_color_highlight=black/light-gray
  159. if background_color 44,0,30,0; then
  160. clear
  161. fi
  162. ### END /etc/grub.d/05_debian_theme ###
  163. ### BEGIN /etc/grub.d/10_linux ###
  164. function gfxmode {
  165. set gfxpayload="${1}"
  166. if [ "${1}" = "keep" ]; then
  167. set vt_handoff=vt.handoff=7
  168. else
  169. set vt_handoff=
  170. fi
  171. }
  172. if [ "${recordfail}" != 1 ]; then
  173. if [ -e ${prefix}/gfxblacklist.txt ]; then
  174. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  175. if [ ${match} = 0 ]; then
  176. set linux_gfx_mode=keep
  177. else
  178. set linux_gfx_mode=text
  179. fi
  180. else
  181. set linux_gfx_mode=text
  182. fi
  183. else
  184. set linux_gfx_mode=keep
  185. fi
  186. else
  187. set linux_gfx_mode=text
  188. fi
  189. export linux_gfx_mode
  190. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-dfca1061-c874-46ae-ba89-c406e36ac665' {
  191. recordfail
  192. load_video
  193. gfxmode $linux_gfx_mode
  194. insmod gzio
  195. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  196. insmod part_gpt
  197. insmod ext2
  198. set root='hd0,gpt2'
  199. if [ x$feature_platform_search_hint = xy ]; then
  200. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 dfca1061-c874-46ae-ba89-c406e36ac665
  201. else
  202. search --no-floppy --fs-uuid --set=root dfca1061-c874-46ae-ba89-c406e36ac665
  203. fi
  204. linux /boot/vmlinuz-4.4.0-59-generic.efi.signed root=UUID=dfca1061-c874-46ae-ba89-c406e36ac665 ro quiet splash $vt_handoff
  205. initrd /boot/initrd.img-4.4.0-59-generic
  206. }
  207. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-dfca1061-c874-46ae-ba89-c406e36ac665' {
  208. menuentry 'Ubuntu, with Linux 4.4.0-59-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-advanced-dfca1061-c874-46ae-ba89-c406e36ac665' {
  209. recordfail
  210. load_video
  211. gfxmode $linux_gfx_mode
  212. insmod gzio
  213. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  214. insmod part_gpt
  215. insmod ext2
  216. set root='hd0,gpt2'
  217. if [ x$feature_platform_search_hint = xy ]; then
  218. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 dfca1061-c874-46ae-ba89-c406e36ac665
  219. else
  220. search --no-floppy --fs-uuid --set=root dfca1061-c874-46ae-ba89-c406e36ac665
  221. fi
  222. echo 'Loading Linux 4.4.0-59-generic ...'
  223. linux /boot/vmlinuz-4.4.0-59-generic.efi.signed root=UUID=dfca1061-c874-46ae-ba89-c406e36ac665 ro quiet splash $vt_handoff
  224. echo 'Loading initial ramdisk ...'
  225. initrd /boot/initrd.img-4.4.0-59-generic
  226. }
  227. menuentry 'Ubuntu, with Linux 4.4.0-59-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-init-upstart-dfca1061-c874-46ae-ba89-c406e36ac665' {
  228. recordfail
  229. load_video
  230. gfxmode $linux_gfx_mode
  231. insmod gzio
  232. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  233. insmod part_gpt
  234. insmod ext2
  235. set root='hd0,gpt2'
  236. if [ x$feature_platform_search_hint = xy ]; then
  237. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 dfca1061-c874-46ae-ba89-c406e36ac665
  238. else
  239. search --no-floppy --fs-uuid --set=root dfca1061-c874-46ae-ba89-c406e36ac665
  240. fi
  241. echo 'Loading Linux 4.4.0-59-generic ...'
  242. linux /boot/vmlinuz-4.4.0-59-generic.efi.signed root=UUID=dfca1061-c874-46ae-ba89-c406e36ac665 ro quiet splash $vt_handoff init=/sbin/upstart
  243. echo 'Loading initial ramdisk ...'
  244. initrd /boot/initrd.img-4.4.0-59-generic
  245. }
  246. menuentry 'Ubuntu, with Linux 4.4.0-59-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-recovery-dfca1061-c874-46ae-ba89-c406e36ac665' {
  247. recordfail
  248. load_video
  249. insmod gzio
  250. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  251. insmod part_gpt
  252. insmod ext2
  253. set root='hd0,gpt2'
  254. if [ x$feature_platform_search_hint = xy ]; then
  255. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 dfca1061-c874-46ae-ba89-c406e36ac665
  256. else
  257. search --no-floppy --fs-uuid --set=root dfca1061-c874-46ae-ba89-c406e36ac665
  258. fi
  259. echo 'Loading Linux 4.4.0-59-generic ...'
  260. linux /boot/vmlinuz-4.4.0-59-generic.efi.signed root=UUID=dfca1061-c874-46ae-ba89-c406e36ac665 ro recovery nomodeset
  261. echo 'Loading initial ramdisk ...'
  262. initrd /boot/initrd.img-4.4.0-59-generic
  263. }
  264. menuentry 'Ubuntu, with 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-dfca1061-c874-46ae-ba89-c406e36ac665' {
  265. recordfail
  266. load_video
  267. gfxmode $linux_gfx_mode
  268. insmod gzio
  269. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  270. insmod part_gpt
  271. insmod ext2
  272. set root='hd0,gpt2'
  273. if [ x$feature_platform_search_hint = xy ]; then
  274. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 dfca1061-c874-46ae-ba89-c406e36ac665
  275. else
  276. search --no-floppy --fs-uuid --set=root dfca1061-c874-46ae-ba89-c406e36ac665
  277. fi
  278. echo 'Loading Linux 4.4.0-31-generic ...'
  279. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=dfca1061-c874-46ae-ba89-c406e36ac665 ro quiet splash $vt_handoff
  280. echo 'Loading initial ramdisk ...'
  281. initrd /boot/initrd.img-4.4.0-31-generic
  282. }
  283. 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-dfca1061-c874-46ae-ba89-c406e36ac665' {
  284. recordfail
  285. load_video
  286. gfxmode $linux_gfx_mode
  287. insmod gzio
  288. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  289. insmod part_gpt
  290. insmod ext2
  291. set root='hd0,gpt2'
  292. if [ x$feature_platform_search_hint = xy ]; then
  293. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 dfca1061-c874-46ae-ba89-c406e36ac665
  294. else
  295. search --no-floppy --fs-uuid --set=root dfca1061-c874-46ae-ba89-c406e36ac665
  296. fi
  297. echo 'Loading Linux 4.4.0-31-generic ...'
  298. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=dfca1061-c874-46ae-ba89-c406e36ac665 ro quiet splash $vt_handoff init=/sbin/upstart
  299. echo 'Loading initial ramdisk ...'
  300. initrd /boot/initrd.img-4.4.0-31-generic
  301. }
  302. 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-dfca1061-c874-46ae-ba89-c406e36ac665' {
  303. recordfail
  304. load_video
  305. insmod gzio
  306. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  307. insmod part_gpt
  308. insmod ext2
  309. set root='hd0,gpt2'
  310. if [ x$feature_platform_search_hint = xy ]; then
  311. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 dfca1061-c874-46ae-ba89-c406e36ac665
  312. else
  313. search --no-floppy --fs-uuid --set=root dfca1061-c874-46ae-ba89-c406e36ac665
  314. fi
  315. echo 'Loading Linux 4.4.0-31-generic ...'
  316. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=dfca1061-c874-46ae-ba89-c406e36ac665 ro recovery nomodeset
  317. echo 'Loading initial ramdisk ...'
  318. initrd /boot/initrd.img-4.4.0-31-generic
  319. }
  320. }
  321. ### END /etc/grub.d/10_linux ###
  322. ### BEGIN /etc/grub.d/20_linux_xen ###
  323. ### END /etc/grub.d/20_linux_xen ###
  324. ### BEGIN /etc/grub.d/20_memtest86+ ###
  325. ### END /etc/grub.d/20_memtest86+ ###
  326. ### BEGIN /etc/grub.d/30_os-prober ###
  327. menuentry 'Windows Boot Manager (on /dev/nvme0n1p2)' --class windows --class os $menuentry_id_option 'osprober-efi-FA3E-F48B' {
  328. insmod part_gpt
  329. insmod fat
  330. if [ x$feature_platform_search_hint = xy ]; then
  331. search --no-floppy --fs-uuid --set=root FA3E-F48B
  332. else
  333. search --no-floppy --fs-uuid --set=root FA3E-F48B
  334. fi
  335. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  336. }
  337. set timeout_style=menu
  338. if [ "${timeout}" = 0 ]; then
  339. set timeout=10
  340. fi
  341. ### END /etc/grub.d/30_os-prober ###
  342. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  343. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  344. fwsetup
  345. }
  346. ### END /etc/grub.d/30_uefi-firmware ###
  347. ### BEGIN /etc/grub.d/40_custom ###
  348. # This file provides an easy way to add custom menu entries. Simply type the
  349. # menu entries you want to add after this comment. Be careful not to change
  350. # the 'exec tail' line above.
  351. ### END /etc/grub.d/40_custom ###
  352. ### BEGIN /etc/grub.d/41_custom ###
  353. if [ -f ${config_directory}/custom.cfg ]; then
  354. source ${config_directory}/custom.cfg
  355. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  356. source $prefix/custom.cfg;
  357. fi
  358. ### END /etc/grub.d/41_custom ###
  359. --------------------------------------------------------------------------------
  360. =============================== sda2/etc/fstab: ================================
  361. --------------------------------------------------------------------------------
  362. # /etc/fstab: static file system information.
  363. #
  364. # Use 'blkid' to print the universally unique identifier for a
  365. # device; this may be used with UUID= as a more robust way to name devices
  366. # that works even if disks are added and removed. See fstab(5).
  367. #
  368. # <file system> <mount point> <type> <options> <dump> <pass>
  369. # / was on /dev/sdb2 during installation
  370. UUID=dfca1061-c874-46ae-ba89-c406e36ac665 / ext4 errors=remount-ro 0 1
  371. # /boot/efi was on /dev/nvme0n1p2 during installation
  372. UUID=FA3E-F48B /boot/efi vfat umask=0077 0 1
  373. # swap was on /dev/sdb3 during installation
  374. UUID=6ce9fa2f-152a-4aab-94f8-fab61d6f4b54 none swap sw 0 0
  375. --------------------------------------------------------------------------------
  376. =================== sda2: Location of files loaded by Grub: ====================
  377. GiB - GB File Fragment(s)
  378. 294.945472717 = 316.695289856 boot/grub/grub.cfg 1
  379. 1.445037842 = 1.551597568 boot/vmlinuz-4.4.0-31-generic 2
  380. 295.334323883 = 317.112815616 boot/vmlinuz-4.4.0-59-generic 1
  381. 295.421623230 = 317.206552576 boot/vmlinuz-4.4.0-59-generic.efi.signed 1
  382. 1.445037842 = 1.551597568 vmlinuz 2
  383. 295.804836273 = 317.618024448 boot/initrd.img-4.4.0-31-generic 3
  384. 297.254848480 = 319.174963200 boot/initrd.img-4.4.0-59-generic 3
  385. 295.804836273 = 317.618024448 initrd.img 3
  386. 295.804836273 = 317.618024448 initrd.img.old 3
  387. ADDITIONAL INFORMATION :
  388. =================== log of boot-info 2017-02-05__14h30 ===================
  389. boot-info version : 4ppa40
  390. boot-sav version : 4ppa40
  391. glade2script version : 3.2.3~ppa1
  392. boot-sav-extra version : 4ppa40
  393. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  394. CPU op-mode(s): 32-bit, 64-bit
  395. BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic.efi.signed root=UUID=dfca1061-c874-46ae-ba89-c406e36ac665 ro quiet splash vt.handoff=7
  396. nvme0n1 (sda) has unknown type. Veuillez indiquer ce message à [email protected]
  397. nvme0n1 (sda) has unknown type. Veuillez indiquer ce message à [email protected]
  398. The disk contains an unclean file system (0, 0).
  399. Metadata kept in Windows cache, refused to mount.
  400. Failed to mount '/dev/nvme0n1p1': Opération non permise
  401. The NTFS partition is in an unsafe state. Please resume and shutdown
  402. Windows fully (no hibernation or fast restarting), or mount the volume
  403. read-only with the 'ro' mount option.
  404. mount -t ntfs-3g -o remove_hiberfile /dev/nvme0n1p1 /mnt/boot-sav/nvme0n1p1
  405. The disk contains an unclean file system (0, 0).
  406. Metadata kept in Windows cache, refused to mount.
  407. Failed to mount '/dev/nvme0n1p1': Opération non permise
  408. The NTFS partition is in an unsafe state. Please resume and shutdown
  409. Windows fully (no hibernation or fast restarting), or mount the volume
  410. read-only with the 'ro' mount option.
  411. mount /dev/nvme0n1p1 : Error code 14
  412. mount -r /dev/nvme0n1p1 /mnt/boot-sav/nvme0n1p1
  413. Windows is hibernated, refused to mount.
  414. Failed to mount '/dev/nvme0n1p4': Opération non permise
  415. The NTFS partition is in an unsafe state. Please resume and shutdown
  416. Windows fully (no hibernation or fast restarting), or mount the volume
  417. read-only with the 'ro' mount option.
  418. mount -t ntfs-3g -o remove_hiberfile /dev/nvme0n1p4 /mnt/boot-sav/nvme0n1p4
  419. The disk contains an unclean file system (0, 0).
  420. Metadata kept in Windows cache, refused to mount.
  421. Failed to mount '/dev/nvme0n1p4': Opération non permise
  422. The NTFS partition is in an unsafe state. Please resume and shutdown
  423. Windows fully (no hibernation or fast restarting), or mount the volume
  424. read-only with the 'ro' mount option.
  425. mount /dev/nvme0n1p4 : Error code 14
  426. mount -r /dev/nvme0n1p4 /mnt/boot-sav/nvme0n1p4
  427. mount: /dev/nvme0n1 is already mounted or /mnt/boot-sav/nvme0n1 busy
  428. mount /dev/nvme0n1 : Error code 32
  429. mount -r /dev/nvme0n1 /mnt/boot-sav/nvme0n1
  430. mount: /dev/nvme0n1 is already mounted or /mnt/boot-sav/nvme0n1 busy
  431. mount -r /dev/nvme0n1 : Error code 32
  432. =================== os-prober:
  433. /dev/sda2:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  434. /dev/nvme0n1p2@/EFI/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
  435. =================== blkid:
  436. /dev/sda1: UUID="FB34-5ACE" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="06b02227-093e-4fb2-a87e-95cfecdef36f"
  437. /dev/sda2: UUID="dfca1061-c874-46ae-ba89-c406e36ac665" TYPE="ext4" PARTUUID="3053f378-3acb-452b-93c7-aef178844cc5"
  438. /dev/sda3: UUID="6ce9fa2f-152a-4aab-94f8-fab61d6f4b54" TYPE="swap" PARTUUID="99a9a7df-340c-4051-8ae8-4d5bc0b58ce9"
  439. /dev/nvme0n1p1: LABEL="RM-CM-)cupM-CM-)ration" UUID="CE4C3DEB4C3DCF49" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="19100e65-2afd-4b12-b49a-f7cf8c495b9b"
  440. /dev/nvme0n1p2: UUID="FA3E-F48B" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="5421bb23-64ff-4977-b167-fd8824518420"
  441. /dev/nvme0n1p4: UUID="CA38467B38466713" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="c25bbf33-90b2-49b9-bb6d-0657b50e8e4d"
  442. /dev/nvme0n1: PTUUID="836f63b6-70b1-45d3-bd02-e9ee51681746" PTTYPE="gpt"
  443. /dev/nvme0n1p3: PARTLABEL="Microsoft reserved partition" PARTUUID="b50fe4f4-b9cc-4502-9c55-bbb74723da35"
  444. 2 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  445. mount: /dev/nvme0n1 is already mounted or /mnt/boot-sav/nvme0n1 busy
  446. mount /dev/nvme0n1 : Error code 32
  447. mount -r /dev/nvme0n1 /mnt/boot-sav/nvme0n1
  448. mount: /dev/nvme0n1 is already mounted or /mnt/boot-sav/nvme0n1 busy
  449. mount -r /dev/nvme0n1 : Error code 32
  450. Windows not detected by os-prober on nvme0n1p4.
  451. =================== /etc/grub.d/ :
  452. drwxr-xr-x 2 root root 4096 janv. 27 20:42 grub.d
  453. total 76
  454. -rwxr-xr-x 1 root root 9791 juin 17 2016 00_header
  455. -rwxr-xr-x 1 root root 6258 mars 16 2016 05_debian_theme
  456. -rwxr-xr-x 1 root root 12261 juin 17 2016 10_linux
  457. -rwxr-xr-x 1 root root 11082 juin 17 2016 20_linux_xen
  458. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  459. -rwxr-xr-x 1 root root 11692 juin 17 2016 30_os-prober
  460. -rwxr-xr-x 1 root root 1418 juin 17 2016 30_uefi-firmware
  461. -rwxr-xr-x 1 root root 214 juin 17 2016 40_custom
  462. -rwxr-xr-x 1 root root 216 juin 17 2016 41_custom
  463. -rw-r--r-- 1 root root 483 juin 17 2016 README
  464. =================== /etc/default/grub :
  465. # If you change this file, run 'update-grub' afterwards to update
  466. # /boot/grub/grub.cfg.
  467. # For full documentation of the options in this file, see:
  468. # info -f grub -n 'Simple configuration'
  469. GRUB_DEFAULT=0
  470. #GRUB_HIDDEN_TIMEOUT=0
  471. GRUB_HIDDEN_TIMEOUT_QUIET=true
  472. GRUB_TIMEOUT=10
  473. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  474. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  475. GRUB_CMDLINE_LINUX=""
  476. # Uncomment to enable BadRAM filtering, modify to suit your needs
  477. # This works with Linux (no patch required) and with any kernel that obtains
  478. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  479. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  480. # Uncomment to disable graphical terminal (grub-pc only)
  481. #GRUB_TERMINAL=console
  482. # The resolution used on graphical terminal
  483. # note that you can use only modes which your graphic card supports via VBE
  484. # you can see them in real GRUB with the command `vbeinfo'
  485. #GRUB_GFXMODE=640x480
  486. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  487. #GRUB_DISABLE_LINUX_UUID=true
  488. # Uncomment to disable generation of recovery mode menu entries
  489. #GRUB_DISABLE_RECOVERY="true"
  490. # Uncomment to get a beep at grub start
  491. #GRUB_INIT_TUNE="480 440 1"
  492. /boot/efi detected in the fstab of sda2: UUID=FA3E-F48B (nvme0n1p2)
  493. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  494. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  495. =================== efibootmgr -v
  496. BootCurrent: 0002
  497. Timeout: 0 seconds
  498. BootOrder: 0000,0002,0001
  499. Boot0000* Windows Boot Manager HD(2,GPT,5421bb23-64ff-4977-b167-fd8824518420,0xe1800,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.}..._................
  500. Boot0001* UEFI: PM951 NVMe SAMSUNG 1024GB, Partition 2 HD(2,GPT,5421bb23-64ff-4977-b167-fd8824518420,0xe1800,0x32000)/File(EFIMicrosoftBootbootmgfw.efi)..BO
  501. Boot0002* ubuntu HD(2,GPT,5421bb23-64ff-4977-b167-fd8824518420,0xe1800,0x32000)/File(EFIubuntushimx64.efi)
  502. =================== UEFI/Legacy mode:
  503. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  504. SecureBoot enabled.
  505. =================== PARTITIONS & DISKS:
  506. sda2 : 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, farbios, .
  507. 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.
  508. nvme0n1p1 : nvme0n1, 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/nvme0n1p1.
  509. nvme0n1p2 : nvme0n1, 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.
  510. nvme0n1p4 : nvme0n1, 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, farbios, /mnt/boot-sav/nvme0n1p4.
  511. nvme0n1 : 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/nvme0n1.
  512. sda : GPT, no-BIOS_boot, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  513. nvme0n1 : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  514. =================== parted -l:
  515. Model: Arrow TYPEC (scsi)
  516. Disk /dev/sda: 512GB
  517. Sector size (logical/physical): 512B/512B
  518. Partition Table: gpt
  519. Disk Flags:
  520. Number Start End Size File system Name Flags
  521. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  522. 2 538MB 495GB 494GB ext4
  523. 3 495GB 512GB 17.0GB linux-swap(v1)
  524. Model: Unknown (unknown)
  525. Disk /dev/nvme0n1: 1024GB
  526. Sector size (logical/physical): 512B/512B
  527. Partition Table: gpt
  528. Disk Flags:
  529. Number Start End Size File system Name Flags
  530. 1 1049kB 473MB 472MB ntfs Basic data partition hidden, diag
  531. 2 473MB 578MB 105MB fat32 EFI system partition boot, esp
  532. 3 578MB 595MB 16.8MB Microsoft reserved partition msftres
  533. 4 595MB 1024GB 1024GB ntfs Basic data partition msftdata
  534. =================== parted -lm:
  535. BYT;
  536. /dev/sda:512GB:scsi:512:512:gpt:Arrow TYPEC:;
  537. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  538. 2:538MB:495GB:494GB:ext4::;
  539. 3:495GB:512GB:17.0GB:linux-swap(v1)::;
  540. BYT;
  541. /dev/nvme0n1:1024GB:unknown:512:512:gpt:Unknown:;
  542. 1:1049kB:473MB:472MB:ntfs:Basic data partition:hidden, diag;
  543. 2:473MB:578MB:105MB:fat32:EFI system partition:boot, esp;
  544. 3:578MB:595MB:16.8MB::Microsoft reserved partition:msftres;
  545. 4:595MB:1024GB:1024GB:ntfs:Basic data partition:msftdata;
  546. =================== lsblk:
  547. KNAME TYPE FSTYPE SIZE LABEL
  548. sda disk 477G
  549. sda1 part vfat 512M
  550. sda2 part ext4 460,5G
  551. sda3 part swap 15,9G
  552. nvme0n1 disk 953,9G
  553. nvme0n1p1 part ntfs 450M Récupération
  554. nvme0n1p2 part vfat 100M
  555. nvme0n1p3 part 16M
  556. nvme0n1p4 part ntfs 953,3G
  557. KNAME ROTA RO RM STATE MOUNTPOINT
  558. sda 1 0 0 running
  559. sda1 1 0 0 /mnt/boot-sav/sda1
  560. sda2 1 0 0 /
  561. sda3 1 0 0 [SWAP]
  562. nvme0n1 0 0 0
  563. nvme0n1p1 0 0 0 /mnt/boot-sav/nvme0n1p1
  564. nvme0n1p2 0 0 0 /boot/efi
  565. nvme0n1p3 0 0 0
  566. nvme0n1p4 0 0 0 /mnt/boot-sav/nvme0n1p4
  567. =================== mount:
  568. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  569. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  570. udev on /dev type devtmpfs (rw,nosuid,relatime,size=8126736k,nr_inodes=2031684,mode=755)
  571. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  572. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=1629376k,mode=755)
  573. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  574. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  575. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  576. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  577. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  578. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  579. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  580. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  581. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  582. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  583. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  584. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  585. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  586. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  587. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  588. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  589. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  590. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  591. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  592. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  593. mqueue on /dev/mqueue type mqueue (rw,relatime)
  594. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  595. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  596. /dev/nvme0n1p2 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  597. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1629376k,mode=700,uid=1000,gid=1000)
  598. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  599. /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)
  600. /dev/nvme0n1p1 on /mnt/boot-sav/nvme0n1p1 type fuseblk (ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  601. /dev/nvme0n1p4 on /mnt/boot-sav/nvme0n1p4 type fuseblk (ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  602. =================== ls:
  603. /sys/block/nvme0n1 (filtered): alignment_offset bdi capability dev device discard_alignment eui ext_range holders inflight integrity mq nsid nvme0n1p1 nvme0n1p2 nvme0n1p3 nvme0n1p4 power queue range removable ro size slaves stat subsystem trace uevent
  604. /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 size slaves stat subsystem trace uevent
  605. /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 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null nvme0 nvme0n1 nvme0n1p1 nvme0n1p2 nvme0n1p3 nvme0n1p4 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sg0 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  606. ls /dev/mapper: control
  607. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  608. =================== hexdump -n512 -C /dev/sda1
  609. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  610. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  611. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  612. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  613. 00000040 80 01 29 ce 5a 34 fb 4e 4f 20 4e 41 4d 45 20 20 |..).Z4.NO NAME |
  614. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  615. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  616. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  617. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  618. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  619. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  620. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  621. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  622. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  623. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  624. *
  625. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  626. 00000200
  627. =================== hexdump -n512 -C /dev/nvme0n1p1
  628. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  629. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  630. 00000020 00 00 00 00 80 00 80 00 ff 0f 0e 00 00 00 00 00 |................|
  631. 00000030 00 96 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  632. 00000040 f6 00 00 00 01 00 00 00 49 cf 3d 4c eb 3d 4c ce |........I.=L.=L.|
  633. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  634. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  635. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  636. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  637. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  638. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  639. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  640. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  641. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  642. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  643. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  644. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  645. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  646. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  647. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  648. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  649. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  650. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  651. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  652. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
  653. 00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
  654. 000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
  655. 000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
  656. 000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
  657. 000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
  658. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  659. 000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
  660. 00000200
  661. =================== hexdump -n512 -C /dev/nvme0n1p2
  662. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 02 fe 19 |.X.MSDOS5.0.....|
  663. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 18 0e 00 |........?.......|
  664. 00000020 00 20 03 00 01 03 00 00 00 00 00 00 02 00 00 00 |. ..............|
  665. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  666. 00000040 80 01 29 8b f4 3e fa 4e 4f 20 4e 41 4d 45 20 20 |..)..>.NO NAME |
  667. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  668. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
  669. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  670. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  671. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  672. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  673. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  674. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  675. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  676. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  677. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  678. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  679. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  680. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  681. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  682. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  683. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  684. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
  685. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  686. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  687. *
  688. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 45 72 |..............Er|
  689. 000001b0 72 2e 20 64 69 73 71 75 65 ff 0d 0a 50 72 65 73 |r. disque...Pres|
  690. 000001c0 73 65 7a 20 75 6e 65 20 74 6f 75 63 68 65 20 70 |sez une touche p|
  691. 000001d0 6f 75 72 20 72 65 64 82 6d 61 72 72 65 72 0d 0a |our red.marrer..|
  692. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  693. 000001f0 00 00 00 00 00 00 00 00 ac 01 ba 01 00 00 55 aa |..............U.|
  694. 00000200
  695. =================== hexdump -n512 -C /dev/nvme0n1p4
  696. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  697. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 b8 11 00 |........?.......|
  698. 00000020 00 00 00 00 80 00 80 00 ff 17 2a 77 00 00 00 00 |..........*w....|
  699. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  700. 00000040 f6 00 00 00 01 00 00 00 13 67 46 38 7b 46 38 ca |.........gF8{F8.|
  701. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  702. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  703. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  704. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  705. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  706. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  707. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  708. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  709. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  710. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  711. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  712. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  713. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  714. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  715. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  716. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  717. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  718. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  719. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  720. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
  721. 00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
  722. 000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
  723. 000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
  724. 000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
  725. 000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
  726. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  727. 000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
  728. 00000200
  729. =================== df -Th:
  730. Filesystem Type Size Used Avail Use% Mounted on
  731. udev devtmpfs 7.8G 0 7.8G 0% /dev
  732. tmpfs tmpfs 1.6G 9.7M 1.6G 1% /run
  733. /dev/sda2 ext4 454G 4.9G 426G 2% /
  734. tmpfs tmpfs 7.8G 106M 7.7G 2% /dev/shm
  735. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  736. tmpfs tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
  737. /dev/nvme0n1p2 vfat 96M 49M 48M 51% /boot/efi
  738. tmpfs tmpfs 1.6G 88K 1.6G 1% /run/user/1000
  739. /dev/sda1 vfat 511M 4.0K 511M 1% /mnt/boot-sav/sda1
  740. /dev/nvme0n1p1 fuseblk 450M 323M 128M 72% /mnt/boot-sav/nvme0n1p1
  741. /dev/nvme0n1p4 fuseblk 954G 121G 833G 13% /mnt/boot-sav/nvme0n1p4
  742. =================== fdisk -l:
  743. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  744. Units: sectors of 1 * 512 = 512 bytes
  745. Sector size (logical/physical): 512 bytes / 4096 bytes
  746. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  747. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  748. Units: sectors of 1 * 512 = 512 bytes
  749. Sector size (logical/physical): 512 bytes / 4096 bytes
  750. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  751. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  752. Units: sectors of 1 * 512 = 512 bytes
  753. Sector size (logical/physical): 512 bytes / 4096 bytes
  754. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  755. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  756. Units: sectors of 1 * 512 = 512 bytes
  757. Sector size (logical/physical): 512 bytes / 4096 bytes
  758. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  759. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  760. Units: sectors of 1 * 512 = 512 bytes
  761. Sector size (logical/physical): 512 bytes / 4096 bytes
  762. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  763. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  764. Units: sectors of 1 * 512 = 512 bytes
  765. Sector size (logical/physical): 512 bytes / 4096 bytes
  766. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  767. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  768. Units: sectors of 1 * 512 = 512 bytes
  769. Sector size (logical/physical): 512 bytes / 4096 bytes
  770. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  771. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  772. Units: sectors of 1 * 512 = 512 bytes
  773. Sector size (logical/physical): 512 bytes / 4096 bytes
  774. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  775. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  776. Units: sectors of 1 * 512 = 512 bytes
  777. Sector size (logical/physical): 512 bytes / 4096 bytes
  778. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  779. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  780. Units: sectors of 1 * 512 = 512 bytes
  781. Sector size (logical/physical): 512 bytes / 4096 bytes
  782. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  783. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  784. Units: sectors of 1 * 512 = 512 bytes
  785. Sector size (logical/physical): 512 bytes / 4096 bytes
  786. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  787. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  788. Units: sectors of 1 * 512 = 512 bytes
  789. Sector size (logical/physical): 512 bytes / 4096 bytes
  790. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  791. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  792. Units: sectors of 1 * 512 = 512 bytes
  793. Sector size (logical/physical): 512 bytes / 4096 bytes
  794. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  795. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  796. Units: sectors of 1 * 512 = 512 bytes
  797. Sector size (logical/physical): 512 bytes / 4096 bytes
  798. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  799. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  800. Units: sectors of 1 * 512 = 512 bytes
  801. Sector size (logical/physical): 512 bytes / 4096 bytes
  802. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  803. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  804. Units: sectors of 1 * 512 = 512 bytes
  805. Sector size (logical/physical): 512 bytes / 4096 bytes
  806. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  807. Disk /dev/sda: 477 GiB, 512110190592 bytes, 1000215216 sectors
  808. Units: sectors of 1 * 512 = 512 bytes
  809. Sector size (logical/physical): 512 bytes / 512 bytes
  810. I/O size (minimum/optimal): 512 bytes / 33553920 bytes
  811. Disklabel type: gpt
  812. Disk identifier: 7FD4C5E6-D7BC-41FA-BDF0-C4A275F7FEA6
  813. Device Start End Sectors Size Type
  814. /dev/sda1 2048 1050623 1048576 512M EFI System
  815. /dev/sda2 1050624 966863123 965812500 460.5G Linux filesystem
  816. /dev/sda3 966932480 1000214527 33282048 15.9G Linux swap
  817. Disk /dev/nvme0n1: 953.9 GiB, 1024209543168 bytes, 2000409264 sectors
  818. Units: sectors of 1 * 512 = 512 bytes
  819. Sector size (logical/physical): 512 bytes / 512 bytes
  820. I/O size (minimum/optimal): 512 bytes / 512 bytes
  821. Disklabel type: gpt
  822. Disk identifier: 836F63B6-70B1-45D3-BD02-E9EE51681746
  823. Device Start End Sectors Size Type
  824. /dev/nvme0n1p1 2048 923647 921600 450M Windows recovery environment
  825. /dev/nvme0n1p2 923648 1128447 204800 100M EFI System
  826. /dev/nvme0n1p3 1128448 1161215 32768 16M Microsoft reserved
  827. /dev/nvme0n1p4 1161216 2000408575 1999247360 953.3G Microsoft basic data
  828. =================== Suggested repair
  829. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: nvme0n1p2/boot/efi,
  830. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot use-standard-efi-file
  831. =================== Advice in case of suggested repair
  832. Veuillez désactiver SecureBoot dans le BIOS. Puis réessayez.Voulez-vous continuer ?
  833. =================== Final advice in case of suggested repair
  834. N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sda (512GB) !
  835. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.1 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Boot-Repair]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  836. Si votre ordinateur redémarre directement sur Windows, essayez de changer l'ordre de démarrage dans votre BIOS.
  837. 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.
  838. Par exemple, vous pouvez démarrer Windows, puis saisir la commande suivante dans une invite de commande en mode administrateur :
  839. bcdedit /set {bootmgr} path \EFI\...\grub*.efi
  840. =================== User settings
  841. The settings chosen by the user will not act on the boot.
  842. paste.ubuntu.com ko (), using paste.debian
  843. paste.debian.net ko (), using paste2