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/ubuntu/MokManager.efi /EFI/ubuntu/grubx64.efi
  10. /EFI/ubuntu/shimx64.efi
  11. sda2: __________________________________________________________________________
  12. File system: ext4
  13. Boot sector type: -
  14. Boot sector info:
  15. Operating System: Ubuntu 14.04.3 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: 500.1 GB, 500107862016 bytes
  24. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  25. Units = sectors of 1 * 512 = 512 bytes
  26. Sector size (logical/physical): 512 bytes / 4096 bytes
  27. Partition Boot Start Sector End Sector # of Sectors Id System
  28. /dev/sda1 1 976,773,167 976,773,167 ee GPT
  29. GUID Partition Table detected.
  30. Partition Start Sector End Sector # of Sectors System
  31. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  32. /dev/sda2 1,050,624 968,544,255 967,493,632 Data partition (Linux)
  33. /dev/sda3 968,544,256 976,771,071 8,226,816 Swap partition (Linux)
  34. "blkid" output: ________________________________________________________________
  35. Device UUID TYPE LABEL
  36. /dev/sda1 DBA1-A91F vfat
  37. /dev/sda2 1fd609cf-8c7e-4583-9d1e-d5e9239754f8 ext4
  38. /dev/sda3 1bcc65dc-785c-4f68-9bd1-8a23bd8de50e swap
  39. ========================= "ls -l /dev/disk/by-id" output: ======================
  40. total 0
  41. lrwxrwxrwx 1 root root 9 Dec 4 06:50 ata-HL-DT-ST_DVDRAM_GT90N_M5LD7IK3520 -> ../../sr0
  42. lrwxrwxrwx 1 root root 9 Dec 4 09:44 ata-TOSHIBA_MQ01ABF050_Y35SS3JXS -> ../../sda
  43. lrwxrwxrwx 1 root root 10 Dec 4 07:01 ata-TOSHIBA_MQ01ABF050_Y35SS3JXS-part1 -> ../../sda1
  44. lrwxrwxrwx 1 root root 10 Dec 4 06:50 ata-TOSHIBA_MQ01ABF050_Y35SS3JXS-part2 -> ../../sda2
  45. lrwxrwxrwx 1 root root 10 Dec 4 06:50 ata-TOSHIBA_MQ01ABF050_Y35SS3JXS-part3 -> ../../sda3
  46. lrwxrwxrwx 1 root root 9 Dec 4 09:44 wwn-0x5000039526380e2d -> ../../sda
  47. lrwxrwxrwx 1 root root 10 Dec 4 07:01 wwn-0x5000039526380e2d-part1 -> ../../sda1
  48. lrwxrwxrwx 1 root root 10 Dec 4 06:50 wwn-0x5000039526380e2d-part2 -> ../../sda2
  49. lrwxrwxrwx 1 root root 10 Dec 4 06:50 wwn-0x5000039526380e2d-part3 -> ../../sda3
  50. lrwxrwxrwx 1 root root 9 Dec 4 06:50 wwn-0x5001480000000000 -> ../../sr0
  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 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  120. else
  121. search --no-floppy --fs-uuid --set=root 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  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=menu
  139. set timeout=10
  140. # Fallback normal timeout code in case the timeout_style feature is
  141. # unavailable.
  142. else
  143. set timeout=10
  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/light-gray
  150. if background_color 44,0,30,0; then
  151. clear
  152. fi
  153. ### END /etc/grub.d/05_debian_theme ###
  154. ### BEGIN /etc/grub.d/10_linux ###
  155. function gfxmode {
  156. set gfxpayload="${1}"
  157. if [ "${1}" = "keep" ]; then
  158. set vt_handoff=vt.handoff=7
  159. else
  160. set vt_handoff=
  161. fi
  162. }
  163. if [ "${recordfail}" != 1 ]; then
  164. if [ -e ${prefix}/gfxblacklist.txt ]; then
  165. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  166. if [ ${match} = 0 ]; then
  167. set linux_gfx_mode=keep
  168. else
  169. set linux_gfx_mode=text
  170. fi
  171. else
  172. set linux_gfx_mode=text
  173. fi
  174. else
  175. set linux_gfx_mode=keep
  176. fi
  177. else
  178. set linux_gfx_mode=text
  179. fi
  180. export linux_gfx_mode
  181. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-1fd609cf-8c7e-4583-9d1e-d5e9239754f8' {
  182. recordfail
  183. load_video
  184. gfxmode $linux_gfx_mode
  185. insmod gzio
  186. insmod part_gpt
  187. insmod ext2
  188. set root='hd0,gpt2'
  189. if [ x$feature_platform_search_hint = xy ]; then
  190. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  191. else
  192. search --no-floppy --fs-uuid --set=root 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  193. fi
  194. linux /boot/vmlinuz-3.13.0-71-generic.efi.signed root=UUID=1fd609cf-8c7e-4583-9d1e-d5e9239754f8 ro quiet splash $vt_handoff
  195. initrd /boot/initrd.img-3.13.0-71-generic
  196. }
  197. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-1fd609cf-8c7e-4583-9d1e-d5e9239754f8' {
  198. menuentry 'Ubuntu, avec Linux 3.13.0-71-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-71-generic-advanced-1fd609cf-8c7e-4583-9d1e-d5e9239754f8' {
  199. recordfail
  200. load_video
  201. gfxmode $linux_gfx_mode
  202. insmod gzio
  203. insmod part_gpt
  204. insmod ext2
  205. set root='hd0,gpt2'
  206. if [ x$feature_platform_search_hint = xy ]; then
  207. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  208. else
  209. search --no-floppy --fs-uuid --set=root 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  210. fi
  211. echo 'Chargement de Linux 3.13.0-71-generic…'
  212. linux /boot/vmlinuz-3.13.0-71-generic.efi.signed root=UUID=1fd609cf-8c7e-4583-9d1e-d5e9239754f8 ro quiet splash $vt_handoff
  213. echo 'Chargement du disque mémoire initial…'
  214. initrd /boot/initrd.img-3.13.0-71-generic
  215. }
  216. menuentry 'Ubuntu, with Linux 3.13.0-71-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-71-generic-recovery-1fd609cf-8c7e-4583-9d1e-d5e9239754f8' {
  217. recordfail
  218. load_video
  219. insmod gzio
  220. insmod part_gpt
  221. insmod ext2
  222. set root='hd0,gpt2'
  223. if [ x$feature_platform_search_hint = xy ]; then
  224. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  225. else
  226. search --no-floppy --fs-uuid --set=root 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  227. fi
  228. echo 'Chargement de Linux 3.13.0-71-generic…'
  229. linux /boot/vmlinuz-3.13.0-71-generic.efi.signed root=UUID=1fd609cf-8c7e-4583-9d1e-d5e9239754f8 ro recovery nomodeset
  230. echo 'Chargement du disque mémoire initial…'
  231. initrd /boot/initrd.img-3.13.0-71-generic
  232. }
  233. menuentry 'Ubuntu, avec Linux 3.13.0-70-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-70-generic-advanced-1fd609cf-8c7e-4583-9d1e-d5e9239754f8' {
  234. recordfail
  235. load_video
  236. gfxmode $linux_gfx_mode
  237. insmod gzio
  238. insmod part_gpt
  239. insmod ext2
  240. set root='hd0,gpt2'
  241. if [ x$feature_platform_search_hint = xy ]; then
  242. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  243. else
  244. search --no-floppy --fs-uuid --set=root 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  245. fi
  246. echo 'Chargement de Linux 3.13.0-70-generic…'
  247. linux /boot/vmlinuz-3.13.0-70-generic.efi.signed root=UUID=1fd609cf-8c7e-4583-9d1e-d5e9239754f8 ro quiet splash $vt_handoff
  248. echo 'Chargement du disque mémoire initial…'
  249. initrd /boot/initrd.img-3.13.0-70-generic
  250. }
  251. menuentry 'Ubuntu, with Linux 3.13.0-70-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-70-generic-recovery-1fd609cf-8c7e-4583-9d1e-d5e9239754f8' {
  252. recordfail
  253. load_video
  254. insmod gzio
  255. insmod part_gpt
  256. insmod ext2
  257. set root='hd0,gpt2'
  258. if [ x$feature_platform_search_hint = xy ]; then
  259. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  260. else
  261. search --no-floppy --fs-uuid --set=root 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  262. fi
  263. echo 'Chargement de Linux 3.13.0-70-generic…'
  264. linux /boot/vmlinuz-3.13.0-70-generic.efi.signed root=UUID=1fd609cf-8c7e-4583-9d1e-d5e9239754f8 ro recovery nomodeset
  265. echo 'Chargement du disque mémoire initial…'
  266. initrd /boot/initrd.img-3.13.0-70-generic
  267. }
  268. menuentry 'Ubuntu, avec Linux 3.13.0-68-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-68-generic-advanced-1fd609cf-8c7e-4583-9d1e-d5e9239754f8' {
  269. recordfail
  270. load_video
  271. gfxmode $linux_gfx_mode
  272. insmod gzio
  273. insmod part_gpt
  274. insmod ext2
  275. set root='hd0,gpt2'
  276. if [ x$feature_platform_search_hint = xy ]; then
  277. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  278. else
  279. search --no-floppy --fs-uuid --set=root 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  280. fi
  281. echo 'Chargement de Linux 3.13.0-68-generic…'
  282. linux /boot/vmlinuz-3.13.0-68-generic.efi.signed root=UUID=1fd609cf-8c7e-4583-9d1e-d5e9239754f8 ro quiet splash $vt_handoff
  283. echo 'Chargement du disque mémoire initial…'
  284. initrd /boot/initrd.img-3.13.0-68-generic
  285. }
  286. menuentry 'Ubuntu, with Linux 3.13.0-68-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-68-generic-recovery-1fd609cf-8c7e-4583-9d1e-d5e9239754f8' {
  287. recordfail
  288. load_video
  289. insmod gzio
  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 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  295. else
  296. search --no-floppy --fs-uuid --set=root 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  297. fi
  298. echo 'Chargement de Linux 3.13.0-68-generic…'
  299. linux /boot/vmlinuz-3.13.0-68-generic.efi.signed root=UUID=1fd609cf-8c7e-4583-9d1e-d5e9239754f8 ro recovery nomodeset
  300. echo 'Chargement du disque mémoire initial…'
  301. initrd /boot/initrd.img-3.13.0-68-generic
  302. }
  303. menuentry 'Ubuntu, avec Linux 3.13.0-67-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-67-generic-advanced-1fd609cf-8c7e-4583-9d1e-d5e9239754f8' {
  304. recordfail
  305. load_video
  306. gfxmode $linux_gfx_mode
  307. insmod gzio
  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 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  313. else
  314. search --no-floppy --fs-uuid --set=root 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  315. fi
  316. echo 'Chargement de Linux 3.13.0-67-generic…'
  317. linux /boot/vmlinuz-3.13.0-67-generic.efi.signed root=UUID=1fd609cf-8c7e-4583-9d1e-d5e9239754f8 ro quiet splash $vt_handoff
  318. echo 'Chargement du disque mémoire initial…'
  319. initrd /boot/initrd.img-3.13.0-67-generic
  320. }
  321. menuentry 'Ubuntu, with Linux 3.13.0-67-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-67-generic-recovery-1fd609cf-8c7e-4583-9d1e-d5e9239754f8' {
  322. recordfail
  323. load_video
  324. insmod gzio
  325. insmod part_gpt
  326. insmod ext2
  327. set root='hd0,gpt2'
  328. if [ x$feature_platform_search_hint = xy ]; then
  329. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  330. else
  331. search --no-floppy --fs-uuid --set=root 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  332. fi
  333. echo 'Chargement de Linux 3.13.0-67-generic…'
  334. linux /boot/vmlinuz-3.13.0-67-generic.efi.signed root=UUID=1fd609cf-8c7e-4583-9d1e-d5e9239754f8 ro recovery nomodeset
  335. echo 'Chargement du disque mémoire initial…'
  336. initrd /boot/initrd.img-3.13.0-67-generic
  337. }
  338. }
  339. ### END /etc/grub.d/10_linux ###
  340. ### BEGIN /etc/grub.d/20_linux_xen ###
  341. ### END /etc/grub.d/20_linux_xen ###
  342. ### BEGIN /etc/grub.d/20_memtest86+ ###
  343. ### END /etc/grub.d/20_memtest86+ ###
  344. ### BEGIN /etc/grub.d/25_custom ###
  345. menuentry "EFI/ubuntu/MokManager.efi" {
  346. search --fs-uuid --no-floppy --set=root DBA1-A91F
  347. chainloader (${root})/EFI/ubuntu/MokManager.efi
  348. }
  349. ### END /etc/grub.d/25_custom ###
  350. ### BEGIN /etc/grub.d/30_os-prober ###
  351. ### END /etc/grub.d/30_os-prober ###
  352. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  353. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  354. fwsetup
  355. }
  356. ### END /etc/grub.d/30_uefi-firmware ###
  357. ### BEGIN /etc/grub.d/40_custom ###
  358. # This file provides an easy way to add custom menu entries. Simply type the
  359. # menu entries you want to add after this comment. Be careful not to change
  360. # the 'exec tail' line above.
  361. ### END /etc/grub.d/40_custom ###
  362. ### BEGIN /etc/grub.d/41_custom ###
  363. if [ -f ${config_directory}/custom.cfg ]; then
  364. source ${config_directory}/custom.cfg
  365. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  366. source $prefix/custom.cfg;
  367. fi
  368. ### END /etc/grub.d/41_custom ###
  369. --------------------------------------------------------------------------------
  370. =============================== sda2/etc/fstab: ================================
  371. --------------------------------------------------------------------------------
  372. # /etc/fstab: static file system information.
  373. #
  374. # Use 'blkid' to print the universally unique identifier for a
  375. # device; this may be used with UUID= as a more robust way to name devices
  376. # that works even if disks are added and removed. See fstab(5).
  377. #
  378. # <file system> <mount point> <type> <options> <dump> <pass>
  379. # / was on /dev/sda2 during installation
  380. UUID=1fd609cf-8c7e-4583-9d1e-d5e9239754f8 / ext4 errors=remount-ro 0 1
  381. # /boot/efi was on /dev/sda1 during installation
  382. #UUID=DBA1-A91F /boot/efi vfat defaults 0 1
  383. # swap was on /dev/sda3 during installation
  384. UUID=1bcc65dc-785c-4f68-9bd1-8a23bd8de50e none swap sw 0 0
  385. UUID=DBA1-A91F /boot/efi vfat defaults 0 1
  386. --------------------------------------------------------------------------------
  387. ADDITIONAL INFORMATION :
  388. =================== log of boot-info 2015-12-04__09h44 ===================
  389. boot-info version : 4ppa33
  390. boot-sav version : 4ppa33
  391. glade2script version : 3.2.2~ppa47~saucy
  392. boot-sav-extra version : 4ppa33
  393. boot-info is executed in installed-session (Ubuntu 14.04.3 LTS, trusty, Ubuntu, x86_64)
  394. CPU op-mode(s): 32-bit, 64-bit
  395. BOOT_IMAGE=/boot/vmlinuz-3.13.0-70-generic.efi.signed root=UUID=1fd609cf-8c7e-4583-9d1e-d5e9239754f8 ro quiet splash vt.handoff=7
  396. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  397. =================== os-prober:
  398. /dev/sda2:L'OS actuellement utilisé - Ubuntu 14.04.3 LTS CurrentSession:linux
  399. =================== blkid:
  400. /dev/sda1: UUID="DBA1-A91F" TYPE="vfat"
  401. /dev/sda2: UUID="1fd609cf-8c7e-4583-9d1e-d5e9239754f8" TYPE="ext4"
  402. /dev/sda3: UUID="1bcc65dc-785c-4f68-9bd1-8a23bd8de50e" TYPE="swap"
  403. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  404. Attention : identifiant de table de partitions GPT (GUID) détecté sur « /dev/sda ». L'utilitaire sfdisk ne prend pas GPT en charge. Utilisez GNU Parted.
  405. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  406. =================== /etc/grub.d/ :
  407. drwxr-xr-x 2 root root 4096 déc. 2 11:34 grub.d
  408. total 80
  409. -rwxr-xr-x 1 root root 9424 juin 26 08:16 00_header
  410. -rwxr-xr-x 1 root root 6058 mai 8 2014 05_debian_theme
  411. -rwxr-xr-x 1 root root 11608 mai 15 2014 10_linux
  412. -rwxr-xr-x 1 root root 10412 mai 15 2014 20_linux_xen
  413. -rwxr-xr-x 1 root root 1992 mars 12 2014 20_memtest86+
  414. -rwxr-xr-x 1 root root 170 déc. 2 11:34 25_custom
  415. -rwxr-xr-x 1 root root 11692 mai 15 2014 30_os-prober
  416. -rwxr-xr-x 1 root root 1416 mai 15 2014 30_uefi-firmware
  417. -rwxr-xr-x 1 root root 214 mai 15 2014 40_custom
  418. -rwxr-xr-x 1 root root 216 mai 15 2014 41_custom
  419. -rw-r--r-- 1 root root 483 mai 15 2014 README
  420. =================== /etc/default/grub :
  421. # If you change this file, run 'update-grub' afterwards to update
  422. # /boot/grub/grub.cfg.
  423. # For full documentation of the options in this file, see:
  424. # info -f grub -n 'Simple configuration'
  425. GRUB_DEFAULT=0
  426. #GRUB_HIDDEN_TIMEOUT=0
  427. GRUB_HIDDEN_TIMEOUT_QUIET=true
  428. GRUB_TIMEOUT=10
  429. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  430. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  431. GRUB_CMDLINE_LINUX=""
  432. # Uncomment to enable BadRAM filtering, modify to suit your needs
  433. # This works with Linux (no patch required) and with any kernel that obtains
  434. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  435. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  436. # Uncomment to disable graphical terminal (grub-pc only)
  437. #GRUB_TERMINAL=console
  438. # The resolution used on graphical terminal
  439. # note that you can use only modes which your graphic card supports via VBE
  440. # you can see them in real GRUB with the command `vbeinfo'
  441. #GRUB_GFXMODE=640x480
  442. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  443. #GRUB_DISABLE_LINUX_UUID=true
  444. # Uncomment to disable generation of recovery mode menu entries
  445. #GRUB_DISABLE_RECOVERY="true"
  446. # Uncomment to get a beep at grub start
  447. #GRUB_INIT_TUNE="480 440 1"
  448. /boot/efi detected in the fstab of sda2: UUID=DBA1-A91F (sda1)
  449. =================== efibootmgr -v
  450. BootCurrent: 0000
  451. Timeout: 0 seconds
  452. BootOrder: 0000,0006,0004,0005
  453. Boot0000* ubuntu HD(1,800,100000,065a31b9-12d6-4e2a-be48-99bb2d565f8a)File(EFIubuntushimx64.efi)
  454. Boot0004* UEFI: IP4 Qualcomm Atheros PCIe Network Controller ACPI(a0341d0,0)PCI(1c,3)PCI(0,0)MAC(448a5b4080bf,0)IPv4(0.0.0.0:0<->0.0.0.0:0,0, 0..BO
  455. Boot0005* UEFI: IP6 Qualcomm Atheros PCIe Network Controller ACPI(a0341d0,0)PCI(1c,3)PCI(0,0)MAC(448a5b4080bf,0)030d3c000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000..BO
  456. Boot0006* ubuntu HD(1,800,100000,065a31b9-12d6-4e2a-be48-99bb2d565f8a)File(EFIUbuntugrubx64.efi)
  457. =================== UEFI/Legacy mode:
  458. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  459. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  460. =================== PARTITIONS & DISKS:
  461. 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, .
  462. 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.
  463. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  464. =================== parted -l:
  465. Model: ATA TOSHIBA MQ01ABF0 (scsi)
  466. Disk /dev/sda: 500GB
  467. Sector size (logical/physical): 512B/4096B
  468. Partition Table: gpt
  469. Number Start End Size File system Name Flags
  470. 1 1049kB 538MB 537MB fat32 boot
  471. 2 538MB 496GB 495GB ext4
  472. 3 496GB 500GB 4212MB linux-swap(v1)
  473. =================== parted -lm:
  474. BYT;
  475. /dev/sda:500GB:scsi:512:4096:gpt:ATA TOSHIBA MQ01ABF0;
  476. 1:1049kB:538MB:537MB:fat32::boot;
  477. 2:538MB:496GB:495GB:ext4::;
  478. 3:496GB:500GB:4212MB:linux-swap(v1)::;
  479. =================== lsblk:
  480. KNAME TYPE FSTYPE SIZE LABEL MODEL UUID
  481. sda disk 465,8G TOSHIBA MQ01
  482. sda1 part vfat 512M DBA1-A91F
  483. sda2 part ext4 461,3G 1fd609cf-8c7e-4583-9d1e-d5e9239754f8
  484. sda3 part swap 3,9G 1bcc65dc-785c-4f68-9bd1-8a23bd8de50e
  485. sr0 rom 1024M DVDRAM GT90N
  486. KNAME ROTA RO RM STATE MOUNTPOINT
  487. sda 1 0 0 running
  488. sda1 1 0 0 /boot/efi
  489. sda2 1 0 0 /
  490. sda3 1 0 0 [SWAP]
  491. sr0 1 0 1 running
  492. =================== mount:
  493. /dev/sda2 on / type ext4 (rw,errors=remount-ro)
  494. proc on /proc type proc (rw,noexec,nosuid,nodev)
  495. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  496. none on /sys/fs/cgroup type tmpfs (rw)
  497. none on /sys/fs/fuse/connections type fusectl (rw)
  498. none on /sys/kernel/debug type debugfs (rw)
  499. none on /sys/kernel/security type securityfs (rw)
  500. none on /sys/firmware/efi/efivars type efivarfs (rw)
  501. udev on /dev type devtmpfs (rw,mode=0755)
  502. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  503. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  504. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  505. none on /run/shm type tmpfs (rw,nosuid,nodev)
  506. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  507. none on /sys/fs/pstore type pstore (rw)
  508. /dev/sda1 on /boot/efi type vfat (rw)
  509. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  510. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  511. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=arnaud)
  512. gvfsd-fuse on /root/.gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev)
  513. =================== ls:
  514. /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
  515. /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
  516. /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 kvm log mapper mcelog mei mem 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 vga_arbiter vhci vhost-net zero
  517. ls /dev/mapper: control
  518. ls: impossible d'accéder à : Aucun fichier ou dossier de ce type
  519. =================== hexdump -n512 -C /dev/sda1
  520. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  521. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  522. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  523. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  524. 00000040 80 01 29 1f a9 a1 db 4e 4f 20 4e 41 4d 45 20 20 |..)....NO NAME |
  525. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  526. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  527. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  528. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  529. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  530. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  531. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  532. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  533. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  534. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  535. *
  536. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  537. 00000200
  538. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  539. =================== df -Th:
  540. Filesystem Type Size Used Avail Use% Mounted on
  541. /dev/sda2 ext4 454G 65G 366G 16% /
  542. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  543. udev devtmpfs 1.9G 12K 1.9G 1% /dev
  544. tmpfs tmpfs 388M 1.4M 387M 1% /run
  545. none tmpfs 5.0M 0 5.0M 0% /run/lock
  546. none tmpfs 1.9G 112K 1.9G 1% /run/shm
  547. none tmpfs 100M 68K 100M 1% /run/user
  548. /dev/sda1 vfat 511M 3.4M 508M 1% /boot/efi
  549. =================== fdisk -l:
  550. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  551. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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 identifier: 0x00000000
  556. Device Boot Start End Blocks Id System
  557. /dev/sda1 1 976773167 488386583+ ee GPT
  558. Partition 1 does not start on physical sector boundary.
  559. =================== Suggested repair
  560. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  561. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  562. =================== Final advice in case of suggested repair
  563. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 14.04.3 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)
  564. =================== User settings
  565. The settings chosen by the user will not act on the boot.
  566. paste.ubuntu.com ko (), using paste.debian
  567. paste.debian.net ko (http://paste.debian.net/), using paste2