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: FAT16
  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: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  24. Units: sectors of 1 * 512 = 512 bytes
  25. Sector size (logical/physical): 512 bytes / 4096 bytes
  26. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  27. Disklabel type: gpt
  28. Partition Boot Start Sector End Sector # of Sectors Id System
  29. /dev/sda1 1 1,953,525,167 1,953,525,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 1,936,955,391 1,935,904,768 Data partition (Linux)
  34. /dev/sda3 1,936,955,392 1,953,523,711 16,568,320 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 5BF7-1249 vfat
  39. /dev/sda2 e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18 ext4
  40. /dev/sda3 6e92e76e-4978-476e-9918-f283d9037f76 swap
  41. /dev/sr0 2015-10-21-16-17-40-00 iso9660 Ubuntu 15.10 amd64
  42. ========================= "ls -l /dev/disk/by-id" output: ======================
  43. total 0
  44. lrwxrwxrwx 1 root root 9 Sep 23 21:21 ata-HGST_HTS721010A9E630_JS100Y620GE1TW -> ../../sda
  45. lrwxrwxrwx 1 root root 10 Sep 23 21:21 ata-HGST_HTS721010A9E630_JS100Y620GE1TW-part1 -> ../../sda1
  46. lrwxrwxrwx 1 root root 10 Sep 23 21:21 ata-HGST_HTS721010A9E630_JS100Y620GE1TW-part2 -> ../../sda2
  47. lrwxrwxrwx 1 root root 10 Sep 23 21:21 ata-HGST_HTS721010A9E630_JS100Y620GE1TW-part3 -> ../../sda3
  48. lrwxrwxrwx 1 root root 9 Sep 23 21:13 ata-TSSTcorp_CDDVDW_SU-228GB_S18G6YHGB02AJ6 -> ../../sr0
  49. lrwxrwxrwx 1 root root 9 Sep 23 21:21 wwn-0x5000cca836c68e36 -> ../../sda
  50. lrwxrwxrwx 1 root root 10 Sep 23 21:21 wwn-0x5000cca836c68e36-part1 -> ../../sda1
  51. lrwxrwxrwx 1 root root 10 Sep 23 21:21 wwn-0x5000cca836c68e36-part2 -> ../../sda2
  52. lrwxrwxrwx 1 root root 10 Sep 23 21:21 wwn-0x5000cca836c68e36-part3 -> ../../sda3
  53. ================================ Mount points: =================================
  54. Device Mount_Point Type Options
  55. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  56. /dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  57. /dev/sr0 /media/pepita/Ubuntu 15.10 amd64 iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)
  58. =========================== sda2/boot/grub/grub.cfg: ===========================
  59. --------------------------------------------------------------------------------
  60. #
  61. # DO NOT EDIT THIS FILE
  62. #
  63. # It is automatically generated by grub-mkconfig using templates
  64. # from /etc/grub.d and settings from /etc/default/grub
  65. #
  66. ### BEGIN /etc/grub.d/00_header ###
  67. if [ -s $prefix/grubenv ]; then
  68. set have_grubenv=true
  69. load_env
  70. fi
  71. if [ "${next_entry}" ] ; then
  72. set default="${next_entry}"
  73. set next_entry=
  74. save_env next_entry
  75. set boot_once=true
  76. else
  77. set default="0"
  78. fi
  79. if [ x"${feature_menuentry_id}" = xy ]; then
  80. menuentry_id_option="--id"
  81. else
  82. menuentry_id_option=""
  83. fi
  84. export menuentry_id_option
  85. if [ "${prev_saved_entry}" ]; then
  86. set saved_entry="${prev_saved_entry}"
  87. save_env saved_entry
  88. set prev_saved_entry=
  89. save_env prev_saved_entry
  90. set boot_once=true
  91. fi
  92. function savedefault {
  93. if [ -z "${boot_once}" ]; then
  94. saved_entry="${chosen}"
  95. save_env saved_entry
  96. fi
  97. }
  98. function recordfail {
  99. set recordfail=1
  100. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  101. }
  102. function load_video {
  103. if [ x$feature_all_video_module = xy ]; then
  104. insmod all_video
  105. else
  106. insmod efi_gop
  107. insmod efi_uga
  108. insmod ieee1275_fb
  109. insmod vbe
  110. insmod vga
  111. insmod video_bochs
  112. insmod video_cirrus
  113. fi
  114. }
  115. if [ x$feature_default_font_path = xy ] ; then
  116. font=unicode
  117. else
  118. insmod part_gpt
  119. insmod ext2
  120. set root='hd0,gpt2'
  121. if [ x$feature_platform_search_hint = xy ]; then
  122. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18
  123. else
  124. search --no-floppy --fs-uuid --set=root e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18
  125. fi
  126. font="/usr/share/grub/unicode.pf2"
  127. fi
  128. if loadfont $font ; then
  129. set gfxmode=auto
  130. load_video
  131. insmod gfxterm
  132. set locale_dir=$prefix/locale
  133. set lang=fr_FR
  134. insmod gettext
  135. fi
  136. terminal_output gfxterm
  137. if [ "${recordfail}" = 1 ] ; then
  138. set timeout=30
  139. else
  140. if [ x$feature_timeout_style = xy ] ; then
  141. set timeout_style=hidden
  142. set timeout=0
  143. # Fallback hidden-timeout code in case the timeout_style feature is
  144. # unavailable.
  145. elif sleep --interruptible 0 ; then
  146. set timeout=0
  147. fi
  148. fi
  149. ### END /etc/grub.d/00_header ###
  150. ### BEGIN /etc/grub.d/05_debian_theme ###
  151. set menu_color_normal=white/black
  152. set menu_color_highlight=black/light-gray
  153. if background_color 44,0,30,0; then
  154. clear
  155. fi
  156. ### END /etc/grub.d/05_debian_theme ###
  157. ### BEGIN /etc/grub.d/10_linux ###
  158. function gfxmode {
  159. set gfxpayload="${1}"
  160. if [ "${1}" = "keep" ]; then
  161. set vt_handoff=vt.handoff=7
  162. else
  163. set vt_handoff=
  164. fi
  165. }
  166. if [ "${recordfail}" != 1 ]; then
  167. if [ -e ${prefix}/gfxblacklist.txt ]; then
  168. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  169. if [ ${match} = 0 ]; then
  170. set linux_gfx_mode=keep
  171. else
  172. set linux_gfx_mode=text
  173. fi
  174. else
  175. set linux_gfx_mode=text
  176. fi
  177. else
  178. set linux_gfx_mode=keep
  179. fi
  180. else
  181. set linux_gfx_mode=text
  182. fi
  183. export linux_gfx_mode
  184. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18' {
  185. recordfail
  186. load_video
  187. gfxmode $linux_gfx_mode
  188. insmod gzio
  189. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  190. insmod part_gpt
  191. insmod ext2
  192. set root='hd0,gpt2'
  193. if [ x$feature_platform_search_hint = xy ]; then
  194. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18
  195. else
  196. search --no-floppy --fs-uuid --set=root e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18
  197. fi
  198. linux /boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18 ro quiet splash $vt_handoff
  199. initrd /boot/initrd.img-4.4.0-38-generic
  200. }
  201. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18' {
  202. menuentry 'Ubuntu, avec Linux 4.4.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-advanced-e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18' {
  203. recordfail
  204. load_video
  205. gfxmode $linux_gfx_mode
  206. insmod gzio
  207. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  208. insmod part_gpt
  209. insmod ext2
  210. set root='hd0,gpt2'
  211. if [ x$feature_platform_search_hint = xy ]; then
  212. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18
  213. else
  214. search --no-floppy --fs-uuid --set=root e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18
  215. fi
  216. echo 'Chargement de Linux 4.4.0-38-generic…'
  217. linux /boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18 ro quiet splash $vt_handoff
  218. echo 'Chargement du disque mémoire initial…'
  219. initrd /boot/initrd.img-4.4.0-38-generic
  220. }
  221. menuentry 'Ubuntu, with Linux 4.4.0-38-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-init-upstart-e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18' {
  222. recordfail
  223. load_video
  224. gfxmode $linux_gfx_mode
  225. insmod gzio
  226. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  227. insmod part_gpt
  228. insmod ext2
  229. set root='hd0,gpt2'
  230. if [ x$feature_platform_search_hint = xy ]; then
  231. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18
  232. else
  233. search --no-floppy --fs-uuid --set=root e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18
  234. fi
  235. echo 'Chargement de Linux 4.4.0-38-generic…'
  236. linux /boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18 ro quiet splash $vt_handoff init=/sbin/upstart
  237. echo 'Chargement du disque mémoire initial…'
  238. initrd /boot/initrd.img-4.4.0-38-generic
  239. }
  240. menuentry 'Ubuntu, with Linux 4.4.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-recovery-e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18' {
  241. recordfail
  242. load_video
  243. insmod gzio
  244. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  245. insmod part_gpt
  246. insmod ext2
  247. set root='hd0,gpt2'
  248. if [ x$feature_platform_search_hint = xy ]; then
  249. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18
  250. else
  251. search --no-floppy --fs-uuid --set=root e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18
  252. fi
  253. echo 'Chargement de Linux 4.4.0-38-generic…'
  254. linux /boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18 ro recovery nomodeset
  255. echo 'Chargement du disque mémoire initial…'
  256. initrd /boot/initrd.img-4.4.0-38-generic
  257. }
  258. menuentry 'Ubuntu, avec Linux 4.4.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-advanced-e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18' {
  259. recordfail
  260. load_video
  261. gfxmode $linux_gfx_mode
  262. insmod gzio
  263. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  264. insmod part_gpt
  265. insmod ext2
  266. set root='hd0,gpt2'
  267. if [ x$feature_platform_search_hint = xy ]; then
  268. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18
  269. else
  270. search --no-floppy --fs-uuid --set=root e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18
  271. fi
  272. echo 'Chargement de Linux 4.4.0-31-generic…'
  273. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18 ro quiet splash $vt_handoff
  274. echo 'Chargement du disque mémoire initial…'
  275. initrd /boot/initrd.img-4.4.0-31-generic
  276. }
  277. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18' {
  278. recordfail
  279. load_video
  280. gfxmode $linux_gfx_mode
  281. insmod gzio
  282. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  283. insmod part_gpt
  284. insmod ext2
  285. set root='hd0,gpt2'
  286. if [ x$feature_platform_search_hint = xy ]; then
  287. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18
  288. else
  289. search --no-floppy --fs-uuid --set=root e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18
  290. fi
  291. echo 'Chargement de Linux 4.4.0-31-generic…'
  292. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18 ro quiet splash $vt_handoff init=/sbin/upstart
  293. echo 'Chargement du disque mémoire initial…'
  294. initrd /boot/initrd.img-4.4.0-31-generic
  295. }
  296. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-recovery-e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18' {
  297. recordfail
  298. load_video
  299. insmod gzio
  300. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  301. insmod part_gpt
  302. insmod ext2
  303. set root='hd0,gpt2'
  304. if [ x$feature_platform_search_hint = xy ]; then
  305. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18
  306. else
  307. search --no-floppy --fs-uuid --set=root e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18
  308. fi
  309. echo 'Chargement de Linux 4.4.0-31-generic…'
  310. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18 ro recovery nomodeset
  311. echo 'Chargement du disque mémoire initial…'
  312. initrd /boot/initrd.img-4.4.0-31-generic
  313. }
  314. }
  315. ### END /etc/grub.d/10_linux ###
  316. ### BEGIN /etc/grub.d/20_linux_xen ###
  317. ### END /etc/grub.d/20_linux_xen ###
  318. ### BEGIN /etc/grub.d/20_memtest86+ ###
  319. ### END /etc/grub.d/20_memtest86+ ###
  320. ### BEGIN /etc/grub.d/30_os-prober ###
  321. ### END /etc/grub.d/30_os-prober ###
  322. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  323. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  324. fwsetup
  325. }
  326. ### END /etc/grub.d/30_uefi-firmware ###
  327. ### BEGIN /etc/grub.d/40_custom ###
  328. # This file provides an easy way to add custom menu entries. Simply type the
  329. # menu entries you want to add after this comment. Be careful not to change
  330. # the 'exec tail' line above.
  331. ### END /etc/grub.d/40_custom ###
  332. ### BEGIN /etc/grub.d/41_custom ###
  333. if [ -f ${config_directory}/custom.cfg ]; then
  334. source ${config_directory}/custom.cfg
  335. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  336. source $prefix/custom.cfg;
  337. fi
  338. ### END /etc/grub.d/41_custom ###
  339. --------------------------------------------------------------------------------
  340. =============================== sda2/etc/fstab: ================================
  341. --------------------------------------------------------------------------------
  342. # /etc/fstab: static file system information.
  343. #
  344. # Use 'blkid' to print the universally unique identifier for a
  345. # device; this may be used with UUID= as a more robust way to name devices
  346. # that works even if disks are added and removed. See fstab(5).
  347. #
  348. # <file system> <mount point> <type> <options> <dump> <pass>
  349. # / was on /dev/sda2 during installation
  350. UUID=e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18 / ext4 errors=remount-ro 0 1
  351. # /boot/efi was on /dev/sda1 during installation
  352. UUID=5BF7-1249 /boot/efi vfat umask=0077 0 1
  353. # swap was on /dev/sda3 during installation
  354. UUID=6e92e76e-4978-476e-9918-f283d9037f76 none swap sw 0 0
  355. --------------------------------------------------------------------------------
  356. =================== sda2: Location of files loaded by Grub: ====================
  357. GiB - GB File Fragment(s)
  358. 656.641647339 = 705.063600128 boot/grub/grub.cfg 2
  359. 1.648162842 = 1.769701376 boot/vmlinuz-4.4.0-31-generic 1
  360. 217.202003479 = 233.218875392 boot/vmlinuz-4.4.0-38-generic 1
  361. 217.308326721 = 233.333039104 boot/vmlinuz-4.4.0-38-generic.efi.signed 1
  362. 1.648162842 = 1.769701376 vmlinuz 1
  363. 217.473060608 = 233.509920768 boot/initrd.img-4.4.0-31-generic 1
  364. 2.852535248 = 3.062886400 boot/initrd.img-4.4.0-38-generic 3
  365. 217.473060608 = 233.509920768 initrd.img 1
  366. 217.473060608 = 233.509920768 initrd.img.old 1
  367. ADDITIONAL INFORMATION :
  368. =================== log of boot-info 2016-09-23__21h21 ===================
  369. boot-info version : 4ppa38
  370. boot-sav version : 4ppa38
  371. glade2script version : 3.2.3~ppa1
  372. boot-sav-extra version : 4ppa38
  373. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  374. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  375. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  376. CPU op-mode(s): 32-bit, 64-bit
  377. BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18 ro quiet splash vt.handoff=7
  378. =================== os-prober:
  379. /dev/sda2:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  380. =================== blkid:
  381. /dev/sr0: UUID="2015-10-21-16-17-40-00" LABEL="Ubuntu 15.10 amd64" TYPE="iso9660" PTUUID="429817b4" PTTYPE="dos"
  382. /dev/sda1: SEC_TYPE="msdos" UUID="5BF7-1249" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="8e0dddd3-9eb9-4057-97e9-555ee4d8ed9a"
  383. /dev/sda2: UUID="e5fb8eff-cdb5-4ca8-9c0b-3c5456ecee18" TYPE="ext4" PARTUUID="29d92317-9497-4c18-a111-41a033c13089"
  384. /dev/sda3: UUID="6e92e76e-4978-476e-9918-f283d9037f76" TYPE="swap" PARTUUID="40be3d85-305a-4aef-98ea-28325412f001"
  385. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  386. =================== /etc/grub.d/ :
  387. drwxr-xr-x 3 root root 4096 sept. 23 21:11 grub.d
  388. drwxr-xr-x 3 root root 4096 sept. 23 20:56 grub.d.ori
  389. total 80
  390. -rwxr-xr-x 1 root root 9791 juin 17 11:10 00_header
  391. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  392. -rwxr-xr-x 1 root root 12261 juin 17 11:10 10_linux
  393. -rwxr-xr-x 1 root root 11082 juin 17 11:10 20_linux_xen
  394. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  395. -rwxr-xr-x 1 root root 11692 juin 17 11:10 30_os-prober
  396. -rwxr-xr-x 1 root root 1418 juin 17 11:10 30_uefi-firmware
  397. -rwxr-xr-x 1 root root 214 juin 17 11:10 40_custom
  398. -rwxr-xr-x 1 root root 216 juin 17 11:10 41_custom
  399. drwxr-xr-x 4 root root 4096 sept. 23 21:11 backup
  400. -rw-r--r-- 1 root root 483 juin 17 11:10 README
  401. =================== /etc/default/grub :
  402. # If you change this file, run 'update-grub' afterwards to update
  403. # /boot/grub/grub.cfg.
  404. # For full documentation of the options in this file, see:
  405. # info -f grub -n 'Simple configuration'
  406. GRUB_DEFAULT="0"
  407. GRUB_HIDDEN_TIMEOUT="0"
  408. GRUB_HIDDEN_TIMEOUT_QUIET="true"
  409. GRUB_TIMEOUT="10"
  410. GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
  411. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  412. GRUB_CMDLINE_LINUX=""
  413. # Uncomment to enable BadRAM filtering, modify to suit your needs
  414. # This works with Linux (no patch required) and with any kernel that obtains
  415. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  416. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  417. # Uncomment to disable graphical terminal (grub-pc only)
  418. #GRUB_TERMINAL="console"
  419. # The resolution used on graphical terminal
  420. # note that you can use only modes which your graphic card supports via VBE
  421. # you can see them in real GRUB with the command `vbeinfo'
  422. #GRUB_GFXMODE="640x480"
  423. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  424. #GRUB_DISABLE_LINUX_UUID="true"
  425. # Uncomment to disable generation of recovery mode menu entries
  426. #GRUB_DISABLE_RECOVERY="true"
  427. # Uncomment to get a beep at grub start
  428. #GRUB_INIT_TUNE="480 440 1"
  429. /boot/efi detected in the fstab of sda2: UUID=5BF7-1249 (sda1)
  430. =================== efibootmgr -v
  431. BootCurrent: 0001
  432. Timeout: 1 seconds
  433. BootOrder: 0001,0009,0008,0000,0004
  434. Boot0000* Windows Boot Manager VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}....................
  435. Boot0001* ubuntu HD(1,GPT,8e0dddd3-9eb9-4057-97e9-555ee4d8ed9a,0x800,0x100000)/File(EFIUBUNTUSHIMX64.EFI)
  436. Boot0004* Windows Boot Manager VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}..._................
  437. Boot0008 UEFI: TSSTcorp CDDVDW SU-228GB PciRoot(0x0)/Pci(0x17,0x0)/Sata(1,65535,0)/CDROM(1,0x8b21b,0x11c0)..BO
  438. Boot0009* ubuntu HD(1,GPT,8e0dddd3-9eb9-4057-97e9-555ee4d8ed9a,0x800,0x100000)/File(EFIUBUNTUGRUBX64.EFI)..BO
  439. =================== UEFI/Legacy mode:
  440. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  441. SecureBoot enabled.
  442. =================== PARTITIONS & DISKS:
  443. 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, .
  444. 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.
  445. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  446. =================== parted -l:
  447. Model: ATA HGST HTS721010A9 (scsi)
  448. Disk /dev/sda: 1000GB
  449. Sector size (logical/physical): 512B/4096B
  450. Partition Table: gpt
  451. Disk Flags:
  452. Number Start End Size File system Name Flags
  453. 1 1049kB 538MB 537MB fat16 EFI System Partition boot, esp
  454. 2 538MB 992GB 991GB ext4
  455. 3 992GB 1000GB 8483MB linux-swap(v1)
  456. Model: TSSTcorp CDDVDW SU-228GB (scsi)
  457. Disk /dev/sr0: 1178MB
  458. Sector size (logical/physical): 2048B/2048B
  459. Partition Table: mac
  460. Disk Flags:
  461. Number Start End Size File system Name Flags
  462. 1 2048B 6143B 4096B Apple
  463. 2 1167MB 1169MB 2327kB EFI
  464. =================== parted -lm:
  465. BYT;
  466. /dev/sda:1000GB:scsi:512:4096:gpt:ATA HGST HTS721010A9:;
  467. 1:1049kB:538MB:537MB:fat16:EFI System Partition:boot, esp;
  468. 2:538MB:992GB:991GB:ext4::;
  469. 3:992GB:1000GB:8483MB:linux-swap(v1)::;
  470. BYT;
  471. /dev/sr0:1178MB:scsi:2048:2048:mac:TSSTcorp CDDVDW SU-228GB:;
  472. 1:2048B:6143B:4096B::Apple:;
  473. 2:1167MB:1169MB:2327kB::EFI:;
  474. =================== lsblk:
  475. KNAME TYPE FSTYPE SIZE LABEL
  476. sda disk 931,5G
  477. sda1 part vfat 512M
  478. sda2 part ext4 923,1G
  479. sda3 part swap 7,9G
  480. sr0 rom iso9660 1,1G Ubuntu 15.10 amd64
  481. KNAME ROTA RO RM STATE MOUNTPOINT
  482. sda 1 0 0 running
  483. sda1 1 0 0 /boot/efi
  484. sda2 1 0 0 /
  485. sda3 1 0 0 [SWAP]
  486. sr0 1 0 1 running /media/pepita/Ubuntu 15.10 amd64
  487. =================== mount:
  488. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  489. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  490. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4013096k,nr_inodes=1003274,mode=755)
  491. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  492. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=807100k,mode=755)
  493. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  494. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  495. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  496. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  497. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  498. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  499. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  500. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  501. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  502. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  503. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  504. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  505. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  506. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  507. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  508. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  509. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  510. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  511. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  512. mqueue on /dev/mqueue type mqueue (rw,relatime)
  513. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  514. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  515. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  516. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  517. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=807100k,mode=700,uid=1000,gid=1000)
  518. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  519. /dev/sr0 on /media/pepita/Ubuntu 15.10 amd64 type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)
  520. =================== ls:
  521. /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
  522. /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
  523. /dev (filtered): acpi_thermal_rel 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 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  524. ls /dev/mapper: control
  525. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  526. =================== hexdump -n512 -C /dev/sda1
  527. 00000000 eb 3c 90 6d 6b 66 73 2e 66 61 74 00 02 10 01 00 |.<.mkfs.fat.....|
  528. 00000010 02 00 02 00 00 f8 00 01 3f 00 ff 00 00 08 00 00 |........?.......|
  529. 00000020 00 00 10 00 80 01 29 49 12 f7 5b 20 20 20 20 20 |......)I..[ |
  530. 00000030 20 20 20 20 20 20 46 41 54 31 36 20 20 20 0e 1f | FAT16 ..|
  531. 00000040 be 5b 7c ac 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 |.[|.".t.V.......|
  532. 00000050 5e eb f0 32 e4 cd 16 cd 19 eb fe 54 68 69 73 20 |^..2.......This |
  533. 00000060 69 73 20 6e 6f 74 20 61 20 62 6f 6f 74 61 62 6c |is not a bootabl|
  534. 00000070 65 20 64 69 73 6b 2e 20 20 50 6c 65 61 73 65 20 |e disk. Please |
  535. 00000080 69 6e 73 65 72 74 20 61 20 62 6f 6f 74 61 62 6c |insert a bootabl|
  536. 00000090 65 20 66 6c 6f 70 70 79 20 61 6e 64 0d 0a 70 72 |e floppy and..pr|
  537. 000000a0 65 73 73 20 61 6e 79 20 6b 65 79 20 74 6f 20 74 |ess any key to t|
  538. 000000b0 72 79 20 61 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 |ry again ... ...|
  539. 000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  540. *
  541. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  542. 00000200
  543. =================== df -Th:
  544. Filesystem Type Size Used Avail Use% Mounted on
  545. udev devtmpfs 3.9G 0 3.9G 0% /dev
  546. tmpfs tmpfs 789M 9.6M 779M 2% /run
  547. /dev/sda2 ext4 909G 5.1G 858G 1% /
  548. tmpfs tmpfs 3.9G 264K 3.9G 1% /dev/shm
  549. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  550. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  551. /dev/sda1 vfat 512M 3.7M 509M 1% /boot/efi
  552. tmpfs tmpfs 789M 52K 789M 1% /run/user/1000
  553. /dev/sr0 iso9660 1.1G 1.1G 0 100% /media/pepita/Ubuntu 15.10 amd64
  554. =================== fdisk -l:
  555. Disk /dev/ram0: 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/ram1: 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/ram2: 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/ram3: 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/ram4: 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/ram5: 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/ram6: 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/ram7: 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/ram8: 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/ram9: 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/ram10: 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/ram11: 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/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  604. Units: sectors of 1 * 512 = 512 bytes
  605. Sector size (logical/physical): 512 bytes / 4096 bytes
  606. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  607. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  608. Units: sectors of 1 * 512 = 512 bytes
  609. Sector size (logical/physical): 512 bytes / 4096 bytes
  610. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  611. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  612. Units: sectors of 1 * 512 = 512 bytes
  613. Sector size (logical/physical): 512 bytes / 4096 bytes
  614. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  615. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  616. Units: sectors of 1 * 512 = 512 bytes
  617. Sector size (logical/physical): 512 bytes / 4096 bytes
  618. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  619. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  620. Units: sectors of 1 * 512 = 512 bytes
  621. Sector size (logical/physical): 512 bytes / 4096 bytes
  622. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  623. Disklabel type: gpt
  624. Disk identifier: C60192EF-F100-4C39-96AF-907FF813CBC1
  625. Device Start End Sectors Size Type
  626. /dev/sda1 2048 1050623 1048576 512M EFI System
  627. /dev/sda2 1050624 1936955391 1935904768 923.1G Linux filesystem
  628. /dev/sda3 1936955392 1953523711 16568320 7.9G Linux swap
  629. =================== Suggested repair
  630. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  631. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  632. =================== Final advice in case of suggested repair
  633. 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)
  634. =================== User settings
  635. The settings chosen by the user will not act on the boot.
  636. paste.ubuntu.com ko (), using paste.debian
  637. paste.debian.net ko (), using paste2