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 (,msdos1)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: ext4
  12. Boot sector type: -
  13. Boot sector info:
  14. Operating System: Ubuntu 16.04 LTS
  15. Boot files: /boot/grub/grub.cfg /etc/fstab
  16. /boot/grub/i386-pc/core.img
  17. sda2: __________________________________________________________________________
  18. File system: ext4
  19. Boot sector type: -
  20. Boot sector info:
  21. Operating System:
  22. Boot files:
  23. sda3: __________________________________________________________________________
  24. File system: Extended Partition
  25. Boot sector type: Unknown
  26. Boot sector info:
  27. sda5: __________________________________________________________________________
  28. File system: swap
  29. Boot sector type: -
  30. Boot sector info:
  31. ============================ Drive/Partition Info: =============================
  32. Drive: sda _____________________________________________________________________
  33. Disk /dev/sda: 149.1 GiB, 160041885696 bytes, 312581808 sectors
  34. Units: sectors of 1 * 512 = 512 bytes
  35. Sector size (logical/physical): 512 bytes / 512 bytes
  36. I/O size (minimum/optimal): 512 bytes / 512 bytes
  37. Disklabel type: dos
  38. Partition Boot Start Sector End Sector # of Sectors Id System
  39. /dev/sda1 * 2,048 270,458,879 270,456,832 83 Linux
  40. /dev/sda2 270,458,880 304,011,263 33,552,384 83 Linux
  41. /dev/sda3 304,011,264 312,580,095 8,568,832 5 Extended
  42. /dev/sda5 304,013,312 312,580,095 8,566,784 82 Linux swap / Solaris
  43. "blkid" output: ________________________________________________________________
  44. Device UUID TYPE LABEL
  45. /dev/sda1 41ca9b14-3682-4a0b-a978-cb208e55e883 ext4 Xubuntu 16.4
  46. /dev/sda2 033e8fc7-4cfe-9454-bc59-df7329ca862d ext4 Android-x86
  47. /dev/sda5 18d9b14e-1fc4-44c4-8eb2-a8502ab0c23c swap Swap
  48. ========================= "ls -l /dev/disk/by-id" output: ======================
  49. total 0
  50. lrwxrwxrwx 1 root root 9 Jun 21 15:59 ata-ST9160314AS_5VC63FBT -> ../../sda
  51. lrwxrwxrwx 1 root root 10 Jun 21 15:59 ata-ST9160314AS_5VC63FBT-part1 -> ../../sda1
  52. lrwxrwxrwx 1 root root 10 Jun 21 15:59 ata-ST9160314AS_5VC63FBT-part2 -> ../../sda2
  53. lrwxrwxrwx 1 root root 10 Jun 21 15:59 ata-ST9160314AS_5VC63FBT-part3 -> ../../sda3
  54. lrwxrwxrwx 1 root root 10 Jun 21 15:59 ata-ST9160314AS_5VC63FBT-part5 -> ../../sda5
  55. lrwxrwxrwx 1 root root 9 Jun 21 15:59 wwn-0x5000c5001905514c -> ../../sda
  56. lrwxrwxrwx 1 root root 10 Jun 21 15:59 wwn-0x5000c5001905514c-part1 -> ../../sda1
  57. lrwxrwxrwx 1 root root 10 Jun 21 15:59 wwn-0x5000c5001905514c-part2 -> ../../sda2
  58. lrwxrwxrwx 1 root root 10 Jun 21 15:59 wwn-0x5000c5001905514c-part3 -> ../../sda3
  59. lrwxrwxrwx 1 root root 10 Jun 21 15:59 wwn-0x5000c5001905514c-part5 -> ../../sda5
  60. ================================ Mount points: =================================
  61. Device Mount_Point Type Options
  62. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  63. =========================== sda1/boot/grub/grub.cfg: ===========================
  64. --------------------------------------------------------------------------------
  65. #
  66. # DO NOT EDIT THIS FILE
  67. #
  68. # It is automatically generated by grub-mkconfig using templates
  69. # from /etc/grub.d and settings from /etc/default/grub
  70. #
  71. ### BEGIN /etc/grub.d/00_header ###
  72. if [ -s $prefix/grubenv ]; then
  73. set have_grubenv=true
  74. load_env
  75. fi
  76. if [ "${next_entry}" ] ; then
  77. set default="${next_entry}"
  78. set next_entry=
  79. save_env next_entry
  80. set boot_once=true
  81. else
  82. set default="0"
  83. fi
  84. if [ x"${feature_menuentry_id}" = xy ]; then
  85. menuentry_id_option="--id"
  86. else
  87. menuentry_id_option=""
  88. fi
  89. export menuentry_id_option
  90. if [ "${prev_saved_entry}" ]; then
  91. set saved_entry="${prev_saved_entry}"
  92. save_env saved_entry
  93. set prev_saved_entry=
  94. save_env prev_saved_entry
  95. set boot_once=true
  96. fi
  97. function savedefault {
  98. if [ -z "${boot_once}" ]; then
  99. saved_entry="${chosen}"
  100. save_env saved_entry
  101. fi
  102. }
  103. function recordfail {
  104. set recordfail=1
  105. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  106. }
  107. function load_video {
  108. if [ x$feature_all_video_module = xy ]; then
  109. insmod all_video
  110. else
  111. insmod efi_gop
  112. insmod efi_uga
  113. insmod ieee1275_fb
  114. insmod vbe
  115. insmod vga
  116. insmod video_bochs
  117. insmod video_cirrus
  118. fi
  119. }
  120. if [ x$feature_default_font_path = xy ] ; then
  121. font=unicode
  122. else
  123. insmod part_msdos
  124. insmod ext2
  125. set root='hd0,msdos1'
  126. if [ x$feature_platform_search_hint = xy ]; then
  127. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 41ca9b14-3682-4a0b-a978-cb208e55e883
  128. else
  129. search --no-floppy --fs-uuid --set=root 41ca9b14-3682-4a0b-a978-cb208e55e883
  130. fi
  131. font="/usr/share/grub/unicode.pf2"
  132. fi
  133. if loadfont $font ; then
  134. set gfxmode=auto
  135. load_video
  136. insmod gfxterm
  137. set locale_dir=$prefix/locale
  138. set lang=fr_FR
  139. insmod gettext
  140. fi
  141. terminal_output gfxterm
  142. if [ "${recordfail}" = 1 ] ; then
  143. set timeout=30
  144. else
  145. if [ x$feature_timeout_style = xy ] ; then
  146. set timeout_style=menu
  147. set timeout=5
  148. # Fallback normal timeout code in case the timeout_style feature is
  149. # unavailable.
  150. else
  151. set timeout=5
  152. fi
  153. fi
  154. ### END /etc/grub.d/00_header ###
  155. ### BEGIN /etc/grub.d/05_debian_theme ###
  156. set menu_color_normal=white/black
  157. set menu_color_highlight=black/light-gray
  158. ### END /etc/grub.d/05_debian_theme ###
  159. ### BEGIN /etc/grub.d/10_linux_proxy ###
  160. function gfxmode {
  161. set gfxpayload="${1}"
  162. if [ "${1}" = "keep" ]; then
  163. set vt_handoff=vt.handoff=7
  164. else
  165. set vt_handoff=
  166. fi
  167. }
  168. if [ "${recordfail}" != 1 ]; then
  169. if [ -e ${prefix}/gfxblacklist.txt ]; then
  170. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  171. if [ ${match} = 0 ]; then
  172. set linux_gfx_mode=keep
  173. else
  174. set linux_gfx_mode=text
  175. fi
  176. else
  177. set linux_gfx_mode=text
  178. fi
  179. else
  180. set linux_gfx_mode=keep
  181. fi
  182. else
  183. set linux_gfx_mode=text
  184. fi
  185. export linux_gfx_mode
  186. menuentry "Ubuntu" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-41ca9b14-3682-4a0b-a978-cb208e55e883' {
  187. recordfail
  188. load_video
  189. gfxmode $linux_gfx_mode
  190. insmod gzio
  191. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  192. insmod part_msdos
  193. insmod ext2
  194. set root='hd0,msdos1'
  195. if [ x$feature_platform_search_hint = xy ]; then
  196. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 41ca9b14-3682-4a0b-a978-cb208e55e883
  197. else
  198. search --no-floppy --fs-uuid --set=root 41ca9b14-3682-4a0b-a978-cb208e55e883
  199. fi
  200. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=41ca9b14-3682-4a0b-a978-cb208e55e883 ro quiet splash $vt_handoff
  201. initrd /boot/initrd.img-4.4.0-21-generic
  202. }
  203. ### END /etc/grub.d/10_linux_proxy ###
  204. ### BEGIN /etc/grub.d/40_custom_proxy ###
  205. menuentry "Remix-OS"{
  206. insmod gzio
  207. insmod parts_msdos
  208. insmod ext2
  209. set root=' (hd0,2) '
  210. linux /android-2016-04-20/kernel quiet root=/dev/ram0
  211. androidboot.hardware=remix_x86 androidboot.selinux=permissive SRC=/android-2016-04-20
  212. initrd /android-2016-04-20/initrd.img
  213. }
  214. ### END /etc/grub.d/40_custom_proxy ###
  215. ### BEGIN /etc/grub.d/41_linux_proxy ###
  216. submenu "Options avancées pour Ubuntu"{
  217. menuentry "Ubuntu, avec Linux 4.4.0-21-generic" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-advanced-41ca9b14-3682-4a0b-a978-cb208e55e883' {
  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,msdos1'
  226. if [ x$feature_platform_search_hint = xy ]; then
  227. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 41ca9b14-3682-4a0b-a978-cb208e55e883
  228. else
  229. search --no-floppy --fs-uuid --set=root 41ca9b14-3682-4a0b-a978-cb208e55e883
  230. fi
  231. echo 'Chargement de Linux 4.4.0-21-generic…'
  232. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=41ca9b14-3682-4a0b-a978-cb208e55e883 ro quiet splash $vt_handoff
  233. echo 'Chargement du disque mémoire initial…'
  234. initrd /boot/initrd.img-4.4.0-21-generic
  235. }
  236. menuentry "Ubuntu, with Linux 4.4.0-21-generic (upstart)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-init-upstart-41ca9b14-3682-4a0b-a978-cb208e55e883' {
  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,msdos1'
  245. if [ x$feature_platform_search_hint = xy ]; then
  246. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 41ca9b14-3682-4a0b-a978-cb208e55e883
  247. else
  248. search --no-floppy --fs-uuid --set=root 41ca9b14-3682-4a0b-a978-cb208e55e883
  249. fi
  250. echo 'Chargement de Linux 4.4.0-21-generic…'
  251. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=41ca9b14-3682-4a0b-a978-cb208e55e883 ro quiet splash $vt_handoff init=/sbin/upstart
  252. echo 'Chargement du disque mémoire initial…'
  253. initrd /boot/initrd.img-4.4.0-21-generic
  254. }
  255. menuentry "Ubuntu, with Linux 4.4.0-21-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-recovery-41ca9b14-3682-4a0b-a978-cb208e55e883' {
  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,msdos1'
  263. if [ x$feature_platform_search_hint = xy ]; then
  264. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 41ca9b14-3682-4a0b-a978-cb208e55e883
  265. else
  266. search --no-floppy --fs-uuid --set=root 41ca9b14-3682-4a0b-a978-cb208e55e883
  267. fi
  268. echo 'Chargement de Linux 4.4.0-21-generic…'
  269. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=41ca9b14-3682-4a0b-a978-cb208e55e883 ro recovery nomodeset
  270. echo 'Chargement du disque mémoire initial…'
  271. initrd /boot/initrd.img-4.4.0-21-generic
  272. }
  273. }
  274. ### END /etc/grub.d/41_linux_proxy ###
  275. ### BEGIN /etc/grub.d/42_linux_xen ###
  276. ### END /etc/grub.d/42_linux_xen ###
  277. ### BEGIN /etc/grub.d/43_memtest86+_proxy ###
  278. ### END /etc/grub.d/43_memtest86+_proxy ###
  279. ### BEGIN /etc/grub.d/44_custom_proxy ###
  280. # This file provides an easy way to add custom menu entries. Simply type the
  281. # menu entries you want to add after this comment. Be careful not to change
  282. # the 'exec tail' line above.
  283. ### END /etc/grub.d/44_custom_proxy ###
  284. ### BEGIN /etc/grub.d/45_memtest86+_proxy ###
  285. menuentry "Memory test (memtest86+)" {
  286. insmod part_msdos
  287. insmod ext2
  288. set root='hd0,msdos1'
  289. if [ x$feature_platform_search_hint = xy ]; then
  290. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 41ca9b14-3682-4a0b-a978-cb208e55e883
  291. else
  292. search --no-floppy --fs-uuid --set=root 41ca9b14-3682-4a0b-a978-cb208e55e883
  293. fi
  294. knetbsd /boot/memtest86+.elf
  295. }
  296. menuentry "Memory test (memtest86+, serial console 115200)" {
  297. insmod part_msdos
  298. insmod ext2
  299. set root='hd0,msdos1'
  300. if [ x$feature_platform_search_hint = xy ]; then
  301. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 41ca9b14-3682-4a0b-a978-cb208e55e883
  302. else
  303. search --no-floppy --fs-uuid --set=root 41ca9b14-3682-4a0b-a978-cb208e55e883
  304. fi
  305. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  306. }
  307. ### END /etc/grub.d/45_memtest86+_proxy ###
  308. ### BEGIN /etc/grub.d/46_os-prober ###
  309. ### END /etc/grub.d/46_os-prober ###
  310. ### BEGIN /etc/grub.d/47_uefi-firmware ###
  311. ### END /etc/grub.d/47_uefi-firmware ###
  312. ### BEGIN /etc/grub.d/48_custom ###
  313. if [ -f ${config_directory}/custom.cfg ]; then
  314. source ${config_directory}/custom.cfg
  315. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  316. source $prefix/custom.cfg;
  317. fi
  318. ### END /etc/grub.d/48_custom ###
  319. --------------------------------------------------------------------------------
  320. =============================== sda1/etc/fstab: ================================
  321. --------------------------------------------------------------------------------
  322. # /etc/fstab: static file system information.
  323. #
  324. # Use 'blkid' to print the universally unique identifier for a
  325. # device; this may be used with UUID= as a more robust way to name devices
  326. # that works even if disks are added and removed. See fstab(5).
  327. #
  328. # <file system> <mount point> <type> <options> <dump> <pass>
  329. # / was on /dev/sda1 during installation
  330. UUID=41ca9b14-3682-4a0b-a978-cb208e55e883 / ext4 errors=remount-ro 0 1
  331. # swap was on /dev/sda5 during installation
  332. UUID=a9cbe4c9-ce09-4c06-a6ca-25652d0ab6c4 none swap sw 0 0
  333. --------------------------------------------------------------------------------
  334. =================== sda1: Location of files loaded by Grub: ====================
  335. GiB - GB File Fragment(s)
  336. 26.127986908 = 28.054712320 boot/grub/grub.cfg 1
  337. 34.139823914 = 36.657356800 boot/grub/i386-pc/core.img 1
  338. 34.139232635 = 36.656721920 boot/vmlinuz-4.4.0-21-generic 1
  339. 34.139232635 = 36.656721920 vmlinuz 1
  340. 10.391597748 = 11.157893120 boot/initrd.img-4.4.0-21-generic 4
  341. 10.391597748 = 11.157893120 initrd.img 4
  342. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  343. Unknown BootLoader on sda3
  344. 00000000 50 57 95 f2 f8 89 4a f3 6b 27 cf c5 de fc 49 ae |PW....J.k'....I.|
  345. 00000010 4a 6e 65 5f d5 6f cf 64 cc 7b 2d 74 c1 f7 f7 66 |Jne_.o.d.{-t...f|
  346. 00000020 59 b4 26 b2 ca 9b 00 82 03 07 2b 94 d3 10 d5 31 |Y.&.......+....1|
  347. 00000030 27 02 8b 54 58 39 64 41 e0 6d 5a 64 9c 2a 29 b4 |'..TX9dA.mZd.*).|
  348. 00000040 6e 46 20 38 65 38 d3 2b 69 0d 29 03 24 31 f9 22 |nF 8e8.+i.).$1."|
  349. 00000050 fa 2e 52 ff 10 90 49 17 56 5c a1 2d d5 a4 0c 01 |..R...I.V\.-....|
  350. 00000060 6f e3 e9 3e 9e 0d 29 a3 00 8d d4 c7 bc ff ff f1 |o..>..).........|
  351. 00000070 f1 68 d5 ef 1a 31 a2 d2 f5 46 c5 cb 74 6d e5 6b |.h...1...F..tm.k|
  352. 00000080 e9 e6 fa 4a 69 c6 93 8f cb 3b 75 44 15 a8 ea 44 |...Ji....;uD...D|
  353. 00000090 e2 a0 f1 01 df 34 3c aa 74 18 98 39 b3 c6 51 24 |.....4<.t..9..Q$|
  354. 000000a0 6c 98 a0 82 58 60 c4 41 b4 82 ea a4 e8 6f 43 91 |l...X`.A.....oC.|
  355. 000000b0 19 d6 0a 77 ca 4d db 5f f6 62 d2 bd 0a 02 48 c6 |...w.M._.b....H.|
  356. 000000c0 f6 b7 49 7c e4 f0 ba 49 41 5e 57 cb d9 11 e9 fa |..I|...IA^W.....|
  357. 000000d0 0d 93 e7 e2 ef 7e 24 d7 25 37 32 af ea b7 e7 b2 |.....~$.%72.....|
  358. 000000e0 66 3d 96 ba 60 fb d9 4c ca db 55 28 9e 35 24 14 |f=..`..L..U(.5$.|
  359. 000000f0 30 c7 a7 02 07 0c 5e 64 b6 3e e6 c7 10 19 79 15 |0.....^d.>....y.|
  360. 00000100 56 ba 8a 20 a7 51 75 31 31 80 43 83 47 4c b3 e3 |V.. .Qu11.C.GL..|
  361. 00000110 6a 6d 08 54 ec a1 15 1d 48 80 e4 ae 2c 10 64 45 |jm.T....H...,.dE|
  362. 00000120 ce 78 80 a9 2a 74 b6 58 15 7e 93 c8 fa 14 01 83 |.x..*t.X.~......|
  363. 00000130 3c 82 38 54 25 f4 10 16 6a 89 3f 87 7f ff fe 6e |<.8T%...j.?....n|
  364. 00000140 15 49 6a 43 bf 4c ab b5 9e a6 6b 3f 59 cf a6 ca |.IjC.L....k?Y...|
  365. 00000150 4f de f2 ff c9 2f d4 af 13 c6 88 84 27 b2 9e 65 |O..../......'..e|
  366. 00000160 fb ad 17 65 12 a9 86 b8 f9 55 2e 87 85 5a 89 3a |...e.....U...Z.:|
  367. 00000170 1c a3 27 8d b9 23 52 46 53 94 b1 92 43 bd 95 10 |..'..#RFS...C...|
  368. 00000180 51 a1 32 a3 43 d4 78 40 80 50 40 1c 8e 10 83 3d |[email protected]@....=|
  369. 00000190 c5 a6 04 26 7c 0c f8 9d 91 f5 24 9f 0c 6a d7 8d |...&|.....$..j..|
  370. 000001a0 8b a5 4a ae 06 34 de e9 27 82 fa aa 7c a8 19 cd |..J..4..'...|...|
  371. 000001b0 6e 6f 62 33 3e 7d da e6 ff f6 db b7 c3 85 00 fe |nob3>}..........|
  372. 000001c0 ff ff 82 fe ff ff 00 08 00 00 00 b8 82 00 00 00 |................|
  373. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  374. *
  375. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  376. 00000200
  377. ADDITIONAL INFORMATION :
  378. =================== log of boot-info 2016-06-21__15h59 ===================
  379. boot-info version : 4ppa38
  380. boot-sav version : 4ppa38
  381. glade2script version : 3.2.3~ppa1
  382. boot-sav-extra version : 4ppa38
  383. boot-info is executed in installed-session (Ubuntu 16.04 LTS, xenial, Ubuntu, i686)
  384. CPU op-mode(s): 32-bit
  385. BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic root=UUID=41ca9b14-3682-4a0b-a978-cb208e55e883 ro quiet splash vt.handoff=7
  386. =================== os-prober:
  387. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04 LTS CurrentSession:linux
  388. =================== blkid:
  389. /dev/sda1: LABEL="Xubuntu 16.4" UUID="41ca9b14-3682-4a0b-a978-cb208e55e883" TYPE="ext4" PARTUUID="e27413b2-01"
  390. /dev/sda2: LABEL="Android-x86" UUID="033e8fc7-4cfe-9454-bc59-df7329ca862d" TYPE="ext4" PARTUUID="e27413b2-02"
  391. /dev/sda5: LABEL="Swap" UUID="18d9b14e-1fc4-44c4-8eb2-a8502ab0c23c" TYPE="swap" PARTUUID="e27413b2-05"
  392. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  393. =================== /etc/grub.d/ :
  394. drwxr-xr-x 5 root root 4096 juin 21 14:59 grub.d
  395. total 92
  396. -rwxr-xr-x 1 root root 9791 avril 16 00:02 00_header
  397. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  398. -rwxr-xr-x 1 root root 590 juin 21 14:59 10_linux_proxy
  399. -rwxr-xr-x 1 root root 167 juin 21 14:59 40_custom_proxy
  400. -rwxr-xr-x 1 root root 590 juin 21 14:59 41_linux_proxy
  401. -rwxr-xr-x 1 root root 11082 avril 16 00:02 42_linux_xen
  402. -rwxr-xr-x 1 root root 265 juin 21 14:59 43_memtest86+_proxy
  403. -rwxr-xr-x 1 root root 167 juin 21 14:59 44_custom_proxy
  404. -rwxr-xr-x 1 root root 265 juin 21 14:59 45_memtest86+_proxy
  405. -rwxr-xr-x 1 root root 11692 avril 16 00:02 46_os-prober
  406. -rwxr-xr-x 1 root root 1418 avril 16 00:02 47_uefi-firmware
  407. -rwxr-xr-x 1 root root 216 avril 16 00:02 48_custom
  408. drwxr-xr-x 4 root root 4096 juin 21 14:32 backup
  409. drwxr-xr-x 2 root root 4096 juin 21 14:32 bin
  410. drwxr-xr-x 2 root root 4096 juin 21 14:59 proxifiedScripts
  411. -rw-r--r-- 1 root root 483 avril 16 00:02 README
  412. =================== /etc/default/grub :
  413. # If you change this file, run 'update-grub' afterwards to update
  414. # /boot/grub/grub.cfg.
  415. # For full documentation of the options in this file, see:
  416. # info -f grub -n 'Simple configuration'
  417. GRUB_DEFAULT="0"
  418. #GRUB_HIDDEN_TIMEOUT="0"
  419. GRUB_HIDDEN_TIMEOUT_QUIET="true"
  420. GRUB_TIMEOUT="5"
  421. GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
  422. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  423. GRUB_CMDLINE_LINUX=""
  424. # Uncomment to enable BadRAM filtering, modify to suit your needs
  425. # This works with Linux (no patch required) and with any kernel that obtains
  426. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  427. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  428. # Uncomment to disable graphical terminal (grub-pc only)
  429. #GRUB_TERMINAL="console"
  430. # The resolution used on graphical terminal
  431. # note that you can use only modes which your graphic card supports via VBE
  432. # you can see them in real GRUB with the command `vbeinfo'
  433. #GRUB_GFXMODE="640x480"
  434. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  435. #GRUB_DISABLE_LINUX_UUID="true"
  436. # Uncomment to disable generation of recovery mode menu entries
  437. #GRUB_DISABLE_RECOVERY="true"
  438. # Uncomment to get a beep at grub start
  439. #GRUB_INIT_TUNE="480 440 1"
  440. =================== UEFI/Legacy mode:
  441. This installed-session is not EFI-compatible.
  442. SecureBoot disabled.
  443. =================== PARTITIONS & DISKS:
  444. sda1 : sda, not-sepboot, grubenv-ok grub2, signed grub-pc , update-grub, 32, 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, customized, farbios, .
  445. sda2 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, 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, farbios, /mnt/boot-sav/sda2.
  446. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  447. =================== parted -l:
  448. Model: ATA ST9160314AS (scsi)
  449. Disk /dev/sda: 160GB
  450. Sector size (logical/physical): 512B/512B
  451. Partition Table: msdos
  452. Disk Flags:
  453. Number Start End Size Type File system Flags
  454. 1 1049kB 138GB 138GB primary ext4 boot
  455. 2 138GB 156GB 17.2GB primary ext4
  456. 3 156GB 160GB 4387MB extended
  457. 5 156GB 160GB 4386MB logical linux-swap(v1)
  458. =================== parted -lm:
  459. BYT;
  460. /dev/sda:160GB:scsi:512:512:msdos:ATA ST9160314AS:;
  461. 1:1049kB:138GB:138GB:ext4::boot;
  462. 2:138GB:156GB:17.2GB:ext4::;
  463. 3:156GB:160GB:4387MB:::;
  464. 5:156GB:160GB:4386MB:linux-swap(v1)::;
  465. =================== lsblk:
  466. KNAME TYPE FSTYPE SIZE LABEL
  467. sda disk 149,1G
  468. sda1 part ext4 129G Xubuntu 16.4
  469. sda2 part ext4 16G Android-x86
  470. sda3 part 1K
  471. sda5 part swap 4,1G Swap
  472. KNAME ROTA RO RM STATE MOUNTPOINT
  473. sda 1 0 0 running
  474. sda1 1 0 0 /
  475. sda2 1 0 0 /mnt/boot-sav/sda2
  476. sda3 1 0 0
  477. sda5 1 0 0
  478. =================== mount:
  479. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  480. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  481. udev on /dev type devtmpfs (rw,nosuid,relatime,size=490024k,nr_inodes=122506,mode=755)
  482. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  483. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=101560k,mode=755)
  484. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  485. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  486. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  487. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  488. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  489. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  490. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  491. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  492. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  493. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  494. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  495. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  496. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  497. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  498. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  499. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  500. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  501. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  502. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  503. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  504. mqueue on /dev/mqueue type mqueue (rw,relatime)
  505. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  506. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=101560k,mode=700,uid=1000,gid=1000)
  507. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  508. /dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw,relatime,data=ordered)
  509. =================== ls:
  510. /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 sda5 size slaves stat subsystem trace uevent
  511. /dev (filtered): agpgart autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 initctl input kmsg lightnvm log mapper mcelog media0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda5 sg0 shm snapshot snd stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  512. ls /dev/mapper: control
  513. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  514. =================== df -Th:
  515. Filesystem Type Size Used Avail Use% Mounted on
  516. udev devtmpfs 479M 0 479M 0% /dev
  517. tmpfs tmpfs 100M 5.0M 95M 5% /run
  518. /dev/sda1 ext4 127G 3.2G 118G 3% /
  519. tmpfs tmpfs 496M 164K 496M 1% /dev/shm
  520. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  521. tmpfs tmpfs 496M 0 496M 0% /sys/fs/cgroup
  522. tmpfs tmpfs 100M 36K 100M 1% /run/user/1000
  523. /dev/sda2 ext4 16G 1.9G 14G 12% /mnt/boot-sav/sda2
  524. =================== fdisk -l:
  525. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  526. Units: sectors of 1 * 512 = 512 bytes
  527. Sector size (logical/physical): 512 bytes / 4096 bytes
  528. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  529. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  530. Units: sectors of 1 * 512 = 512 bytes
  531. Sector size (logical/physical): 512 bytes / 4096 bytes
  532. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  533. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  534. Units: sectors of 1 * 512 = 512 bytes
  535. Sector size (logical/physical): 512 bytes / 4096 bytes
  536. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  537. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  538. Units: sectors of 1 * 512 = 512 bytes
  539. Sector size (logical/physical): 512 bytes / 4096 bytes
  540. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  541. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  542. Units: sectors of 1 * 512 = 512 bytes
  543. Sector size (logical/physical): 512 bytes / 4096 bytes
  544. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  545. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  546. Units: sectors of 1 * 512 = 512 bytes
  547. Sector size (logical/physical): 512 bytes / 4096 bytes
  548. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  549. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  550. Units: sectors of 1 * 512 = 512 bytes
  551. Sector size (logical/physical): 512 bytes / 4096 bytes
  552. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  553. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  554. Units: sectors of 1 * 512 = 512 bytes
  555. Sector size (logical/physical): 512 bytes / 4096 bytes
  556. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  557. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  558. Units: sectors of 1 * 512 = 512 bytes
  559. Sector size (logical/physical): 512 bytes / 4096 bytes
  560. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  561. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  562. Units: sectors of 1 * 512 = 512 bytes
  563. Sector size (logical/physical): 512 bytes / 4096 bytes
  564. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  565. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  566. Units: sectors of 1 * 512 = 512 bytes
  567. Sector size (logical/physical): 512 bytes / 4096 bytes
  568. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  569. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  570. Units: sectors of 1 * 512 = 512 bytes
  571. Sector size (logical/physical): 512 bytes / 4096 bytes
  572. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  573. Disk /dev/ram12: 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/ram13: 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/ram14: 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/ram15: 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/sda: 149.1 GiB, 160041885696 bytes, 312581808 sectors
  590. Units: sectors of 1 * 512 = 512 bytes
  591. Sector size (logical/physical): 512 bytes / 512 bytes
  592. I/O size (minimum/optimal): 512 bytes / 512 bytes
  593. Disklabel type: dos
  594. Disk identifier: 0xe27413b2
  595. Device Boot Start End Sectors Size Id Type
  596. /dev/sda1 * 2048 270458879 270456832 129G 83 Linux
  597. /dev/sda2 270458880 304011263 33552384 16G 83 Linux
  598. /dev/sda3 304011264 312580095 8568832 4.1G 5 Extended
  599. /dev/sda5 304013312 312580095 8566784 4.1G 82 Linux swap / Solaris
  600. =================== Suggested repair
  601. The default repair of the Boot-Repair utility would purge (in order to fix customized files) and reinstall the grub2 of sda1 into the MBR of sda.
  602. Additional repair would be performed: unhide-bootmenu-10s
  603. =================== Final advice in case of suggested repair
  604. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04 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)
  605. =================== User settings
  606. The settings chosen by the user will not act on the boot.
  607. paste.ubuntu.com ko (), using paste.debian
  608. paste.debian.net ko (), using paste2