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: ext4
  12. Boot sector type: -
  13. Boot sector info:
  14. Operating System: Kali GNU/Linux Rolling
  15. Boot files: /boot/grub/grub.cfg /etc/fstab
  16. /boot/grub/i386-pc/core.img
  17. sda2: __________________________________________________________________________
  18. File system: Extended Partition
  19. Boot sector type: -
  20. Boot sector info:
  21. sda5: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. sda3: __________________________________________________________________________
  26. File system: ext4
  27. Boot sector type: -
  28. Boot sector info:
  29. Operating System: Ubuntu 16.04 LTS
  30. Boot files: /boot/grub/grub.cfg /etc/fstab
  31. /boot/grub/i386-pc/core.img
  32. ============================ Drive/Partition Info: =============================
  33. Drive: sda _____________________________________________________________________
  34. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  35. Units: sectors of 1 * 512 = 512 bytes
  36. Sector size (logical/physical): 512 bytes / 4096 bytes
  37. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  38. Disklabel type: dos
  39. Partition Boot Start Sector End Sector # of Sectors Id System
  40. /dev/sda1 * 2,048 49,484,871 49,482,824 83 Linux
  41. /dev/sda2 1,945,262,078 1,953,523,711 8,261,634 5 Extended
  42. /dev/sda5 1,945,262,080 1,953,523,711 8,261,632 82 Linux swap / Solaris
  43. /dev/sda3 49,485,824 1,945,260,031 1,895,774,208 83 Linux
  44. "blkid" output: ________________________________________________________________
  45. Device UUID TYPE LABEL
  46. /dev/sda1 be0c6e36-747b-4ce8-ade9-ce26c95ad97f ext4
  47. /dev/sda3 e2f6d393-335a-4890-a357-1d4b97daa23c ext4
  48. /dev/sda5 65939501-178f-4344-99a2-608624cacf06 swap
  49. ========================= "ls -l /dev/disk/by-id" output: ======================
  50. total 0
  51. lrwxrwxrwx 1 root root 9 Jun 19 17:53 ata-ASUS_SH-224DB_S11E68CF400KQD -> ../../sr0
  52. lrwxrwxrwx 1 root root 9 Jun 19 19:12 ata-ST1000DM003-1SB10C_Z9A0YQYM -> ../../sda
  53. lrwxrwxrwx 1 root root 10 Jun 19 19:12 ata-ST1000DM003-1SB10C_Z9A0YQYM-part1 -> ../../sda1
  54. lrwxrwxrwx 1 root root 10 Jun 19 19:12 ata-ST1000DM003-1SB10C_Z9A0YQYM-part2 -> ../../sda2
  55. lrwxrwxrwx 1 root root 10 Jun 19 19:12 ata-ST1000DM003-1SB10C_Z9A0YQYM-part3 -> ../../sda3
  56. lrwxrwxrwx 1 root root 10 Jun 19 19:12 ata-ST1000DM003-1SB10C_Z9A0YQYM-part5 -> ../../sda5
  57. lrwxrwxrwx 1 root root 9 Jun 19 19:12 wwn-0x5000c50087def801 -> ../../sda
  58. lrwxrwxrwx 1 root root 10 Jun 19 19:12 wwn-0x5000c50087def801-part1 -> ../../sda1
  59. lrwxrwxrwx 1 root root 10 Jun 19 19:12 wwn-0x5000c50087def801-part2 -> ../../sda2
  60. lrwxrwxrwx 1 root root 10 Jun 19 19:12 wwn-0x5000c50087def801-part3 -> ../../sda3
  61. lrwxrwxrwx 1 root root 10 Jun 19 19:12 wwn-0x5000c50087def801-part5 -> ../../sda5
  62. ================================ Mount points: =================================
  63. Device Mount_Point Type Options
  64. /dev/sda3 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  65. =========================== sda1/boot/grub/grub.cfg: ===========================
  66. --------------------------------------------------------------------------------
  67. #
  68. # DO NOT EDIT THIS FILE
  69. #
  70. # It is automatically generated by grub-mkconfig using templates
  71. # from /etc/grub.d and settings from /etc/default/grub
  72. #
  73. ### BEGIN /etc/grub.d/00_header ###
  74. if [ -s $prefix/grubenv ]; then
  75. set have_grubenv=true
  76. load_env
  77. fi
  78. if [ "${next_entry}" ] ; then
  79. set default="${next_entry}"
  80. set next_entry=
  81. save_env next_entry
  82. set boot_once=true
  83. else
  84. set default="0"
  85. fi
  86. if [ x"${feature_menuentry_id}" = xy ]; then
  87. menuentry_id_option="--id"
  88. else
  89. menuentry_id_option=""
  90. fi
  91. export menuentry_id_option
  92. if [ "${prev_saved_entry}" ]; then
  93. set saved_entry="${prev_saved_entry}"
  94. save_env saved_entry
  95. set prev_saved_entry=
  96. save_env prev_saved_entry
  97. set boot_once=true
  98. fi
  99. function savedefault {
  100. if [ -z "${boot_once}" ]; then
  101. saved_entry="${chosen}"
  102. save_env saved_entry
  103. fi
  104. }
  105. function load_video {
  106. if [ x$feature_all_video_module = xy ]; then
  107. insmod all_video
  108. else
  109. insmod efi_gop
  110. insmod efi_uga
  111. insmod ieee1275_fb
  112. insmod vbe
  113. insmod vga
  114. insmod video_bochs
  115. insmod video_cirrus
  116. fi
  117. }
  118. if [ x$feature_default_font_path = xy ] ; then
  119. font=unicode
  120. else
  121. insmod part_msdos
  122. insmod ext2
  123. set root='hd0,msdos1'
  124. if [ x$feature_platform_search_hint = xy ]; then
  125. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  126. else
  127. search --no-floppy --fs-uuid --set=root be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  128. fi
  129. font="/usr/share/grub/unicode.pf2"
  130. fi
  131. if loadfont $font ; then
  132. set gfxmode=auto
  133. load_video
  134. insmod gfxterm
  135. set locale_dir=$prefix/locale
  136. set lang=fr_FR
  137. insmod gettext
  138. fi
  139. terminal_output gfxterm
  140. if [ "${recordfail}" = 1 ] ; then
  141. set timeout=30
  142. else
  143. if [ x$feature_timeout_style = xy ] ; then
  144. set timeout_style=menu
  145. set timeout=5
  146. # Fallback normal timeout code in case the timeout_style feature is
  147. # unavailable.
  148. else
  149. set timeout=5
  150. fi
  151. fi
  152. ### END /etc/grub.d/00_header ###
  153. ### BEGIN /etc/grub.d/05_debian_theme ###
  154. insmod part_msdos
  155. insmod ext2
  156. set root='hd0,msdos1'
  157. if [ x$feature_platform_search_hint = xy ]; then
  158. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  159. else
  160. search --no-floppy --fs-uuid --set=root be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  161. fi
  162. insmod png
  163. if background_image /usr/share/images/desktop-base/kali-grub.png; then
  164. set color_normal=white/black
  165. set color_highlight=black/white
  166. else
  167. set menu_color_normal=cyan/blue
  168. set menu_color_highlight=white/blue
  169. fi
  170. ### END /etc/grub.d/05_debian_theme ###
  171. ### BEGIN /etc/grub.d/10_linux ###
  172. function gfxmode {
  173. set gfxpayload="${1}"
  174. }
  175. set linux_gfx_mode=
  176. export linux_gfx_mode
  177. menuentry 'Kali GNU/Linux' --class kali --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-be0c6e36-747b-4ce8-ade9-ce26c95ad97f' {
  178. load_video
  179. insmod gzio
  180. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  181. insmod part_msdos
  182. insmod ext2
  183. set root='hd0,msdos1'
  184. if [ x$feature_platform_search_hint = xy ]; then
  185. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  186. else
  187. search --no-floppy --fs-uuid --set=root be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  188. fi
  189. echo 'Chargement de Linux 4.3.0-kali1-amd64…'
  190. linux /boot/vmlinuz-4.3.0-kali1-amd64 root=/dev/sda1 ro initrd=/install/gtk/initrd.gz quiet
  191. echo 'Chargement du disque mémoire initial…'
  192. initrd /boot/initrd.img-4.3.0-kali1-amd64
  193. }
  194. submenu 'Options avancées pour Kali GNU/Linux' $menuentry_id_option 'gnulinux-advanced-be0c6e36-747b-4ce8-ade9-ce26c95ad97f' {
  195. menuentry 'Kali GNU/Linux, avec Linux 4.3.0-kali1-amd64' --class kali --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.3.0-kali1-amd64-advanced-be0c6e36-747b-4ce8-ade9-ce26c95ad97f' {
  196. load_video
  197. insmod gzio
  198. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  199. insmod part_msdos
  200. insmod ext2
  201. set root='hd0,msdos1'
  202. if [ x$feature_platform_search_hint = xy ]; then
  203. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  204. else
  205. search --no-floppy --fs-uuid --set=root be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  206. fi
  207. echo 'Chargement de Linux 4.3.0-kali1-amd64…'
  208. linux /boot/vmlinuz-4.3.0-kali1-amd64 root=/dev/sda1 ro initrd=/install/gtk/initrd.gz quiet
  209. echo 'Chargement du disque mémoire initial…'
  210. initrd /boot/initrd.img-4.3.0-kali1-amd64
  211. }
  212. menuentry 'Kali GNU/Linux, with Linux 4.3.0-kali1-amd64 (recovery mode)' --class kali --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.3.0-kali1-amd64-recovery-be0c6e36-747b-4ce8-ade9-ce26c95ad97f' {
  213. load_video
  214. insmod gzio
  215. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  216. insmod part_msdos
  217. insmod ext2
  218. set root='hd0,msdos1'
  219. if [ x$feature_platform_search_hint = xy ]; then
  220. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  221. else
  222. search --no-floppy --fs-uuid --set=root be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  223. fi
  224. echo 'Chargement de Linux 4.3.0-kali1-amd64…'
  225. linux /boot/vmlinuz-4.3.0-kali1-amd64 root=/dev/sda1 ro single initrd=/install/gtk/initrd.gz
  226. echo 'Chargement du disque mémoire initial…'
  227. initrd /boot/initrd.img-4.3.0-kali1-amd64
  228. }
  229. }
  230. ### END /etc/grub.d/10_linux ###
  231. ### BEGIN /etc/grub.d/20_linux_xen ###
  232. ### END /etc/grub.d/20_linux_xen ###
  233. ### BEGIN /etc/grub.d/30_os-prober ###
  234. ### END /etc/grub.d/30_os-prober ###
  235. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  236. ### END /etc/grub.d/30_uefi-firmware ###
  237. ### BEGIN /etc/grub.d/40_custom ###
  238. # This file provides an easy way to add custom menu entries. Simply type the
  239. # menu entries you want to add after this comment. Be careful not to change
  240. # the 'exec tail' line above.
  241. ### END /etc/grub.d/40_custom ###
  242. ### BEGIN /etc/grub.d/41_custom ###
  243. if [ -f ${config_directory}/custom.cfg ]; then
  244. source ${config_directory}/custom.cfg
  245. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  246. source $prefix/custom.cfg;
  247. fi
  248. ### END /etc/grub.d/41_custom ###
  249. --------------------------------------------------------------------------------
  250. =============================== sda1/etc/fstab: ================================
  251. --------------------------------------------------------------------------------
  252. # /etc/fstab: static file system information.
  253. #
  254. # Use 'blkid' to print the universally unique identifier for a
  255. # device; this may be used with UUID= as a more robust way to name devices
  256. # that works even if disks are added and removed. See fstab(5).
  257. #
  258. # <file system> <mount point> <type> <options> <dump> <pass>
  259. # / was on /dev/sda1 during installation
  260. UUID=be0c6e36-747b-4ce8-ade9-ce26c95ad97f / ext4 errors=remount-ro 0 1
  261. # swap was on /dev/sda5 during installation
  262. UUID=65939501-178f-4344-99a2-608624cacf06 none swap sw 0 0
  263. /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
  264. --------------------------------------------------------------------------------
  265. =================== sda1: Location of files loaded by Grub: ====================
  266. GiB - GB File Fragment(s)
  267. 8.351482391 = 8.967335936 boot/grub/grub.cfg 1
  268. 10.635353088 = 11.419623424 boot/grub/i386-pc/core.img 1
  269. 8.132194519 = 8.731877376 boot/vmlinuz-4.3.0-kali1-amd64 1
  270. 8.132194519 = 8.731877376 vmlinuz 1
  271. 14.534877777 = 15.606706176 boot/initrd.img-4.3.0-kali1-amd64 4
  272. =========================== sda3/boot/grub/grub.cfg: ===========================
  273. --------------------------------------------------------------------------------
  274. #
  275. # DO NOT EDIT THIS FILE
  276. #
  277. # It is automatically generated by grub-mkconfig using templates
  278. # from /etc/grub.d and settings from /etc/default/grub
  279. #
  280. ### BEGIN /etc/grub.d/00_header ###
  281. if [ -s $prefix/grubenv ]; then
  282. set have_grubenv=true
  283. load_env
  284. fi
  285. if [ "${next_entry}" ] ; then
  286. set default="${next_entry}"
  287. set next_entry=
  288. save_env next_entry
  289. set boot_once=true
  290. else
  291. set default="0"
  292. fi
  293. if [ x"${feature_menuentry_id}" = xy ]; then
  294. menuentry_id_option="--id"
  295. else
  296. menuentry_id_option=""
  297. fi
  298. export menuentry_id_option
  299. if [ "${prev_saved_entry}" ]; then
  300. set saved_entry="${prev_saved_entry}"
  301. save_env saved_entry
  302. set prev_saved_entry=
  303. save_env prev_saved_entry
  304. set boot_once=true
  305. fi
  306. function savedefault {
  307. if [ -z "${boot_once}" ]; then
  308. saved_entry="${chosen}"
  309. save_env saved_entry
  310. fi
  311. }
  312. function recordfail {
  313. set recordfail=1
  314. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  315. }
  316. function load_video {
  317. if [ x$feature_all_video_module = xy ]; then
  318. insmod all_video
  319. else
  320. insmod efi_gop
  321. insmod efi_uga
  322. insmod ieee1275_fb
  323. insmod vbe
  324. insmod vga
  325. insmod video_bochs
  326. insmod video_cirrus
  327. fi
  328. }
  329. if [ x$feature_default_font_path = xy ] ; then
  330. font=unicode
  331. else
  332. insmod part_msdos
  333. insmod ext2
  334. set root='hd0,msdos3'
  335. if [ x$feature_platform_search_hint = xy ]; then
  336. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 e2f6d393-335a-4890-a357-1d4b97daa23c
  337. else
  338. search --no-floppy --fs-uuid --set=root e2f6d393-335a-4890-a357-1d4b97daa23c
  339. fi
  340. font="/usr/share/grub/unicode.pf2"
  341. fi
  342. if loadfont $font ; then
  343. set gfxmode=auto
  344. load_video
  345. insmod gfxterm
  346. set locale_dir=$prefix/locale
  347. set lang=fr_FR
  348. insmod gettext
  349. fi
  350. terminal_output gfxterm
  351. if [ "${recordfail}" = 1 ] ; then
  352. set timeout=30
  353. else
  354. if [ x$feature_timeout_style = xy ] ; then
  355. set timeout_style=menu
  356. set timeout=10
  357. # Fallback normal timeout code in case the timeout_style feature is
  358. # unavailable.
  359. else
  360. set timeout=10
  361. fi
  362. fi
  363. ### END /etc/grub.d/00_header ###
  364. ### BEGIN /etc/grub.d/05_debian_theme ###
  365. set menu_color_normal=white/black
  366. set menu_color_highlight=black/light-gray
  367. if background_color 44,0,30,0; then
  368. clear
  369. fi
  370. ### END /etc/grub.d/05_debian_theme ###
  371. ### BEGIN /etc/grub.d/10_linux ###
  372. function gfxmode {
  373. set gfxpayload="${1}"
  374. if [ "${1}" = "keep" ]; then
  375. set vt_handoff=vt.handoff=7
  376. else
  377. set vt_handoff=
  378. fi
  379. }
  380. if [ "${recordfail}" != 1 ]; then
  381. if [ -e ${prefix}/gfxblacklist.txt ]; then
  382. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  383. if [ ${match} = 0 ]; then
  384. set linux_gfx_mode=keep
  385. else
  386. set linux_gfx_mode=text
  387. fi
  388. else
  389. set linux_gfx_mode=text
  390. fi
  391. else
  392. set linux_gfx_mode=keep
  393. fi
  394. else
  395. set linux_gfx_mode=text
  396. fi
  397. export linux_gfx_mode
  398. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e2f6d393-335a-4890-a357-1d4b97daa23c' {
  399. recordfail
  400. load_video
  401. gfxmode $linux_gfx_mode
  402. insmod gzio
  403. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  404. insmod part_msdos
  405. insmod ext2
  406. set root='hd0,msdos3'
  407. if [ x$feature_platform_search_hint = xy ]; then
  408. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 e2f6d393-335a-4890-a357-1d4b97daa23c
  409. else
  410. search --no-floppy --fs-uuid --set=root e2f6d393-335a-4890-a357-1d4b97daa23c
  411. fi
  412. linux /boot/vmlinuz-4.4.0-24-generic root=UUID=e2f6d393-335a-4890-a357-1d4b97daa23c ro quiet splash $vt_handoff
  413. initrd /boot/initrd.img-4.4.0-24-generic
  414. }
  415. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-e2f6d393-335a-4890-a357-1d4b97daa23c' {
  416. menuentry 'Ubuntu, avec Linux 4.4.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-24-generic-advanced-e2f6d393-335a-4890-a357-1d4b97daa23c' {
  417. recordfail
  418. load_video
  419. gfxmode $linux_gfx_mode
  420. insmod gzio
  421. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  422. insmod part_msdos
  423. insmod ext2
  424. set root='hd0,msdos3'
  425. if [ x$feature_platform_search_hint = xy ]; then
  426. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 e2f6d393-335a-4890-a357-1d4b97daa23c
  427. else
  428. search --no-floppy --fs-uuid --set=root e2f6d393-335a-4890-a357-1d4b97daa23c
  429. fi
  430. echo 'Chargement de Linux 4.4.0-24-generic…'
  431. linux /boot/vmlinuz-4.4.0-24-generic root=UUID=e2f6d393-335a-4890-a357-1d4b97daa23c ro quiet splash $vt_handoff
  432. echo 'Chargement du disque mémoire initial…'
  433. initrd /boot/initrd.img-4.4.0-24-generic
  434. }
  435. menuentry 'Ubuntu, with Linux 4.4.0-24-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-24-generic-init-upstart-e2f6d393-335a-4890-a357-1d4b97daa23c' {
  436. recordfail
  437. load_video
  438. gfxmode $linux_gfx_mode
  439. insmod gzio
  440. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  441. insmod part_msdos
  442. insmod ext2
  443. set root='hd0,msdos3'
  444. if [ x$feature_platform_search_hint = xy ]; then
  445. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 e2f6d393-335a-4890-a357-1d4b97daa23c
  446. else
  447. search --no-floppy --fs-uuid --set=root e2f6d393-335a-4890-a357-1d4b97daa23c
  448. fi
  449. echo 'Chargement de Linux 4.4.0-24-generic…'
  450. linux /boot/vmlinuz-4.4.0-24-generic root=UUID=e2f6d393-335a-4890-a357-1d4b97daa23c ro quiet splash $vt_handoff init=/sbin/upstart
  451. echo 'Chargement du disque mémoire initial…'
  452. initrd /boot/initrd.img-4.4.0-24-generic
  453. }
  454. menuentry 'Ubuntu, with Linux 4.4.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-24-generic-recovery-e2f6d393-335a-4890-a357-1d4b97daa23c' {
  455. recordfail
  456. load_video
  457. insmod gzio
  458. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  459. insmod part_msdos
  460. insmod ext2
  461. set root='hd0,msdos3'
  462. if [ x$feature_platform_search_hint = xy ]; then
  463. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 e2f6d393-335a-4890-a357-1d4b97daa23c
  464. else
  465. search --no-floppy --fs-uuid --set=root e2f6d393-335a-4890-a357-1d4b97daa23c
  466. fi
  467. echo 'Chargement de Linux 4.4.0-24-generic…'
  468. linux /boot/vmlinuz-4.4.0-24-generic root=UUID=e2f6d393-335a-4890-a357-1d4b97daa23c ro recovery nomodeset
  469. echo 'Chargement du disque mémoire initial…'
  470. initrd /boot/initrd.img-4.4.0-24-generic
  471. }
  472. 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-e2f6d393-335a-4890-a357-1d4b97daa23c' {
  473. recordfail
  474. load_video
  475. gfxmode $linux_gfx_mode
  476. insmod gzio
  477. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  478. insmod part_msdos
  479. insmod ext2
  480. set root='hd0,msdos3'
  481. if [ x$feature_platform_search_hint = xy ]; then
  482. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 e2f6d393-335a-4890-a357-1d4b97daa23c
  483. else
  484. search --no-floppy --fs-uuid --set=root e2f6d393-335a-4890-a357-1d4b97daa23c
  485. fi
  486. echo 'Chargement de Linux 4.4.0-21-generic…'
  487. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=e2f6d393-335a-4890-a357-1d4b97daa23c ro quiet splash $vt_handoff
  488. echo 'Chargement du disque mémoire initial…'
  489. initrd /boot/initrd.img-4.4.0-21-generic
  490. }
  491. 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-e2f6d393-335a-4890-a357-1d4b97daa23c' {
  492. recordfail
  493. load_video
  494. gfxmode $linux_gfx_mode
  495. insmod gzio
  496. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  497. insmod part_msdos
  498. insmod ext2
  499. set root='hd0,msdos3'
  500. if [ x$feature_platform_search_hint = xy ]; then
  501. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 e2f6d393-335a-4890-a357-1d4b97daa23c
  502. else
  503. search --no-floppy --fs-uuid --set=root e2f6d393-335a-4890-a357-1d4b97daa23c
  504. fi
  505. echo 'Chargement de Linux 4.4.0-21-generic…'
  506. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=e2f6d393-335a-4890-a357-1d4b97daa23c ro quiet splash $vt_handoff init=/sbin/upstart
  507. echo 'Chargement du disque mémoire initial…'
  508. initrd /boot/initrd.img-4.4.0-21-generic
  509. }
  510. 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-e2f6d393-335a-4890-a357-1d4b97daa23c' {
  511. recordfail
  512. load_video
  513. insmod gzio
  514. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  515. insmod part_msdos
  516. insmod ext2
  517. set root='hd0,msdos3'
  518. if [ x$feature_platform_search_hint = xy ]; then
  519. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 e2f6d393-335a-4890-a357-1d4b97daa23c
  520. else
  521. search --no-floppy --fs-uuid --set=root e2f6d393-335a-4890-a357-1d4b97daa23c
  522. fi
  523. echo 'Chargement de Linux 4.4.0-21-generic…'
  524. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=e2f6d393-335a-4890-a357-1d4b97daa23c ro recovery nomodeset
  525. echo 'Chargement du disque mémoire initial…'
  526. initrd /boot/initrd.img-4.4.0-21-generic
  527. }
  528. }
  529. ### END /etc/grub.d/10_linux ###
  530. ### BEGIN /etc/grub.d/20_linux_xen ###
  531. ### END /etc/grub.d/20_linux_xen ###
  532. ### BEGIN /etc/grub.d/20_memtest86+ ###
  533. menuentry 'Memory test (memtest86+)' {
  534. insmod part_msdos
  535. insmod ext2
  536. set root='hd0,msdos3'
  537. if [ x$feature_platform_search_hint = xy ]; then
  538. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 e2f6d393-335a-4890-a357-1d4b97daa23c
  539. else
  540. search --no-floppy --fs-uuid --set=root e2f6d393-335a-4890-a357-1d4b97daa23c
  541. fi
  542. knetbsd /boot/memtest86+.elf
  543. }
  544. menuentry 'Memory test (memtest86+, serial console 115200)' {
  545. insmod part_msdos
  546. insmod ext2
  547. set root='hd0,msdos3'
  548. if [ x$feature_platform_search_hint = xy ]; then
  549. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 e2f6d393-335a-4890-a357-1d4b97daa23c
  550. else
  551. search --no-floppy --fs-uuid --set=root e2f6d393-335a-4890-a357-1d4b97daa23c
  552. fi
  553. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  554. }
  555. ### END /etc/grub.d/20_memtest86+ ###
  556. ### BEGIN /etc/grub.d/30_os-prober ###
  557. menuentry 'Kali GNU/Linux Rolling (kali-rolling) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-be0c6e36-747b-4ce8-ade9-ce26c95ad97f' {
  558. insmod part_msdos
  559. insmod ext2
  560. set root='hd0,msdos1'
  561. if [ x$feature_platform_search_hint = xy ]; then
  562. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  563. else
  564. search --no-floppy --fs-uuid --set=root be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  565. fi
  566. linux /boot/vmlinuz-4.3.0-kali1-amd64 root=/dev/sda1 ro initrd=/install/gtk/initrd.gz quiet
  567. initrd /boot/initrd.img-4.3.0-kali1-amd64
  568. }
  569. submenu 'Options avancées pour Kali GNU/Linux Rolling (kali-rolling) (sur /dev/sda1)' $menuentry_id_option 'osprober-gnulinux-advanced-be0c6e36-747b-4ce8-ade9-ce26c95ad97f' {
  570. menuentry 'Kali GNU/Linux (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.3.0-kali1-amd64--be0c6e36-747b-4ce8-ade9-ce26c95ad97f' {
  571. insmod part_msdos
  572. insmod ext2
  573. set root='hd0,msdos1'
  574. if [ x$feature_platform_search_hint = xy ]; then
  575. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  576. else
  577. search --no-floppy --fs-uuid --set=root be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  578. fi
  579. linux /boot/vmlinuz-4.3.0-kali1-amd64 root=/dev/sda1 ro initrd=/install/gtk/initrd.gz quiet
  580. initrd /boot/initrd.img-4.3.0-kali1-amd64
  581. }
  582. menuentry 'Kali GNU/Linux, avec Linux 4.3.0-kali1-amd64 (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.3.0-kali1-amd64--be0c6e36-747b-4ce8-ade9-ce26c95ad97f' {
  583. insmod part_msdos
  584. insmod ext2
  585. set root='hd0,msdos1'
  586. if [ x$feature_platform_search_hint = xy ]; then
  587. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  588. else
  589. search --no-floppy --fs-uuid --set=root be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  590. fi
  591. linux /boot/vmlinuz-4.3.0-kali1-amd64 root=/dev/sda1 ro initrd=/install/gtk/initrd.gz quiet
  592. initrd /boot/initrd.img-4.3.0-kali1-amd64
  593. }
  594. menuentry 'Kali GNU/Linux, with Linux 4.3.0-kali1-amd64 (recovery mode) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.3.0-kali1-amd64-root=/dev/sda1 ro single initrd=/install/gtk/initrd.gz-be0c6e36-747b-4ce8-ade9-ce26c95ad97f' {
  595. insmod part_msdos
  596. insmod ext2
  597. set root='hd0,msdos1'
  598. if [ x$feature_platform_search_hint = xy ]; then
  599. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  600. else
  601. search --no-floppy --fs-uuid --set=root be0c6e36-747b-4ce8-ade9-ce26c95ad97f
  602. fi
  603. linux /boot/vmlinuz-4.3.0-kali1-amd64 root=/dev/sda1 ro single initrd=/install/gtk/initrd.gz
  604. initrd /boot/initrd.img-4.3.0-kali1-amd64
  605. }
  606. }
  607. set timeout_style=menu
  608. if [ "${timeout}" = 0 ]; then
  609. set timeout=10
  610. fi
  611. ### END /etc/grub.d/30_os-prober ###
  612. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  613. ### END /etc/grub.d/30_uefi-firmware ###
  614. ### BEGIN /etc/grub.d/40_custom ###
  615. # This file provides an easy way to add custom menu entries. Simply type the
  616. # menu entries you want to add after this comment. Be careful not to change
  617. # the 'exec tail' line above.
  618. ### END /etc/grub.d/40_custom ###
  619. ### BEGIN /etc/grub.d/41_custom ###
  620. if [ -f ${config_directory}/custom.cfg ]; then
  621. source ${config_directory}/custom.cfg
  622. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  623. source $prefix/custom.cfg;
  624. fi
  625. ### END /etc/grub.d/41_custom ###
  626. --------------------------------------------------------------------------------
  627. =============================== sda3/etc/fstab: ================================
  628. --------------------------------------------------------------------------------
  629. # /etc/fstab: static file system information.
  630. #
  631. # Use 'blkid' to print the universally unique identifier for a
  632. # device; this may be used with UUID= as a more robust way to name devices
  633. # that works even if disks are added and removed. See fstab(5).
  634. #
  635. # <file system> <mount point> <type> <options> <dump> <pass>
  636. # / was on /dev/sda3 during installation
  637. UUID=e2f6d393-335a-4890-a357-1d4b97daa23c / ext4 errors=remount-ro 0 1
  638. # swap was on /dev/sda5 during installation
  639. UUID=65939501-178f-4344-99a2-608624cacf06 none swap sw 0 0
  640. --------------------------------------------------------------------------------
  641. =================== sda3: Location of files loaded by Grub: ====================
  642. GiB - GB File Fragment(s)
  643. 655.935234070 = 704.305094656 boot/grub/grub.cfg 1
  644. 267.722152710 = 287.464472576 boot/grub/i386-pc/core.img 1
  645. 24.657897949 = 26.476216320 boot/vmlinuz-4.4.0-21-generic 1
  646. 27.114257812 = 29.113712640 boot/vmlinuz-4.4.0-24-generic 1
  647. 27.114257812 = 29.113712640 vmlinuz 1
  648. 24.657897949 = 26.476216320 vmlinuz.old 1
  649. 25.518550873 = 27.400335360 boot/initrd.img-4.4.0-21-generic 4
  650. 40.463863373 = 43.447742464 boot/initrd.img-4.4.0-24-generic 3
  651. 40.463863373 = 43.447742464 initrd.img 3
  652. 25.518550873 = 27.400335360 initrd.img.old 4
  653. ADDITIONAL INFORMATION :
  654. =================== log of boot-repair 2016-06-19__19h12 ===================
  655. boot-repair version : 4ppa38
  656. boot-sav version : 4ppa38
  657. glade2script version : 3.2.3~ppa1
  658. boot-sav-extra version : 4ppa38
  659. boot-repair is executed in installed-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
  660. CPU op-mode(s): 32-bit, 64-bit
  661. BOOT_IMAGE=/boot/vmlinuz-4.4.0-24-generic root=UUID=e2f6d393-335a-4890-a357-1d4b97daa23c ro quiet splash
  662. Partition 2 does not start on physical sector boundary.
  663. =================== os-prober:
  664. /dev/sda3:L'OS actuellement utilisé - Ubuntu 16.04 LTS CurrentSession:linux
  665. /dev/sda1:Kali GNU/Linux Rolling (kali-rolling):Kali:linux
  666. =================== blkid:
  667. /dev/sda1: UUID="be0c6e36-747b-4ce8-ade9-ce26c95ad97f" TYPE="ext4" PARTUUID="fe271340-01"
  668. /dev/sda3: UUID="e2f6d393-335a-4890-a357-1d4b97daa23c" TYPE="ext4" PARTUUID="fe271340-03"
  669. /dev/sda5: UUID="65939501-178f-4344-99a2-608624cacf06" TYPE="swap" PARTUUID="fe271340-05"
  670. 1 disks with OS, 2 OS : 2 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  671. Partition 2 does not start on physical sector boundary.
  672. Partition 2 does not start on physical sector boundary.
  673. =================== /etc/grub.d/ :
  674. drwxr-xr-x 2 root root 4096 avril 21 00:15 grub.d
  675. total 76
  676. -rwxr-xr-x 1 root root 9791 avril 16 00:00 00_header
  677. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  678. -rwxr-xr-x 1 root root 12261 avril 16 00:00 10_linux
  679. -rwxr-xr-x 1 root root 11082 avril 16 00:00 20_linux_xen
  680. -rwxr-xr-x 1 root root 1992 janv. 28 13:44 20_memtest86+
  681. -rwxr-xr-x 1 root root 11692 avril 16 00:00 30_os-prober
  682. -rwxr-xr-x 1 root root 1418 avril 16 00:00 30_uefi-firmware
  683. -rwxr-xr-x 1 root root 214 avril 16 00:00 40_custom
  684. -rwxr-xr-x 1 root root 216 avril 16 00:00 41_custom
  685. -rw-r--r-- 1 root root 483 avril 16 00:00 README
  686. =================== /etc/default/grub :
  687. # If you change this file, run 'update-grub' afterwards to update
  688. # /boot/grub/grub.cfg.
  689. # For full documentation of the options in this file, see:
  690. # info -f grub -n 'Simple configuration'
  691. GRUB_DEFAULT=0
  692. #GRUB_HIDDEN_TIMEOUT=0
  693. GRUB_HIDDEN_TIMEOUT_QUIET=true
  694. GRUB_TIMEOUT=10
  695. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  696. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  697. GRUB_CMDLINE_LINUX=""
  698. # Uncomment to enable BadRAM filtering, modify to suit your needs
  699. # This works with Linux (no patch required) and with any kernel that obtains
  700. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  701. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  702. # Uncomment to disable graphical terminal (grub-pc only)
  703. #GRUB_TERMINAL=console
  704. # The resolution used on graphical terminal
  705. # note that you can use only modes which your graphic card supports via VBE
  706. # you can see them in real GRUB with the command `vbeinfo'
  707. #GRUB_GFXMODE=640x480
  708. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  709. #GRUB_DISABLE_LINUX_UUID=true
  710. # Uncomment to disable generation of recovery mode menu entries
  711. #GRUB_DISABLE_RECOVERY="true"
  712. # Uncomment to get a beep at grub start
  713. #GRUB_INIT_TUNE="480 440 1"
  714. =================== sda1/etc/grub.d/ :
  715. drwxr-xr-x 2 root root 4096 juin 16 22:47 grub.d
  716. total 72
  717. -rwxr-xr-x 1 root root 9791 févr. 5 18:30 00_header
  718. -rwxr-xr-x 1 root root 6258 janv. 22 12:00 05_debian_theme
  719. -rwxr-xr-x 1 root root 12261 févr. 5 18:30 10_linux
  720. -rwxr-xr-x 1 root root 11082 févr. 5 18:30 20_linux_xen
  721. -rwxr-xr-x 1 root root 11692 févr. 5 18:30 30_os-prober
  722. -rwxr-xr-x 1 root root 1418 févr. 5 18:30 30_uefi-firmware
  723. -rwxr-xr-x 1 root root 214 févr. 5 18:30 40_custom
  724. -rwxr-xr-x 1 root root 216 févr. 5 18:30 41_custom
  725. -rw-r--r-- 1 root root 483 févr. 5 18:30 README
  726. =================== sda1/etc/default/grub :
  727. # If you change this file, run 'update-grub' afterwards to update
  728. # /boot/grub/grub.cfg.
  729. # For full documentation of the options in this file, see:
  730. # info -f grub -n 'Simple configuration'
  731. GRUB_DEFAULT=0
  732. GRUB_TIMEOUT=5
  733. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  734. GRUB_CMDLINE_LINUX_DEFAULT="quiet"
  735. GRUB_CMDLINE_LINUX="initrd=/install/gtk/initrd.gz"
  736. # Uncomment to enable BadRAM filtering, modify to suit your needs
  737. # This works with Linux (no patch required) and with any kernel that obtains
  738. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  739. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  740. # Uncomment to disable graphical terminal (grub-pc only)
  741. #GRUB_TERMINAL=console
  742. # The resolution used on graphical terminal
  743. # note that you can use only modes which your graphic card supports via VBE
  744. # you can see them in real GRUB with the command `vbeinfo'
  745. #GRUB_GFXMODE=640x480
  746. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  747. #GRUB_DISABLE_LINUX_UUID=true
  748. # Uncomment to disable generation of recovery mode menu entries
  749. #GRUB_DISABLE_RECOVERY="true"
  750. # Uncomment to get a beep at grub start
  751. #GRUB_INIT_TUNE="480 440 1"
  752. =================== UEFI/Legacy mode:
  753. This installed-session is not in EFI-mode.
  754. SecureBoot disabled.
  755. =================== PARTITIONS & DISKS:
  756. 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, .
  757. sda1 : sda, not-sepboot, grubenv-ok grub2, 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, not-far, /mnt/boot-sav/sda1.
  758. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  759. =================== parted -l:
  760. Model: ATA ST1000DM003-1SB1 (scsi)
  761. Disk /dev/sda: 1000GB
  762. Sector size (logical/physical): 512B/4096B
  763. Partition Table: msdos
  764. Disk Flags:
  765. Number Start End Size Type File system Flags
  766. 1 1049kB 25.3GB 25.3GB primary ext4 boot
  767. 3 25.3GB 996GB 971GB primary ext4
  768. 2 996GB 1000GB 4230MB extended
  769. 5 996GB 1000GB 4230MB logical linux-swap(v1)
  770. =================== parted -lm:
  771. BYT;
  772. /dev/sda:1000GB:scsi:512:4096:msdos:ATA ST1000DM003-1SB1:;
  773. 1:1049kB:25.3GB:25.3GB:ext4::boot;
  774. 3:25.3GB:996GB:971GB:ext4::;
  775. 2:996GB:1000GB:4230MB:::;
  776. 5:996GB:1000GB:4230MB:linux-swap(v1)::;
  777. =================== lsblk:
  778. KNAME TYPE FSTYPE SIZE LABEL
  779. sda disk 931,5G
  780. sda1 part ext4 23,6G
  781. sda2 part 1K
  782. sda3 part ext4 904G
  783. sda5 part swap 4G
  784. sr0 rom 1024M
  785. KNAME ROTA RO RM STATE MOUNTPOINT
  786. sda 1 0 0 running
  787. sda1 1 0 0 /mnt/boot-sav/sda1
  788. sda2 1 0 0
  789. sda3 1 0 0 /
  790. sda5 1 0 0 [SWAP]
  791. sr0 1 0 1 running
  792. =================== mount:
  793. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  794. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  795. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1973196k,nr_inodes=493299,mode=755)
  796. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  797. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=398468k,mode=755)
  798. /dev/sda3 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  799. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  800. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  801. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  802. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  803. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  804. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  805. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  806. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  807. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  808. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  809. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  810. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  811. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  812. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  813. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  814. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  815. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  816. mqueue on /dev/mqueue type mqueue (rw,relatime)
  817. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  818. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  819. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  820. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  821. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=398468k,mode=700,uid=1000,gid=1000)
  822. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  823. gvfsd-fuse on /root/.gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
  824. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw,relatime,data=ordered)
  825. =================== ls:
  826. /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
  827. /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
  828. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fd full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 initctl input kmsg lightnvm log mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null nvidia0 nvidiactl nvidia-uvm port ppp psaux ptmx ptp0 pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  829. ls /dev/mapper: control
  830. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  831. Partition 2 does not start on physical sector boundary.
  832. =================== df -Th:
  833. Filesystem Type Size Used Avail Use% Mounted on
  834. udev devtmpfs 1.9G 0 1.9G 0% /dev
  835. tmpfs tmpfs 390M 6.3M 383M 2% /run
  836. /dev/sda3 ext4 890G 22G 824G 3% /
  837. tmpfs tmpfs 2.0G 2.4M 1.9G 1% /dev/shm
  838. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  839. tmpfs tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
  840. tmpfs tmpfs 390M 40K 390M 1% /run/user/1000
  841. /dev/sda1 ext4 24G 8.2G 14G 37% /mnt/boot-sav/sda1
  842. =================== fdisk -l:
  843. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  844. Units: sectors of 1 * 512 = 512 bytes
  845. Sector size (logical/physical): 512 bytes / 4096 bytes
  846. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  847. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  848. Units: sectors of 1 * 512 = 512 bytes
  849. Sector size (logical/physical): 512 bytes / 4096 bytes
  850. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  851. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  852. Units: sectors of 1 * 512 = 512 bytes
  853. Sector size (logical/physical): 512 bytes / 4096 bytes
  854. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  855. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  856. Units: sectors of 1 * 512 = 512 bytes
  857. Sector size (logical/physical): 512 bytes / 4096 bytes
  858. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  859. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  860. Units: sectors of 1 * 512 = 512 bytes
  861. Sector size (logical/physical): 512 bytes / 4096 bytes
  862. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  863. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  864. Units: sectors of 1 * 512 = 512 bytes
  865. Sector size (logical/physical): 512 bytes / 4096 bytes
  866. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  867. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  868. Units: sectors of 1 * 512 = 512 bytes
  869. Sector size (logical/physical): 512 bytes / 4096 bytes
  870. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  871. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  872. Units: sectors of 1 * 512 = 512 bytes
  873. Sector size (logical/physical): 512 bytes / 4096 bytes
  874. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  875. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  876. Units: sectors of 1 * 512 = 512 bytes
  877. Sector size (logical/physical): 512 bytes / 4096 bytes
  878. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  879. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  880. Units: sectors of 1 * 512 = 512 bytes
  881. Sector size (logical/physical): 512 bytes / 4096 bytes
  882. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  883. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  884. Units: sectors of 1 * 512 = 512 bytes
  885. Sector size (logical/physical): 512 bytes / 4096 bytes
  886. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  887. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  888. Units: sectors of 1 * 512 = 512 bytes
  889. Sector size (logical/physical): 512 bytes / 4096 bytes
  890. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  891. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  892. Units: sectors of 1 * 512 = 512 bytes
  893. Sector size (logical/physical): 512 bytes / 4096 bytes
  894. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  895. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  896. Units: sectors of 1 * 512 = 512 bytes
  897. Sector size (logical/physical): 512 bytes / 4096 bytes
  898. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  899. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  900. Units: sectors of 1 * 512 = 512 bytes
  901. Sector size (logical/physical): 512 bytes / 4096 bytes
  902. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  903. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  904. Units: sectors of 1 * 512 = 512 bytes
  905. Sector size (logical/physical): 512 bytes / 4096 bytes
  906. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  907. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  908. Units: sectors of 1 * 512 = 512 bytes
  909. Sector size (logical/physical): 512 bytes / 4096 bytes
  910. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  911. Disklabel type: dos
  912. Disk identifier: 0xfe271340
  913. Device Boot Start End Sectors Size Id Type
  914. /dev/sda1 * 2048 49484871 49482824 23.6G 83 Linux
  915. /dev/sda2 1945262078 1953523711 8261634 4G 5 Extended
  916. /dev/sda3 49485824 1945260031 1895774208 904G 83 Linux
  917. /dev/sda5 1945262080 1953523711 8261632 4G 82 Linux swap / Solaris
  918. Partition table entries are not in disk order.
  919. =================== Suggested repair
  920. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda3 into the MBR of sda.
  921. Additional repair would be performed: unhide-bootmenu-10s
  922. =================== Final advice in case of suggested repair
  923. 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 [Réparateur de démarrage]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  924. =================== User settings
  925. The settings chosen by the user will not act on the boot.
  926. paste.ubuntu.com ko (), using paste.debian
  927. paste.debian.net ko (), using paste2