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 (,msdos5)/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 7/2008: NTFS
  13. Boot sector info: No errors found in the Boot Parameter Block.
  14. Operating System:
  15. Boot files: /grldr /bootmgr /Boot/BCD /grldr
  16. sda2: __________________________________________________________________________
  17. File system: Extended Partition
  18. Boot sector type: -
  19. Boot sector info:
  20. sda5: __________________________________________________________________________
  21. File system: ext4
  22. Boot sector type: -
  23. Boot sector info:
  24. Operating System: Ubuntu 16.04.1 LTS
  25. Boot files: /boot/grub/grub.cfg /etc/fstab
  26. /boot/grub/i386-pc/core.img
  27. sda6: __________________________________________________________________________
  28. File system: swap
  29. Boot sector type: -
  30. Boot sector info:
  31. ============================ Drive/Partition Info: =============================
  32. Drive: sda _____________________________________________________________________
  33. Disk /dev/sda: 149.1 GiB, 160041885696 bytes, 312581808 sectors
  34. Units: sectors of 1 * 512 = 512 bytes
  35. Sector size (logical/physical): 512 bytes / 512 bytes
  36. I/O size (minimum/optimal): 512 bytes / 512 bytes
  37. Disklabel type: dos
  38. Partition Boot Start Sector End Sector # of Sectors Id System
  39. /dev/sda1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
  40. /dev/sda2 208,894 106,207,231 105,998,338 5 Extended
  41. /dev/sda5 208,896 100,206,591 99,997,696 83 Linux
  42. /dev/sda6 100,208,640 106,207,231 5,998,592 82 Linux swap / Solaris
  43. "blkid" output: ________________________________________________________________
  44. Device UUID TYPE LABEL
  45. /dev/sda1 6092090D9208E97C ntfs Réservé au système
  46. /dev/sda5 f5518cd0-d405-4b94-881a-7080fa7ad2cb ext4
  47. /dev/sda6 5db38a3b-1547-4786-94a9-b393219b45f2 swap
  48. ========================= "ls -l /dev/disk/by-id" output: ======================
  49. total 0
  50. lrwxrwxrwx 1 root root 9 Jul 22 20:27 ata-ST9160411ASG_5TG18SWS -> ../../sda
  51. lrwxrwxrwx 1 root root 10 Jul 22 20:27 ata-ST9160411ASG_5TG18SWS-part1 -> ../../sda1
  52. lrwxrwxrwx 1 root root 10 Jul 22 20:27 ata-ST9160411ASG_5TG18SWS-part2 -> ../../sda2
  53. lrwxrwxrwx 1 root root 10 Jul 22 20:27 ata-ST9160411ASG_5TG18SWS-part5 -> ../../sda5
  54. lrwxrwxrwx 1 root root 10 Jul 22 20:27 ata-ST9160411ASG_5TG18SWS-part6 -> ../../sda6
  55. lrwxrwxrwx 1 root root 9 Jul 22 20:19 ata-TSSTcorp_DVD+_-RW_TS-U633C -> ../../sr0
  56. lrwxrwxrwx 1 root root 9 Jul 22 20:27 wwn-0x5000c50016529d3d -> ../../sda
  57. lrwxrwxrwx 1 root root 10 Jul 22 20:27 wwn-0x5000c50016529d3d-part1 -> ../../sda1
  58. lrwxrwxrwx 1 root root 10 Jul 22 20:27 wwn-0x5000c50016529d3d-part2 -> ../../sda2
  59. lrwxrwxrwx 1 root root 10 Jul 22 20:27 wwn-0x5000c50016529d3d-part5 -> ../../sda5
  60. lrwxrwxrwx 1 root root 10 Jul 22 20:27 wwn-0x5000c50016529d3d-part6 -> ../../sda6
  61. ================================ Mount points: =================================
  62. Device Mount_Point Type Options
  63. /dev/sda5 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  64. ========================== sda1/grldr embedded menu: ===========================
  65. --------------------------------------------------------------------------------
  66. --------------------------------------------------------------------------------
  67. =========================== sda5/boot/grub/grub.cfg: ===========================
  68. --------------------------------------------------------------------------------
  69. #
  70. # DO NOT EDIT THIS FILE
  71. #
  72. # It is automatically generated by grub-mkconfig using templates
  73. # from /etc/grub.d and settings from /etc/default/grub
  74. #
  75. ### BEGIN /etc/grub.d/00_header ###
  76. if [ -s $prefix/grubenv ]; then
  77. set have_grubenv=true
  78. load_env
  79. fi
  80. if [ "${next_entry}" ] ; then
  81. set default="${next_entry}"
  82. set next_entry=
  83. save_env next_entry
  84. set boot_once=true
  85. else
  86. set default="0"
  87. fi
  88. if [ x"${feature_menuentry_id}" = xy ]; then
  89. menuentry_id_option="--id"
  90. else
  91. menuentry_id_option=""
  92. fi
  93. export menuentry_id_option
  94. if [ "${prev_saved_entry}" ]; then
  95. set saved_entry="${prev_saved_entry}"
  96. save_env saved_entry
  97. set prev_saved_entry=
  98. save_env prev_saved_entry
  99. set boot_once=true
  100. fi
  101. function savedefault {
  102. if [ -z "${boot_once}" ]; then
  103. saved_entry="${chosen}"
  104. save_env saved_entry
  105. fi
  106. }
  107. function recordfail {
  108. set recordfail=1
  109. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  110. }
  111. function load_video {
  112. if [ x$feature_all_video_module = xy ]; then
  113. insmod all_video
  114. else
  115. insmod efi_gop
  116. insmod efi_uga
  117. insmod ieee1275_fb
  118. insmod vbe
  119. insmod vga
  120. insmod video_bochs
  121. insmod video_cirrus
  122. fi
  123. }
  124. if [ x$feature_default_font_path = xy ] ; then
  125. font=unicode
  126. else
  127. insmod part_msdos
  128. insmod ext2
  129. set root='hd0,msdos5'
  130. if [ x$feature_platform_search_hint = xy ]; then
  131. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f5518cd0-d405-4b94-881a-7080fa7ad2cb
  132. else
  133. search --no-floppy --fs-uuid --set=root f5518cd0-d405-4b94-881a-7080fa7ad2cb
  134. fi
  135. font="/usr/share/grub/unicode.pf2"
  136. fi
  137. if loadfont $font ; then
  138. set gfxmode=auto
  139. load_video
  140. insmod gfxterm
  141. set locale_dir=$prefix/locale
  142. set lang=fr_FR
  143. insmod gettext
  144. fi
  145. terminal_output gfxterm
  146. if [ "${recordfail}" = 1 ] ; then
  147. set timeout=30
  148. else
  149. if [ x$feature_timeout_style = xy ] ; then
  150. set timeout_style=menu
  151. set timeout=10
  152. # Fallback normal timeout code in case the timeout_style feature is
  153. # unavailable.
  154. else
  155. set timeout=10
  156. fi
  157. fi
  158. ### END /etc/grub.d/00_header ###
  159. ### BEGIN /etc/grub.d/05_debian_theme ###
  160. set menu_color_normal=white/black
  161. set menu_color_highlight=black/light-gray
  162. if background_color 44,0,30,0; then
  163. clear
  164. fi
  165. ### END /etc/grub.d/05_debian_theme ###
  166. ### BEGIN /etc/grub.d/10_linux ###
  167. function gfxmode {
  168. set gfxpayload="${1}"
  169. if [ "${1}" = "keep" ]; then
  170. set vt_handoff=vt.handoff=7
  171. else
  172. set vt_handoff=
  173. fi
  174. }
  175. if [ "${recordfail}" != 1 ]; then
  176. if [ -e ${prefix}/gfxblacklist.txt ]; then
  177. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  178. if [ ${match} = 0 ]; then
  179. set linux_gfx_mode=keep
  180. else
  181. set linux_gfx_mode=text
  182. fi
  183. else
  184. set linux_gfx_mode=text
  185. fi
  186. else
  187. set linux_gfx_mode=keep
  188. fi
  189. else
  190. set linux_gfx_mode=text
  191. fi
  192. export linux_gfx_mode
  193. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-f5518cd0-d405-4b94-881a-7080fa7ad2cb' {
  194. recordfail
  195. load_video
  196. gfxmode $linux_gfx_mode
  197. insmod gzio
  198. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  199. insmod part_msdos
  200. insmod ext2
  201. set root='hd0,msdos5'
  202. if [ x$feature_platform_search_hint = xy ]; then
  203. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f5518cd0-d405-4b94-881a-7080fa7ad2cb
  204. else
  205. search --no-floppy --fs-uuid --set=root f5518cd0-d405-4b94-881a-7080fa7ad2cb
  206. fi
  207. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=f5518cd0-d405-4b94-881a-7080fa7ad2cb ro quiet splash $vt_handoff
  208. initrd /boot/initrd.img-4.4.0-31-generic
  209. }
  210. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-f5518cd0-d405-4b94-881a-7080fa7ad2cb' {
  211. 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-f5518cd0-d405-4b94-881a-7080fa7ad2cb' {
  212. recordfail
  213. load_video
  214. gfxmode $linux_gfx_mode
  215. insmod gzio
  216. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  217. insmod part_msdos
  218. insmod ext2
  219. set root='hd0,msdos5'
  220. if [ x$feature_platform_search_hint = xy ]; then
  221. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f5518cd0-d405-4b94-881a-7080fa7ad2cb
  222. else
  223. search --no-floppy --fs-uuid --set=root f5518cd0-d405-4b94-881a-7080fa7ad2cb
  224. fi
  225. echo 'Chargement de Linux 4.4.0-31-generic…'
  226. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=f5518cd0-d405-4b94-881a-7080fa7ad2cb ro quiet splash $vt_handoff
  227. echo 'Chargement du disque mémoire initial…'
  228. initrd /boot/initrd.img-4.4.0-31-generic
  229. }
  230. 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-f5518cd0-d405-4b94-881a-7080fa7ad2cb' {
  231. recordfail
  232. load_video
  233. gfxmode $linux_gfx_mode
  234. insmod gzio
  235. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  236. insmod part_msdos
  237. insmod ext2
  238. set root='hd0,msdos5'
  239. if [ x$feature_platform_search_hint = xy ]; then
  240. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f5518cd0-d405-4b94-881a-7080fa7ad2cb
  241. else
  242. search --no-floppy --fs-uuid --set=root f5518cd0-d405-4b94-881a-7080fa7ad2cb
  243. fi
  244. echo 'Chargement de Linux 4.4.0-31-generic…'
  245. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=f5518cd0-d405-4b94-881a-7080fa7ad2cb ro quiet splash $vt_handoff init=/sbin/upstart
  246. echo 'Chargement du disque mémoire initial…'
  247. initrd /boot/initrd.img-4.4.0-31-generic
  248. }
  249. 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-f5518cd0-d405-4b94-881a-7080fa7ad2cb' {
  250. recordfail
  251. load_video
  252. insmod gzio
  253. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  254. insmod part_msdos
  255. insmod ext2
  256. set root='hd0,msdos5'
  257. if [ x$feature_platform_search_hint = xy ]; then
  258. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f5518cd0-d405-4b94-881a-7080fa7ad2cb
  259. else
  260. search --no-floppy --fs-uuid --set=root f5518cd0-d405-4b94-881a-7080fa7ad2cb
  261. fi
  262. echo 'Chargement de Linux 4.4.0-31-generic…'
  263. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=f5518cd0-d405-4b94-881a-7080fa7ad2cb ro recovery nomodeset
  264. echo 'Chargement du disque mémoire initial…'
  265. initrd /boot/initrd.img-4.4.0-31-generic
  266. }
  267. }
  268. ### END /etc/grub.d/10_linux ###
  269. ### BEGIN /etc/grub.d/20_linux_xen ###
  270. ### END /etc/grub.d/20_linux_xen ###
  271. ### BEGIN /etc/grub.d/20_memtest86+ ###
  272. menuentry 'Memory test (memtest86+)' {
  273. insmod part_msdos
  274. insmod ext2
  275. set root='hd0,msdos5'
  276. if [ x$feature_platform_search_hint = xy ]; then
  277. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f5518cd0-d405-4b94-881a-7080fa7ad2cb
  278. else
  279. search --no-floppy --fs-uuid --set=root f5518cd0-d405-4b94-881a-7080fa7ad2cb
  280. fi
  281. knetbsd /boot/memtest86+.elf
  282. }
  283. menuentry 'Memory test (memtest86+, serial console 115200)' {
  284. insmod part_msdos
  285. insmod ext2
  286. set root='hd0,msdos5'
  287. if [ x$feature_platform_search_hint = xy ]; then
  288. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 f5518cd0-d405-4b94-881a-7080fa7ad2cb
  289. else
  290. search --no-floppy --fs-uuid --set=root f5518cd0-d405-4b94-881a-7080fa7ad2cb
  291. fi
  292. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  293. }
  294. ### END /etc/grub.d/20_memtest86+ ###
  295. ### BEGIN /etc/grub.d/30_os-prober ###
  296. menuentry 'Windows 7 (loader) (sur /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-6092090D9208E97C' {
  297. insmod part_msdos
  298. insmod ntfs
  299. set root='hd0,msdos1'
  300. if [ x$feature_platform_search_hint = xy ]; then
  301. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6092090D9208E97C
  302. else
  303. search --no-floppy --fs-uuid --set=root 6092090D9208E97C
  304. fi
  305. parttool ${root} hidden-
  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. =============================== sda5/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/sda5 during installation
  338. UUID=f5518cd0-d405-4b94-881a-7080fa7ad2cb / ext4 errors=remount-ro 0 1
  339. # swap was on /dev/sda6 during installation
  340. UUID=5db38a3b-1547-4786-94a9-b393219b45f2 none swap sw 0 0
  341. --------------------------------------------------------------------------------
  342. =================== sda5: Location of files loaded by Grub: ====================
  343. GiB - GB File Fragment(s)
  344. 42.437965393 = 45.567418368 boot/grub/grub.cfg 1
  345. 16.243610382 = 17.441443840 boot/grub/i386-pc/core.img 1
  346. 1.211639404 = 1.300987904 boot/vmlinuz-4.4.0-31-generic 2
  347. 1.211639404 = 1.300987904 vmlinuz 2
  348. 42.440113068 = 45.569724416 boot/initrd.img-4.4.0-31-generic 2
  349. 42.440113068 = 45.569724416 initrd.img 2
  350. ADDITIONAL INFORMATION :
  351. =================== log of boot-repair 2016-07-22__20h27 ===================
  352. boot-repair version : 4ppa38
  353. boot-sav version : 4ppa38
  354. glade2script version : 3.2.3~ppa1
  355. boot-sav-extra version : 4ppa38
  356. boot-repair 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=f5518cd0-d405-4b94-881a-7080fa7ad2cb ro quiet splash vt.handoff=7
  359. =================== os-prober:
  360. /dev/sda5:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  361. /dev/sda1:Windows 7 (loader):Windows:chain
  362. =================== blkid:
  363. /dev/sda1: LABEL="RM-CM-)servM-CM-) au systM-CM-(me" UUID="6092090D9208E97C" TYPE="ntfs" PARTUUID="c6ac3996-01"
  364. /dev/sda5: UUID="f5518cd0-d405-4b94-881a-7080fa7ad2cb" TYPE="ext4" PARTUUID="c6ac3996-05"
  365. /dev/sda6: UUID="5db38a3b-1547-4786-94a9-b393219b45f2" TYPE="swap" PARTUUID="c6ac3996-06"
  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:50 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 19:08 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 13:44 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. SecureBoot disabled.
  411. =================== PARTITIONS & DISKS:
  412. sda5 : 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, not-far, .
  413. 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.
  414. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  415. =================== parted -l:
  416. Model: ATA ST9160411ASG (scsi)
  417. Disk /dev/sda: 160GB
  418. Sector size (logical/physical): 512B/512B
  419. Partition Table: msdos
  420. Disk Flags:
  421. Number Start End Size Type File system Flags
  422. 1 1049kB 106MB 105MB primary ntfs boot
  423. 2 107MB 54.4GB 54.3GB extended
  424. 5 107MB 51.3GB 51.2GB logical ext4
  425. 6 51.3GB 54.4GB 3071MB logical linux-swap(v1)
  426. =================== parted -lm:
  427. BYT;
  428. /dev/sda:160GB:scsi:512:512:msdos:ATA ST9160411ASG:;
  429. 1:1049kB:106MB:105MB:ntfs::boot;
  430. 2:107MB:54.4GB:54.3GB:::;
  431. 5:107MB:51.3GB:51.2GB:ext4::;
  432. 6:51.3GB:54.4GB:3071MB:linux-swap(v1)::;
  433. =================== lsblk:
  434. KNAME TYPE FSTYPE SIZE LABEL
  435. sda disk 149,1G
  436. sda1 part ntfs 100M Réservé au système
  437. sda2 part 1K
  438. sda5 part ext4 47,7G
  439. sda6 part swap 2,9G
  440. sr0 rom 1024M
  441. KNAME ROTA RO RM STATE MOUNTPOINT
  442. sda 1 0 0 running
  443. sda1 1 0 0 /mnt/boot-sav/sda1
  444. sda2 1 0 0
  445. sda5 1 0 0 /
  446. sda6 1 0 0 [SWAP]
  447. sr0 1 0 1 running
  448. =================== mount:
  449. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  450. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  451. udev on /dev type devtmpfs (rw,nosuid,relatime,size=980496k,nr_inodes=245124,mode=755)
  452. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  453. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=199956k,mode=755)
  454. /dev/sda5 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  455. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  456. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  457. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  458. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  459. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  460. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  461. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  462. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  463. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  464. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  465. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  466. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  467. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  468. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  469. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  470. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  471. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  472. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  473. mqueue on /dev/mqueue type mqueue (rw,relatime)
  474. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  475. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  476. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=199956k,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 /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  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 sda5 sda6 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): agpgart 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 fw0 hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 iio:device0 initctl input kmsg lightnvm log mapper mcelog mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sda6 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net 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 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  487. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  488. 00000020 00 00 00 00 80 00 80 00 ff 1f 03 00 00 00 00 00 |................|
  489. 00000030 55 21 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |U!..............|
  490. 00000040 f6 00 00 00 01 00 00 00 7c e9 08 92 0d 09 92 60 |........|......`|
  491. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  492. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  493. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  494. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  495. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  496. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  497. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  498. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  499. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  500. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  501. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  502. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  503. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  504. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  505. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  506. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  507. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  508. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  509. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  510. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  511. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  512. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  513. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  514. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  515. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  516. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  517. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  518. 00000200
  519. =================== df -Th:
  520. Filesystem Type Size Used Avail Use% Mounted on
  521. udev devtmpfs 958M 0 958M 0% /dev
  522. tmpfs tmpfs 196M 6.3M 190M 4% /run
  523. /dev/sda5 ext4 47G 4.0G 41G 9% /
  524. tmpfs tmpfs 977M 228K 977M 1% /dev/shm
  525. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  526. tmpfs tmpfs 977M 0 977M 0% /sys/fs/cgroup
  527. tmpfs tmpfs 196M 40K 196M 1% /run/user/1000
  528. /dev/sda1 fuseblk 100M 51M 50M 51% /mnt/boot-sav/sda1
  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: 149.1 GiB, 160041885696 bytes, 312581808 sectors
  595. Units: sectors of 1 * 512 = 512 bytes
  596. Sector size (logical/physical): 512 bytes / 512 bytes
  597. I/O size (minimum/optimal): 512 bytes / 512 bytes
  598. Disklabel type: dos
  599. Disk identifier: 0xc6ac3996
  600. Device Boot Start End Sectors Size Id Type
  601. /dev/sda1 * 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
  602. /dev/sda2 208894 106207231 105998338 50.6G 5 Extended
  603. /dev/sda5 208896 100206591 99997696 47.7G 83 Linux
  604. /dev/sda6 100208640 106207231 5998592 2.9G 82 Linux swap / Solaris
  605. =================== Suggested repair
  606. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda5 into the MBR of sda.
  607. Additional repair would be performed: unhide-bootmenu-10s
  608. =================== User settings
  609. The settings chosen by the user will not act on the boot.
  610. paste.ubuntu.com ko (), using paste.debian
  611. paste.debian.net ko (), using paste2