1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: FAT32
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files: /EFI/Boot/bootx64.efi /EFI/ubuntu/MokManager.efi
  10. /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi
  11. /EFI/ubuntu/shimx64.efi
  12. /EFI/Microsoft/Boot/bootmgfw.efi
  13. /EFI/Microsoft/Boot/bootx64.efi
  14. sda2: __________________________________________________________________________
  15. File system: ext4
  16. Boot sector type: -
  17. Boot sector info:
  18. Operating System: Ubuntu 16.04.1 LTS
  19. Boot files: /boot/grub/grub.cfg /etc/fstab
  20. sda3: __________________________________________________________________________
  21. File system: swap
  22. Boot sector type: -
  23. Boot sector info:
  24. ============================ Drive/Partition Info: =============================
  25. Drive: sda _____________________________________________________________________
  26. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  27. Units: sectors of 1 * 512 = 512 bytes
  28. Sector size (logical/physical): 512 bytes / 512 bytes
  29. I/O size (minimum/optimal): 512 bytes / 512 bytes
  30. Disklabel type: gpt
  31. Partition Boot Start Sector End Sector # of Sectors Id System
  32. /dev/sda1 1 976,773,167 976,773,167 ee GPT
  33. GUID Partition Table detected.
  34. Partition Attrs Start Sector End Sector # of Sectors System
  35. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  36. /dev/sda2 1,050,624 960,278,527 959,227,904 Data partition (Linux)
  37. /dev/sda3 960,278,528 976,771,071 16,492,544 Swap partition (Linux)
  38. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  39. "blkid" output: ________________________________________________________________
  40. Device UUID TYPE LABEL
  41. /dev/sda1 7870-AFA9 vfat
  42. /dev/sda2 5251b58f-3afd-4653-a7aa-3e9745eddcb5 ext4
  43. /dev/sda3 18212046-2ffb-4a67-a0dd-cf653d6e45c1 swap
  44. ========================= "ls -l /dev/disk/by-id" output: ======================
  45. total 0
  46. lrwxrwxrwx 1 root root 9 Mar 11 11:50 ata-HL-DT-ST_DVDRAM_GUE1N_KYRG21B3044 -> ../../sr0
  47. lrwxrwxrwx 1 root root 9 Mar 11 11:53 ata-Samsung_SSD_850_EVO_500GB_S2RBNX0H940633F -> ../../sda
  48. lrwxrwxrwx 1 root root 10 Mar 11 11:53 ata-Samsung_SSD_850_EVO_500GB_S2RBNX0H940633F-part1 -> ../../sda1
  49. lrwxrwxrwx 1 root root 10 Mar 11 11:53 ata-Samsung_SSD_850_EVO_500GB_S2RBNX0H940633F-part2 -> ../../sda2
  50. lrwxrwxrwx 1 root root 10 Mar 11 11:53 ata-Samsung_SSD_850_EVO_500GB_S2RBNX0H940633F-part3 -> ../../sda3
  51. lrwxrwxrwx 1 root root 9 Mar 11 11:50 wwn-0x5001480000000000 -> ../../sr0
  52. lrwxrwxrwx 1 root root 9 Mar 11 11:53 wwn-0x5002538d414b44f8 -> ../../sda
  53. lrwxrwxrwx 1 root root 10 Mar 11 11:53 wwn-0x5002538d414b44f8-part1 -> ../../sda1
  54. lrwxrwxrwx 1 root root 10 Mar 11 11:53 wwn-0x5002538d414b44f8-part2 -> ../../sda2
  55. lrwxrwxrwx 1 root root 10 Mar 11 11:53 wwn-0x5002538d414b44f8-part3 -> ../../sda3
  56. ================================ Mount points: =================================
  57. Device Mount_Point Type Options
  58. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  59. /dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  60. =========================== sda2/boot/grub/grub.cfg: ===========================
  61. --------------------------------------------------------------------------------
  62. #
  63. # DO NOT EDIT THIS FILE
  64. #
  65. # It is automatically generated by grub-mkconfig using templates
  66. # from /etc/grub.d and settings from /etc/default/grub
  67. #
  68. ### BEGIN /etc/grub.d/00_header ###
  69. if [ -s $prefix/grubenv ]; then
  70. set have_grubenv=true
  71. load_env
  72. fi
  73. if [ "${next_entry}" ] ; then
  74. set default="${next_entry}"
  75. set next_entry=
  76. save_env next_entry
  77. set boot_once=true
  78. else
  79. set default="${saved_entry}"
  80. fi
  81. if [ x"${feature_menuentry_id}" = xy ]; then
  82. menuentry_id_option="--id"
  83. else
  84. menuentry_id_option=""
  85. fi
  86. export menuentry_id_option
  87. if [ "${prev_saved_entry}" ]; then
  88. set saved_entry="${prev_saved_entry}"
  89. save_env saved_entry
  90. set prev_saved_entry=
  91. save_env prev_saved_entry
  92. set boot_once=true
  93. fi
  94. function savedefault {
  95. if [ -z "${boot_once}" ]; then
  96. saved_entry="${chosen}"
  97. save_env saved_entry
  98. fi
  99. }
  100. function recordfail {
  101. set recordfail=1
  102. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  103. }
  104. function load_video {
  105. if [ x$feature_all_video_module = xy ]; then
  106. insmod all_video
  107. else
  108. insmod efi_gop
  109. insmod efi_uga
  110. insmod ieee1275_fb
  111. insmod vbe
  112. insmod vga
  113. insmod video_bochs
  114. insmod video_cirrus
  115. fi
  116. }
  117. if [ x$feature_default_font_path = xy ] ; then
  118. font=unicode
  119. else
  120. insmod part_gpt
  121. insmod ext2
  122. set root='hd0,gpt2'
  123. if [ x$feature_platform_search_hint = xy ]; then
  124. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 5251b58f-3afd-4653-a7aa-3e9745eddcb5
  125. else
  126. search --no-floppy --fs-uuid --set=root 5251b58f-3afd-4653-a7aa-3e9745eddcb5
  127. fi
  128. font="/usr/share/grub/unicode.pf2"
  129. fi
  130. if loadfont $font ; then
  131. set gfxmode=auto
  132. load_video
  133. insmod gfxterm
  134. set locale_dir=$prefix/locale
  135. set lang=fr_FR
  136. insmod gettext
  137. fi
  138. terminal_output gfxterm
  139. if [ "${recordfail}" = 1 ] ; then
  140. set timeout=30
  141. else
  142. if [ x$feature_timeout_style = xy ] ; then
  143. set timeout_style=menu
  144. set timeout=10
  145. # Fallback normal timeout code in case the timeout_style feature is
  146. # unavailable.
  147. else
  148. set timeout=10
  149. fi
  150. fi
  151. ### END /etc/grub.d/00_header ###
  152. ### BEGIN /etc/grub.d/05_debian_theme ###
  153. set menu_color_normal=white/black
  154. set menu_color_highlight=black/light-gray
  155. if background_color 44,0,30,0; then
  156. clear
  157. fi
  158. ### END /etc/grub.d/05_debian_theme ###
  159. ### BEGIN /etc/grub.d/10_linux ###
  160. function gfxmode {
  161. set gfxpayload="${1}"
  162. if [ "${1}" = "keep" ]; then
  163. set vt_handoff=vt.handoff=7
  164. else
  165. set vt_handoff=
  166. fi
  167. }
  168. if [ "${recordfail}" != 1 ]; then
  169. if [ -e ${prefix}/gfxblacklist.txt ]; then
  170. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  171. if [ ${match} = 0 ]; then
  172. set linux_gfx_mode=keep
  173. else
  174. set linux_gfx_mode=text
  175. fi
  176. else
  177. set linux_gfx_mode=text
  178. fi
  179. else
  180. set linux_gfx_mode=keep
  181. fi
  182. else
  183. set linux_gfx_mode=text
  184. fi
  185. export linux_gfx_mode
  186. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-5251b58f-3afd-4653-a7aa-3e9745eddcb5' {
  187. recordfail
  188. savedefault
  189. load_video
  190. gfxmode $linux_gfx_mode
  191. insmod gzio
  192. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  193. insmod part_gpt
  194. insmod ext2
  195. set root='hd0,gpt2'
  196. if [ x$feature_platform_search_hint = xy ]; then
  197. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 5251b58f-3afd-4653-a7aa-3e9745eddcb5
  198. else
  199. search --no-floppy --fs-uuid --set=root 5251b58f-3afd-4653-a7aa-3e9745eddcb5
  200. fi
  201. linux /boot/vmlinuz-4.4.0-66-generic.efi.signed root=UUID=5251b58f-3afd-4653-a7aa-3e9745eddcb5 ro quiet splash foo=bar $vt_handoff
  202. initrd /boot/initrd.img-4.4.0-66-generic
  203. }
  204. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-5251b58f-3afd-4653-a7aa-3e9745eddcb5' {
  205. menuentry 'Ubuntu, avec Linux 4.4.0-66-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-66-generic-advanced-5251b58f-3afd-4653-a7aa-3e9745eddcb5' {
  206. recordfail
  207. savedefault
  208. load_video
  209. gfxmode $linux_gfx_mode
  210. insmod gzio
  211. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  212. insmod part_gpt
  213. insmod ext2
  214. set root='hd0,gpt2'
  215. if [ x$feature_platform_search_hint = xy ]; then
  216. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 5251b58f-3afd-4653-a7aa-3e9745eddcb5
  217. else
  218. search --no-floppy --fs-uuid --set=root 5251b58f-3afd-4653-a7aa-3e9745eddcb5
  219. fi
  220. echo 'Chargement de Linux 4.4.0-66-generic…'
  221. linux /boot/vmlinuz-4.4.0-66-generic.efi.signed root=UUID=5251b58f-3afd-4653-a7aa-3e9745eddcb5 ro quiet splash foo=bar $vt_handoff
  222. echo 'Chargement du disque mémoire initial…'
  223. initrd /boot/initrd.img-4.4.0-66-generic
  224. }
  225. menuentry 'Ubuntu, with Linux 4.4.0-66-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-66-generic-init-upstart-5251b58f-3afd-4653-a7aa-3e9745eddcb5' {
  226. recordfail
  227. savedefault
  228. load_video
  229. gfxmode $linux_gfx_mode
  230. insmod gzio
  231. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  232. insmod part_gpt
  233. insmod ext2
  234. set root='hd0,gpt2'
  235. if [ x$feature_platform_search_hint = xy ]; then
  236. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 5251b58f-3afd-4653-a7aa-3e9745eddcb5
  237. else
  238. search --no-floppy --fs-uuid --set=root 5251b58f-3afd-4653-a7aa-3e9745eddcb5
  239. fi
  240. echo 'Chargement de Linux 4.4.0-66-generic…'
  241. linux /boot/vmlinuz-4.4.0-66-generic.efi.signed root=UUID=5251b58f-3afd-4653-a7aa-3e9745eddcb5 ro quiet splash foo=bar $vt_handoff init=/sbin/upstart
  242. echo 'Chargement du disque mémoire initial…'
  243. initrd /boot/initrd.img-4.4.0-66-generic
  244. }
  245. menuentry 'Ubuntu, with Linux 4.4.0-66-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-66-generic-recovery-5251b58f-3afd-4653-a7aa-3e9745eddcb5' {
  246. recordfail
  247. load_video
  248. insmod gzio
  249. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  250. insmod part_gpt
  251. insmod ext2
  252. set root='hd0,gpt2'
  253. if [ x$feature_platform_search_hint = xy ]; then
  254. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 5251b58f-3afd-4653-a7aa-3e9745eddcb5
  255. else
  256. search --no-floppy --fs-uuid --set=root 5251b58f-3afd-4653-a7aa-3e9745eddcb5
  257. fi
  258. echo 'Chargement de Linux 4.4.0-66-generic…'
  259. linux /boot/vmlinuz-4.4.0-66-generic.efi.signed root=UUID=5251b58f-3afd-4653-a7aa-3e9745eddcb5 ro recovery nomodeset
  260. echo 'Chargement du disque mémoire initial…'
  261. initrd /boot/initrd.img-4.4.0-66-generic
  262. }
  263. 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-5251b58f-3afd-4653-a7aa-3e9745eddcb5' {
  264. recordfail
  265. savedefault
  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_gpt
  271. insmod ext2
  272. set root='hd0,gpt2'
  273. if [ x$feature_platform_search_hint = xy ]; then
  274. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 5251b58f-3afd-4653-a7aa-3e9745eddcb5
  275. else
  276. search --no-floppy --fs-uuid --set=root 5251b58f-3afd-4653-a7aa-3e9745eddcb5
  277. fi
  278. echo 'Chargement de Linux 4.4.0-31-generic…'
  279. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=5251b58f-3afd-4653-a7aa-3e9745eddcb5 ro quiet splash foo=bar $vt_handoff
  280. echo 'Chargement du disque mémoire initial…'
  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-5251b58f-3afd-4653-a7aa-3e9745eddcb5' {
  284. recordfail
  285. savedefault
  286. load_video
  287. gfxmode $linux_gfx_mode
  288. insmod gzio
  289. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  290. insmod part_gpt
  291. insmod ext2
  292. set root='hd0,gpt2'
  293. if [ x$feature_platform_search_hint = xy ]; then
  294. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 5251b58f-3afd-4653-a7aa-3e9745eddcb5
  295. else
  296. search --no-floppy --fs-uuid --set=root 5251b58f-3afd-4653-a7aa-3e9745eddcb5
  297. fi
  298. echo 'Chargement de Linux 4.4.0-31-generic…'
  299. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=5251b58f-3afd-4653-a7aa-3e9745eddcb5 ro quiet splash foo=bar $vt_handoff init=/sbin/upstart
  300. echo 'Chargement du disque mémoire initial…'
  301. initrd /boot/initrd.img-4.4.0-31-generic
  302. }
  303. 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-5251b58f-3afd-4653-a7aa-3e9745eddcb5' {
  304. recordfail
  305. load_video
  306. insmod gzio
  307. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  308. insmod part_gpt
  309. insmod ext2
  310. set root='hd0,gpt2'
  311. if [ x$feature_platform_search_hint = xy ]; then
  312. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 5251b58f-3afd-4653-a7aa-3e9745eddcb5
  313. else
  314. search --no-floppy --fs-uuid --set=root 5251b58f-3afd-4653-a7aa-3e9745eddcb5
  315. fi
  316. echo 'Chargement de Linux 4.4.0-31-generic…'
  317. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=5251b58f-3afd-4653-a7aa-3e9745eddcb5 ro recovery nomodeset
  318. echo 'Chargement du disque mémoire initial…'
  319. initrd /boot/initrd.img-4.4.0-31-generic
  320. }
  321. }
  322. ### END /etc/grub.d/10_linux ###
  323. ### BEGIN /etc/grub.d/20_linux_xen ###
  324. ### END /etc/grub.d/20_linux_xen ###
  325. ### BEGIN /etc/grub.d/20_memtest86+ ###
  326. ### END /etc/grub.d/20_memtest86+ ###
  327. ### BEGIN /etc/grub.d/25_custom ###
  328. menuentry "EFI/ubuntu/fwupx64.efi" {
  329. search --fs-uuid --no-floppy --set=root 7870-AFA9
  330. chainloader (${root})/EFI/ubuntu/fwupx64.efi
  331. }
  332. menuentry "EFI/ubuntu/MokManager.efi" {
  333. search --fs-uuid --no-floppy --set=root 7870-AFA9
  334. chainloader (${root})/EFI/ubuntu/MokManager.efi
  335. }
  336. ### END /etc/grub.d/25_custom ###
  337. ### BEGIN /etc/grub.d/30_os-prober ###
  338. ### END /etc/grub.d/30_os-prober ###
  339. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  340. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  341. fwsetup
  342. }
  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. =============================== sda2/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/sda2 during installation
  367. UUID=5251b58f-3afd-4653-a7aa-3e9745eddcb5 / ext4 errors=remount-ro 0 1
  368. # /boot/efi was on /dev/sda1 during installation
  369. #UUID=7870-AFA9 /boot/efi vfat umask=0077 0 1
  370. # swap was on /dev/sda3 during installation
  371. UUID=18212046-2ffb-4a67-a0dd-cf653d6e45c1 none swap sw 0 0
  372. UUID=7870-AFA9 /boot/efi vfat defaults 0 1
  373. --------------------------------------------------------------------------------
  374. =================== sda2: Location of files loaded by Grub: ====================
  375. GiB - GB File Fragment(s)
  376. 112.640106201 = 120.946393088 boot/grub/grub.cfg 1
  377. 2.011444092 = 2.159771648 boot/vmlinuz-4.4.0-31-generic 1
  378. 123.257575989 = 132.346814464 boot/vmlinuz-4.4.0-66-generic 1
  379. 123.409919739 = 132.510392320 boot/vmlinuz-4.4.0-66-generic.efi.signed 1
  380. 2.011444092 = 2.159771648 vmlinuz 1
  381. 123.547847748 = 132.658491392 boot/initrd.img-4.4.0-31-generic 2
  382. 123.946285248 = 133.086310400 boot/initrd.img-4.4.0-66-generic 4
  383. 123.547847748 = 132.658491392 initrd.img 2
  384. 123.547847748 = 132.658491392 initrd.img.old 2
  385. ADDITIONAL INFORMATION :
  386. =================== log of boot-info 2017-03-11__11h53 ===================
  387. boot-info version : 4ppa40
  388. boot-sav version : 4ppa40
  389. glade2script version : 3.2.3~ppa1
  390. boot-sav-extra version : 4ppa40
  391. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  392. CPU op-mode(s): 32-bit, 64-bit
  393. BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic.efi.signed root=UUID=5251b58f-3afd-4653-a7aa-3e9745eddcb5 ro quiet splash foo=bar vt.handoff=7
  394. =================== os-prober:
  395. /dev/sda2:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  396. =================== blkid:
  397. /dev/sda1: UUID="7870-AFA9" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="78dc463d-0ef1-49d3-9f56-5634d45b196f"
  398. /dev/sda2: UUID="5251b58f-3afd-4653-a7aa-3e9745eddcb5" TYPE="ext4" PARTUUID="a9cff80c-fccc-4ac1-9b17-a46dd7ff8101"
  399. /dev/sda3: UUID="18212046-2ffb-4a67-a0dd-cf653d6e45c1" TYPE="swap" PARTUUID="616d4f84-5aa4-4ba6-9a49-42936fa4b65a"
  400. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  401. =================== /etc/grub.d/ :
  402. drwxr-xr-x 3 root root 4096 mars 10 18:24 grub.d
  403. total 88
  404. -rwxr-xr-x 1 root root 9791 juin 17 2016 00_header
  405. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  406. -rwxr-xr-x 1 root root 12512 mars 1 22:01 10_linux
  407. -rwxr-xr-x 1 root root 11082 juin 17 2016 20_linux_xen
  408. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  409. -rwxr-xr-x 1 root root 305 mars 10 18:02 25_custom
  410. -rwxr-xr-x 1 root root 11692 juin 17 2016 30_os-prober
  411. -rwxr-xr-x 1 root root 1418 juin 17 2016 30_uefi-firmware
  412. -rwxr-xr-x 1 root root 214 juin 17 2016 40_custom
  413. -rwxr-xr-x 1 root root 216 juin 17 2016 41_custom
  414. drwxr-xr-x 4 root root 4096 mars 10 18:10 backup
  415. -rw-r--r-- 1 root root 483 juin 17 2016 README
  416. =================== /etc/default/grub :
  417. # If you change this file, run 'update-grub' afterwards to update
  418. # /boot/grub/grub.cfg.
  419. # For full documentation of the options in this file, see:
  420. # info -f grub -n 'Simple configuration'
  421. GRUB_DEFAULT="saved"
  422. #GRUB_HIDDEN_TIMEOUT="0"
  423. GRUB_HIDDEN_TIMEOUT_QUIET="true"
  424. GRUB_TIMEOUT="10"
  425. GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
  426. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash foo=bar "
  427. GRUB_CMDLINE_LINUX=""
  428. # Uncomment to enable BadRAM filtering, modify to suit your needs
  429. # This works with Linux (no patch required) and with any kernel that obtains
  430. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  431. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  432. # Uncomment to disable graphical terminal (grub-pc only)
  433. #GRUB_TERMINAL="console"
  434. # The resolution used on graphical terminal
  435. # note that you can use only modes which your graphic card supports via VBE
  436. # you can see them in real GRUB with the command `vbeinfo'
  437. #GRUB_GFXMODE="640x480"
  438. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  439. #GRUB_DISABLE_LINUX_UUID="true"
  440. # Uncomment to disable generation of recovery mode menu entries
  441. #GRUB_DISABLE_RECOVERY="true"
  442. # Uncomment to get a beep at grub start
  443. #GRUB_INIT_TUNE="480 440 1"
  444. GRUB_SAVEDEFAULT="true"
  445. /boot/efi detected in the fstab of sda2: UUID=7870-AFA9 (sda1)
  446. =================== sda2saved_entry=gnulinux-simple-5251b58f-3afd-4653-a7aa-3e9745eddcb5/grub/grubenv :
  447. saved_entry=gnulinux-simple-5251b58f-3afd-4653-a7aa-3e9745eddcb5
  448. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  449. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootx64.efi
  450. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  451. =================== efibootmgr -v
  452. BootCurrent: 0000
  453. Timeout: 2 seconds
  454. BootOrder: 0000,0004,0001,0002,0003
  455. Boot0000* ubuntu HD(1,GPT,78dc463d-0ef1-49d3-9f56-5634d45b196f,0x800,0x100000)/File(EFIUBUNTUSHIMX64.EFI)
  456. Boot0001* CD/DVD Drive BBS(CDROM,,0x0)..GO..NO........o.H.L.-.D.T.-.S.T. .D.V.D.R.A.M. .G.U.E.1.N....................A...........................>..Gd-.;.A..MQ..L.Y.K.G.R.1.2.3.B.4.0. .4. . . . . . . . ........BO
  457. Boot0002* Hard Drive BBS(HD,,0x0)..GO..NO........o.S.a.m.s.u.n.g. .S.S.D. .8.5.0. .E.V.O. .5.0.0.G.B....................A...........................>..Gd-.;.A..MQ..L.2.S.B.R.X.N.H.0.4.9.6.0.3.3. .F. . . . ........BO
  458. Boot0003* Network Card BBS(Network,,0x0)..GO..NO........k.R.e.a.l.t.e.k. .P.X.E. .B.0.2. .D.0.0.........................rN.D+..,............<..Gd-.;.A..MQ..L.R.e.a.l.t.e.k. .P.X.E. .B.0.2. .D.0.0........BO
  459. Boot0004* Windows Boot Manager HD(1,GPT,78dc463d-0ef1-49d3-9f56-5634d45b196f,0x800,0x100000)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)..BO
  460. =================== UEFI/Legacy mode:
  461. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  462. No EFI in dmseg.
  463. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  464. =================== PARTITIONS & DISKS:
  465. sda2 : sda, not-sepboot, grubenv-ng grub2, signed grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, 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, .
  466. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, 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, not-far, /boot/efi.
  467. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  468. =================== parted -l:
  469. Model: ATA Samsung SSD 850 (scsi)
  470. Disk /dev/sda: 500GB
  471. Sector size (logical/physical): 512B/512B
  472. Partition Table: gpt
  473. Disk Flags:
  474. Number Start End Size File system Name Flags
  475. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  476. 2 538MB 492GB 491GB ext4
  477. 3 492GB 500GB 8444MB linux-swap(v1)
  478. =================== parted -lm:
  479. BYT;
  480. /dev/sda:500GB:scsi:512:512:gpt:ATA Samsung SSD 850:;
  481. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  482. 2:538MB:492GB:491GB:ext4::;
  483. 3:492GB:500GB:8444MB:linux-swap(v1)::;
  484. =================== lsblk:
  485. KNAME TYPE FSTYPE SIZE LABEL
  486. sda disk 465,8G
  487. sda1 part vfat 512M
  488. sda2 part ext4 457,4G
  489. sda3 part swap 7,9G
  490. sr0 rom 1024M
  491. KNAME ROTA RO RM STATE MOUNTPOINT
  492. sda 0 0 0 running
  493. sda1 0 0 0 /boot/efi
  494. sda2 0 0 0 /
  495. sda3 0 0 0 [SWAP]
  496. sr0 1 0 1 running
  497. =================== mount:
  498. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  499. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  500. udev on /dev type devtmpfs (rw,nosuid,relatime,size=3997168k,nr_inodes=999292,mode=755)
  501. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  502. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=803328k,mode=755)
  503. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  504. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  505. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  506. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  507. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  508. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  509. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  510. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  511. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  512. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  513. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  514. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  515. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  516. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  517. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  518. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  519. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  520. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  521. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  522. mqueue on /dev/mqueue type mqueue (rw,relatime)
  523. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  524. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  525. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  526. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  527. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=803328k,mode=700,uid=1000,gid=1000)
  528. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  529. =================== ls:
  530. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda3 size slaves stat subsystem trace uevent
  531. /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
  532. /dev (filtered): acpi_thermal_rel autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  533. ls /dev/mapper: control
  534. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  535. =================== hexdump -n512 -C /dev/sda1
  536. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  537. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  538. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  539. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  540. 00000040 80 01 29 a9 af 70 78 4e 4f 20 4e 41 4d 45 20 20 |..)..pxNO NAME |
  541. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  542. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  543. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  544. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  545. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  546. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  547. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  548. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  549. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  550. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  551. *
  552. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  553. 00000200
  554. =================== df -Th:
  555. Filesystem Type Size Used Avail Use% Mounted on
  556. udev devtmpfs 3.9G 0 3.9G 0% /dev
  557. tmpfs tmpfs 785M 82M 703M 11% /run
  558. /dev/sda2 ext4 451G 6.1G 422G 2% /
  559. tmpfs tmpfs 3.9G 224K 3.9G 1% /dev/shm
  560. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  561. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  562. /dev/sda1 vfat 511M 7.4M 504M 2% /boot/efi
  563. tmpfs tmpfs 785M 36K 785M 1% /run/user/1000
  564. =================== fdisk -l:
  565. Disk /dev/ram0: 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/ram1: 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/ram2: 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/ram3: 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/ram4: 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/ram5: 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/ram6: 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/ram7: 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/ram8: 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/ram9: 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/ram10: 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/ram11: 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/ram12: 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/ram13: 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/ram14: 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/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  626. Units: sectors of 1 * 512 = 512 bytes
  627. Sector size (logical/physical): 512 bytes / 4096 bytes
  628. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  629. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  630. Units: sectors of 1 * 512 = 512 bytes
  631. Sector size (logical/physical): 512 bytes / 512 bytes
  632. I/O size (minimum/optimal): 512 bytes / 512 bytes
  633. Disklabel type: gpt
  634. Disk identifier: 6995F027-900B-4549-A27A-3B346F66ECC2
  635. Device Start End Sectors Size Type
  636. /dev/sda1 2048 1050623 1048576 512M EFI System
  637. /dev/sda2 1050624 960278527 959227904 457.4G Linux filesystem
  638. /dev/sda3 960278528 976771071 16492544 7.9G Linux swap
  639. =================== Suggested repair
  640. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  641. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  642. =================== Final advice in case of suggested repair
  643. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.1 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Boot-Repair]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  644. =================== User settings
  645. The settings chosen by the user will not act on the boot.
  646. paste.ubuntu.com ko (), using paste.debian
  647. paste.debian.net ko (), using paste2