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/ubuntu/MokManager.efi /EFI/ubuntu/fwupx64.efi
  10. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  11. sda2: __________________________________________________________________________
  12. File system: ext4
  13. Boot sector type: -
  14. Boot sector info:
  15. Operating System: Ubuntu 16.04.1 LTS
  16. Boot files: /boot/grub/grub.cfg /etc/fstab
  17. sda3: __________________________________________________________________________
  18. File system: swap
  19. Boot sector type: -
  20. Boot sector info:
  21. ============================ Drive/Partition Info: =============================
  22. Drive: sda _____________________________________________________________________
  23. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  24. Units: sectors of 1 * 512 = 512 bytes
  25. Sector size (logical/physical): 512 bytes / 512 bytes
  26. I/O size (minimum/optimal): 512 bytes / 512 bytes
  27. Disklabel type: gpt
  28. Partition Boot Start Sector End Sector # of Sectors Id System
  29. /dev/sda1 1 976,773,167 976,773,167 ee GPT
  30. GUID Partition Table detected.
  31. Partition Attrs Start Sector End Sector # of Sectors System
  32. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  33. /dev/sda2 1,050,624 960,307,199 959,256,576 Data partition (Linux)
  34. /dev/sda3 960,307,200 976,771,071 16,463,872 Swap partition (Linux)
  35. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/sda1 8911-9D3B vfat
  39. /dev/sda2 424cf93a-56ed-4582-8359-cdcff4853106 ext4
  40. /dev/sda3 6406a38a-4d36-49d4-af56-10ec0b328d68 swap
  41. ========================= "ls -l /dev/disk/by-id" output: ======================
  42. total 0
  43. lrwxrwxrwx 1 root root 9 Sep 16 13:48 ata-Samsung_SSD_840_EVO_500GB_S1DHNSAF636705T -> ../../sda
  44. lrwxrwxrwx 1 root root 10 Sep 16 13:48 ata-Samsung_SSD_840_EVO_500GB_S1DHNSAF636705T-part1 -> ../../sda1
  45. lrwxrwxrwx 1 root root 10 Sep 16 13:48 ata-Samsung_SSD_840_EVO_500GB_S1DHNSAF636705T-part2 -> ../../sda2
  46. lrwxrwxrwx 1 root root 10 Sep 16 13:48 ata-Samsung_SSD_840_EVO_500GB_S1DHNSAF636705T-part3 -> ../../sda3
  47. lrwxrwxrwx 1 root root 9 Sep 16 13:36 usb-TEAC_DV-W28S-V_TEAC_DV-0:0 -> ../../sr0
  48. lrwxrwxrwx 1 root root 9 Sep 16 13:48 wwn-0x50025388a04f52c1 -> ../../sda
  49. lrwxrwxrwx 1 root root 10 Sep 16 13:48 wwn-0x50025388a04f52c1-part1 -> ../../sda1
  50. lrwxrwxrwx 1 root root 10 Sep 16 13:48 wwn-0x50025388a04f52c1-part2 -> ../../sda2
  51. lrwxrwxrwx 1 root root 10 Sep 16 13:48 wwn-0x50025388a04f52c1-part3 -> ../../sda3
  52. ================================ Mount points: =================================
  53. Device Mount_Point Type Options
  54. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  55. /dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  56. =========================== sda2/boot/grub/grub.cfg: ===========================
  57. --------------------------------------------------------------------------------
  58. #
  59. # DO NOT EDIT THIS FILE
  60. #
  61. # It is automatically generated by grub-mkconfig using templates
  62. # from /etc/grub.d and settings from /etc/default/grub
  63. #
  64. ### BEGIN /etc/grub.d/00_header ###
  65. if [ -s $prefix/grubenv ]; then
  66. set have_grubenv=true
  67. load_env
  68. fi
  69. if [ "${next_entry}" ] ; then
  70. set default="${next_entry}"
  71. set next_entry=
  72. save_env next_entry
  73. set boot_once=true
  74. else
  75. set default="0"
  76. fi
  77. if [ x"${feature_menuentry_id}" = xy ]; then
  78. menuentry_id_option="--id"
  79. else
  80. menuentry_id_option=""
  81. fi
  82. export menuentry_id_option
  83. if [ "${prev_saved_entry}" ]; then
  84. set saved_entry="${prev_saved_entry}"
  85. save_env saved_entry
  86. set prev_saved_entry=
  87. save_env prev_saved_entry
  88. set boot_once=true
  89. fi
  90. function savedefault {
  91. if [ -z "${boot_once}" ]; then
  92. saved_entry="${chosen}"
  93. save_env saved_entry
  94. fi
  95. }
  96. function recordfail {
  97. set recordfail=1
  98. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  99. }
  100. function load_video {
  101. if [ x$feature_all_video_module = xy ]; then
  102. insmod all_video
  103. else
  104. insmod efi_gop
  105. insmod efi_uga
  106. insmod ieee1275_fb
  107. insmod vbe
  108. insmod vga
  109. insmod video_bochs
  110. insmod video_cirrus
  111. fi
  112. }
  113. if [ x$feature_default_font_path = xy ] ; then
  114. font=unicode
  115. else
  116. insmod part_gpt
  117. insmod ext2
  118. set root='hd0,gpt2'
  119. if [ x$feature_platform_search_hint = xy ]; then
  120. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 424cf93a-56ed-4582-8359-cdcff4853106
  121. else
  122. search --no-floppy --fs-uuid --set=root 424cf93a-56ed-4582-8359-cdcff4853106
  123. fi
  124. font="/usr/share/grub/unicode.pf2"
  125. fi
  126. if loadfont $font ; then
  127. set gfxmode=auto
  128. load_video
  129. insmod gfxterm
  130. set locale_dir=$prefix/locale
  131. set lang=fr_FR
  132. insmod gettext
  133. fi
  134. terminal_output gfxterm
  135. if [ "${recordfail}" = 1 ] ; then
  136. set timeout=30
  137. else
  138. if [ x$feature_timeout_style = xy ] ; then
  139. set timeout_style=hidden
  140. set timeout=0
  141. # Fallback hidden-timeout code in case the timeout_style feature is
  142. # unavailable.
  143. elif sleep --interruptible 0 ; then
  144. set timeout=0
  145. fi
  146. fi
  147. ### END /etc/grub.d/00_header ###
  148. ### BEGIN /etc/grub.d/05_debian_theme ###
  149. set menu_color_normal=white/black
  150. set menu_color_highlight=black/light-gray
  151. if background_color 44,0,30,0; then
  152. clear
  153. fi
  154. ### END /etc/grub.d/05_debian_theme ###
  155. ### BEGIN /etc/grub.d/10_linux ###
  156. function gfxmode {
  157. set gfxpayload="${1}"
  158. if [ "${1}" = "keep" ]; then
  159. set vt_handoff=vt.handoff=7
  160. else
  161. set vt_handoff=
  162. fi
  163. }
  164. if [ "${recordfail}" != 1 ]; then
  165. if [ -e ${prefix}/gfxblacklist.txt ]; then
  166. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  167. if [ ${match} = 0 ]; then
  168. set linux_gfx_mode=keep
  169. else
  170. set linux_gfx_mode=text
  171. fi
  172. else
  173. set linux_gfx_mode=text
  174. fi
  175. else
  176. set linux_gfx_mode=keep
  177. fi
  178. else
  179. set linux_gfx_mode=text
  180. fi
  181. export linux_gfx_mode
  182. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-424cf93a-56ed-4582-8359-cdcff4853106' {
  183. recordfail
  184. load_video
  185. gfxmode $linux_gfx_mode
  186. insmod gzio
  187. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  188. insmod part_gpt
  189. insmod ext2
  190. set root='hd0,gpt2'
  191. if [ x$feature_platform_search_hint = xy ]; then
  192. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 424cf93a-56ed-4582-8359-cdcff4853106
  193. else
  194. search --no-floppy --fs-uuid --set=root 424cf93a-56ed-4582-8359-cdcff4853106
  195. fi
  196. linux /boot/vmlinuz-4.4.0-36-generic.efi.signed root=UUID=424cf93a-56ed-4582-8359-cdcff4853106 ro quiet splash intel_idle.max_cstate=1 $vt_handoff
  197. initrd /boot/initrd.img-4.4.0-36-generic
  198. }
  199. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-424cf93a-56ed-4582-8359-cdcff4853106' {
  200. menuentry 'Ubuntu, avec Linux 4.4.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-advanced-424cf93a-56ed-4582-8359-cdcff4853106' {
  201. recordfail
  202. load_video
  203. gfxmode $linux_gfx_mode
  204. insmod gzio
  205. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  206. insmod part_gpt
  207. insmod ext2
  208. set root='hd0,gpt2'
  209. if [ x$feature_platform_search_hint = xy ]; then
  210. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 424cf93a-56ed-4582-8359-cdcff4853106
  211. else
  212. search --no-floppy --fs-uuid --set=root 424cf93a-56ed-4582-8359-cdcff4853106
  213. fi
  214. echo 'Chargement de Linux 4.4.0-36-generic…'
  215. linux /boot/vmlinuz-4.4.0-36-generic.efi.signed root=UUID=424cf93a-56ed-4582-8359-cdcff4853106 ro quiet splash intel_idle.max_cstate=1 $vt_handoff
  216. echo 'Chargement du disque mémoire initial…'
  217. initrd /boot/initrd.img-4.4.0-36-generic
  218. }
  219. menuentry 'Ubuntu, with Linux 4.4.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-init-upstart-424cf93a-56ed-4582-8359-cdcff4853106' {
  220. recordfail
  221. load_video
  222. gfxmode $linux_gfx_mode
  223. insmod gzio
  224. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  225. insmod part_gpt
  226. insmod ext2
  227. set root='hd0,gpt2'
  228. if [ x$feature_platform_search_hint = xy ]; then
  229. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 424cf93a-56ed-4582-8359-cdcff4853106
  230. else
  231. search --no-floppy --fs-uuid --set=root 424cf93a-56ed-4582-8359-cdcff4853106
  232. fi
  233. echo 'Chargement de Linux 4.4.0-36-generic…'
  234. linux /boot/vmlinuz-4.4.0-36-generic.efi.signed root=UUID=424cf93a-56ed-4582-8359-cdcff4853106 ro quiet splash intel_idle.max_cstate=1 $vt_handoff init=/sbin/upstart
  235. echo 'Chargement du disque mémoire initial…'
  236. initrd /boot/initrd.img-4.4.0-36-generic
  237. }
  238. menuentry 'Ubuntu, with Linux 4.4.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-recovery-424cf93a-56ed-4582-8359-cdcff4853106' {
  239. recordfail
  240. load_video
  241. insmod gzio
  242. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  243. insmod part_gpt
  244. insmod ext2
  245. set root='hd0,gpt2'
  246. if [ x$feature_platform_search_hint = xy ]; then
  247. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 424cf93a-56ed-4582-8359-cdcff4853106
  248. else
  249. search --no-floppy --fs-uuid --set=root 424cf93a-56ed-4582-8359-cdcff4853106
  250. fi
  251. echo 'Chargement de Linux 4.4.0-36-generic…'
  252. linux /boot/vmlinuz-4.4.0-36-generic.efi.signed root=UUID=424cf93a-56ed-4582-8359-cdcff4853106 ro recovery nomodeset
  253. echo 'Chargement du disque mémoire initial…'
  254. initrd /boot/initrd.img-4.4.0-36-generic
  255. }
  256. menuentry 'Ubuntu, avec Linux 3.13.0-95-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-95-generic-advanced-424cf93a-56ed-4582-8359-cdcff4853106' {
  257. recordfail
  258. load_video
  259. gfxmode $linux_gfx_mode
  260. insmod gzio
  261. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  262. insmod part_gpt
  263. insmod ext2
  264. set root='hd0,gpt2'
  265. if [ x$feature_platform_search_hint = xy ]; then
  266. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 424cf93a-56ed-4582-8359-cdcff4853106
  267. else
  268. search --no-floppy --fs-uuid --set=root 424cf93a-56ed-4582-8359-cdcff4853106
  269. fi
  270. echo 'Chargement de Linux 3.13.0-95-generic…'
  271. linux /boot/vmlinuz-3.13.0-95-generic.efi.signed root=UUID=424cf93a-56ed-4582-8359-cdcff4853106 ro quiet splash intel_idle.max_cstate=1 $vt_handoff
  272. echo 'Chargement du disque mémoire initial…'
  273. initrd /boot/initrd.img-3.13.0-95-generic
  274. }
  275. menuentry 'Ubuntu, with Linux 3.13.0-95-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-95-generic-init-upstart-424cf93a-56ed-4582-8359-cdcff4853106' {
  276. recordfail
  277. load_video
  278. gfxmode $linux_gfx_mode
  279. insmod gzio
  280. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  281. insmod part_gpt
  282. insmod ext2
  283. set root='hd0,gpt2'
  284. if [ x$feature_platform_search_hint = xy ]; then
  285. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 424cf93a-56ed-4582-8359-cdcff4853106
  286. else
  287. search --no-floppy --fs-uuid --set=root 424cf93a-56ed-4582-8359-cdcff4853106
  288. fi
  289. echo 'Chargement de Linux 3.13.0-95-generic…'
  290. linux /boot/vmlinuz-3.13.0-95-generic.efi.signed root=UUID=424cf93a-56ed-4582-8359-cdcff4853106 ro quiet splash intel_idle.max_cstate=1 $vt_handoff init=/sbin/upstart
  291. echo 'Chargement du disque mémoire initial…'
  292. initrd /boot/initrd.img-3.13.0-95-generic
  293. }
  294. menuentry 'Ubuntu, with Linux 3.13.0-95-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-95-generic-recovery-424cf93a-56ed-4582-8359-cdcff4853106' {
  295. recordfail
  296. load_video
  297. insmod gzio
  298. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  299. insmod part_gpt
  300. insmod ext2
  301. set root='hd0,gpt2'
  302. if [ x$feature_platform_search_hint = xy ]; then
  303. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 424cf93a-56ed-4582-8359-cdcff4853106
  304. else
  305. search --no-floppy --fs-uuid --set=root 424cf93a-56ed-4582-8359-cdcff4853106
  306. fi
  307. echo 'Chargement de Linux 3.13.0-95-generic…'
  308. linux /boot/vmlinuz-3.13.0-95-generic.efi.signed root=UUID=424cf93a-56ed-4582-8359-cdcff4853106 ro recovery nomodeset
  309. echo 'Chargement du disque mémoire initial…'
  310. initrd /boot/initrd.img-3.13.0-95-generic
  311. }
  312. }
  313. ### END /etc/grub.d/10_linux ###
  314. ### BEGIN /etc/grub.d/20_linux_xen ###
  315. ### END /etc/grub.d/20_linux_xen ###
  316. ### BEGIN /etc/grub.d/20_memtest86+ ###
  317. ### END /etc/grub.d/20_memtest86+ ###
  318. ### BEGIN /etc/grub.d/30_os-prober ###
  319. ### END /etc/grub.d/30_os-prober ###
  320. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  321. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  322. fwsetup
  323. }
  324. ### END /etc/grub.d/30_uefi-firmware ###
  325. ### BEGIN /etc/grub.d/40_custom ###
  326. # This file provides an easy way to add custom menu entries. Simply type the
  327. # menu entries you want to add after this comment. Be careful not to change
  328. # the 'exec tail' line above.
  329. ### END /etc/grub.d/40_custom ###
  330. ### BEGIN /etc/grub.d/41_custom ###
  331. if [ -f ${config_directory}/custom.cfg ]; then
  332. source ${config_directory}/custom.cfg
  333. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  334. source $prefix/custom.cfg;
  335. fi
  336. ### END /etc/grub.d/41_custom ###
  337. --------------------------------------------------------------------------------
  338. =============================== sda2/etc/fstab: ================================
  339. --------------------------------------------------------------------------------
  340. # /etc/fstab: static file system information.
  341. #
  342. # Use 'blkid' to print the universally unique identifier for a
  343. # device; this may be used with UUID= as a more robust way to name devices
  344. # that works even if disks are added and removed. See fstab(5).
  345. #
  346. # <file system> <mount point> <type> <options> <dump> <pass>
  347. # / was on /dev/sda2 during installation
  348. UUID=424cf93a-56ed-4582-8359-cdcff4853106 / ext4 errors=remount-ro 0 1
  349. # /boot/efi was on /dev/sda1 during installation
  350. UUID=8911-9D3B /boot/efi vfat defaults 0 1
  351. # swap was on /dev/sda3 during installation
  352. UUID=6406a38a-4d36-49d4-af56-10ec0b328d68 none swap sw 0 0
  353. --------------------------------------------------------------------------------
  354. =================== sda2: Location of files loaded by Grub: ====================
  355. GiB - GB File Fragment(s)
  356. 385.995582581 = 414.459600896 boot/grub/grub.cfg 1
  357. 358.076721191 = 384.481951744 boot/vmlinuz-3.13.0-95-generic 2
  358. 159.725162506 = 171.503587328 boot/vmlinuz-3.13.0-95-generic.efi.signed 2
  359. 210.655979156 = 226.190135296 boot/vmlinuz-4.4.0-36-generic 1
  360. 402.155975342 = 431.811690496 boot/vmlinuz-4.4.0-36-generic.efi.signed 2
  361. 210.655979156 = 226.190135296 vmlinuz 1
  362. 358.076721191 = 384.481951744 vmlinuz.old 2
  363. 174.313156128 = 187.167326208 boot/initrd.img-3.13.0-95-generic 2
  364. 408.547348022 = 438.674374656 boot/initrd.img-4.4.0-36-generic 2
  365. 408.547348022 = 438.674374656 initrd.img 2
  366. 174.313156128 = 187.167326208 initrd.img.old 2
  367. ADDITIONAL INFORMATION :
  368. =================== log of boot-info 2016-09-16__13h48 ===================
  369. boot-info version : 4ppa38
  370. boot-sav version : 4ppa38
  371. glade2script version : 3.2.3~ppa1
  372. boot-sav-extra version : 4ppa38
  373. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  374. CPU op-mode(s): 32-bit, 64-bit
  375. BOOT_IMAGE=/boot/vmlinuz-4.4.0-36-generic.efi.signed root=UUID=424cf93a-56ed-4582-8359-cdcff4853106 ro quiet splash intel_idle.max_cstate=1 vt.handoff=7
  376. =================== os-prober:
  377. /dev/sda2:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  378. =================== blkid:
  379. /dev/sda1: UUID="8911-9D3B" TYPE="vfat" PARTUUID="69f49255-e6e9-495d-b0c8-32022dc92d28"
  380. /dev/sda2: UUID="424cf93a-56ed-4582-8359-cdcff4853106" TYPE="ext4" PARTUUID="5512c437-8eb5-4ec1-a7fb-36af7d927a21"
  381. /dev/sda3: UUID="6406a38a-4d36-49d4-af56-10ec0b328d68" TYPE="swap" PARTUUID="9ece3556-ada2-4c00-8229-e066ad5c1f78"
  382. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  383. =================== /etc/grub.d/ :
  384. drwxr-xr-x 2 root root 4096 sept. 9 14:36 grub.d
  385. total 76
  386. -rwxr-xr-x 1 root root 9791 déc. 17 2015 00_header
  387. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  388. -rwxr-xr-x 1 root root 12261 juil. 23 02:09 10_linux
  389. -rwxr-xr-x 1 root root 11082 juil. 23 02:09 20_linux_xen
  390. -rwxr-xr-x 1 root root 1992 mars 12 2014 20_memtest86+
  391. -rwxr-xr-x 1 root root 11692 avril 11 2014 30_os-prober
  392. -rwxr-xr-x 1 root root 1418 août 2 09:27 30_uefi-firmware
  393. -rwxr-xr-x 1 root root 214 avril 11 2014 40_custom
  394. -rwxr-xr-x 1 root root 216 avril 11 2014 41_custom
  395. -rw-r--r-- 1 root root 483 avril 11 2014 README
  396. =================== /etc/default/grub :
  397. # If you change this file, run 'update-grub' afterwards to update
  398. # /boot/grub/grub.cfg.
  399. # For full documentation of the options in this file, see:
  400. # info -f grub -n 'Simple configuration'
  401. GRUB_DEFAULT=0
  402. GRUB_HIDDEN_TIMEOUT=0
  403. GRUB_HIDDEN_TIMEOUT_QUIET=true
  404. GRUB_TIMEOUT=10
  405. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  406. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_idle.max_cstate=1"
  407. GRUB_CMDLINE_LINUX=""
  408. # Uncomment to enable BadRAM filtering, modify to suit your needs
  409. # This works with Linux (no patch required) and with any kernel that obtains
  410. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  411. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  412. # Uncomment to disable graphical terminal (grub-pc only)
  413. #GRUB_TERMINAL=console
  414. # The resolution used on graphical terminal
  415. # note that you can use only modes which your graphic card supports via VBE
  416. # you can see them in real GRUB with the command `vbeinfo'
  417. #GRUB_GFXMODE=640x480
  418. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  419. #GRUB_DISABLE_LINUX_UUID=true
  420. # Uncomment to disable generation of recovery mode menu entries
  421. #GRUB_DISABLE_RECOVERY="true"
  422. # Uncomment to get a beep at grub start
  423. #GRUB_INIT_TUNE="480 440 1"
  424. /boot/efi detected in the fstab of sda2: UUID=8911-9D3B (sda1)
  425. =================== efibootmgr -v
  426. BootCurrent: 0000
  427. Timeout: 3 seconds
  428. BootOrder: 0000,0002,0001
  429. Boot0000* ubuntu HD(1,GPT,69f49255-e6e9-495d-b0c8-32022dc92d28,0x800,0x100000)/File(EFIubuntushimx64.efi)
  430. Boot0001 UEFI: Built-in EFI Shell VenMedia(5023b95c-db26-429b-a648-bd47664c8012)..BO
  431. Boot0002* ubuntu HD(1,GPT,69f49255-e6e9-495d-b0c8-32022dc92d28,0x800,0x100000)/File(EFIUbuntugrubx64.efi)
  432. =================== UEFI/Legacy mode:
  433. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  434. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  435. =================== PARTITIONS & DISKS:
  436. sda2 : sda, not-sepboot, grubenv-ok 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, .
  437. 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.
  438. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  439. =================== parted -l:
  440. Model: ATA Samsung SSD 840 (scsi)
  441. Disk /dev/sda: 500GB
  442. Sector size (logical/physical): 512B/512B
  443. Partition Table: gpt
  444. Disk Flags:
  445. Number Start End Size File system Name Flags
  446. 1 1049kB 538MB 537MB fat32 boot, esp
  447. 2 538MB 492GB 491GB ext4
  448. 3 492GB 500GB 8430MB linux-swap(v1)
  449. =================== parted -lm:
  450. BYT;
  451. /dev/sda:500GB:scsi:512:512:gpt:ATA Samsung SSD 840:;
  452. 1:1049kB:538MB:537MB:fat32::boot, esp;
  453. 2:538MB:492GB:491GB:ext4::;
  454. 3:492GB:500GB:8430MB:linux-swap(v1)::;
  455. =================== lsblk:
  456. KNAME TYPE FSTYPE SIZE LABEL
  457. sda disk 465,8G
  458. sda1 part vfat 512M
  459. sda2 part ext4 457,4G
  460. sda3 part swap 7,9G
  461. sr0 rom 1024M
  462. KNAME ROTA RO RM STATE MOUNTPOINT
  463. sda 0 0 0 running
  464. sda1 0 0 0 /boot/efi
  465. sda2 0 0 0 /
  466. sda3 0 0 0 [SWAP]
  467. sr0 1 0 1 running
  468. =================== mount:
  469. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  470. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  471. udev on /dev type devtmpfs (rw,nosuid,relatime,size=3991580k,nr_inodes=997895,mode=755)
  472. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  473. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=802196k,mode=755)
  474. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  475. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  476. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  477. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  478. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  479. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  480. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  481. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  482. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
  483. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  484. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
  485. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  486. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  487. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event)
  488. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  489. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  490. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
  491. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  492. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  493. mqueue on /dev/mqueue type mqueue (rw,relatime)
  494. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  495. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  496. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  497. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  498. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  499. cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
  500. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=802196k,mode=700,uid=1000,gid=1000)
  501. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  502. =================== ls:
  503. /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
  504. /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
  505. /dev (filtered): 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 hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 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 usb userio v4l vboxdrv vboxdrvu vboxnetctl vboxusb vfio vga_arbiter vhci vhost-net video0 zero
  506. ls /dev/mapper: control
  507. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  508. =================== hexdump -n512 -C /dev/sda1
  509. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  510. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  511. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  512. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  513. 00000040 80 01 29 3b 9d 11 89 4e 4f 20 4e 41 4d 45 20 20 |..);...NO NAME |
  514. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  515. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  516. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  517. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  518. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  519. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  520. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  521. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  522. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  523. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  524. *
  525. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  526. 00000200
  527. =================== df -Th:
  528. Filesystem Type Size Used Avail Use% Mounted on
  529. udev devtmpfs 3.9G 0 3.9G 0% /dev
  530. tmpfs tmpfs 784M 9.8M 774M 2% /run
  531. /dev/sda2 ext4 451G 303G 126G 71% /
  532. tmpfs tmpfs 3.9G 328K 3.9G 1% /dev/shm
  533. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  534. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  535. /dev/sda1 vfat 511M 3.6M 508M 1% /boot/efi
  536. cgmfs tmpfs 100K 0 100K 0% /run/cgmanager/fs
  537. tmpfs tmpfs 784M 92K 784M 1% /run/user/1000
  538. =================== fdisk -l:
  539. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  540. Units: sectors of 1 * 512 = 512 bytes
  541. Sector size (logical/physical): 512 bytes / 4096 bytes
  542. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  543. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  544. Units: sectors of 1 * 512 = 512 bytes
  545. Sector size (logical/physical): 512 bytes / 4096 bytes
  546. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  547. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  548. Units: sectors of 1 * 512 = 512 bytes
  549. Sector size (logical/physical): 512 bytes / 4096 bytes
  550. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  551. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  552. Units: sectors of 1 * 512 = 512 bytes
  553. Sector size (logical/physical): 512 bytes / 4096 bytes
  554. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  555. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  556. Units: sectors of 1 * 512 = 512 bytes
  557. Sector size (logical/physical): 512 bytes / 4096 bytes
  558. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  559. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  560. Units: sectors of 1 * 512 = 512 bytes
  561. Sector size (logical/physical): 512 bytes / 4096 bytes
  562. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  563. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  564. Units: sectors of 1 * 512 = 512 bytes
  565. Sector size (logical/physical): 512 bytes / 4096 bytes
  566. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  567. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  568. Units: sectors of 1 * 512 = 512 bytes
  569. Sector size (logical/physical): 512 bytes / 4096 bytes
  570. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  571. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  572. Units: sectors of 1 * 512 = 512 bytes
  573. Sector size (logical/physical): 512 bytes / 4096 bytes
  574. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  575. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  576. Units: sectors of 1 * 512 = 512 bytes
  577. Sector size (logical/physical): 512 bytes / 4096 bytes
  578. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  579. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  580. Units: sectors of 1 * 512 = 512 bytes
  581. Sector size (logical/physical): 512 bytes / 4096 bytes
  582. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  583. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  584. Units: sectors of 1 * 512 = 512 bytes
  585. Sector size (logical/physical): 512 bytes / 4096 bytes
  586. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  587. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  588. Units: sectors of 1 * 512 = 512 bytes
  589. Sector size (logical/physical): 512 bytes / 4096 bytes
  590. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  591. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  592. Units: sectors of 1 * 512 = 512 bytes
  593. Sector size (logical/physical): 512 bytes / 4096 bytes
  594. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  595. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  596. Units: sectors of 1 * 512 = 512 bytes
  597. Sector size (logical/physical): 512 bytes / 4096 bytes
  598. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  599. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  600. Units: sectors of 1 * 512 = 512 bytes
  601. Sector size (logical/physical): 512 bytes / 4096 bytes
  602. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  603. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  604. Units: sectors of 1 * 512 = 512 bytes
  605. Sector size (logical/physical): 512 bytes / 512 bytes
  606. I/O size (minimum/optimal): 512 bytes / 512 bytes
  607. Disklabel type: gpt
  608. Disk identifier: 96E9D1EF-D7D6-4560-9F1D-09F44CB79925
  609. Device Start End Sectors Size Type
  610. /dev/sda1 2048 1050623 1048576 512M EFI System
  611. /dev/sda2 1050624 960307199 959256576 457.4G Linux filesystem
  612. /dev/sda3 960307200 976771071 16463872 7.9G Linux swap
  613. =================== Suggested repair
  614. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  615. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  616. =================== Final advice in case of suggested repair
  617. 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)
  618. =================== User settings
  619. The settings chosen by the user will not act on the boot.
  620. paste.ubuntu.com ko (), using paste.debian
  621. paste.debian.net ko (), using paste2