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 (,msdos1)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  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. /boot/grub/i386-pc/core.img
  17. sda2: __________________________________________________________________________
  18. File system: ntfs
  19. Boot sector type: Windows 7/2008: NTFS
  20. Boot sector info: No errors found in the Boot Parameter Block.
  21. Operating System:
  22. Boot files: /Windows/System32/winload.exe /ubuntu/winboot/wubildr
  23. /ubuntu/winboot/wubildr.mbr
  24. sda3: __________________________________________________________________________
  25. File system: ext4
  26. Boot sector type: -
  27. Boot sector info:
  28. Operating System:
  29. Boot files:
  30. sda4: __________________________________________________________________________
  31. File system: swap
  32. Boot sector type: -
  33. Boot sector info:
  34. ============================ Drive/Partition Info: =============================
  35. Drive: sda _____________________________________________________________________
  36. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  37. Units: sectors of 1 * 512 = 512 bytes
  38. Sector size (logical/physical): 512 bytes / 4096 bytes
  39. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  40. Disklabel type: dos
  41. Partition Boot Start Sector End Sector # of Sectors Id System
  42. /dev/sda1 * 879,114,240 927,940,607 48,826,368 83 Linux
  43. /dev/sda2 206,848 879,113,097 878,906,250 7 NTFS / exFAT / HPFS
  44. /dev/sda3 927,940,608 967,002,111 39,061,504 83 Linux
  45. /dev/sda4 967,002,112 970,907,647 3,905,536 82 Linux swap / Solaris
  46. "blkid" output: ________________________________________________________________
  47. Device UUID TYPE LABEL
  48. /dev/sda1 93ad6466-cb43-427f-8b03-b457f42426f0 ext4
  49. /dev/sda2 2CD4D26AD4D23634 ntfs
  50. /dev/sda3 546bf766-60ce-4249-9e4a-0cef94fb8039 ext4
  51. /dev/sda4 1a0f2d02-234b-4d6c-bd56-dc76c3ee8ac2 swap
  52. ========================= "ls -l /dev/disk/by-id" output: ======================
  53. total 0
  54. lrwxrwxrwx 1 root root 9 Aug 2 20:38 ata-TOSHIBA_DT01ACA050_55L336EHS -> ../../sda
  55. lrwxrwxrwx 1 root root 10 Aug 2 20:38 ata-TOSHIBA_DT01ACA050_55L336EHS-part1 -> ../../sda1
  56. lrwxrwxrwx 1 root root 10 Aug 2 20:38 ata-TOSHIBA_DT01ACA050_55L336EHS-part2 -> ../../sda2
  57. lrwxrwxrwx 1 root root 10 Aug 2 20:38 ata-TOSHIBA_DT01ACA050_55L336EHS-part3 -> ../../sda3
  58. lrwxrwxrwx 1 root root 10 Aug 2 20:38 ata-TOSHIBA_DT01ACA050_55L336EHS-part4 -> ../../sda4
  59. lrwxrwxrwx 1 root root 9 Aug 2 20:38 wwn-0x5000039fe0cf80a8 -> ../../sda
  60. lrwxrwxrwx 1 root root 10 Aug 2 20:38 wwn-0x5000039fe0cf80a8-part1 -> ../../sda1
  61. lrwxrwxrwx 1 root root 10 Aug 2 20:38 wwn-0x5000039fe0cf80a8-part2 -> ../../sda2
  62. lrwxrwxrwx 1 root root 10 Aug 2 20:38 wwn-0x5000039fe0cf80a8-part3 -> ../../sda3
  63. lrwxrwxrwx 1 root root 10 Aug 2 20:38 wwn-0x5000039fe0cf80a8-part4 -> ../../sda4
  64. ================================ Mount points: =================================
  65. Device Mount_Point Type Options
  66. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  67. /dev/sda2 /media/dreais/2CD4D26AD4D23634 fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
  68. /dev/sda3 /home ext4 (rw,relatime,data=ordered)
  69. =========================== sda1/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,msdos1'
  132. if [ x$feature_platform_search_hint = xy ]; then
  133. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 93ad6466-cb43-427f-8b03-b457f42426f0
  134. else
  135. search --no-floppy --fs-uuid --set=root 93ad6466-cb43-427f-8b03-b457f42426f0
  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. if background_color 44,0,30,0; then
  165. clear
  166. fi
  167. ### END /etc/grub.d/05_debian_theme ###
  168. ### BEGIN /etc/grub.d/10_linux ###
  169. function gfxmode {
  170. set gfxpayload="${1}"
  171. if [ "${1}" = "keep" ]; then
  172. set vt_handoff=vt.handoff=7
  173. else
  174. set vt_handoff=
  175. fi
  176. }
  177. if [ "${recordfail}" != 1 ]; then
  178. if [ -e ${prefix}/gfxblacklist.txt ]; then
  179. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  180. if [ ${match} = 0 ]; then
  181. set linux_gfx_mode=keep
  182. else
  183. set linux_gfx_mode=text
  184. fi
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. else
  189. set linux_gfx_mode=keep
  190. fi
  191. else
  192. set linux_gfx_mode=text
  193. fi
  194. export linux_gfx_mode
  195. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-93ad6466-cb43-427f-8b03-b457f42426f0' {
  196. recordfail
  197. load_video
  198. gfxmode $linux_gfx_mode
  199. insmod gzio
  200. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  201. insmod part_msdos
  202. insmod ext2
  203. set root='hd0,msdos1'
  204. if [ x$feature_platform_search_hint = xy ]; then
  205. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 93ad6466-cb43-427f-8b03-b457f42426f0
  206. else
  207. search --no-floppy --fs-uuid --set=root 93ad6466-cb43-427f-8b03-b457f42426f0
  208. fi
  209. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=93ad6466-cb43-427f-8b03-b457f42426f0 ro quiet splash $vt_handoff
  210. initrd /boot/initrd.img-4.4.0-31-generic
  211. }
  212. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-93ad6466-cb43-427f-8b03-b457f42426f0' {
  213. 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-93ad6466-cb43-427f-8b03-b457f42426f0' {
  214. recordfail
  215. load_video
  216. gfxmode $linux_gfx_mode
  217. insmod gzio
  218. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  219. insmod part_msdos
  220. insmod ext2
  221. set root='hd0,msdos1'
  222. if [ x$feature_platform_search_hint = xy ]; then
  223. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 93ad6466-cb43-427f-8b03-b457f42426f0
  224. else
  225. search --no-floppy --fs-uuid --set=root 93ad6466-cb43-427f-8b03-b457f42426f0
  226. fi
  227. echo 'Chargement de Linux 4.4.0-31-generic…'
  228. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=93ad6466-cb43-427f-8b03-b457f42426f0 ro quiet splash $vt_handoff
  229. echo 'Chargement du disque mémoire initial…'
  230. initrd /boot/initrd.img-4.4.0-31-generic
  231. }
  232. 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-93ad6466-cb43-427f-8b03-b457f42426f0' {
  233. recordfail
  234. load_video
  235. gfxmode $linux_gfx_mode
  236. insmod gzio
  237. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  238. insmod part_msdos
  239. insmod ext2
  240. set root='hd0,msdos1'
  241. if [ x$feature_platform_search_hint = xy ]; then
  242. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 93ad6466-cb43-427f-8b03-b457f42426f0
  243. else
  244. search --no-floppy --fs-uuid --set=root 93ad6466-cb43-427f-8b03-b457f42426f0
  245. fi
  246. echo 'Chargement de Linux 4.4.0-31-generic…'
  247. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=93ad6466-cb43-427f-8b03-b457f42426f0 ro quiet splash $vt_handoff init=/sbin/upstart
  248. echo 'Chargement du disque mémoire initial…'
  249. initrd /boot/initrd.img-4.4.0-31-generic
  250. }
  251. 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-93ad6466-cb43-427f-8b03-b457f42426f0' {
  252. recordfail
  253. load_video
  254. insmod gzio
  255. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  256. insmod part_msdos
  257. insmod ext2
  258. set root='hd0,msdos1'
  259. if [ x$feature_platform_search_hint = xy ]; then
  260. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 93ad6466-cb43-427f-8b03-b457f42426f0
  261. else
  262. search --no-floppy --fs-uuid --set=root 93ad6466-cb43-427f-8b03-b457f42426f0
  263. fi
  264. echo 'Chargement de Linux 4.4.0-31-generic…'
  265. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=93ad6466-cb43-427f-8b03-b457f42426f0 ro recovery nomodeset
  266. echo 'Chargement du disque mémoire initial…'
  267. initrd /boot/initrd.img-4.4.0-31-generic
  268. }
  269. }
  270. ### END /etc/grub.d/10_linux ###
  271. ### BEGIN /etc/grub.d/20_linux_xen ###
  272. ### END /etc/grub.d/20_linux_xen ###
  273. ### BEGIN /etc/grub.d/30_os-prober ###
  274. ### END /etc/grub.d/30_os-prober ###
  275. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  276. ### END /etc/grub.d/30_uefi-firmware ###
  277. ### BEGIN /etc/grub.d/40_custom ###
  278. # This file provides an easy way to add custom menu entries. Simply type the
  279. # menu entries you want to add after this comment. Be careful not to change
  280. # the 'exec tail' line above.
  281. ### BEGIN /etc/grub.d/30_os-prober ###
  282. menuentry "Windows 7" {
  283. set root=(hd0,3)
  284. chainloader +1
  285. }
  286. ### END /etc/grub.d/30_os-prober ###
  287. ### END /etc/grub.d/40_custom ###
  288. ### BEGIN /etc/grub.d/41_custom ###
  289. if [ -f ${config_directory}/custom.cfg ]; then
  290. source ${config_directory}/custom.cfg
  291. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  292. source $prefix/custom.cfg;
  293. fi
  294. ### END /etc/grub.d/41_custom ###
  295. --------------------------------------------------------------------------------
  296. =============================== sda1/etc/fstab: ================================
  297. --------------------------------------------------------------------------------
  298. # /etc/fstab: static file system information.
  299. #
  300. # Use 'blkid' to print the universally unique identifier for a
  301. # device; this may be used with UUID= as a more robust way to name devices
  302. # that works even if disks are added and removed. See fstab(5).
  303. #
  304. # <file system> <mount point> <type> <options> <dump> <pass>
  305. # / was on /dev/sda1 during installation
  306. UUID=93ad6466-cb43-427f-8b03-b457f42426f0 / ext4 errors=remount-ro 0 1
  307. # /home was on /dev/sda3 during installation
  308. UUID=546bf766-60ce-4249-9e4a-0cef94fb8039 /home ext4 defaults 0 2
  309. # swap was on /dev/sda4 during installation
  310. UUID=1a0f2d02-234b-4d6c-bd56-dc76c3ee8ac2 none swap sw 0 0
  311. --------------------------------------------------------------------------------
  312. =================== sda1: Location of files loaded by Grub: ====================
  313. GiB - GB File Fragment(s)
  314. 435.727600098 = 467.858948096 boot/grub/grub.cfg 1
  315. 435.717422485 = 467.848019968 boot/grub/i386-pc/core.img 1
  316. 420.318084717 = 451.313106944 boot/vmlinuz-4.4.0-31-generic 1
  317. 420.318084717 = 451.313106944 vmlinuz 1
  318. 421.022457123 = 452.069421056 boot/initrd.img-4.4.0-31-generic 2
  319. 421.022457123 = 452.069421056 initrd.img 2
  320. ADDITIONAL INFORMATION :
  321. =================== log of boot-repair 2016-08-02__20h38 ===================
  322. boot-repair version : 4ppa38
  323. boot-sav version : 4ppa38
  324. glade2script version : 3.2.3~ppa1
  325. boot-sav-extra version : 4ppa38
  326. boot-repair is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  327. CPU op-mode(s): 32-bit, 64-bit
  328. BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic root=UUID=93ad6466-cb43-427f-8b03-b457f42426f0 ro quiet splash vt.handoff=7
  329. =================== os-prober:
  330. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  331. =================== blkid:
  332. /dev/sda1: UUID="93ad6466-cb43-427f-8b03-b457f42426f0" TYPE="ext4" PARTUUID="a9e3686f-01"
  333. /dev/sda2: UUID="2CD4D26AD4D23634" TYPE="ntfs" PARTUUID="a9e3686f-02"
  334. /dev/sda3: UUID="546bf766-60ce-4249-9e4a-0cef94fb8039" TYPE="ext4" PARTUUID="a9e3686f-03"
  335. /dev/sda4: UUID="1a0f2d02-234b-4d6c-bd56-dc76c3ee8ac2" TYPE="swap" PARTUUID="a9e3686f-04"
  336. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  337. Windows not detected by os-prober on sda2.
  338. =================== /etc/grub.d/ :
  339. drwxr-xr-x 2 root root 4096 août 2 19:54 grub.d
  340. drwxr-xr-x 2 root root 4096 août 2 19:39 grub.d.bak
  341. total 72
  342. -rwxr-xr-x 1 root root 9791 juin 17 11:10 00_header
  343. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  344. -rwxr-xr-x 1 root root 12261 juin 17 11:10 10_linux
  345. -rwxr-xr-x 1 root root 11082 juin 17 11:10 20_linux_xen
  346. -rwxr-xr-x 1 root root 11692 juin 17 11:10 30_os-prober
  347. -rwxr-xr-x 1 root root 1418 juin 17 11:10 30_uefi-firmware
  348. -rwxr-xr-x 1 root root 349 août 2 19:54 40_custom
  349. -rwxr-xr-x 1 root root 216 juin 17 11:10 41_custom
  350. -rw-r--r-- 1 root root 483 juin 17 11:10 README
  351. =================== /etc/grub.d/40_custom :
  352. menuentry "Windows 7" {
  353. set root=(hd0,3)
  354. chainloader +1
  355. }
  356. =================== /etc/default/grub :
  357. # If you change this file, run 'update-grub' afterwards to update
  358. # /boot/grub/grub.cfg.
  359. # For full documentation of the options in this file, see:
  360. # info -f grub -n 'Simple configuration'
  361. GRUB_DEFAULT=0
  362. #GRUB_HIDDEN_TIMEOUT=0
  363. GRUB_HIDDEN_TIMEOUT_QUIET=true
  364. GRUB_TIMEOUT=10
  365. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  366. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  367. GRUB_CMDLINE_LINUX=""
  368. # Uncomment to enable BadRAM filtering, modify to suit your needs
  369. # This works with Linux (no patch required) and with any kernel that obtains
  370. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  371. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  372. # Uncomment to disable graphical terminal (grub-pc only)
  373. #GRUB_TERMINAL=console
  374. # The resolution used on graphical terminal
  375. # note that you can use only modes which your graphic card supports via VBE
  376. # you can see them in real GRUB with the command `vbeinfo'
  377. #GRUB_GFXMODE=640x480
  378. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  379. #GRUB_DISABLE_LINUX_UUID=true
  380. # Uncomment to disable generation of recovery mode menu entries
  381. #GRUB_DISABLE_RECOVERY="true"
  382. # Uncomment to get a beep at grub start
  383. #GRUB_INIT_TUNE="480 440 1"
  384. =================== UEFI/Legacy mode:
  385. This installed-session is not in EFI-mode.
  386. SecureBoot disabled.
  387. =================== PARTITIONS & DISKS:
  388. sda1 : 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, .
  389. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /media/dreais/2CD4D26AD4D23634.
  390. sda3 : 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, farbios, /home.
  391. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  392. =================== parted -l:
  393. Model: ATA TOSHIBA DT01ACA0 (scsi)
  394. Disk /dev/sda: 500GB
  395. Sector size (logical/physical): 512B/4096B
  396. Partition Table: msdos
  397. Disk Flags:
  398. Number Start End Size Type File system Flags
  399. 2 106MB 450GB 450GB primary ntfs
  400. 1 450GB 475GB 25.0GB primary ext4 boot
  401. 3 475GB 495GB 20.0GB primary ext4
  402. 4 495GB 497GB 2000MB primary linux-swap(v1)
  403. =================== parted -lm:
  404. BYT;
  405. /dev/sda:500GB:scsi:512:4096:msdos:ATA TOSHIBA DT01ACA0:;
  406. 2:106MB:450GB:450GB:ntfs::;
  407. 1:450GB:475GB:25.0GB:ext4::boot;
  408. 3:475GB:495GB:20.0GB:ext4::;
  409. 4:495GB:497GB:2000MB:linux-swap(v1)::;
  410. =================== lsblk:
  411. KNAME TYPE FSTYPE SIZE LABEL
  412. sda disk 465,8G
  413. sda1 part ext4 23,3G
  414. sda2 part ntfs 419,1G
  415. sda3 part ext4 18,6G
  416. sda4 part swap 1,9G
  417. KNAME ROTA RO RM STATE MOUNTPOINT
  418. sda 1 0 0 running
  419. sda1 1 0 0 /
  420. sda2 1 0 0 /media/dreais/2CD4D26AD4D23634
  421. sda3 1 0 0 /home
  422. sda4 1 0 0 [SWAP]
  423. =================== mount:
  424. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  425. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  426. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4039892k,nr_inodes=1009973,mode=755)
  427. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  428. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=811832k,mode=755)
  429. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  430. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  431. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  432. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  433. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  434. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  435. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  436. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  437. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  438. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  439. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  440. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  441. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  442. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  443. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  444. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  445. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  446. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  447. mqueue on /dev/mqueue type mqueue (rw,relatime)
  448. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  449. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  450. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  451. /dev/sda3 on /home type ext4 (rw,relatime,data=ordered)
  452. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=811832k,mode=700,uid=1000,gid=1000)
  453. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  454. /dev/sda2 on /media/dreais/2CD4D26AD4D23634 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
  455. =================== ls:
  456. /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 sda4 size slaves stat subsystem trace uevent
  457. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sg0 shm snapshot snd stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  458. ls /dev/mapper: control
  459. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  460. =================== hexdump -n512 -C /dev/sda2
  461. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  462. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 28 03 00 |........?....(..|
  463. 00000020 00 00 00 00 80 00 80 00 88 0b 63 34 00 00 00 00 |..........c4....|
  464. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  465. 00000040 f6 00 00 00 01 00 00 00 34 36 d2 d4 6a d2 d4 2c |........46..j..,|
  466. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  467. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  468. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  469. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  470. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  471. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  472. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  473. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  474. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  475. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  476. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  477. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  478. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  479. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  480. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  481. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  482. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  483. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  484. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  485. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 |t.............Er|
  486. 00000190 72 65 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 |reur lecture dis|
  487. 000001a0 71 75 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 61 62 |que...BOOTMGR ab|
  488. 000001b0 73 65 6e 74 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 |sent...BOOTMGR c|
  489. 000001c0 6f 6d 70 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b |ompress....Ctrl+|
  490. 000001d0 41 6c 74 2b 53 75 70 70 72 20 70 6f 75 72 20 72 |Alt+Suppr pour r|
  491. 000001e0 65 64 82 6d 61 72 72 65 72 0d 0a 00 6f 20 72 65 |ed.marrer...o re|
  492. 000001f0 73 74 61 72 74 0d 0a 00 8c a4 b5 c9 00 00 55 aa |start.........U.|
  493. 00000200
  494. =================== df -Th:
  495. Filesystem Type Size Used Avail Use% Mounted on
  496. udev devtmpfs 3.9G 0 3.9G 0% /dev
  497. tmpfs tmpfs 793M 9.4M 784M 2% /run
  498. /dev/sda1 ext4 23G 3.9G 18G 18% /
  499. tmpfs tmpfs 3.9G 1020K 3.9G 1% /dev/shm
  500. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  501. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  502. /dev/sda3 ext4 19G 488M 17G 3% /home
  503. tmpfs tmpfs 793M 72K 793M 1% /run/user/1000
  504. /dev/sda2 fuseblk 420G 344G 76G 82% /media/dreais/2CD4D26AD4D23634
  505. =================== fdisk -l:
  506. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  507. Units: sectors of 1 * 512 = 512 bytes
  508. Sector size (logical/physical): 512 bytes / 4096 bytes
  509. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  510. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  511. Units: sectors of 1 * 512 = 512 bytes
  512. Sector size (logical/physical): 512 bytes / 4096 bytes
  513. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  514. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  515. Units: sectors of 1 * 512 = 512 bytes
  516. Sector size (logical/physical): 512 bytes / 4096 bytes
  517. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  518. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  519. Units: sectors of 1 * 512 = 512 bytes
  520. Sector size (logical/physical): 512 bytes / 4096 bytes
  521. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  522. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  523. Units: sectors of 1 * 512 = 512 bytes
  524. Sector size (logical/physical): 512 bytes / 4096 bytes
  525. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  526. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  527. Units: sectors of 1 * 512 = 512 bytes
  528. Sector size (logical/physical): 512 bytes / 4096 bytes
  529. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  530. Disk /dev/ram6: 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/ram7: 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/ram8: 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/ram9: 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/ram10: 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/ram11: 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/ram12: 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/ram13: 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/ram14: 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/ram15: 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/sda: 465.8 GiB, 500107862016 bytes, 976773168 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. Disklabel type: dos
  575. Disk identifier: 0xa9e3686f
  576. Device Boot Start End Sectors Size Id Type
  577. /dev/sda1 * 879114240 927940607 48826368 23.3G 83 Linux
  578. /dev/sda2 206848 879113097 878906250 419.1G 7 HPFS/NTFS/exFAT
  579. /dev/sda3 927940608 967002111 39061504 18.6G 83 Linux
  580. /dev/sda4 967002112 970907647 3905536 1.9G 82 Linux swap / Solaris
  581. Partition table entries are not in disk order.
  582. =================== Suggested repair
  583. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  584. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot
  585. =================== Final advice in case of suggested repair
  586. 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 [Réparateur de démarrage]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  587. =================== User settings
  588. The settings chosen by the user will not act on the boot.
  589. paste.ubuntu.com ko (), using paste.debian
  590. paste.debian.net ko (), using paste2