1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
  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/grub/MokManager.efi
  10. /EFI/grub/grubx64.efi /EFI/grub/shimx64.efi
  11. /EFI/ubuntu/MokManager.efi /EFI/ubuntu/grubx64.efi
  12. /EFI/ubuntu/shimx64.efi
  13. /EFI/Microsoft/Boot/bootmgfw.efi
  14. /EFI/Microsoft/Boot/bootx64.efi
  15. sda2: __________________________________________________________________________
  16. File system: ext4
  17. Boot sector type: -
  18. Boot sector info:
  19. Operating System: elementary OS Freya
  20. Boot files: /boot/grub/grub.cfg /etc/fstab
  21. sda3: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. ============================ Drive/Partition Info: =============================
  26. Drive: sda _____________________________________________________________________
  27. Disk /dev/sda: 67.4 GB, 67369369600 bytes
  28. 255 heads, 63 sectors/track, 8190 cylinders, total 131580800 sectors
  29. Units = sectors of 1 * 512 = 512 bytes
  30. Sector size (logical/physical): 512 bytes / 512 bytes
  31. Partition Boot Start Sector End Sector # of Sectors Id System
  32. /dev/sda1 1 131,580,799 131,580,799 ee GPT
  33. GUID Partition Table detected.
  34. Partition 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 129,558,527 128,507,904 Data partition (Linux)
  37. /dev/sda3 129,558,528 131,579,903 2,021,376 Swap partition (Linux)
  38. "blkid" output: ________________________________________________________________
  39. Device UUID TYPE LABEL
  40. /dev/sda1 4B78-AAF0 vfat
  41. /dev/sda2 554ead21-eca6-44db-ace6-9fdf5732fedb ext4
  42. /dev/sda3 93fd9733-e2ab-45f0-a149-8c7be335bdaf swap
  43. /dev/sr0 iso9660 ISOIMAGE
  44. ========================= "ls -l /dev/disk/by-id" output: ======================
  45. total 0
  46. lrwxrwxrwx 1 root root 9 Nov 30 08:08 ata-VBOX_CD-ROM_VB2-01700376 -> ../../sr0
  47. lrwxrwxrwx 1 root root 9 Nov 30 08:56 ata-VBOX_HARDDISK_VB866401a8-e286a567 -> ../../sda
  48. lrwxrwxrwx 1 root root 10 Nov 30 08:08 ata-VBOX_HARDDISK_VB866401a8-e286a567-part1 -> ../../sda1
  49. lrwxrwxrwx 1 root root 10 Nov 30 08:08 ata-VBOX_HARDDISK_VB866401a8-e286a567-part2 -> ../../sda2
  50. lrwxrwxrwx 1 root root 10 Nov 30 08:08 ata-VBOX_HARDDISK_VB866401a8-e286a567-part3 -> ../../sda3
  51. ================================ Mount points: =================================
  52. Device Mount_Point Type Options
  53. /dev/sda1 /boot/efi vfat (rw)
  54. /dev/sda2 / ext4 (rw,errors=remount-ro)
  55. =========================== sda2/boot/grub/grub.cfg: ===========================
  56. --------------------------------------------------------------------------------
  57. #
  58. # DO NOT EDIT THIS FILE
  59. #
  60. # It is automatically generated by grub-mkconfig using templates
  61. # from /etc/grub.d and settings from /etc/default/grub
  62. #
  63. ### BEGIN /etc/grub.d/00_header ###
  64. if [ -s $prefix/grubenv ]; then
  65. set have_grubenv=true
  66. load_env
  67. fi
  68. if [ "${next_entry}" ] ; then
  69. set default="${next_entry}"
  70. set next_entry=
  71. save_env next_entry
  72. set boot_once=true
  73. else
  74. set default="0"
  75. fi
  76. if [ x"${feature_menuentry_id}" = xy ]; then
  77. menuentry_id_option="--id"
  78. else
  79. menuentry_id_option=""
  80. fi
  81. export menuentry_id_option
  82. if [ "${prev_saved_entry}" ]; then
  83. set saved_entry="${prev_saved_entry}"
  84. save_env saved_entry
  85. set prev_saved_entry=
  86. save_env prev_saved_entry
  87. set boot_once=true
  88. fi
  89. function savedefault {
  90. if [ -z "${boot_once}" ]; then
  91. saved_entry="${chosen}"
  92. save_env saved_entry
  93. fi
  94. }
  95. function recordfail {
  96. set recordfail=1
  97. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  98. }
  99. function load_video {
  100. if [ x$feature_all_video_module = xy ]; then
  101. insmod all_video
  102. else
  103. insmod efi_gop
  104. insmod efi_uga
  105. insmod ieee1275_fb
  106. insmod vbe
  107. insmod vga
  108. insmod video_bochs
  109. insmod video_cirrus
  110. fi
  111. }
  112. if [ x$feature_default_font_path = xy ] ; then
  113. font=unicode
  114. else
  115. insmod part_gpt
  116. insmod ext2
  117. set root='hd0,gpt2'
  118. if [ x$feature_platform_search_hint = xy ]; then
  119. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 554ead21-eca6-44db-ace6-9fdf5732fedb
  120. else
  121. search --no-floppy --fs-uuid --set=root 554ead21-eca6-44db-ace6-9fdf5732fedb
  122. fi
  123. font="/usr/share/grub/unicode.pf2"
  124. fi
  125. if loadfont $font ; then
  126. set gfxmode=auto
  127. load_video
  128. insmod gfxterm
  129. set locale_dir=$prefix/locale
  130. set lang=fr_FR
  131. insmod gettext
  132. fi
  133. terminal_output gfxterm
  134. if [ "${recordfail}" = 1 ] ; then
  135. set timeout=30
  136. else
  137. if [ x$feature_timeout_style = xy ] ; then
  138. set timeout_style=hidden
  139. set timeout=0
  140. # Fallback hidden-timeout code in case the timeout_style feature is
  141. # unavailable.
  142. elif sleep --interruptible 0 ; then
  143. set timeout=0
  144. fi
  145. fi
  146. ### END /etc/grub.d/00_header ###
  147. ### BEGIN /etc/grub.d/05_debian_theme ###
  148. set menu_color_normal=white/black
  149. set menu_color_highlight=black/white
  150. ### END /etc/grub.d/05_debian_theme ###
  151. ### BEGIN /etc/grub.d/10_linux ###
  152. function gfxmode {
  153. set gfxpayload="${1}"
  154. if [ "${1}" = "keep" ]; then
  155. set vt_handoff=vt.handoff=7
  156. else
  157. set vt_handoff=
  158. fi
  159. }
  160. if [ "${recordfail}" != 1 ]; then
  161. if [ -e ${prefix}/gfxblacklist.txt ]; then
  162. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  163. if [ ${match} = 0 ]; then
  164. set linux_gfx_mode=keep
  165. else
  166. set linux_gfx_mode=text
  167. fi
  168. else
  169. set linux_gfx_mode=text
  170. fi
  171. else
  172. set linux_gfx_mode=keep
  173. fi
  174. else
  175. set linux_gfx_mode=text
  176. fi
  177. export linux_gfx_mode
  178. menuentry 'elementary OS' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-554ead21-eca6-44db-ace6-9fdf5732fedb' {
  179. recordfail
  180. load_video
  181. gfxmode $linux_gfx_mode
  182. insmod gzio
  183. insmod part_gpt
  184. insmod ext2
  185. set root='hd0,gpt2'
  186. if [ x$feature_platform_search_hint = xy ]; then
  187. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 554ead21-eca6-44db-ace6-9fdf5732fedb
  188. else
  189. search --no-floppy --fs-uuid --set=root 554ead21-eca6-44db-ace6-9fdf5732fedb
  190. fi
  191. linux /boot/vmlinuz-3.19.0-33-generic.efi.signed root=UUID=554ead21-eca6-44db-ace6-9fdf5732fedb ro quiet splash $vt_handoff
  192. initrd /boot/initrd.img-3.19.0-33-generic
  193. }
  194. submenu 'Options avancées pour elementary OS' $menuentry_id_option 'gnulinux-advanced-554ead21-eca6-44db-ace6-9fdf5732fedb' {
  195. menuentry 'elementary OS, avec Linux 3.19.0-33-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-33-generic-advanced-554ead21-eca6-44db-ace6-9fdf5732fedb' {
  196. recordfail
  197. load_video
  198. gfxmode $linux_gfx_mode
  199. insmod gzio
  200. insmod part_gpt
  201. insmod ext2
  202. set root='hd0,gpt2'
  203. if [ x$feature_platform_search_hint = xy ]; then
  204. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 554ead21-eca6-44db-ace6-9fdf5732fedb
  205. else
  206. search --no-floppy --fs-uuid --set=root 554ead21-eca6-44db-ace6-9fdf5732fedb
  207. fi
  208. echo 'Chargement de Linux 3.19.0-33-generic…'
  209. linux /boot/vmlinuz-3.19.0-33-generic.efi.signed root=UUID=554ead21-eca6-44db-ace6-9fdf5732fedb ro quiet splash $vt_handoff
  210. echo 'Chargement du disque mémoire initial…'
  211. initrd /boot/initrd.img-3.19.0-33-generic
  212. }
  213. menuentry 'elementary OS, with Linux 3.19.0-33-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-33-generic-recovery-554ead21-eca6-44db-ace6-9fdf5732fedb' {
  214. recordfail
  215. load_video
  216. insmod gzio
  217. insmod part_gpt
  218. insmod ext2
  219. set root='hd0,gpt2'
  220. if [ x$feature_platform_search_hint = xy ]; then
  221. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 554ead21-eca6-44db-ace6-9fdf5732fedb
  222. else
  223. search --no-floppy --fs-uuid --set=root 554ead21-eca6-44db-ace6-9fdf5732fedb
  224. fi
  225. echo 'Chargement de Linux 3.19.0-33-generic…'
  226. linux /boot/vmlinuz-3.19.0-33-generic.efi.signed root=UUID=554ead21-eca6-44db-ace6-9fdf5732fedb ro recovery nomodeset
  227. echo 'Chargement du disque mémoire initial…'
  228. initrd /boot/initrd.img-3.19.0-33-generic
  229. }
  230. menuentry 'elementary OS, avec Linux 3.19.0-26-generic' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-26-generic-advanced-554ead21-eca6-44db-ace6-9fdf5732fedb' {
  231. recordfail
  232. load_video
  233. gfxmode $linux_gfx_mode
  234. insmod gzio
  235. insmod part_gpt
  236. insmod ext2
  237. set root='hd0,gpt2'
  238. if [ x$feature_platform_search_hint = xy ]; then
  239. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 554ead21-eca6-44db-ace6-9fdf5732fedb
  240. else
  241. search --no-floppy --fs-uuid --set=root 554ead21-eca6-44db-ace6-9fdf5732fedb
  242. fi
  243. echo 'Chargement de Linux 3.19.0-26-generic…'
  244. linux /boot/vmlinuz-3.19.0-26-generic.efi.signed root=UUID=554ead21-eca6-44db-ace6-9fdf5732fedb ro quiet splash $vt_handoff
  245. echo 'Chargement du disque mémoire initial…'
  246. initrd /boot/initrd.img-3.19.0-26-generic
  247. }
  248. menuentry 'elementary OS, with Linux 3.19.0-26-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-26-generic-recovery-554ead21-eca6-44db-ace6-9fdf5732fedb' {
  249. recordfail
  250. load_video
  251. insmod gzio
  252. insmod part_gpt
  253. insmod ext2
  254. set root='hd0,gpt2'
  255. if [ x$feature_platform_search_hint = xy ]; then
  256. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 554ead21-eca6-44db-ace6-9fdf5732fedb
  257. else
  258. search --no-floppy --fs-uuid --set=root 554ead21-eca6-44db-ace6-9fdf5732fedb
  259. fi
  260. echo 'Chargement de Linux 3.19.0-26-generic…'
  261. linux /boot/vmlinuz-3.19.0-26-generic.efi.signed root=UUID=554ead21-eca6-44db-ace6-9fdf5732fedb ro recovery nomodeset
  262. echo 'Chargement du disque mémoire initial…'
  263. initrd /boot/initrd.img-3.19.0-26-generic
  264. }
  265. }
  266. ### END /etc/grub.d/10_linux ###
  267. ### BEGIN /etc/grub.d/20_linux_xen ###
  268. ### END /etc/grub.d/20_linux_xen ###
  269. ### BEGIN /etc/grub.d/30_os-prober ###
  270. ### END /etc/grub.d/30_os-prober ###
  271. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  272. ### END /etc/grub.d/30_uefi-firmware ###
  273. ### BEGIN /etc/grub.d/40_custom ###
  274. # This file provides an easy way to add custom menu entries. Simply type the
  275. # menu entries you want to add after this comment. Be careful not to change
  276. # the 'exec tail' line above.
  277. ### END /etc/grub.d/40_custom ###
  278. ### BEGIN /etc/grub.d/41_custom ###
  279. if [ -f ${config_directory}/custom.cfg ]; then
  280. source ${config_directory}/custom.cfg
  281. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  282. source $prefix/custom.cfg;
  283. fi
  284. ### END /etc/grub.d/41_custom ###
  285. --------------------------------------------------------------------------------
  286. =============================== sda2/etc/fstab: ================================
  287. --------------------------------------------------------------------------------
  288. # /etc/fstab: static file system information.
  289. #
  290. # Use 'blkid' to print the universally unique identifier for a
  291. # device; this may be used with UUID= as a more robust way to name devices
  292. # that works even if disks are added and removed. See fstab(5).
  293. #
  294. # <file system> <mount point> <type> <options> <dump> <pass>
  295. # / was on /dev/sda2 during installation
  296. UUID=554ead21-eca6-44db-ace6-9fdf5732fedb / ext4 errors=remount-ro 0 1
  297. # /boot/efi was on /dev/sda1 during installation
  298. UUID=4B78-AAF0 /boot/efi vfat defaults 0 1
  299. # swap was on /dev/sda3 during installation
  300. UUID=93fd9733-e2ab-45f0-a149-8c7be335bdaf none swap sw 0 0
  301. --------------------------------------------------------------------------------
  302. ADDITIONAL INFORMATION :
  303. =================== log of boot-info 2015-11-30__08h56 ===================
  304. boot-info version : 4ppa33
  305. boot-sav version : 4ppa33
  306. glade2script version : 3.2.2~ppa47~saucy
  307. boot-sav-extra version : 4ppa33
  308. boot-info is executed in installed-session (elementary OS Freya, freya, elementary OS, x86_64)
  309. CPU op-mode(s): 32-bit, 64-bit
  310. BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed root=UUID=554ead21-eca6-44db-ace6-9fdf5732fedb ro quiet splash vt.handoff=7
  311. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  312. =================== os-prober:
  313. /dev/sda2:L'OS actuellement utilisé - elementary OS Freya CurrentSession:linux
  314. =================== blkid:
  315. /dev/sr0: LABEL="ISOIMAGE" TYPE="iso9660"
  316. /dev/sda1: UUID="4B78-AAF0" TYPE="vfat"
  317. /dev/sda2: UUID="554ead21-eca6-44db-ace6-9fdf5732fedb" TYPE="ext4"
  318. /dev/sda3: UUID="93fd9733-e2ab-45f0-a149-8c7be335bdaf" TYPE="swap"
  319. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  320. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  321. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  322. =================== /etc/grub.d/ :
  323. drwxr-xr-x 2 root root 4096 nov. 30 07:59 grub.d
  324. total 72
  325. -rwxr-xr-x 1 root root 9424 juil. 8 19:00 00_header
  326. -rwxr-xr-x 1 root root 6076 juil. 8 18:18 05_debian_theme
  327. -rwxr-xr-x 1 root root 11481 juil. 8 19:00 10_linux
  328. -rwxr-xr-x 1 root root 10412 juil. 8 19:00 20_linux_xen
  329. -rwxr-xr-x 1 root root 11692 juil. 8 19:00 30_os-prober
  330. -rwxr-xr-x 1 root root 1416 juil. 8 19:00 30_uefi-firmware
  331. -rwxr-xr-x 1 root root 214 juil. 8 19:00 40_custom
  332. -rwxr-xr-x 1 root root 216 juil. 8 19:00 41_custom
  333. -rw-r--r-- 1 root root 483 juil. 8 19:00 README
  334. =================== /etc/default/grub :
  335. # If you change this file, run 'update-grub' afterwards to update
  336. # /boot/grub/grub.cfg.
  337. # For full documentation of the options in this file, see:
  338. # info -f grub -n 'Simple configuration'
  339. GRUB_DEFAULT=0
  340. GRUB_HIDDEN_TIMEOUT=0
  341. GRUB_HIDDEN_TIMEOUT_QUIET=true
  342. GRUB_TIMEOUT=5
  343. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  344. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  345. GRUB_CMDLINE_LINUX=""
  346. # Uncomment to enable BadRAM filtering, modify to suit your needs
  347. # This works with Linux (no patch required) and with any kernel that obtains
  348. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  349. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  350. # Uncomment to disable graphical terminal (grub-pc only)
  351. #GRUB_TERMINAL=console
  352. # The resolution used on graphical terminal
  353. # note that you can use only modes which your graphic card supports via VBE
  354. # you can see them in real GRUB with the command `vbeinfo'
  355. #GRUB_GFXMODE=640x480
  356. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  357. #GRUB_DISABLE_LINUX_UUID=true
  358. # Uncomment to disable generation of recovery mode menu entries
  359. #GRUB_DISABLE_RECOVERY="true"
  360. # Uncomment to get a beep at grub start
  361. #GRUB_INIT_TUNE="480 440 1"
  362. /boot/efi detected in the fstab of sda2: UUID=4B78-AAF0 (sda1)
  363. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  364. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootx64.efi
  365. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  366. ls /sys/firmware/efi/vars : Test1-e660597e-b94d-4209-9c80-1805b5d19b69,Test0-e660597e-b94d-4209-9c80-1805b5d19b69,RTC-378d7b65-8da9-4773-b6e4-a47826a833e1,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,new_var,MTC-eb704011-1402-11d3-8e77-00a0c969723b,MokListRT-605dab50-e046-4300-abb6-3dd810dd8b23,MemoryTypeInformation-4c19049f-4137-4dd3-9c10-8b97a83ffdfa,LastEnumLang-0e8c545b-a2ee-470d-8e26-bda1a13c0aa3,LangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,Lang-8be4df61-93ca-11d2-aa0d-00e098032b8c,HDDP-fab7e9e1-39dd-4f2b-8408-e20e906cb6de,FirmwareFeaturesMask-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,FirmwareFeatures-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,del_var,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOptionSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,boot-args-7c436110-ab2a-4bbb-a880-fe41995c9f82,Boot0006-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0005-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0004-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,BackgroundClear-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,
  367. Veuillez indiquer ce message à [email protected]
  368. ls /sys/firmware/efi/vars : Test1-e660597e-b94d-4209-9c80-1805b5d19b69,Test0-e660597e-b94d-4209-9c80-1805b5d19b69,RTC-378d7b65-8da9-4773-b6e4-a47826a833e1,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,new_var,MTC-eb704011-1402-11d3-8e77-00a0c969723b,MokListRT-605dab50-e046-4300-abb6-3dd810dd8b23,MemoryTypeInformation-4c19049f-4137-4dd3-9c10-8b97a83ffdfa,LastEnumLang-0e8c545b-a2ee-470d-8e26-bda1a13c0aa3,LangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,Lang-8be4df61-93ca-11d2-aa0d-00e098032b8c,HDDP-fab7e9e1-39dd-4f2b-8408-e20e906cb6de,FirmwareFeaturesMask-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,FirmwareFeatures-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,del_var,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOptionSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,boot-args-7c436110-ab2a-4bbb-a880-fe41995c9f82,Boot0006-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0005-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0004-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,BackgroundClear-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,
  369. Special SecureBoot. Veuillez indiquer ce message à [email protected]
  370. =================== efibootmgr -v
  371. BootCurrent: 0004
  372. BootOrder: 0004,0003,0000,0001,0002,0005,0006
  373. Boot0000* EFI DVD/CDROM ACPI(a0341d0,0)PCI(1,1)ATAPI(1,0,0)
  374. Boot0001* EFI Hard Drive ACPI(a0341d0,0)PCI(d,0)03120a00000000000000
  375. Boot0002* EFI Internal Shell MM(b,3d94f000,3dcbefff)
  376. Boot0003* grub HD(1,800,100000,2667332a-947d-40e2-b087-3868c50bfe17)File(EFIgrubshimx64.efi)
  377. Boot0004* ubuntu HD(1,800,100000,2667332a-947d-40e2-b087-3868c50bfe17)File(EFIubuntushimx64.efi)
  378. Boot0005* Mac Boot ACPI(a0341d0,0)PCI(1,1)ATAPI(1,0,0)File(SystemLibraryCoreServicesboot.efi)
  379. Boot0006* Mac Boot ACPI(a0341d0,0)PCI(1,1)ATAPI(1,0,0)CD-ROM(0,5e4,13b9)File(SystemLibraryCoreServicesboot.efi)
  380. =================== UEFI/Legacy mode:
  381. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  382. SecureBoot enabled.
  383. =================== PARTITIONS & DISKS:
  384. 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, not-far, .
  385. 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.
  386. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  387. =================== parted -l:
  388. Model: ATA VBOX HARDDISK (scsi)
  389. Disk /dev/sda: 67.4GB
  390. Sector size (logical/physical): 512B/512B
  391. Partition Table: gpt
  392. Number Start End Size File system Name Flags
  393. 1 1049kB 538MB 537MB fat32 boot
  394. 2 538MB 66.3GB 65.8GB ext4
  395. 3 66.3GB 67.4GB 1035MB linux-swap(v1)
  396. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  397. Error: Can't have a partition outside the disk!
  398. =================== parted -lm:
  399. BYT;
  400. /dev/sda:67.4GB:scsi:512:512:gpt:ATA VBOX HARDDISK;
  401. 1:1049kB:538MB:537MB:fat32::boot;
  402. 2:538MB:66.3GB:65.8GB:ext4::;
  403. 3:66.3GB:67.4GB:1035MB:linux-swap(v1)::;
  404. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  405. Error: Can't have a partition outside the disk!
  406. =================== lsblk:
  407. KNAME TYPE FSTYPE SIZE LABEL MODEL UUID
  408. sda disk 62,8G VBOX HAR
  409. sda1 part vfat 512M 4B78-AAF0
  410. sda2 part ext4 61,3G 554ead21-eca6-44db-ace6-9fdf5732fedb
  411. sda3 part swap 987M 93fd9733-e2ab-45f0-a149-8c7be335bdaf
  412. sr0 rom iso9660 13,1M ISOIMAGE CD-ROM
  413. KNAME ROTA RO RM STATE MOUNTPOINT
  414. sda 1 0 0 running
  415. sda1 1 0 0 /boot/efi
  416. sda2 1 0 0 /
  417. sda3 1 0 0 [SWAP]
  418. sr0 1 0 1 running
  419. =================== mount:
  420. /dev/sda2 on / type ext4 (rw,errors=remount-ro)
  421. proc on /proc type proc (rw,noexec,nosuid,nodev)
  422. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  423. none on /sys/fs/cgroup type tmpfs (rw)
  424. none on /sys/fs/fuse/connections type fusectl (rw)
  425. none on /sys/kernel/debug type debugfs (rw)
  426. none on /sys/kernel/security type securityfs (rw)
  427. none on /sys/firmware/efi/efivars type efivarfs (rw)
  428. udev on /dev type devtmpfs (rw,mode=0755)
  429. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  430. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  431. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  432. none on /run/shm type tmpfs (rw,nosuid,nodev)
  433. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  434. none on /sys/fs/pstore type pstore (rw)
  435. /dev/sda1 on /boot/efi type vfat (rw)
  436. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  437. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=malbo)
  438. =================== ls:
  439. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 size slaves stat subsystem trace uevent
  440. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  441. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hpet input kmsg log mapper mcelog mem memory_bandwidth 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 vboxguest vboxuser vfio vga_arbiter vhci vhost-net zero
  442. ls /dev/mapper: control
  443. ls: cannot access : No such file or directory
  444. =================== hexdump -n512 -C /dev/sda1
  445. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  446. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  447. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  448. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  449. 00000040 80 01 29 f0 aa 78 4b 4e 4f 20 4e 41 4d 45 20 20 |..)..xKNO NAME |
  450. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  451. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  452. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  453. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  454. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  455. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  456. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  457. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  458. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  459. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  460. *
  461. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  462. 00000200
  463. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  464. =================== df -Th:
  465. Filesystem Type Size Used Avail Use% Mounted on
  466. /dev/sda2 ext4 61G 3.3G 54G 6% /
  467. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  468. udev devtmpfs 464M 12K 464M 1% /dev
  469. tmpfs tmpfs 96M 928K 95M 1% /run
  470. none tmpfs 5.0M 0 5.0M 0% /run/lock
  471. none tmpfs 479M 80K 479M 1% /run/shm
  472. none tmpfs 100M 32K 100M 1% /run/user
  473. /dev/sda1 vfat 511M 11M 501M 3% /boot/efi
  474. =================== fdisk -l:
  475. Disk /dev/sda: 67.4 GB, 67369369600 bytes
  476. 255 heads, 63 sectors/track, 8190 cylinders, total 131580800 sectors
  477. Units = sectors of 1 * 512 = 512 bytes
  478. Sector size (logical/physical): 512 bytes / 512 bytes
  479. I/O size (minimum/optimal): 512 bytes / 512 bytes
  480. Disk identifier: 0x00000000
  481. Device Boot Start End Blocks Id System
  482. /dev/sda1 1 131580799 65790399+ ee GPT
  483. Partition outside the disk détecté.
  484. =================== Suggested repair
  485. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  486. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  487. =================== User settings
  488. The settings chosen by the user will not act on the boot.