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