1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. for (,msdos3)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: ntfs
  12. Boot sector type: Windows 8/2012: NTFS
  13. Boot sector info: No errors found in the Boot Parameter Block.
  14. Operating System:
  15. Boot files: /bootmgr /Boot/BCD
  16. sda2: __________________________________________________________________________
  17. File system: ntfs
  18. Boot sector type: Windows 8/2012: NTFS
  19. Boot sector info: No errors found in the Boot Parameter Block.
  20. Operating System:
  21. Boot files: /bootmgr /Windows/System32/winload.exe
  22. sda3: __________________________________________________________________________
  23. File system: ext4
  24. Boot sector type: -
  25. Boot sector info:
  26. Operating System: Ubuntu 16.04.1 LTS
  27. Boot files: /boot/grub/grub.cfg /etc/fstab
  28. /boot/grub/i386-pc/core.img
  29. ============================ Drive/Partition Info: =============================
  30. Drive: sda _____________________________________________________________________
  31. Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
  32. Units: sectors of 1 * 512 = 512 bytes
  33. Sector size (logical/physical): 512 bytes / 512 bytes
  34. I/O size (minimum/optimal): 512 bytes / 512 bytes
  35. Disklabel type: dos
  36. Partition Boot Start Sector End Sector # of Sectors Id System
  37. /dev/sda1 * 2,048 1,026,047 1,024,000 7 NTFS / exFAT / HPFS
  38. /dev/sda2 1,026,048 121,798,655 120,772,608 7 NTFS / exFAT / HPFS
  39. /dev/sda3 121,798,656 234,441,234 112,642,579 83 Linux
  40. "blkid" output: ________________________________________________________________
  41. Device UUID TYPE LABEL
  42. /dev/sda1 5E7200B672009545 ntfs Réservé au système
  43. /dev/sda2 B6DE0194DE014E55 ntfs
  44. /dev/sda3 3d30ec12-662d-49b4-97e4-4607fdbd47c2 ext4
  45. ========================= "ls -l /dev/disk/by-id" output: ======================
  46. total 0
  47. lrwxrwxrwx 1 root root 9 Oct 11 23:14 ata-Samsung_SSD_840_Series_S19HNSAD637346L -> ../../sda
  48. lrwxrwxrwx 1 root root 10 Oct 11 23:14 ata-Samsung_SSD_840_Series_S19HNSAD637346L-part1 -> ../../sda1
  49. lrwxrwxrwx 1 root root 10 Oct 11 23:14 ata-Samsung_SSD_840_Series_S19HNSAD637346L-part2 -> ../../sda2
  50. lrwxrwxrwx 1 root root 10 Oct 11 23:14 ata-Samsung_SSD_840_Series_S19HNSAD637346L-part3 -> ../../sda3
  51. lrwxrwxrwx 1 root root 9 Oct 12 2016 ata-TSSTcorp_CDDVDW_SU-208FB_S11S6YFDB0099J -> ../../sr0
  52. lrwxrwxrwx 1 root root 9 Oct 12 2016 usb-Multiple_Card_Reader_058F63666485-0:0 -> ../../sdb
  53. lrwxrwxrwx 1 root root 9 Oct 11 23:14 wwn-0x50025385a0054b63 -> ../../sda
  54. lrwxrwxrwx 1 root root 10 Oct 11 23:14 wwn-0x50025385a0054b63-part1 -> ../../sda1
  55. lrwxrwxrwx 1 root root 10 Oct 11 23:14 wwn-0x50025385a0054b63-part2 -> ../../sda2
  56. lrwxrwxrwx 1 root root 10 Oct 11 23:14 wwn-0x50025385a0054b63-part3 -> ../../sda3
  57. ================================ Mount points: =================================
  58. Device Mount_Point Type Options
  59. /dev/sda3 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  60. =========================== sda3/boot/grub/grub.cfg: ===========================
  61. --------------------------------------------------------------------------------
  62. #
  63. # DO NOT EDIT THIS FILE
  64. #
  65. # It is automatically generated by grub-mkconfig using templates
  66. # from /etc/grub.d and settings from /etc/default/grub
  67. #
  68. ### BEGIN /etc/grub.d/00_header ###
  69. if [ -s $prefix/grubenv ]; then
  70. set have_grubenv=true
  71. load_env
  72. fi
  73. if [ "${next_entry}" ] ; then
  74. set default="${next_entry}"
  75. set next_entry=
  76. save_env next_entry
  77. set boot_once=true
  78. else
  79. set default="0"
  80. fi
  81. if [ x"${feature_menuentry_id}" = xy ]; then
  82. menuentry_id_option="--id"
  83. else
  84. menuentry_id_option=""
  85. fi
  86. export menuentry_id_option
  87. if [ "${prev_saved_entry}" ]; then
  88. set saved_entry="${prev_saved_entry}"
  89. save_env saved_entry
  90. set prev_saved_entry=
  91. save_env prev_saved_entry
  92. set boot_once=true
  93. fi
  94. function savedefault {
  95. if [ -z "${boot_once}" ]; then
  96. saved_entry="${chosen}"
  97. save_env saved_entry
  98. fi
  99. }
  100. function recordfail {
  101. set recordfail=1
  102. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  103. }
  104. function load_video {
  105. if [ x$feature_all_video_module = xy ]; then
  106. insmod all_video
  107. else
  108. insmod efi_gop
  109. insmod efi_uga
  110. insmod ieee1275_fb
  111. insmod vbe
  112. insmod vga
  113. insmod video_bochs
  114. insmod video_cirrus
  115. fi
  116. }
  117. if [ x$feature_default_font_path = xy ] ; then
  118. font=unicode
  119. else
  120. insmod part_msdos
  121. insmod ext2
  122. set root='hd0,msdos3'
  123. if [ x$feature_platform_search_hint = xy ]; then
  124. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 3d30ec12-662d-49b4-97e4-4607fdbd47c2
  125. else
  126. search --no-floppy --fs-uuid --set=root 3d30ec12-662d-49b4-97e4-4607fdbd47c2
  127. fi
  128. font="/usr/share/grub/unicode.pf2"
  129. fi
  130. if loadfont $font ; then
  131. set gfxmode=auto
  132. load_video
  133. insmod gfxterm
  134. set locale_dir=$prefix/locale
  135. set lang=fr_FR
  136. insmod gettext
  137. fi
  138. terminal_output gfxterm
  139. if [ "${recordfail}" = 1 ] ; then
  140. set timeout=30
  141. else
  142. if [ x$feature_timeout_style = xy ] ; then
  143. set timeout_style=menu
  144. set timeout=10
  145. # Fallback normal timeout code in case the timeout_style feature is
  146. # unavailable.
  147. else
  148. set timeout=10
  149. fi
  150. fi
  151. ### END /etc/grub.d/00_header ###
  152. ### BEGIN /etc/grub.d/05_debian_theme ###
  153. set menu_color_normal=white/black
  154. set menu_color_highlight=black/light-gray
  155. if background_color 44,0,30,0; then
  156. clear
  157. fi
  158. ### END /etc/grub.d/05_debian_theme ###
  159. ### BEGIN /etc/grub.d/10_linux ###
  160. function gfxmode {
  161. set gfxpayload="${1}"
  162. if [ "${1}" = "keep" ]; then
  163. set vt_handoff=vt.handoff=7
  164. else
  165. set vt_handoff=
  166. fi
  167. }
  168. if [ "${recordfail}" != 1 ]; then
  169. if [ -e ${prefix}/gfxblacklist.txt ]; then
  170. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  171. if [ ${match} = 0 ]; then
  172. set linux_gfx_mode=keep
  173. else
  174. set linux_gfx_mode=text
  175. fi
  176. else
  177. set linux_gfx_mode=text
  178. fi
  179. else
  180. set linux_gfx_mode=keep
  181. fi
  182. else
  183. set linux_gfx_mode=text
  184. fi
  185. export linux_gfx_mode
  186. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-3d30ec12-662d-49b4-97e4-4607fdbd47c2' {
  187. recordfail
  188. load_video
  189. gfxmode $linux_gfx_mode
  190. insmod gzio
  191. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  192. insmod part_msdos
  193. insmod ext2
  194. set root='hd0,msdos3'
  195. if [ x$feature_platform_search_hint = xy ]; then
  196. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 3d30ec12-662d-49b4-97e4-4607fdbd47c2
  197. else
  198. search --no-floppy --fs-uuid --set=root 3d30ec12-662d-49b4-97e4-4607fdbd47c2
  199. fi
  200. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=3d30ec12-662d-49b4-97e4-4607fdbd47c2 ro quiet splash $vt_handoff
  201. initrd /boot/initrd.img-4.4.0-31-generic
  202. }
  203. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-3d30ec12-662d-49b4-97e4-4607fdbd47c2' {
  204. 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-3d30ec12-662d-49b4-97e4-4607fdbd47c2' {
  205. recordfail
  206. load_video
  207. gfxmode $linux_gfx_mode
  208. insmod gzio
  209. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  210. insmod part_msdos
  211. insmod ext2
  212. set root='hd0,msdos3'
  213. if [ x$feature_platform_search_hint = xy ]; then
  214. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 3d30ec12-662d-49b4-97e4-4607fdbd47c2
  215. else
  216. search --no-floppy --fs-uuid --set=root 3d30ec12-662d-49b4-97e4-4607fdbd47c2
  217. fi
  218. echo 'Chargement de Linux 4.4.0-31-generic…'
  219. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=3d30ec12-662d-49b4-97e4-4607fdbd47c2 ro quiet splash $vt_handoff
  220. echo 'Chargement du disque mémoire initial…'
  221. initrd /boot/initrd.img-4.4.0-31-generic
  222. }
  223. 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-3d30ec12-662d-49b4-97e4-4607fdbd47c2' {
  224. recordfail
  225. load_video
  226. gfxmode $linux_gfx_mode
  227. insmod gzio
  228. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  229. insmod part_msdos
  230. insmod ext2
  231. set root='hd0,msdos3'
  232. if [ x$feature_platform_search_hint = xy ]; then
  233. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 3d30ec12-662d-49b4-97e4-4607fdbd47c2
  234. else
  235. search --no-floppy --fs-uuid --set=root 3d30ec12-662d-49b4-97e4-4607fdbd47c2
  236. fi
  237. echo 'Chargement de Linux 4.4.0-31-generic…'
  238. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=3d30ec12-662d-49b4-97e4-4607fdbd47c2 ro quiet splash $vt_handoff init=/sbin/upstart
  239. echo 'Chargement du disque mémoire initial…'
  240. initrd /boot/initrd.img-4.4.0-31-generic
  241. }
  242. 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-3d30ec12-662d-49b4-97e4-4607fdbd47c2' {
  243. recordfail
  244. load_video
  245. insmod gzio
  246. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  247. insmod part_msdos
  248. insmod ext2
  249. set root='hd0,msdos3'
  250. if [ x$feature_platform_search_hint = xy ]; then
  251. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 3d30ec12-662d-49b4-97e4-4607fdbd47c2
  252. else
  253. search --no-floppy --fs-uuid --set=root 3d30ec12-662d-49b4-97e4-4607fdbd47c2
  254. fi
  255. echo 'Chargement de Linux 4.4.0-31-generic…'
  256. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=3d30ec12-662d-49b4-97e4-4607fdbd47c2 ro recovery nomodeset
  257. echo 'Chargement du disque mémoire initial…'
  258. initrd /boot/initrd.img-4.4.0-31-generic
  259. }
  260. }
  261. ### END /etc/grub.d/10_linux ###
  262. ### BEGIN /etc/grub.d/20_linux_xen ###
  263. ### END /etc/grub.d/20_linux_xen ###
  264. ### BEGIN /etc/grub.d/20_memtest86+ ###
  265. menuentry 'Memory test (memtest86+)' {
  266. insmod part_msdos
  267. insmod ext2
  268. set root='hd0,msdos3'
  269. if [ x$feature_platform_search_hint = xy ]; then
  270. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 3d30ec12-662d-49b4-97e4-4607fdbd47c2
  271. else
  272. search --no-floppy --fs-uuid --set=root 3d30ec12-662d-49b4-97e4-4607fdbd47c2
  273. fi
  274. knetbsd /boot/memtest86+.elf
  275. }
  276. menuentry 'Memory test (memtest86+, serial console 115200)' {
  277. insmod part_msdos
  278. insmod ext2
  279. set root='hd0,msdos3'
  280. if [ x$feature_platform_search_hint = xy ]; then
  281. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 3d30ec12-662d-49b4-97e4-4607fdbd47c2
  282. else
  283. search --no-floppy --fs-uuid --set=root 3d30ec12-662d-49b4-97e4-4607fdbd47c2
  284. fi
  285. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  286. }
  287. ### END /etc/grub.d/20_memtest86+ ###
  288. ### BEGIN /etc/grub.d/30_os-prober ###
  289. menuentry 'Windows 10 (loader) (sur /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-5E7200B672009545' {
  290. insmod part_msdos
  291. insmod ntfs
  292. set root='hd0,msdos1'
  293. if [ x$feature_platform_search_hint = xy ]; then
  294. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 5E7200B672009545
  295. else
  296. search --no-floppy --fs-uuid --set=root 5E7200B672009545
  297. fi
  298. parttool ${root} hidden-
  299. drivemap -s (hd0) ${root}
  300. chainloader +1
  301. }
  302. set timeout_style=menu
  303. if [ "${timeout}" = 0 ]; then
  304. set timeout=10
  305. fi
  306. ### END /etc/grub.d/30_os-prober ###
  307. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  308. ### END /etc/grub.d/30_uefi-firmware ###
  309. ### BEGIN /etc/grub.d/40_custom ###
  310. # This file provides an easy way to add custom menu entries. Simply type the
  311. # menu entries you want to add after this comment. Be careful not to change
  312. # the 'exec tail' line above.
  313. ### END /etc/grub.d/40_custom ###
  314. ### BEGIN /etc/grub.d/41_custom ###
  315. if [ -f ${config_directory}/custom.cfg ]; then
  316. source ${config_directory}/custom.cfg
  317. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  318. source $prefix/custom.cfg;
  319. fi
  320. ### END /etc/grub.d/41_custom ###
  321. --------------------------------------------------------------------------------
  322. =============================== sda3/etc/fstab: ================================
  323. --------------------------------------------------------------------------------
  324. # /etc/fstab: static file system information.
  325. #
  326. # Use 'blkid' to print the universally unique identifier for a
  327. # device; this may be used with UUID= as a more robust way to name devices
  328. # that works even if disks are added and removed. See fstab(5).
  329. #
  330. # <file system> <mount point> <type> <options> <dump> <pass>
  331. # / was on /dev/sda3 during installation
  332. UUID=3d30ec12-662d-49b4-97e4-4607fdbd47c2 / ext4 errors=remount-ro 0 1
  333. --------------------------------------------------------------------------------
  334. =================== sda3: Location of files loaded by Grub: ====================
  335. GiB - GB File Fragment(s)
  336. 70.320606232 = 75.506176000 boot/grub/grub.cfg 1
  337. 100.322822571 = 107.720810496 boot/grub/i386-pc/core.img 1
  338. 59.369842529 = 63.747883008 boot/vmlinuz-4.4.0-31-generic 2
  339. 59.369842529 = 63.747883008 vmlinuz 2
  340. 70.324943542 = 75.510833152 boot/initrd.img-4.4.0-31-generic 2
  341. 70.324943542 = 75.510833152 initrd.img 2
  342. ========= Devices which don't seem to have a corresponding hard drive: =========
  343. sdb
  344. ADDITIONAL INFORMATION :
  345. =================== log of boot-info 2016-10-11__23h14 ===================
  346. boot-info version : 4ppa38
  347. boot-sav version : 4ppa38
  348. glade2script version : 3.2.3~ppa1
  349. boot-sav-extra version : 4ppa38
  350. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  351. CPU op-mode(s): 32-bit, 64-bit
  352. BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic root=UUID=3d30ec12-662d-49b4-97e4-4607fdbd47c2 ro quiet splash vt.handoff=7
  353. =================== os-prober:
  354. /dev/sda3:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  355. /dev/sda1:Windows 10 (loader):Windows:chain
  356. =================== blkid:
  357. /dev/sda1: LABEL="RM-CM-)servM-CM-) au systM-CM-(me" UUID="5E7200B672009545" TYPE="ntfs" PARTUUID="b78f8e7c-01"
  358. /dev/sda2: UUID="B6DE0194DE014E55" TYPE="ntfs" PARTUUID="b78f8e7c-02"
  359. /dev/sda3: UUID="3d30ec12-662d-49b4-97e4-4607fdbd47c2" TYPE="ext4" PARTUUID="b78f8e7c-03"
  360. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  361. Windows not detected by os-prober on sda2.
  362. =================== /etc/grub.d/ :
  363. drwxr-xr-x 2 root root 4096 juil. 19 22:50 grub.d
  364. total 76
  365. -rwxr-xr-x 1 root root 9791 juin 17 11:10 00_header
  366. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  367. -rwxr-xr-x 1 root root 12261 juin 17 11:10 10_linux
  368. -rwxr-xr-x 1 root root 11082 juin 17 11:10 20_linux_xen
  369. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  370. -rwxr-xr-x 1 root root 11692 juin 17 11:10 30_os-prober
  371. -rwxr-xr-x 1 root root 1418 juin 17 11:10 30_uefi-firmware
  372. -rwxr-xr-x 1 root root 214 juin 17 11:10 40_custom
  373. -rwxr-xr-x 1 root root 216 juin 17 11:10 41_custom
  374. -rw-r--r-- 1 root root 483 juin 17 11:10 README
  375. =================== /etc/default/grub :
  376. # If you change this file, run 'update-grub' afterwards to update
  377. # /boot/grub/grub.cfg.
  378. # For full documentation of the options in this file, see:
  379. # info -f grub -n 'Simple configuration'
  380. GRUB_DEFAULT=0
  381. #GRUB_HIDDEN_TIMEOUT=0
  382. GRUB_HIDDEN_TIMEOUT_QUIET=true
  383. GRUB_TIMEOUT=10
  384. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  385. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  386. GRUB_CMDLINE_LINUX=""
  387. # Uncomment to enable BadRAM filtering, modify to suit your needs
  388. # This works with Linux (no patch required) and with any kernel that obtains
  389. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  390. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  391. # Uncomment to disable graphical terminal (grub-pc only)
  392. #GRUB_TERMINAL=console
  393. # The resolution used on graphical terminal
  394. # note that you can use only modes which your graphic card supports via VBE
  395. # you can see them in real GRUB with the command `vbeinfo'
  396. #GRUB_GFXMODE=640x480
  397. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  398. #GRUB_DISABLE_LINUX_UUID=true
  399. # Uncomment to disable generation of recovery mode menu entries
  400. #GRUB_DISABLE_RECOVERY="true"
  401. # Uncomment to get a beep at grub start
  402. #GRUB_INIT_TUNE="480 440 1"
  403. =================== UEFI/Legacy mode:
  404. This installed-session is not in EFI-mode.
  405. SecureBoot disabled.
  406. =================== PARTITIONS & DISKS:
  407. sda3 : sda, not-sepboot, grubenv-ok grub2, signed grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, .
  408. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  409. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda2.
  410. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  411. =================== parted -l:
  412. Model: ATA Samsung SSD 840 (scsi)
  413. Disk /dev/sda: 120GB
  414. Sector size (logical/physical): 512B/512B
  415. Partition Table: msdos
  416. Disk Flags:
  417. Number Start End Size Type File system Flags
  418. 1 1049kB 525MB 524MB primary ntfs boot
  419. 2 525MB 62.4GB 61.8GB primary ntfs
  420. 3 62.4GB 120GB 57.7GB primary ext4
  421. =================== parted -lm:
  422. BYT;
  423. /dev/sda:120GB:scsi:512:512:msdos:ATA Samsung SSD 840:;
  424. 1:1049kB:525MB:524MB:ntfs::boot;
  425. 2:525MB:62.4GB:61.8GB:ntfs::;
  426. 3:62.4GB:120GB:57.7GB:ext4::;
  427. =================== lsblk:
  428. KNAME TYPE FSTYPE SIZE LABEL
  429. sda disk 111,8G
  430. sda1 part ntfs 500M Réservé au système
  431. sda2 part ntfs 57,6G
  432. sda3 part ext4 53,7G
  433. sr0 rom 1024M
  434. KNAME ROTA RO RM STATE MOUNTPOINT
  435. sda 0 0 0 running
  436. sda1 0 0 0 /mnt/boot-sav/sda1
  437. sda2 0 0 0 /mnt/boot-sav/sda2
  438. sda3 0 0 0 /
  439. sr0 1 0 1 running
  440. =================== mount:
  441. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  442. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  443. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1959120k,nr_inodes=489780,mode=755)
  444. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  445. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=395680k,mode=755)
  446. /dev/sda3 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  447. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  448. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  449. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  450. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  451. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  452. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  453. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  454. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  455. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  456. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  457. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  458. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  459. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  460. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  461. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  462. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  463. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  464. mqueue on /dev/mqueue type mqueue (rw,relatime)
  465. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  466. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  467. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  468. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  469. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=395680k,mode=700,uid=1000,gid=1000)
  470. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  471. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  472. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  473. =================== ls:
  474. /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
  475. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  476. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  477. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sdb sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout toshiba_acpi uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  478. ls /dev/mapper: control
  479. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  480. =================== hexdump -n512 -C /dev/sda1
  481. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  482. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  483. 00000020 00 00 00 00 80 00 80 00 ff 9f 0f 00 00 00 00 00 |................|
  484. 00000030 aa a6 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  485. 00000040 f6 00 00 00 01 00 00 00 45 95 00 72 b6 00 72 5e |........E..r..r^|
  486. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  487. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  488. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  489. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  490. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  491. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  492. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  493. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  494. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  495. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  496. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  497. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  498. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  499. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  500. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  501. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  502. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  503. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  504. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  505. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  506. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  507. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  508. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  509. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  510. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  511. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  512. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  513. 00000200
  514. =================== hexdump -n512 -C /dev/sda2
  515. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  516. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 a8 0f 00 |........?.......|
  517. 00000020 00 00 00 00 80 00 80 00 ff d7 32 07 00 00 00 00 |..........2.....|
  518. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  519. 00000040 f6 00 00 00 01 00 00 00 55 4e 01 de 94 01 de b6 |........UN......|
  520. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  521. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  522. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  523. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  524. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  525. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  526. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  527. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  528. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  529. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  530. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  531. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  532. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  533. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  534. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  535. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  536. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  537. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  538. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  539. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
  540. 00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
  541. 000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
  542. 000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
  543. 000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
  544. 000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
  545. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  546. 000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
  547. 00000200
  548. =================== df -Th:
  549. Filesystem Type Size Used Avail Use% Mounted on
  550. udev devtmpfs 1.9G 0 1.9G 0% /dev
  551. tmpfs tmpfs 387M 6.3M 381M 2% /run
  552. /dev/sda3 ext4 53G 4.3G 46G 9% /
  553. tmpfs tmpfs 1.9G 328K 1.9G 1% /dev/shm
  554. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  555. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  556. tmpfs tmpfs 387M 120K 387M 1% /run/user/1000
  557. /dev/sda1 fuseblk 500M 326M 175M 66% /mnt/boot-sav/sda1
  558. /dev/sda2 fuseblk 58G 20G 39G 34% /mnt/boot-sav/sda2
  559. =================== fdisk -l:
  560. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  561. Units: sectors of 1 * 512 = 512 bytes
  562. Sector size (logical/physical): 512 bytes / 4096 bytes
  563. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  564. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  565. Units: sectors of 1 * 512 = 512 bytes
  566. Sector size (logical/physical): 512 bytes / 4096 bytes
  567. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  568. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  569. Units: sectors of 1 * 512 = 512 bytes
  570. Sector size (logical/physical): 512 bytes / 4096 bytes
  571. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  572. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  573. Units: sectors of 1 * 512 = 512 bytes
  574. Sector size (logical/physical): 512 bytes / 4096 bytes
  575. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  576. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  577. Units: sectors of 1 * 512 = 512 bytes
  578. Sector size (logical/physical): 512 bytes / 4096 bytes
  579. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  580. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  581. Units: sectors of 1 * 512 = 512 bytes
  582. Sector size (logical/physical): 512 bytes / 4096 bytes
  583. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  584. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  585. Units: sectors of 1 * 512 = 512 bytes
  586. Sector size (logical/physical): 512 bytes / 4096 bytes
  587. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  588. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  589. Units: sectors of 1 * 512 = 512 bytes
  590. Sector size (logical/physical): 512 bytes / 4096 bytes
  591. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  592. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  593. Units: sectors of 1 * 512 = 512 bytes
  594. Sector size (logical/physical): 512 bytes / 4096 bytes
  595. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  596. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  597. Units: sectors of 1 * 512 = 512 bytes
  598. Sector size (logical/physical): 512 bytes / 4096 bytes
  599. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  600. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  601. Units: sectors of 1 * 512 = 512 bytes
  602. Sector size (logical/physical): 512 bytes / 4096 bytes
  603. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  604. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  605. Units: sectors of 1 * 512 = 512 bytes
  606. Sector size (logical/physical): 512 bytes / 4096 bytes
  607. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  608. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  609. Units: sectors of 1 * 512 = 512 bytes
  610. Sector size (logical/physical): 512 bytes / 4096 bytes
  611. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  612. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  613. Units: sectors of 1 * 512 = 512 bytes
  614. Sector size (logical/physical): 512 bytes / 4096 bytes
  615. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  616. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  617. Units: sectors of 1 * 512 = 512 bytes
  618. Sector size (logical/physical): 512 bytes / 4096 bytes
  619. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  620. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  621. Units: sectors of 1 * 512 = 512 bytes
  622. Sector size (logical/physical): 512 bytes / 4096 bytes
  623. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  624. Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
  625. Units: sectors of 1 * 512 = 512 bytes
  626. Sector size (logical/physical): 512 bytes / 512 bytes
  627. I/O size (minimum/optimal): 512 bytes / 512 bytes
  628. Disklabel type: dos
  629. Disk identifier: 0xb78f8e7c
  630. Device Boot Start End Sectors Size Id Type
  631. /dev/sda1 * 2048 1026047 1024000 500M 7 HPFS/NTFS/exFAT
  632. /dev/sda2 1026048 121798655 120772608 57.6G 7 HPFS/NTFS/exFAT
  633. /dev/sda3 121798656 234441234 112642579 53.7G 83 Linux
  634. =================== Suggested repair
  635. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda3 into the MBR of sda.
  636. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot
  637. =================== Final advice in case of suggested repair
  638. 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)
  639. =================== User settings
  640. The settings chosen by the user will not act on the boot.
  641. paste.ubuntu.com ko (), using paste.debian
  642. paste.debian.net ko (), using paste2