1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. for (,msdos3)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: ntfs
  12. Boot sector type: Grub2 (v1.99-2.00)
  13. Boot sector info: Grub2 (v2.00) is installed in the boot sector of sda1
  14. and looks at sector 882604352 of the same hard drive
  15. for core.img. core.img is at this location and looks
  16. for (,msdos3)/boot/grub. It also embeds following
  17. components:
  18. modules
  19. -------------------------------------------------------
  20. fshelp ext2 part_msdos biosdisk
  21. -------------------------------------------------------
  22. -------------------------. No errors found in the Boot
  23. Parameter Block.
  24. Operating System:
  25. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  26. sda2: __________________________________________________________________________
  27. File system: swap
  28. Boot sector type: -
  29. Boot sector info:
  30. sda3: __________________________________________________________________________
  31. File system: ext4
  32. Boot sector type: Grub2 (v1.99-2.00)
  33. Boot sector info: Grub2 (v2.00) is installed in the boot sector of sda3
  34. and looks at sector 882609136 of the same hard drive
  35. for core.img. core.img is at this location and looks
  36. for (,msdos3)/boot/grub. It also embeds following
  37. components:
  38. modules
  39. -------------------------------------------------------
  40. fshelp ext2 part_msdos biosdisk
  41. -------------------------------------------------------
  42. Operating System: Ubuntu 16.04.1 LTS
  43. Boot files: /boot/grub/grub.cfg /etc/fstab
  44. /boot/grub/i386-pc/core.img
  45. ============================ Drive/Partition Info: =============================
  46. Drive: sda _____________________________________________________________________
  47. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  48. Units: sectors of 1 * 512 = 512 bytes
  49. Sector size (logical/physical): 512 bytes / 4096 bytes
  50. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  51. Disklabel type: dos
  52. Partition Boot Start Sector End Sector # of Sectors Id System
  53. /dev/sda1 * 567,296 781,408,255 780,840,960 7 NTFS / exFAT / HPFS
  54. /dev/sda2 1,941,805,056 1,953,523,711 11,718,656 82 Linux swap / Solaris
  55. /dev/sda3 781,408,256 1,941,804,740 1,160,396,485 83 Linux
  56. "blkid" output: ________________________________________________________________
  57. Device UUID TYPE LABEL
  58. /dev/sda1 0AD4CE12D4CE0045 ntfs OS
  59. /dev/sda2 ac82ac14-c426-4f45-b4ca-dafe96a80c36 swap
  60. /dev/sda3 d34b45da-fe00-4413-8b87-8e375fd15fa0 ext4
  61. ========================= "ls -l /dev/disk/by-id" output: ======================
  62. total 0
  63. lrwxrwxrwx 1 root root 9 Oct 18 14:04 ata-HL-DT-ST_DVDRAM_GUE1N_KW2FBK21845 -> ../../sr0
  64. lrwxrwxrwx 1 root root 9 Oct 18 17:19 ata-ST1000LM024_HN-M101MBB_S32XJ9BGC16746 -> ../../sda
  65. lrwxrwxrwx 1 root root 10 Oct 18 17:19 ata-ST1000LM024_HN-M101MBB_S32XJ9BGC16746-part1 -> ../../sda1
  66. lrwxrwxrwx 1 root root 10 Oct 18 17:19 ata-ST1000LM024_HN-M101MBB_S32XJ9BGC16746-part2 -> ../../sda2
  67. lrwxrwxrwx 1 root root 10 Oct 18 17:19 ata-ST1000LM024_HN-M101MBB_S32XJ9BGC16746-part3 -> ../../sda3
  68. lrwxrwxrwx 1 root root 9 Oct 18 17:19 wwn-0x50004cf21160060b -> ../../sda
  69. lrwxrwxrwx 1 root root 10 Oct 18 17:19 wwn-0x50004cf21160060b-part1 -> ../../sda1
  70. lrwxrwxrwx 1 root root 10 Oct 18 17:19 wwn-0x50004cf21160060b-part2 -> ../../sda2
  71. lrwxrwxrwx 1 root root 10 Oct 18 17:19 wwn-0x50004cf21160060b-part3 -> ../../sda3
  72. lrwxrwxrwx 1 root root 9 Oct 18 14:04 wwn-0x5001480000000000 -> ../../sr0
  73. ================================ Mount points: =================================
  74. Device Mount_Point Type Options
  75. /dev/sda3 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  76. =========================== sda3/boot/grub/grub.cfg: ===========================
  77. --------------------------------------------------------------------------------
  78. #
  79. # DO NOT EDIT THIS FILE
  80. #
  81. # It is automatically generated by grub-mkconfig using templates
  82. # from /etc/grub.d and settings from /etc/default/grub
  83. #
  84. ### BEGIN /etc/grub.d/00_header ###
  85. if [ -s $prefix/grubenv ]; then
  86. set have_grubenv=true
  87. load_env
  88. fi
  89. if [ "${next_entry}" ] ; then
  90. set default="${next_entry}"
  91. set next_entry=
  92. save_env next_entry
  93. set boot_once=true
  94. else
  95. set default="0"
  96. fi
  97. if [ x"${feature_menuentry_id}" = xy ]; then
  98. menuentry_id_option="--id"
  99. else
  100. menuentry_id_option=""
  101. fi
  102. export menuentry_id_option
  103. if [ "${prev_saved_entry}" ]; then
  104. set saved_entry="${prev_saved_entry}"
  105. save_env saved_entry
  106. set prev_saved_entry=
  107. save_env prev_saved_entry
  108. set boot_once=true
  109. fi
  110. function savedefault {
  111. if [ -z "${boot_once}" ]; then
  112. saved_entry="${chosen}"
  113. save_env saved_entry
  114. fi
  115. }
  116. function recordfail {
  117. set recordfail=1
  118. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  119. }
  120. function load_video {
  121. if [ x$feature_all_video_module = xy ]; then
  122. insmod all_video
  123. else
  124. insmod efi_gop
  125. insmod efi_uga
  126. insmod ieee1275_fb
  127. insmod vbe
  128. insmod vga
  129. insmod video_bochs
  130. insmod video_cirrus
  131. fi
  132. }
  133. if [ x$feature_default_font_path = xy ] ; then
  134. font=unicode
  135. else
  136. insmod part_msdos
  137. insmod ext2
  138. set root='hd0,msdos3'
  139. if [ x$feature_platform_search_hint = xy ]; then
  140. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 d34b45da-fe00-4413-8b87-8e375fd15fa0
  141. else
  142. search --no-floppy --fs-uuid --set=root d34b45da-fe00-4413-8b87-8e375fd15fa0
  143. fi
  144. font="/usr/share/grub/unicode.pf2"
  145. fi
  146. if loadfont $font ; then
  147. set gfxmode=auto
  148. load_video
  149. insmod gfxterm
  150. set locale_dir=$prefix/locale
  151. set lang=fr_FR
  152. insmod gettext
  153. fi
  154. terminal_output gfxterm
  155. if [ "${recordfail}" = 1 ] ; then
  156. set timeout=10
  157. else
  158. if [ x$feature_timeout_style = xy ] ; then
  159. set timeout_style=menu
  160. set timeout=10
  161. # Fallback normal timeout code in case the timeout_style feature is
  162. # unavailable.
  163. else
  164. set timeout=10
  165. fi
  166. fi
  167. ### END /etc/grub.d/00_header ###
  168. ### BEGIN /etc/grub.d/05_debian_theme ###
  169. set menu_color_normal=white/black
  170. set menu_color_highlight=black/light-gray
  171. ### END /etc/grub.d/05_debian_theme ###
  172. ### BEGIN /etc/grub.d/10_linux ###
  173. function gfxmode {
  174. set gfxpayload="${1}"
  175. if [ "${1}" = "keep" ]; then
  176. set vt_handoff=vt.handoff=7
  177. else
  178. set vt_handoff=
  179. fi
  180. }
  181. if [ "${recordfail}" != 1 ]; then
  182. if [ -e ${prefix}/gfxblacklist.txt ]; then
  183. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  184. if [ ${match} = 0 ]; then
  185. set linux_gfx_mode=keep
  186. else
  187. set linux_gfx_mode=text
  188. fi
  189. else
  190. set linux_gfx_mode=text
  191. fi
  192. else
  193. set linux_gfx_mode=keep
  194. fi
  195. else
  196. set linux_gfx_mode=text
  197. fi
  198. export linux_gfx_mode
  199. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-d34b45da-fe00-4413-8b87-8e375fd15fa0' {
  200. recordfail
  201. load_video
  202. gfxmode $linux_gfx_mode
  203. insmod gzio
  204. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  205. insmod part_msdos
  206. insmod ext2
  207. set root='hd0,msdos3'
  208. if [ x$feature_platform_search_hint = xy ]; then
  209. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 d34b45da-fe00-4413-8b87-8e375fd15fa0
  210. else
  211. search --no-floppy --fs-uuid --set=root d34b45da-fe00-4413-8b87-8e375fd15fa0
  212. fi
  213. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=d34b45da-fe00-4413-8b87-8e375fd15fa0 ro quiet splash $vt_handoff
  214. initrd /boot/initrd.img-4.4.0-43-generic
  215. }
  216. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-d34b45da-fe00-4413-8b87-8e375fd15fa0' {
  217. menuentry 'Ubuntu, with Linux 4.4.0-43-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-43-generic-advanced-d34b45da-fe00-4413-8b87-8e375fd15fa0' {
  218. recordfail
  219. load_video
  220. gfxmode $linux_gfx_mode
  221. insmod gzio
  222. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  223. insmod part_msdos
  224. insmod ext2
  225. set root='hd0,msdos3'
  226. if [ x$feature_platform_search_hint = xy ]; then
  227. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 d34b45da-fe00-4413-8b87-8e375fd15fa0
  228. else
  229. search --no-floppy --fs-uuid --set=root d34b45da-fe00-4413-8b87-8e375fd15fa0
  230. fi
  231. echo 'Loading Linux 4.4.0-43-generic ...'
  232. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=d34b45da-fe00-4413-8b87-8e375fd15fa0 ro quiet splash $vt_handoff
  233. echo 'Loading initial ramdisk ...'
  234. initrd /boot/initrd.img-4.4.0-43-generic
  235. }
  236. menuentry 'Ubuntu, with Linux 4.4.0-43-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-43-generic-init-upstart-d34b45da-fe00-4413-8b87-8e375fd15fa0' {
  237. recordfail
  238. load_video
  239. gfxmode $linux_gfx_mode
  240. insmod gzio
  241. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  242. insmod part_msdos
  243. insmod ext2
  244. set root='hd0,msdos3'
  245. if [ x$feature_platform_search_hint = xy ]; then
  246. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 d34b45da-fe00-4413-8b87-8e375fd15fa0
  247. else
  248. search --no-floppy --fs-uuid --set=root d34b45da-fe00-4413-8b87-8e375fd15fa0
  249. fi
  250. echo 'Loading Linux 4.4.0-43-generic ...'
  251. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=d34b45da-fe00-4413-8b87-8e375fd15fa0 ro quiet splash $vt_handoff init=/sbin/upstart
  252. echo 'Loading initial ramdisk ...'
  253. initrd /boot/initrd.img-4.4.0-43-generic
  254. }
  255. menuentry 'Ubuntu, with Linux 4.4.0-43-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-43-generic-recovery-d34b45da-fe00-4413-8b87-8e375fd15fa0' {
  256. recordfail
  257. load_video
  258. insmod gzio
  259. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  260. insmod part_msdos
  261. insmod ext2
  262. set root='hd0,msdos3'
  263. if [ x$feature_platform_search_hint = xy ]; then
  264. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 d34b45da-fe00-4413-8b87-8e375fd15fa0
  265. else
  266. search --no-floppy --fs-uuid --set=root d34b45da-fe00-4413-8b87-8e375fd15fa0
  267. fi
  268. echo 'Loading Linux 4.4.0-43-generic ...'
  269. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=d34b45da-fe00-4413-8b87-8e375fd15fa0 ro recovery nomodeset
  270. echo 'Loading initial ramdisk ...'
  271. initrd /boot/initrd.img-4.4.0-43-generic
  272. }
  273. menuentry 'Ubuntu, with 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-d34b45da-fe00-4413-8b87-8e375fd15fa0' {
  274. recordfail
  275. load_video
  276. gfxmode $linux_gfx_mode
  277. insmod gzio
  278. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  279. insmod part_msdos
  280. insmod ext2
  281. set root='hd0,msdos3'
  282. if [ x$feature_platform_search_hint = xy ]; then
  283. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 d34b45da-fe00-4413-8b87-8e375fd15fa0
  284. else
  285. search --no-floppy --fs-uuid --set=root d34b45da-fe00-4413-8b87-8e375fd15fa0
  286. fi
  287. echo 'Loading Linux 4.4.0-31-generic ...'
  288. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=d34b45da-fe00-4413-8b87-8e375fd15fa0 ro quiet splash $vt_handoff
  289. echo 'Loading initial ramdisk ...'
  290. initrd /boot/initrd.img-4.4.0-31-generic
  291. }
  292. 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-d34b45da-fe00-4413-8b87-8e375fd15fa0' {
  293. recordfail
  294. load_video
  295. gfxmode $linux_gfx_mode
  296. insmod gzio
  297. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  298. insmod part_msdos
  299. insmod ext2
  300. set root='hd0,msdos3'
  301. if [ x$feature_platform_search_hint = xy ]; then
  302. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 d34b45da-fe00-4413-8b87-8e375fd15fa0
  303. else
  304. search --no-floppy --fs-uuid --set=root d34b45da-fe00-4413-8b87-8e375fd15fa0
  305. fi
  306. echo 'Loading Linux 4.4.0-31-generic ...'
  307. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=d34b45da-fe00-4413-8b87-8e375fd15fa0 ro quiet splash $vt_handoff init=/sbin/upstart
  308. echo 'Loading initial ramdisk ...'
  309. initrd /boot/initrd.img-4.4.0-31-generic
  310. }
  311. 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-d34b45da-fe00-4413-8b87-8e375fd15fa0' {
  312. recordfail
  313. load_video
  314. insmod gzio
  315. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  316. insmod part_msdos
  317. insmod ext2
  318. set root='hd0,msdos3'
  319. if [ x$feature_platform_search_hint = xy ]; then
  320. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 d34b45da-fe00-4413-8b87-8e375fd15fa0
  321. else
  322. search --no-floppy --fs-uuid --set=root d34b45da-fe00-4413-8b87-8e375fd15fa0
  323. fi
  324. echo 'Loading Linux 4.4.0-31-generic ...'
  325. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=d34b45da-fe00-4413-8b87-8e375fd15fa0 ro recovery nomodeset
  326. echo 'Loading initial ramdisk ...'
  327. initrd /boot/initrd.img-4.4.0-31-generic
  328. }
  329. }
  330. ### END /etc/grub.d/10_linux ###
  331. ### BEGIN /etc/grub.d/20_linux_xen ###
  332. ### END /etc/grub.d/20_linux_xen ###
  333. ### BEGIN /etc/grub.d/30_os-prober ###
  334. menuentry 'Windows 10 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-0AD4CE12D4CE0045' {
  335. insmod part_msdos
  336. insmod ntfs
  337. set root='hd0,msdos1'
  338. if [ x$feature_platform_search_hint = xy ]; then
  339. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0AD4CE12D4CE0045
  340. else
  341. search --no-floppy --fs-uuid --set=root 0AD4CE12D4CE0045
  342. fi
  343. parttool ${root} hidden-
  344. drivemap -s (hd0) ${root}
  345. chainloader +1
  346. }
  347. set timeout_style=menu
  348. if [ "${timeout}" = 0 ]; then
  349. set timeout=10
  350. fi
  351. ### END /etc/grub.d/30_os-prober ###
  352. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  353. ### END /etc/grub.d/30_uefi-firmware ###
  354. ### BEGIN /etc/grub.d/40_custom ###
  355. # This file provides an easy way to add custom menu entries. Simply type the
  356. # menu entries you want to add after this comment. Be careful not to change
  357. # the 'exec tail' line above.
  358. ### END /etc/grub.d/40_custom ###
  359. ### BEGIN /etc/grub.d/41_custom ###
  360. if [ -f ${config_directory}/custom.cfg ]; then
  361. source ${config_directory}/custom.cfg
  362. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  363. source $prefix/custom.cfg;
  364. fi
  365. ### END /etc/grub.d/41_custom ###
  366. --------------------------------------------------------------------------------
  367. =============================== sda3/etc/fstab: ================================
  368. --------------------------------------------------------------------------------
  369. # /etc/fstab: static file system information.
  370. #
  371. # Use 'blkid' to print the universally unique identifier for a
  372. # device; this may be used with UUID= as a more robust way to name devices
  373. # that works even if disks are added and removed. See fstab(5).
  374. #
  375. # <file system> <mount point> <type> <options> <dump> <pass>
  376. # / was on /dev/sda3 during installation
  377. UUID=d34b45da-fe00-4413-8b87-8e375fd15fa0 / ext4 errors=remount-ro 0 1
  378. # swap was on /dev/sda2 during installation
  379. UUID=ac82ac14-c426-4f45-b4ca-dafe96a80c36 none swap sw 0 0
  380. --------------------------------------------------------------------------------
  381. =================== sda3: Location of files loaded by Grub: ====================
  382. GiB - GB File Fragment(s)
  383. 628.745201111 = 675.110019072 boot/grub/grub.cfg 1
  384. 420.862071991 = 451.897208832 boot/grub/i386-pc/core.img 1
  385. 373.716522217 = 401.275060224 boot/vmlinuz-4.4.0-31-generic 2
  386. 375.642269135 = 403.342815232 boot/vmlinuz-4.4.0-43-generic 1
  387. 375.642269135 = 403.342815232 vmlinuz 1
  388. 373.716522217 = 401.275060224 vmlinuz.old 2
  389. 374.815425873 = 402.454999040 boot/initrd.img-4.4.0-31-generic 3
  390. 375.771396637 = 403.481464832 boot/initrd.img-4.4.0-43-generic 3
  391. 375.771396637 = 403.481464832 initrd.img 3
  392. 374.815425873 = 402.454999040 initrd.img.old 3
  393. ADDITIONAL INFORMATION :
  394. =================== log of boot-repair 2016-10-18__17h10 ===================
  395. boot-repair version : 4ppa38
  396. boot-sav version : 4ppa38
  397. glade2script version : 3.2.3~ppa1
  398. boot-sav-extra version : 4ppa38
  399. boot-repair is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  400. CPU op-mode(s): 32-bit, 64-bit
  401. BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic root=UUID=d34b45da-fe00-4413-8b87-8e375fd15fa0 ro quiet splash vt.handoff=7
  402. =================== os-prober:
  403. /dev/sda3:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  404. /dev/sda1:Windows 10 (loader):Windows:chain
  405. =================== blkid:
  406. /dev/sda1: LABEL="OS" UUID="0AD4CE12D4CE0045" TYPE="ntfs" PARTUUID="18b55ab0-01"
  407. /dev/sda2: UUID="ac82ac14-c426-4f45-b4ca-dafe96a80c36" TYPE="swap" PARTUUID="18b55ab0-02"
  408. /dev/sda3: UUID="d34b45da-fe00-4413-8b87-8e375fd15fa0" TYPE="ext4" PARTUUID="18b55ab0-03"
  409. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  410. =================== /etc/grub.d/ :
  411. drwxr-xr-x 2 root root 4096 juil. 19 22:49 grub.d
  412. total 76
  413. -rwxr-xr-x 1 root root 9791 juin 17 11:10 00_header
  414. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  415. -rwxr-xr-x 1 root root 12261 juin 17 11:10 10_linux
  416. -rwxr-xr-x 1 root root 11082 juin 17 11:10 20_linux_xen
  417. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  418. -rwxr-xr-x 1 root root 11692 juin 17 11:10 30_os-prober
  419. -rwxr-xr-x 1 root root 1418 juin 17 11:10 30_uefi-firmware
  420. -rwxr-xr-x 1 root root 214 juin 17 11:10 40_custom
  421. -rwxr-xr-x 1 root root 216 juin 17 11:10 41_custom
  422. -rw-r--r-- 1 root root 483 juin 17 11:10 README
  423. =================== /etc/default/grub :
  424. # If you change this file, run 'update-grub' afterwards to update
  425. # /boot/grub/grub.cfg.
  426. # For full documentation of the options in this file, see:
  427. # info -f grub -n 'Simple configuration'
  428. GRUB_DEFAULT=0
  429. #GRUB_HIDDEN_TIMEOUT=0
  430. GRUB_HIDDEN_TIMEOUT_QUIET=true
  431. GRUB_TIMEOUT=10
  432. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  433. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  434. GRUB_CMDLINE_LINUX=""
  435. # Uncomment to enable BadRAM filtering, modify to suit your needs
  436. # This works with Linux (no patch required) and with any kernel that obtains
  437. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  438. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  439. # Uncomment to disable graphical terminal (grub-pc only)
  440. #GRUB_TERMINAL=console
  441. # The resolution used on graphical terminal
  442. # note that you can use only modes which your graphic card supports via VBE
  443. # you can see them in real GRUB with the command `vbeinfo'
  444. #GRUB_GFXMODE=640x480
  445. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  446. #GRUB_DISABLE_LINUX_UUID=true
  447. # Uncomment to disable generation of recovery mode menu entries
  448. #GRUB_DISABLE_RECOVERY="true"
  449. # Uncomment to get a beep at grub start
  450. #GRUB_INIT_TUNE="480 440 1"
  451. =================== UEFI/Legacy mode:
  452. This installed-session is not in EFI-mode.
  453. EFI in dmesg.
  454. [ 0.000000] ACPI: UEFI 0x00000000AB7367C8 000042 (v01 00000000 00000000)
  455. SecureBoot disabled.
  456. =================== PARTITIONS & DISKS:
  457. sda3 : sda, not-sepboot, grubenv-ok grub2, signed grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, 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, .
  458. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, with--usr, part-has-no-fstab, not-sep-usr, standard, farbios, /media/ju/OS.
  459. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  460. =================== parted -l:
  461. Model: ATA ST1000LM024 HN-M (scsi)
  462. Disk /dev/sda: 1000GB
  463. Sector size (logical/physical): 512B/4096B
  464. Partition Table: msdos
  465. Disk Flags:
  466. Number Start End Size Type File system Flags
  467. 1 290MB 400GB 400GB primary ntfs boot
  468. 3 400GB 994GB 594GB primary ext4
  469. 2 994GB 1000GB 6000MB primary linux-swap(v1)
  470. =================== parted -lm:
  471. BYT;
  472. /dev/sda:1000GB:scsi:512:4096:msdos:ATA ST1000LM024 HN-M:;
  473. 1:290MB:400GB:400GB:ntfs::boot;
  474. 3:400GB:994GB:594GB:ext4::;
  475. 2:994GB:1000GB:6000MB:linux-swap(v1)::;
  476. =================== lsblk:
  477. KNAME TYPE FSTYPE SIZE LABEL
  478. sda disk 931,5G
  479. sda1 part ntfs 372,3G OS
  480. sda2 part swap 5,6G
  481. sda3 part ext4 553,3G
  482. sr0 rom 1024M
  483. KNAME ROTA RO RM STATE MOUNTPOINT
  484. sda 1 0 0 running
  485. sda1 1 0 0 /media/ju/OS
  486. sda2 1 0 0 [SWAP]
  487. sda3 1 0 0 /
  488. sr0 1 0 1 running
  489. =================== mount:
  490. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  491. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  492. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1952680k,nr_inodes=488170,mode=755)
  493. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  494. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=394416k,mode=755)
  495. /dev/sda3 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  496. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  497. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  498. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  499. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  500. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  501. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  502. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  503. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  504. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  505. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  506. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  507. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  508. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  509. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  510. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  511. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  512. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  513. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  514. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  515. mqueue on /dev/mqueue type mqueue (rw,relatime)
  516. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  517. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  518. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  519. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=394416k,mode=700,uid=1000,gid=1000)
  520. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  521. /dev/sda1 on /media/ju/OS type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
  522. =================== ls:
  523. /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
  524. /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
  525. /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 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 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 tpm0 uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  526. ls /dev/mapper: control
  527. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  528. =================== hexdump -n512 -C /dev/sda1
  529. 00000000 eb 63 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.c.NTFS .....|
  530. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 a8 08 00 |........?.......|
  531. 00000020 00 00 00 00 80 00 80 00 f8 af 8a 2e 00 00 00 00 |................|
  532. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  533. 00000040 f6 00 00 00 01 00 00 00 45 00 ce d4 12 ce d4 0a |........E.......|
  534. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 80 40 79 9b 34 |[email protected]|
  535. 00000060 00 00 00 00 ff fa 90 90 f6 c2 80 74 05 f6 c2 70 |...........t...p|
  536. 00000070 74 02 b2 80 ea 79 7c 00 00 31 c0 8e d8 8e d0 bc |t....y|..1......|
  537. 00000080 00 20 fb a0 64 7c 3c ff 74 02 88 c2 52 bb 17 04 |. ..d|<.t...R...|
  538. 00000090 f6 07 03 74 06 be 88 7d e8 17 01 be 05 7c b4 41 |...t...}.....|.A|
  539. 000000a0 bb aa 55 cd 13 5a 52 72 3d 81 fb 55 aa 75 37 83 |..U..ZRr=..U.u7.|
  540. 000000b0 e1 01 74 32 31 c0 89 44 04 40 88 44 ff 89 44 02 |[email protected].|
  541. 000000c0 c7 04 10 00 66 8b 1e 5c 7c 66 89 5c 08 66 8b 1e |....f..|f..f..|
  542. 000000d0 60 7c 66 89 5c 0c c7 44 06 00 70 b4 42 cd 13 72 |`|f...D..p.B..r|
  543. 000000e0 05 bb 00 70 eb 76 b4 08 cd 13 73 0d 5a 84 d2 0f |...p.v....s.Z...|
  544. 000000f0 83 d0 00 be 93 7d e9 82 00 66 0f b6 c6 88 64 ff |.....}...f....d.|
  545. 00000100 40 66 89 44 04 0f b6 d1 c1 e2 02 88 e8 88 f4 40 |@f.D...........@|
  546. 00000110 89 44 08 0f b6 c2 c0 e8 02 66 89 04 66 a1 60 7c |.D.......f..f.`||
  547. 00000120 66 09 c0 75 4e 66 a1 5c 7c 66 31 d2 66 f7 34 88 |f..uNf.|f1.f.4.|
  548. 00000130 d1 31 d2 66 f7 74 04 3b 44 08 7d 37 fe c1 88 c5 |.1.f.t.;D.}7....|
  549. 00000140 30 c0 c1 e8 02 08 c1 88 d0 5a 88 c6 bb 00 70 8e |0........Z....p.|
  550. 00000150 c3 31 db b8 01 02 cd 13 72 1e 8c c3 60 1e b9 00 |.1......r...`...|
  551. 00000160 01 8e db 31 f6 bf 00 80 8e c6 fc f3 a5 1f 61 ff |...1..........a.|
  552. 00000170 26 5a 7c be 8e 7d eb 03 be 9d 7d e8 34 00 be a2 |&Z|..}....}.4...|
  553. 00000180 7d e8 2e 00 cd 18 eb fe 47 52 55 42 20 00 47 65 |}.......GRUB .Ge|
  554. 00000190 6f 6d 00 48 61 72 64 20 44 69 73 6b 00 52 65 61 |om.Hard Disk.Rea|
  555. 000001a0 64 00 20 45 72 72 6f 72 0d 0a 00 bb 01 00 b4 0e |d. Error........|
  556. 000001b0 cd 10 ac 3c 00 75 f4 c3 72 65 73 73 65 64 00 0d |...<.u..ressed..|
  557. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  558. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  559. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  560. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  561. 00000200
  562. =================== df -Th:
  563. Filesystem Type Size Used Avail Use% Mounted on
  564. udev devtmpfs 1.9G 0 1.9G 0% /dev
  565. tmpfs tmpfs 386M 6.2M 379M 2% /run
  566. /dev/sda3 ext4 545G 4.8G 513G 1% /
  567. tmpfs tmpfs 1.9G 292K 1.9G 1% /dev/shm
  568. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  569. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  570. tmpfs tmpfs 386M 44K 386M 1% /run/user/1000
  571. /dev/sda1 fuseblk 373G 72G 301G 20% /media/ju/OS
  572. =================== fdisk -l:
  573. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  574. Units: sectors of 1 * 512 = 512 bytes
  575. Sector size (logical/physical): 512 bytes / 4096 bytes
  576. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  577. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  578. Units: sectors of 1 * 512 = 512 bytes
  579. Sector size (logical/physical): 512 bytes / 4096 bytes
  580. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  581. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  582. Units: sectors of 1 * 512 = 512 bytes
  583. Sector size (logical/physical): 512 bytes / 4096 bytes
  584. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  585. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  586. Units: sectors of 1 * 512 = 512 bytes
  587. Sector size (logical/physical): 512 bytes / 4096 bytes
  588. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  589. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  590. Units: sectors of 1 * 512 = 512 bytes
  591. Sector size (logical/physical): 512 bytes / 4096 bytes
  592. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  593. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  594. Units: sectors of 1 * 512 = 512 bytes
  595. Sector size (logical/physical): 512 bytes / 4096 bytes
  596. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  597. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  598. Units: sectors of 1 * 512 = 512 bytes
  599. Sector size (logical/physical): 512 bytes / 4096 bytes
  600. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  601. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  602. Units: sectors of 1 * 512 = 512 bytes
  603. Sector size (logical/physical): 512 bytes / 4096 bytes
  604. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  605. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  606. Units: sectors of 1 * 512 = 512 bytes
  607. Sector size (logical/physical): 512 bytes / 4096 bytes
  608. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  609. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  610. Units: sectors of 1 * 512 = 512 bytes
  611. Sector size (logical/physical): 512 bytes / 4096 bytes
  612. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  613. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  614. Units: sectors of 1 * 512 = 512 bytes
  615. Sector size (logical/physical): 512 bytes / 4096 bytes
  616. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  617. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  618. Units: sectors of 1 * 512 = 512 bytes
  619. Sector size (logical/physical): 512 bytes / 4096 bytes
  620. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  621. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  622. Units: sectors of 1 * 512 = 512 bytes
  623. Sector size (logical/physical): 512 bytes / 4096 bytes
  624. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  625. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  626. Units: sectors of 1 * 512 = 512 bytes
  627. Sector size (logical/physical): 512 bytes / 4096 bytes
  628. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  629. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  630. Units: sectors of 1 * 512 = 512 bytes
  631. Sector size (logical/physical): 512 bytes / 4096 bytes
  632. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  633. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  634. Units: sectors of 1 * 512 = 512 bytes
  635. Sector size (logical/physical): 512 bytes / 4096 bytes
  636. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  637. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  638. Units: sectors of 1 * 512 = 512 bytes
  639. Sector size (logical/physical): 512 bytes / 4096 bytes
  640. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  641. Disklabel type: dos
  642. Disk identifier: 0x18b55ab0
  643. Device Boot Start End Sectors Size Id Type
  644. /dev/sda1 * 567296 781408255 780840960 372.3G 7 HPFS/NTFS/exFAT
  645. /dev/sda2 1941805056 1953523711 11718656 5.6G 82 Linux swap / Solaris
  646. /dev/sda3 781408256 1941804740 1160396485 553.3G 83 Linux
  647. Partition table entries are not in disk order.
  648. =================== Recommended repair
  649. The default repair of the Boot-Repair utility will purge (in order to) and reinstall the grub2 of sda3 into the MBR of sda.
  650. Additional repair will be performed: unhide-bootmenu-10s
  651. apt-get -y --force-yes update
  652. Purge the GRUB of sda3
  653. grub-pc available
  654. Lecture des listes de paquets…
  655. Construction de l'arbre des dépendances…SET@_progressbar1.pulse()
  656. Lecture des informations d'état…
  657. The following additional packages will be installed:
  658. grub-common grub-pc-bin grub2-common
  659. Paquets suggérés :
  660. multiboot-doc grub-emu xorriso
  661. Les paquets suivants seront mis à jour :
  662. grub-common grub-pc grub-pc-bin grub2-common
  663. 4 mis à jour, 0 nouvellement installés, 0 à enlever et 152 non mis à jour.
  664. Il est nécessaire de prendre 3 299 ko dans les archives.
  665. Après cette opération, 1 024 o d'espace disque supplémentaires seront utilisés.
  666. Réception de:1 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-pc amd64 2.02~beta2-36ubuntu3.2 [197 kB]
  667. Réception de:2 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-pc-bin amd64 2.02~beta2-36ubuntu3.2 [884 kB]
  668. Réception de:3 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub2-common amd64 2.02~beta2-36ubuntu3.2 [511 kB]
  669. Réception de:4 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-common amd64 2.02~beta2-36ubuntu3.2 [1 707 kB]
  670. 3 299 ko réceptionnés en 4s (736 ko/s)
  671. Téléchargement achevé et dans le mode téléchargement uniquement
  672. W: --force-yes is deprecated, use one of the options starting with --allow instead.
  673. DEBCHECK debOK, grub-pc
  674. DEBCHECK debOK
  675. shim-signed available
  676. linux-signed-generic available
  677. Please type: sudo dpkg --configure -ansudo apt-get install -fynsudo apt-get purge -y --force-yes grub*-common grub-common:i386 shim-signed linux-signed*
  678. =================== /etc/grub.d/ :
  679. drwxr-xr-x 2 root root 4096 oct. 18 17:12 grub.d
  680. total 4
  681. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  682. ls: impossible d'accéder à '/media/ju/OS/': Aucun fichier ou dossier de ce type
  683. Then type: sudo apt-get install -y --force-yes grub-pc linux-generic
  684. ls: impossible d'accéder à '/media/ju/OS/': Aucun fichier ou dossier de ce type
  685. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  686. =================== /etc/grub.d/ :
  687. drwxr-xr-x 2 root root 4096 oct. 18 17:14 grub.d
  688. drwxr-xr-x 2 root root 4096 oct. 18 17:12 grub.d.bak
  689. total 72
  690. -rwxr-xr-x 1 root root 9791 juil. 23 02:09 00_header
  691. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  692. -rwxr-xr-x 1 root root 12261 juil. 23 02:09 10_linux
  693. -rwxr-xr-x 1 root root 11082 juil. 23 02:09 20_linux_xen
  694. -rwxr-xr-x 1 root root 11692 juil. 23 02:09 30_os-prober
  695. -rwxr-xr-x 1 root root 1418 juil. 23 02:09 30_uefi-firmware
  696. -rwxr-xr-x 1 root root 214 juil. 23 02:09 40_custom
  697. -rwxr-xr-x 1 root root 216 juil. 23 02:09 41_custom
  698. -rw-r--r-- 1 root root 483 juil. 23 02:09 README
  699. =================== /etc/default/grub :
  700. # If you change this file, run 'update-grub' afterwards to update
  701. # /boot/grub/grub.cfg.
  702. # For full documentation of the options in this file, see:
  703. # info -f grub -n 'Simple configuration'
  704. GRUB_DEFAULT=0
  705. GRUB_HIDDEN_TIMEOUT=0
  706. GRUB_HIDDEN_TIMEOUT_QUIET=true
  707. GRUB_TIMEOUT=10
  708. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  709. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  710. GRUB_CMDLINE_LINUX=""
  711. # Uncomment to enable BadRAM filtering, modify to suit your needs
  712. # This works with Linux (no patch required) and with any kernel that obtains
  713. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  714. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  715. # Uncomment to disable graphical terminal (grub-pc only)
  716. #GRUB_TERMINAL=console
  717. # The resolution used on graphical terminal
  718. # note that you can use only modes which your graphic card supports via VBE
  719. # you can see them in real GRUB with the command `vbeinfo'
  720. #GRUB_GFXMODE=640x480
  721. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  722. #GRUB_DISABLE_LINUX_UUID=true
  723. # Uncomment to disable generation of recovery mode menu entries
  724. #GRUB_DISABLE_RECOVERY="true"
  725. # Uncomment to get a beep at grub start
  726. #GRUB_INIT_TUNE="480 440 1"
  727. ls: impossible d'accéder à '/media/ju/OS/': Aucun fichier ou dossier de ce type
  728. Unhide GRUB boot menu in sda3/etc/default/grub
  729. =================== /etc/grub.d/ :
  730. drwxr-xr-x 2 root root 4096 oct. 18 17:14 grub.d
  731. drwxr-xr-x 2 root root 4096 oct. 18 17:12 grub.d.bak
  732. total 72
  733. -rwxr-xr-x 1 root root 9791 juil. 23 02:09 00_header
  734. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  735. -rwxr-xr-x 1 root root 12261 juil. 23 02:09 10_linux
  736. -rwxr-xr-x 1 root root 11082 juil. 23 02:09 20_linux_xen
  737. -rwxr-xr-x 1 root root 11692 juil. 23 02:09 30_os-prober
  738. -rwxr-xr-x 1 root root 1418 juil. 23 02:09 30_uefi-firmware
  739. -rwxr-xr-x 1 root root 214 juil. 23 02:09 40_custom
  740. -rwxr-xr-x 1 root root 216 juil. 23 02:09 41_custom
  741. -rw-r--r-- 1 root root 483 juil. 23 02:09 README
  742. =================== /etc/default/grub :
  743. # If you change this file, run 'update-grub' afterwards to update
  744. # /boot/grub/grub.cfg.
  745. # For full documentation of the options in this file, see:
  746. # info -f grub -n 'Simple configuration'
  747. GRUB_DEFAULT=0
  748. #GRUB_HIDDEN_TIMEOUT=0
  749. GRUB_HIDDEN_TIMEOUT_QUIET=true
  750. GRUB_TIMEOUT=10
  751. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  752. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  753. GRUB_CMDLINE_LINUX=""
  754. # Uncomment to enable BadRAM filtering, modify to suit your needs
  755. # This works with Linux (no patch required) and with any kernel that obtains
  756. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  757. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  758. # Uncomment to disable graphical terminal (grub-pc only)
  759. #GRUB_TERMINAL=console
  760. # The resolution used on graphical terminal
  761. # note that you can use only modes which your graphic card supports via VBE
  762. # you can see them in real GRUB with the command `vbeinfo'
  763. #GRUB_GFXMODE=640x480
  764. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  765. #GRUB_DISABLE_LINUX_UUID=true
  766. # Uncomment to disable generation of recovery mode menu entries
  767. #GRUB_DISABLE_RECOVERY="true"
  768. # Uncomment to get a beep at grub start
  769. #GRUB_INIT_TUNE="480 440 1"
  770. ls: impossible d'accéder à '/media/ju/OS/': Aucun fichier ou dossier de ce type
  771. *******lspci -nnk | grep -iA3 vga
  772. 00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09)
  773. Subsystem: ASUSTeK Computer Inc. Broadwell-U Integrated Graphics [1043:19ad]
  774. Kernel driver in use: i915
  775. Kernel modules: i915
  776. *******
  777. grub-install --version
  778. grub-install (GRUB) 2.02~beta2-36ubuntu3.2,grub-install (GRUB) 2.
  779. Reinstall the GRUB of sda3 into the MBR of sda
  780. Installing for i386-pc platform.
  781. Installation finished. No error reported.
  782. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  783. update-grub
  784. Generating grub configuration file ...
  785. Found linux image: /boot/vmlinuz-4.4.0-43-generic
  786. Found initrd image: /boot/initrd.img-4.4.0-43-generic
  787. Found linux image: /boot/vmlinuz-4.4.0-31-generic
  788. Found initrd image: /boot/initrd.img-4.4.0-31-generic
  789. Found Windows 10 (loader) on /dev/sda1
  790. Unhide GRUB boot menu in sda3/boot/grub/grub.cfg
  791. Le démarrage de l'ordinateur a été correctement réparé.
  792. Vous pouvez maintenant redémarrer votre ordinateur.
  793. 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 [Réparateur de démarrage]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  794. paste.ubuntu.com ko (), using paste.debian
  795. paste.debian.net ko (), using paste2