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