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.10
  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. ============================ Drive/Partition Info: =============================
  26. Drive: sda _____________________________________________________________________
  27. Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
  28. Units: sectors of 1 * 512 = 512 bytes
  29. Sector size (logical/physical): 512 bytes / 512 bytes
  30. I/O size (minimum/optimal): 512 bytes / 512 bytes
  31. Disklabel type: dos
  32. Partition Boot Start Sector End Sector # of Sectors Id System
  33. /dev/sda1 * 2,048 619,378,687 619,376,640 83 Linux
  34. /dev/sda2 619,380,734 625,141,759 5,761,026 5 Extended
  35. /dev/sda5 619,380,736 625,141,759 5,761,024 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/sda1 d1f1adaa-b813-44e0-b5af-efec4ae054d4 ext4
  39. /dev/sda5 59a7e1c9-8d91-44e3-bf3d-1aa7ceb890f0 swap
  40. ========================= "ls -l /dev/disk/by-id" output: ======================
  41. total 0
  42. lrwxrwxrwx 1 root root 9 Oct 20 13:57 ata-Hitachi_HTS545032B9A300_100419PBNC001YK4790S -> ../../sda
  43. lrwxrwxrwx 1 root root 10 Oct 20 13:57 ata-Hitachi_HTS545032B9A300_100419PBNC001YK4790S-part1 -> ../../sda1
  44. lrwxrwxrwx 1 root root 10 Oct 20 13:57 ata-Hitachi_HTS545032B9A300_100419PBNC001YK4790S-part2 -> ../../sda2
  45. lrwxrwxrwx 1 root root 10 Oct 20 13:57 ata-Hitachi_HTS545032B9A300_100419PBNC001YK4790S-part5 -> ../../sda5
  46. lrwxrwxrwx 1 root root 9 Oct 20 13:53 ata-TSSTcorp_CDDVDW_SN-S083C_l1L3456789KLMNOP -> ../../sr0
  47. lrwxrwxrwx 1 root root 9 Oct 20 13:57 wwn-0x5000cca5edec335d -> ../../sda
  48. lrwxrwxrwx 1 root root 10 Oct 20 13:57 wwn-0x5000cca5edec335d-part1 -> ../../sda1
  49. lrwxrwxrwx 1 root root 10 Oct 20 13:57 wwn-0x5000cca5edec335d-part2 -> ../../sda2
  50. lrwxrwxrwx 1 root root 10 Oct 20 13:57 wwn-0x5000cca5edec335d-part5 -> ../../sda5
  51. ================================ Mount points: =================================
  52. Device Mount_Point Type Options
  53. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  54. =========================== sda1/boot/grub/grub.cfg: ===========================
  55. --------------------------------------------------------------------------------
  56. #
  57. # DO NOT EDIT THIS FILE
  58. #
  59. # It is automatically generated by grub-mkconfig using templates
  60. # from /etc/grub.d and settings from /etc/default/grub
  61. #
  62. ### BEGIN /etc/grub.d/00_header ###
  63. if [ -s $prefix/grubenv ]; then
  64. set have_grubenv=true
  65. load_env
  66. fi
  67. if [ "${next_entry}" ] ; then
  68. set default="${next_entry}"
  69. set next_entry=
  70. save_env next_entry
  71. set boot_once=true
  72. else
  73. set default="0"
  74. fi
  75. if [ x"${feature_menuentry_id}" = xy ]; then
  76. menuentry_id_option="--id"
  77. else
  78. menuentry_id_option=""
  79. fi
  80. export menuentry_id_option
  81. if [ "${prev_saved_entry}" ]; then
  82. set saved_entry="${prev_saved_entry}"
  83. save_env saved_entry
  84. set prev_saved_entry=
  85. save_env prev_saved_entry
  86. set boot_once=true
  87. fi
  88. function savedefault {
  89. if [ -z "${boot_once}" ]; then
  90. saved_entry="${chosen}"
  91. save_env saved_entry
  92. fi
  93. }
  94. function recordfail {
  95. set recordfail=1
  96. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  97. }
  98. function load_video {
  99. if [ x$feature_all_video_module = xy ]; then
  100. insmod all_video
  101. else
  102. insmod efi_gop
  103. insmod efi_uga
  104. insmod ieee1275_fb
  105. insmod vbe
  106. insmod vga
  107. insmod video_bochs
  108. insmod video_cirrus
  109. fi
  110. }
  111. if [ x$feature_default_font_path = xy ] ; then
  112. font=unicode
  113. else
  114. insmod part_msdos
  115. insmod ext2
  116. set root='hd0,msdos1'
  117. if [ x$feature_platform_search_hint = xy ]; then
  118. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  119. else
  120. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  121. fi
  122. font="/usr/share/grub/unicode.pf2"
  123. fi
  124. if loadfont $font ; then
  125. set gfxmode=auto
  126. load_video
  127. insmod gfxterm
  128. set locale_dir=$prefix/locale
  129. set lang=fr_FR
  130. insmod gettext
  131. fi
  132. terminal_output gfxterm
  133. if [ "${recordfail}" = 1 ] ; then
  134. set timeout=30
  135. else
  136. if [ x$feature_timeout_style = xy ] ; then
  137. set timeout_style=menu
  138. set timeout=10
  139. # Fallback normal timeout code in case the timeout_style feature is
  140. # unavailable.
  141. else
  142. set timeout=10
  143. fi
  144. fi
  145. ### END /etc/grub.d/00_header ###
  146. ### BEGIN /etc/grub.d/05_debian_theme ###
  147. set menu_color_normal=white/black
  148. set menu_color_highlight=black/light-gray
  149. ### END /etc/grub.d/05_debian_theme ###
  150. ### BEGIN /etc/grub.d/10_linux_proxy ###
  151. function gfxmode {
  152. set gfxpayload="${1}"
  153. if [ "${1}" = "keep" ]; then
  154. set vt_handoff=vt.handoff=7
  155. else
  156. set vt_handoff=
  157. fi
  158. }
  159. if [ "${recordfail}" != 1 ]; then
  160. if [ -e ${prefix}/gfxblacklist.txt ]; then
  161. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  162. if [ ${match} = 0 ]; then
  163. set linux_gfx_mode=keep
  164. else
  165. set linux_gfx_mode=text
  166. fi
  167. else
  168. set linux_gfx_mode=text
  169. fi
  170. else
  171. set linux_gfx_mode=keep
  172. fi
  173. else
  174. set linux_gfx_mode=text
  175. fi
  176. export linux_gfx_mode
  177. menuentry "Ubuntu, avec 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-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  178. recordfail
  179. load_video
  180. gfxmode $linux_gfx_mode
  181. insmod gzio
  182. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  183. insmod part_msdos
  184. insmod ext2
  185. set root='hd0,msdos1'
  186. if [ x$feature_platform_search_hint = xy ]; then
  187. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  188. else
  189. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  190. fi
  191. echo 'Chargement de Linux 4.4.0-43-generic…'
  192. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro quiet splash $vt_handoff
  193. echo 'Chargement du disque mémoire initial…'
  194. initrd /boot/initrd.img-4.4.0-43-generic
  195. }
  196. submenu "Options avancées pour Ubuntu"{
  197. menuentry "Ubuntu" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  198. recordfail
  199. load_video
  200. gfxmode $linux_gfx_mode
  201. insmod gzio
  202. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  203. insmod part_msdos
  204. insmod ext2
  205. set root='hd0,msdos1'
  206. if [ x$feature_platform_search_hint = xy ]; then
  207. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  208. else
  209. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  210. fi
  211. linux /boot/vmlinuz-4.8.0-26-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro quiet splash $vt_handoff
  212. initrd /boot/initrd.img-4.8.0-26-generic
  213. }
  214. menuentry "Ubuntu, avec Linux 4.8.0-26-generic" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-26-generic-advanced-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  215. recordfail
  216. load_video
  217. gfxmode $linux_gfx_mode
  218. insmod gzio
  219. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  220. insmod part_msdos
  221. insmod ext2
  222. set root='hd0,msdos1'
  223. if [ x$feature_platform_search_hint = xy ]; then
  224. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  225. else
  226. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  227. fi
  228. echo 'Chargement de Linux 4.8.0-26-generic…'
  229. linux /boot/vmlinuz-4.8.0-26-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro quiet splash $vt_handoff
  230. echo 'Chargement du disque mémoire initial…'
  231. initrd /boot/initrd.img-4.8.0-26-generic
  232. }
  233. menuentry "Ubuntu, with Linux 4.8.0-26-generic (upstart)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-26-generic-init-upstart-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  234. recordfail
  235. load_video
  236. gfxmode $linux_gfx_mode
  237. insmod gzio
  238. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  239. insmod part_msdos
  240. insmod ext2
  241. set root='hd0,msdos1'
  242. if [ x$feature_platform_search_hint = xy ]; then
  243. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  244. else
  245. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  246. fi
  247. echo 'Chargement de Linux 4.8.0-26-generic…'
  248. linux /boot/vmlinuz-4.8.0-26-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro quiet splash $vt_handoff init=/sbin/upstart
  249. echo 'Chargement du disque mémoire initial…'
  250. initrd /boot/initrd.img-4.8.0-26-generic
  251. }
  252. menuentry "Ubuntu, with Linux 4.8.0-26-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-26-generic-recovery-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  253. recordfail
  254. load_video
  255. insmod gzio
  256. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  257. insmod part_msdos
  258. insmod ext2
  259. set root='hd0,msdos1'
  260. if [ x$feature_platform_search_hint = xy ]; then
  261. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  262. else
  263. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  264. fi
  265. echo 'Chargement de Linux 4.8.0-26-generic…'
  266. linux /boot/vmlinuz-4.8.0-26-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro recovery nomodeset
  267. echo 'Chargement du disque mémoire initial…'
  268. initrd /boot/initrd.img-4.8.0-26-generic
  269. }
  270. menuentry "Ubuntu, avec Linux 4.8.0-22-generic" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-22-generic-advanced-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  271. recordfail
  272. load_video
  273. gfxmode $linux_gfx_mode
  274. insmod gzio
  275. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  276. insmod part_msdos
  277. insmod ext2
  278. set root='hd0,msdos1'
  279. if [ x$feature_platform_search_hint = xy ]; then
  280. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  281. else
  282. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  283. fi
  284. echo 'Chargement de Linux 4.8.0-22-generic…'
  285. linux /boot/vmlinuz-4.8.0-22-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro quiet splash $vt_handoff
  286. echo 'Chargement du disque mémoire initial…'
  287. initrd /boot/initrd.img-4.8.0-22-generic
  288. }
  289. menuentry "Ubuntu, with Linux 4.8.0-22-generic (upstart)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-22-generic-init-upstart-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  290. recordfail
  291. load_video
  292. gfxmode $linux_gfx_mode
  293. insmod gzio
  294. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  295. insmod part_msdos
  296. insmod ext2
  297. set root='hd0,msdos1'
  298. if [ x$feature_platform_search_hint = xy ]; then
  299. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  300. else
  301. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  302. fi
  303. echo 'Chargement de Linux 4.8.0-22-generic…'
  304. linux /boot/vmlinuz-4.8.0-22-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro quiet splash $vt_handoff init=/sbin/upstart
  305. echo 'Chargement du disque mémoire initial…'
  306. initrd /boot/initrd.img-4.8.0-22-generic
  307. }
  308. menuentry "Ubuntu, with Linux 4.8.0-22-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-22-generic-recovery-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  309. recordfail
  310. load_video
  311. insmod gzio
  312. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  313. insmod part_msdos
  314. insmod ext2
  315. set root='hd0,msdos1'
  316. if [ x$feature_platform_search_hint = xy ]; then
  317. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  318. else
  319. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  320. fi
  321. echo 'Chargement de Linux 4.8.0-22-generic…'
  322. linux /boot/vmlinuz-4.8.0-22-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro recovery nomodeset
  323. echo 'Chargement du disque mémoire initial…'
  324. initrd /boot/initrd.img-4.8.0-22-generic
  325. }
  326. 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-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  327. recordfail
  328. load_video
  329. gfxmode $linux_gfx_mode
  330. insmod gzio
  331. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  332. insmod part_msdos
  333. insmod ext2
  334. set root='hd0,msdos1'
  335. if [ x$feature_platform_search_hint = xy ]; then
  336. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  337. else
  338. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  339. fi
  340. echo 'Chargement de Linux 4.4.0-43-generic…'
  341. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro quiet splash $vt_handoff init=/sbin/upstart
  342. echo 'Chargement du disque mémoire initial…'
  343. initrd /boot/initrd.img-4.4.0-43-generic
  344. }
  345. 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-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  346. recordfail
  347. load_video
  348. insmod gzio
  349. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  350. insmod part_msdos
  351. insmod ext2
  352. set root='hd0,msdos1'
  353. if [ x$feature_platform_search_hint = xy ]; then
  354. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  355. else
  356. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  357. fi
  358. echo 'Chargement de Linux 4.4.0-43-generic…'
  359. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro recovery nomodeset
  360. echo 'Chargement du disque mémoire initial…'
  361. initrd /boot/initrd.img-4.4.0-43-generic
  362. }
  363. menuentry "Ubuntu, avec Linux 3.19.0-32-generic" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-32-generic-advanced-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  364. recordfail
  365. load_video
  366. gfxmode $linux_gfx_mode
  367. insmod gzio
  368. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  369. insmod part_msdos
  370. insmod ext2
  371. set root='hd0,msdos1'
  372. if [ x$feature_platform_search_hint = xy ]; then
  373. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  374. else
  375. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  376. fi
  377. echo 'Chargement de Linux 3.19.0-32-generic…'
  378. linux /boot/vmlinuz-3.19.0-32-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro quiet splash $vt_handoff
  379. echo 'Chargement du disque mémoire initial…'
  380. initrd /boot/initrd.img-3.19.0-32-generic
  381. }
  382. menuentry "Ubuntu, with Linux 3.19.0-32-generic (upstart)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-32-generic-init-upstart-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  383. recordfail
  384. load_video
  385. gfxmode $linux_gfx_mode
  386. insmod gzio
  387. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  388. insmod part_msdos
  389. insmod ext2
  390. set root='hd0,msdos1'
  391. if [ x$feature_platform_search_hint = xy ]; then
  392. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  393. else
  394. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  395. fi
  396. echo 'Chargement de Linux 3.19.0-32-generic…'
  397. linux /boot/vmlinuz-3.19.0-32-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro quiet splash $vt_handoff init=/sbin/upstart
  398. echo 'Chargement du disque mémoire initial…'
  399. initrd /boot/initrd.img-3.19.0-32-generic
  400. }
  401. menuentry "Ubuntu, with Linux 3.19.0-32-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-32-generic-recovery-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  402. recordfail
  403. load_video
  404. insmod gzio
  405. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  406. insmod part_msdos
  407. insmod ext2
  408. set root='hd0,msdos1'
  409. if [ x$feature_platform_search_hint = xy ]; then
  410. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  411. else
  412. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  413. fi
  414. echo 'Chargement de Linux 3.19.0-32-generic…'
  415. linux /boot/vmlinuz-3.19.0-32-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro recovery nomodeset
  416. echo 'Chargement du disque mémoire initial…'
  417. initrd /boot/initrd.img-3.19.0-32-generic
  418. }
  419. menuentry "Ubuntu, avec Linux 3.16.0-34-generic" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-34-generic-advanced-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  420. recordfail
  421. load_video
  422. gfxmode $linux_gfx_mode
  423. insmod gzio
  424. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  425. insmod part_msdos
  426. insmod ext2
  427. set root='hd0,msdos1'
  428. if [ x$feature_platform_search_hint = xy ]; then
  429. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  430. else
  431. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  432. fi
  433. echo 'Chargement de Linux 3.16.0-34-generic…'
  434. linux /boot/vmlinuz-3.16.0-34-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro quiet splash $vt_handoff
  435. echo 'Chargement du disque mémoire initial…'
  436. initrd /boot/initrd.img-3.16.0-34-generic
  437. }
  438. menuentry "Ubuntu, with Linux 3.16.0-34-generic (upstart)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-34-generic-init-upstart-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  439. recordfail
  440. load_video
  441. gfxmode $linux_gfx_mode
  442. insmod gzio
  443. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  444. insmod part_msdos
  445. insmod ext2
  446. set root='hd0,msdos1'
  447. if [ x$feature_platform_search_hint = xy ]; then
  448. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  449. else
  450. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  451. fi
  452. echo 'Chargement de Linux 3.16.0-34-generic…'
  453. linux /boot/vmlinuz-3.16.0-34-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro quiet splash $vt_handoff init=/sbin/upstart
  454. echo 'Chargement du disque mémoire initial…'
  455. initrd /boot/initrd.img-3.16.0-34-generic
  456. }
  457. menuentry "Ubuntu, with Linux 3.16.0-34-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-34-generic-recovery-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  458. recordfail
  459. load_video
  460. insmod gzio
  461. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  462. insmod part_msdos
  463. insmod ext2
  464. set root='hd0,msdos1'
  465. if [ x$feature_platform_search_hint = xy ]; then
  466. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  467. else
  468. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  469. fi
  470. echo 'Chargement de Linux 3.16.0-34-generic…'
  471. linux /boot/vmlinuz-3.16.0-34-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro recovery nomodeset
  472. echo 'Chargement du disque mémoire initial…'
  473. initrd /boot/initrd.img-3.16.0-34-generic
  474. }
  475. menuentry "Ubuntu, avec Linux 3.13.0-37-generic" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-37-generic-advanced-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  476. recordfail
  477. load_video
  478. gfxmode $linux_gfx_mode
  479. insmod gzio
  480. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  481. insmod part_msdos
  482. insmod ext2
  483. set root='hd0,msdos1'
  484. if [ x$feature_platform_search_hint = xy ]; then
  485. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  486. else
  487. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  488. fi
  489. echo 'Chargement de Linux 3.13.0-37-generic…'
  490. linux /boot/vmlinuz-3.13.0-37-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro quiet splash $vt_handoff
  491. echo 'Chargement du disque mémoire initial…'
  492. initrd /boot/initrd.img-3.13.0-37-generic
  493. }
  494. menuentry "Ubuntu, with Linux 3.13.0-37-generic (upstart)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-37-generic-init-upstart-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  495. recordfail
  496. load_video
  497. gfxmode $linux_gfx_mode
  498. insmod gzio
  499. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  500. insmod part_msdos
  501. insmod ext2
  502. set root='hd0,msdos1'
  503. if [ x$feature_platform_search_hint = xy ]; then
  504. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  505. else
  506. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  507. fi
  508. echo 'Chargement de Linux 3.13.0-37-generic…'
  509. linux /boot/vmlinuz-3.13.0-37-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro quiet splash $vt_handoff init=/sbin/upstart
  510. echo 'Chargement du disque mémoire initial…'
  511. initrd /boot/initrd.img-3.13.0-37-generic
  512. }
  513. menuentry "Ubuntu, with Linux 3.13.0-37-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-37-generic-recovery-d1f1adaa-b813-44e0-b5af-efec4ae054d4' {
  514. recordfail
  515. load_video
  516. insmod gzio
  517. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  518. insmod part_msdos
  519. insmod ext2
  520. set root='hd0,msdos1'
  521. if [ x$feature_platform_search_hint = xy ]; then
  522. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 d1f1adaa-b813-44e0-b5af-efec4ae054d4
  523. else
  524. search --no-floppy --fs-uuid --set=root d1f1adaa-b813-44e0-b5af-efec4ae054d4
  525. fi
  526. echo 'Chargement de Linux 3.13.0-37-generic…'
  527. linux /boot/vmlinuz-3.13.0-37-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro recovery nomodeset
  528. echo 'Chargement du disque mémoire initial…'
  529. initrd /boot/initrd.img-3.13.0-37-generic
  530. }
  531. }
  532. ### END /etc/grub.d/10_linux_proxy ###
  533. ### BEGIN /etc/grub.d/20_linux_xen ###
  534. ### END /etc/grub.d/20_linux_xen ###
  535. ### BEGIN /etc/grub.d/30_os-prober ###
  536. ### END /etc/grub.d/30_os-prober ###
  537. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  538. ### END /etc/grub.d/30_uefi-firmware ###
  539. ### BEGIN /etc/grub.d/40_custom ###
  540. # This file provides an easy way to add custom menu entries. Simply type the
  541. # menu entries you want to add after this comment. Be careful not to change
  542. # the 'exec tail' line above.
  543. ### END /etc/grub.d/40_custom ###
  544. ### BEGIN /etc/grub.d/41_custom ###
  545. if [ -f ${config_directory}/custom.cfg ]; then
  546. source ${config_directory}/custom.cfg
  547. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  548. source $prefix/custom.cfg;
  549. fi
  550. ### END /etc/grub.d/41_custom ###
  551. --------------------------------------------------------------------------------
  552. =============================== sda1/etc/fstab: ================================
  553. --------------------------------------------------------------------------------
  554. # /etc/fstab: static file system information.
  555. #
  556. # Use 'blkid' to print the universally unique identifier for a
  557. # device; this may be used with UUID= as a more robust way to name devices
  558. # that works even if disks are added and removed. See fstab(5).
  559. #
  560. # <file system> <mount point> <type> <options> <dump> <pass>
  561. # / was on /dev/sda1 during installation
  562. UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 / ext4 errors=remount-ro 0 1
  563. # swap was on /dev/sda5 during installation
  564. UUID=59a7e1c9-8d91-44e3-bf3d-1aa7ceb890f0 none swap sw 0 0
  565. --------------------------------------------------------------------------------
  566. =================== sda1: Location of files loaded by Grub: ====================
  567. GiB - GB File Fragment(s)
  568. 140.450775146 = 150.807871488 boot/grub/grub.cfg 1
  569. 20.201339722 = 21.691023360 boot/grub/i386-pc/core.img 1
  570. 27.295467377 = 29.308284928 boot/vmlinuz-3.13.0-37-generic 1
  571. 4.287899017 = 4.604096512 boot/vmlinuz-3.16.0-34-generic 1
  572. 4.058795929 = 4.358098944 boot/vmlinuz-3.19.0-32-generic 1
  573. 4.044448853 = 4.342693888 boot/vmlinuz-4.4.0-43-generic 1
  574. 17.937095642 = 19.259809792 boot/vmlinuz-4.8.0-22-generic 1
  575. 12.387020111 = 13.300461568 boot/vmlinuz-4.8.0-26-generic 1
  576. 12.387020111 = 13.300461568 vmlinuz 1
  577. 17.937095642 = 19.259809792 vmlinuz.old 1
  578. 27.768428802 = 29.816123392 boot/initrd.img-3.13.0-37-generic 2
  579. 9.540035248 = 10.243534848 boot/initrd.img-3.16.0-34-generic 2
  580. 9.074825287 = 9.744019456 boot/initrd.img-3.19.0-32-generic 1
  581. 1.681293488 = 1.805275136 boot/initrd.img-4.4.0-43-generic 4
  582. 2.743011475 = 2.945286144 boot/initrd.img-4.8.0-22-generic 4
  583. 12.694858551 = 13.631000576 boot/initrd.img-4.8.0-26-generic 3
  584. 12.694858551 = 13.631000576 initrd.img 3
  585. 2.743011475 = 2.945286144 initrd.img.old 4
  586. ADDITIONAL INFORMATION :
  587. =================== log of boot-repair 2016-10-20__13h57 ===================
  588. boot-repair version : 4ppa38
  589. boot-sav version : 4ppa38
  590. glade2script version : 3.2.3~ppa1
  591. boot-sav-extra version : 4ppa38
  592. boot-repair is executed in installed-session (Ubuntu 16.10, yakkety, Ubuntu, i686)
  593. CPU op-mode(s): 32-bit, 64-bit
  594. BOOT_IMAGE=/boot/vmlinuz-4.4.0-43-generic root=UUID=d1f1adaa-b813-44e0-b5af-efec4ae054d4 ro quiet splash vt.handoff=7
  595. =================== os-prober:
  596. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.10 CurrentSession:linux
  597. =================== blkid:
  598. /dev/sda1: UUID="d1f1adaa-b813-44e0-b5af-efec4ae054d4" TYPE="ext4" PARTUUID="0008efbd-01"
  599. /dev/sda5: UUID="59a7e1c9-8d91-44e3-bf3d-1aa7ceb890f0" TYPE="swap" PARTUUID="0008efbd-05"
  600. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  601. =================== /etc/grub.d/ :
  602. drwxr-xr-x 5 root root 4096 oct. 20 13:36 grub.d
  603. drwxr-xr-x 5 root root 4096 oct. 20 13:15 grub.d.bak
  604. total 76
  605. -rwxr-xr-x 1 root root 9791 sept. 6 16:10 00_header
  606. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  607. -rwxr-xr-x 1 root root 2318 oct. 20 13:36 10_linux_proxy
  608. -rwxr-xr-x 1 root root 11082 sept. 6 16:10 20_linux_xen
  609. -rwxr-xr-x 1 root root 11692 sept. 6 16:10 30_os-prober
  610. -rwxr-xr-x 1 root root 1418 sept. 6 16:10 30_uefi-firmware
  611. -rwxr-xr-x 1 root root 214 sept. 6 16:10 40_custom
  612. -rwxr-xr-x 1 root root 216 sept. 6 16:10 41_custom
  613. drwxr-xr-x 4 root root 4096 oct. 20 13:36 backup
  614. drwxr-xr-x 2 root root 4096 oct. 20 13:36 bin
  615. drwxr-xr-x 2 root root 4096 oct. 20 13:36 proxifiedScripts
  616. -rw-r--r-- 1 root root 483 sept. 6 16:10 README
  617. =================== /etc/default/grub :
  618. # If you change this file, run 'update-grub' afterwards to update
  619. # /boot/grub/grub.cfg.
  620. # For full documentation of the options in this file, see:
  621. # info -f grub -n 'Simple configuration'
  622. GRUB_DEFAULT="0"
  623. #GRUB_HIDDEN_TIMEOUT="0"
  624. GRUB_HIDDEN_TIMEOUT_QUIET="true"
  625. GRUB_TIMEOUT="10"
  626. GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
  627. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  628. GRUB_CMDLINE_LINUX=""
  629. # Uncomment to enable BadRAM filtering, modify to suit your needs
  630. # This works with Linux (no patch required) and with any kernel that obtains
  631. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  632. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  633. # Uncomment to disable graphical terminal (grub-pc only)
  634. #GRUB_TERMINAL="console"
  635. # The resolution used on graphical terminal
  636. # note that you can use only modes which your graphic card supports via VBE
  637. # you can see them in real GRUB with the command `vbeinfo'
  638. #GRUB_GFXMODE="640x480"
  639. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  640. #GRUB_DISABLE_LINUX_UUID="true"
  641. # Uncomment to disable generation of recovery mode menu entries
  642. #GRUB_DISABLE_RECOVERY="true"
  643. # Uncomment to get a beep at grub start
  644. #GRUB_INIT_TUNE="480 440 1"
  645. =================== UEFI/Legacy mode:
  646. This installed-session is not EFI-compatible.
  647. SecureBoot disabled.
  648. =================== PARTITIONS & DISKS:
  649. 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, .
  650. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  651. =================== parted -l:
  652. Model: ATA Hitachi HTS54503 (scsi)
  653. Disk /dev/sda: 320GB
  654. Sector size (logical/physical): 512B/512B
  655. Partition Table: msdos
  656. Disk Flags:
  657. Number Start End Size Type File system Flags
  658. 1 1049kB 317GB 317GB primary ext4 boot
  659. 2 317GB 320GB 2950MB extended
  660. 5 317GB 320GB 2950MB logical linux-swap(v1)
  661. =================== parted -lm:
  662. BYT;
  663. /dev/sda:320GB:scsi:512:512:msdos:ATA Hitachi HTS54503:;
  664. 1:1049kB:317GB:317GB:ext4::boot;
  665. 2:317GB:320GB:2950MB:::;
  666. 5:317GB:320GB:2950MB:linux-swap(v1)::;
  667. =================== lsblk:
  668. KNAME TYPE FSTYPE SIZE LABEL
  669. sda disk 298,1G
  670. sda1 part ext4 295,4G
  671. sda2 part 1K
  672. sda5 part swap 2,8G
  673. sr0 rom 1024M
  674. KNAME ROTA RO RM STATE MOUNTPOINT
  675. sda 1 0 0 running
  676. sda1 1 0 0 /
  677. sda2 1 0 0
  678. sda5 1 0 0 [SWAP]
  679. sr0 1 0 1 running
  680. =================== mount:
  681. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  682. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  683. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1399824k,nr_inodes=207750,mode=755)
  684. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  685. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=283716k,mode=755)
  686. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  687. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  688. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  689. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  690. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  691. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  692. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  693. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  694. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  695. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  696. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  697. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  698. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  699. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  700. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  701. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  702. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  703. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  704. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  705. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  706. mqueue on /dev/mqueue type mqueue (rw,relatime)
  707. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  708. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  709. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=283712k,mode=700,uid=1000,gid=1000)
  710. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  711. =================== ls:
  712. /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 sda5 size slaves stat subsystem trace uevent
  713. /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
  714. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 initctl input kmsg kvm 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 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  715. ls /dev/mapper: control
  716. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  717. =================== df -Th:
  718. Filesystem Type Size Used Avail Use% Mounted on
  719. udev devtmpfs 1.4G 0 1.4G 0% /dev
  720. tmpfs tmpfs 278M 4.9M 273M 2% /run
  721. /dev/sda1 ext4 291G 19G 258G 7% /
  722. tmpfs tmpfs 1.4G 116K 1.4G 1% /dev/shm
  723. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  724. tmpfs tmpfs 1.4G 0 1.4G 0% /sys/fs/cgroup
  725. tmpfs tmpfs 278M 44K 278M 1% /run/user/1000
  726. =================== fdisk -l:
  727. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  728. Units: sectors of 1 * 512 = 512 bytes
  729. Sector size (logical/physical): 512 bytes / 4096 bytes
  730. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  731. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  732. Units: sectors of 1 * 512 = 512 bytes
  733. Sector size (logical/physical): 512 bytes / 4096 bytes
  734. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  735. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  736. Units: sectors of 1 * 512 = 512 bytes
  737. Sector size (logical/physical): 512 bytes / 4096 bytes
  738. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  739. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  740. Units: sectors of 1 * 512 = 512 bytes
  741. Sector size (logical/physical): 512 bytes / 4096 bytes
  742. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  743. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  744. Units: sectors of 1 * 512 = 512 bytes
  745. Sector size (logical/physical): 512 bytes / 4096 bytes
  746. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  747. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  748. Units: sectors of 1 * 512 = 512 bytes
  749. Sector size (logical/physical): 512 bytes / 4096 bytes
  750. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  751. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  752. Units: sectors of 1 * 512 = 512 bytes
  753. Sector size (logical/physical): 512 bytes / 4096 bytes
  754. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  755. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  756. Units: sectors of 1 * 512 = 512 bytes
  757. Sector size (logical/physical): 512 bytes / 4096 bytes
  758. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  759. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  760. Units: sectors of 1 * 512 = 512 bytes
  761. Sector size (logical/physical): 512 bytes / 4096 bytes
  762. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  763. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  764. Units: sectors of 1 * 512 = 512 bytes
  765. Sector size (logical/physical): 512 bytes / 4096 bytes
  766. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  767. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  768. Units: sectors of 1 * 512 = 512 bytes
  769. Sector size (logical/physical): 512 bytes / 4096 bytes
  770. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  771. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  772. Units: sectors of 1 * 512 = 512 bytes
  773. Sector size (logical/physical): 512 bytes / 4096 bytes
  774. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  775. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  776. Units: sectors of 1 * 512 = 512 bytes
  777. Sector size (logical/physical): 512 bytes / 4096 bytes
  778. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  779. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  780. Units: sectors of 1 * 512 = 512 bytes
  781. Sector size (logical/physical): 512 bytes / 4096 bytes
  782. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  783. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  784. Units: sectors of 1 * 512 = 512 bytes
  785. Sector size (logical/physical): 512 bytes / 4096 bytes
  786. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  787. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  788. Units: sectors of 1 * 512 = 512 bytes
  789. Sector size (logical/physical): 512 bytes / 4096 bytes
  790. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  791. Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
  792. Units: sectors of 1 * 512 = 512 bytes
  793. Sector size (logical/physical): 512 bytes / 512 bytes
  794. I/O size (minimum/optimal): 512 bytes / 512 bytes
  795. Disklabel type: dos
  796. Disk identifier: 0x0008efbd
  797. Device Boot Start End Sectors Size Id Type
  798. /dev/sda1 * 2048 619378687 619376640 295.4G 83 Linux
  799. /dev/sda2 619380734 625141759 5761026 2.8G 5 Extended
  800. /dev/sda5 619380736 625141759 5761024 2.8G 82 Linux swap / Solaris
  801. =================== Suggested repair
  802. 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.
  803. Additional repair would be performed: unhide-bootmenu-10s
  804. =================== Final advice in case of suggested repair
  805. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.10] 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)
  806. =================== User settings
  807. The settings chosen by the user will not act on the boot.
  808. paste.ubuntu.com ko (), using paste.debian
  809. paste.debian.net ko (), using paste2