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 (,msdos2)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. => libparted MBR boot code is installed in the MBR of /dev/sdb.
  11. sda1: __________________________________________________________________________
  12. File system: swap
  13. Boot sector type: -
  14. Boot sector info:
  15. sda2: __________________________________________________________________________
  16. File system: ext4
  17. Boot sector type: -
  18. Boot sector info:
  19. Operating System: Ubuntu 16.04.2 LTS
  20. Boot files: /boot/grub/grub.cfg /etc/fstab
  21. /boot/grub/i386-pc/core.img
  22. sdb1: __________________________________________________________________________
  23. File system: ext4
  24. Boot sector type: -
  25. Boot sector info:
  26. Operating System:
  27. Boot files:
  28. sdb2: __________________________________________________________________________
  29. File system: ext4
  30. Boot sector type: -
  31. Boot sector info:
  32. Operating System:
  33. Boot files:
  34. ============================ Drive/Partition Info: =============================
  35. Drive: sda _____________________________________________________________________
  36. Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
  37. Units: sectors of 1 * 512 = 512 bytes
  38. Sector size (logical/physical): 512 bytes / 512 bytes
  39. I/O size (minimum/optimal): 512 bytes / 512 bytes
  40. Disklabel type: dos
  41. Partition Boot Start Sector End Sector # of Sectors Id System
  42. /dev/sda1 209,274,880 234,440,703 25,165,824 82 Linux swap / Solaris
  43. /dev/sda2 * 2,048 209,274,879 209,272,832 83 Linux
  44. Drive: sdb _____________________________________________________________________
  45. Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  46. Units: sectors of 1 * 512 = 512 bytes
  47. Sector size (logical/physical): 512 bytes / 4096 bytes
  48. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  49. Disklabel type: dos
  50. Partition Boot Start Sector End Sector # of Sectors Id System
  51. /dev/sdb1 2,048 1,855,866,879 1,855,864,832 83 Linux
  52. /dev/sdb2 1,855,866,880 1,953,523,711 97,656,832 83 Linux
  53. "blkid" output: ________________________________________________________________
  54. Device UUID TYPE LABEL
  55. /dev/sda1 07308d00-d964-4433-b8a2-a84002f5552d swap SWAP
  56. /dev/sda2 7b044042-6c13-4bc8-8466-a5156a5f369c ext4 Racine
  57. /dev/sdb1 06cfd398-b3aa-44e4-9f01-e42a79ee2005 ext4 Home
  58. /dev/sdb2 2a3d3082-f3ac-4bd2-8b72-b8d543c478aa ext4 root-dir
  59. ========================= "ls -l /dev/disk/by-id" output: ======================
  60. total 0
  61. lrwxrwxrwx 1 root root 9 Feb 10 10:51 ata-KINGSTON_SM2280S3G2120G_50026B72670040D3 -> ../../sda
  62. lrwxrwxrwx 1 root root 10 Feb 10 10:51 ata-KINGSTON_SM2280S3G2120G_50026B72670040D3-part1 -> ../../sda1
  63. lrwxrwxrwx 1 root root 10 Feb 10 10:51 ata-KINGSTON_SM2280S3G2120G_50026B72670040D3-part2 -> ../../sda2
  64. lrwxrwxrwx 1 root root 9 Feb 10 10:49 ata-TSSTcorp_CDDVDW_SU-208HB_S1B76YJH1004C3 -> ../../sr0
  65. lrwxrwxrwx 1 root root 9 Feb 10 10:51 ata-WDC_WD10JPVX-22JC3T0_WD-WX31AB51TZZL -> ../../sdb
  66. lrwxrwxrwx 1 root root 10 Feb 10 10:51 ata-WDC_WD10JPVX-22JC3T0_WD-WX31AB51TZZL-part1 -> ../../sdb1
  67. lrwxrwxrwx 1 root root 10 Feb 10 10:51 ata-WDC_WD10JPVX-22JC3T0_WD-WX31AB51TZZL-part2 -> ../../sdb2
  68. lrwxrwxrwx 1 root root 9 Feb 10 10:51 wwn-0x50014ee6b10923d5 -> ../../sdb
  69. lrwxrwxrwx 1 root root 10 Feb 10 10:51 wwn-0x50014ee6b10923d5-part1 -> ../../sdb1
  70. lrwxrwxrwx 1 root root 10 Feb 10 10:51 wwn-0x50014ee6b10923d5-part2 -> ../../sdb2
  71. ================================ Mount points: =================================
  72. Device Mount_Point Type Options
  73. /dev/sda2 / ext4 (rw,noatime,errors=remount-ro,data=ordered)
  74. /dev/sdb1 /home ext4 (rw,noatime,data=ordered)
  75. /dev/sdb2 /root ext4 (rw,noatime,data=ordered)
  76. =========================== sda2/boot/grub/grub.cfg: ===========================
  77. --------------------------------------------------------------------------------
  78. #
  79. # DO NOT EDIT THIS FILE
  80. #
  81. # It is automatically generated by grub-mkconfig using templates
  82. # from /etc/grub.d and settings from /etc/default/grub
  83. #
  84. ### BEGIN /etc/grub.d/00_header ###
  85. if [ -s $prefix/grubenv ]; then
  86. set have_grubenv=true
  87. load_env
  88. fi
  89. if [ "${next_entry}" ] ; then
  90. set default="${next_entry}"
  91. set next_entry=
  92. save_env next_entry
  93. set boot_once=true
  94. else
  95. set default="0"
  96. fi
  97. if [ x"${feature_menuentry_id}" = xy ]; then
  98. menuentry_id_option="--id"
  99. else
  100. menuentry_id_option=""
  101. fi
  102. export menuentry_id_option
  103. if [ "${prev_saved_entry}" ]; then
  104. set saved_entry="${prev_saved_entry}"
  105. save_env saved_entry
  106. set prev_saved_entry=
  107. save_env prev_saved_entry
  108. set boot_once=true
  109. fi
  110. function savedefault {
  111. if [ -z "${boot_once}" ]; then
  112. saved_entry="${chosen}"
  113. save_env saved_entry
  114. fi
  115. }
  116. function recordfail {
  117. set recordfail=1
  118. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  119. }
  120. function load_video {
  121. if [ x$feature_all_video_module = xy ]; then
  122. insmod all_video
  123. else
  124. insmod efi_gop
  125. insmod efi_uga
  126. insmod ieee1275_fb
  127. insmod vbe
  128. insmod vga
  129. insmod video_bochs
  130. insmod video_cirrus
  131. fi
  132. }
  133. if [ x$feature_default_font_path = xy ] ; then
  134. font=unicode
  135. else
  136. insmod part_msdos
  137. insmod ext2
  138. set root='hd0,msdos2'
  139. if [ x$feature_platform_search_hint = xy ]; then
  140. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 7b044042-6c13-4bc8-8466-a5156a5f369c
  141. else
  142. search --no-floppy --fs-uuid --set=root 7b044042-6c13-4bc8-8466-a5156a5f369c
  143. fi
  144. font="/usr/share/grub/unicode.pf2"
  145. fi
  146. if loadfont $font ; then
  147. set gfxmode=auto
  148. load_video
  149. insmod gfxterm
  150. set locale_dir=$prefix/locale
  151. set lang=fr_FR
  152. insmod gettext
  153. fi
  154. terminal_output gfxterm
  155. if [ "${recordfail}" = 1 ] ; then
  156. set timeout=30
  157. else
  158. if [ x$feature_timeout_style = xy ] ; then
  159. set timeout_style=hidden
  160. set timeout=1
  161. # Fallback hidden-timeout code in case the timeout_style feature is
  162. # unavailable.
  163. elif sleep --interruptible 1 ; then
  164. set timeout=0
  165. fi
  166. fi
  167. ### END /etc/grub.d/00_header ###
  168. ### BEGIN /etc/grub.d/05_debian_theme ###
  169. set menu_color_normal=white/black
  170. set menu_color_highlight=black/light-gray
  171. if background_color 44,0,30,0; then
  172. clear
  173. fi
  174. ### END /etc/grub.d/05_debian_theme ###
  175. ### BEGIN /etc/grub.d/10_linux ###
  176. function gfxmode {
  177. set gfxpayload="${1}"
  178. if [ "${1}" = "keep" ]; then
  179. set vt_handoff=vt.handoff=7
  180. else
  181. set vt_handoff=
  182. fi
  183. }
  184. if [ "${recordfail}" != 1 ]; then
  185. if [ -e ${prefix}/gfxblacklist.txt ]; then
  186. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  187. if [ ${match} = 0 ]; then
  188. set linux_gfx_mode=keep
  189. else
  190. set linux_gfx_mode=text
  191. fi
  192. else
  193. set linux_gfx_mode=text
  194. fi
  195. else
  196. set linux_gfx_mode=keep
  197. fi
  198. else
  199. set linux_gfx_mode=text
  200. fi
  201. export linux_gfx_mode
  202. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-7b044042-6c13-4bc8-8466-a5156a5f369c' {
  203. recordfail
  204. load_video
  205. gfxmode $linux_gfx_mode
  206. insmod gzio
  207. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  208. insmod part_msdos
  209. insmod ext2
  210. set root='hd0,msdos2'
  211. if [ x$feature_platform_search_hint = xy ]; then
  212. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 7b044042-6c13-4bc8-8466-a5156a5f369c
  213. else
  214. search --no-floppy --fs-uuid --set=root 7b044042-6c13-4bc8-8466-a5156a5f369c
  215. fi
  216. linux /boot/vmlinuz-4.4.0-62-generic root=UUID=7b044042-6c13-4bc8-8466-a5156a5f369c ro quiet splash $vt_handoff
  217. initrd /boot/initrd.img-4.4.0-62-generic
  218. }
  219. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-7b044042-6c13-4bc8-8466-a5156a5f369c' {
  220. menuentry 'Ubuntu, avec Linux 4.4.0-62-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-62-generic-advanced-7b044042-6c13-4bc8-8466-a5156a5f369c' {
  221. recordfail
  222. load_video
  223. gfxmode $linux_gfx_mode
  224. insmod gzio
  225. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  226. insmod part_msdos
  227. insmod ext2
  228. set root='hd0,msdos2'
  229. if [ x$feature_platform_search_hint = xy ]; then
  230. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 7b044042-6c13-4bc8-8466-a5156a5f369c
  231. else
  232. search --no-floppy --fs-uuid --set=root 7b044042-6c13-4bc8-8466-a5156a5f369c
  233. fi
  234. echo 'Chargement de Linux 4.4.0-62-generic…'
  235. linux /boot/vmlinuz-4.4.0-62-generic root=UUID=7b044042-6c13-4bc8-8466-a5156a5f369c ro quiet splash $vt_handoff
  236. echo 'Chargement du disque mémoire initial…'
  237. initrd /boot/initrd.img-4.4.0-62-generic
  238. }
  239. menuentry 'Ubuntu, with Linux 4.4.0-62-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-62-generic-init-upstart-7b044042-6c13-4bc8-8466-a5156a5f369c' {
  240. recordfail
  241. load_video
  242. gfxmode $linux_gfx_mode
  243. insmod gzio
  244. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  245. insmod part_msdos
  246. insmod ext2
  247. set root='hd0,msdos2'
  248. if [ x$feature_platform_search_hint = xy ]; then
  249. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 7b044042-6c13-4bc8-8466-a5156a5f369c
  250. else
  251. search --no-floppy --fs-uuid --set=root 7b044042-6c13-4bc8-8466-a5156a5f369c
  252. fi
  253. echo 'Chargement de Linux 4.4.0-62-generic…'
  254. linux /boot/vmlinuz-4.4.0-62-generic root=UUID=7b044042-6c13-4bc8-8466-a5156a5f369c ro quiet splash $vt_handoff init=/sbin/upstart
  255. echo 'Chargement du disque mémoire initial…'
  256. initrd /boot/initrd.img-4.4.0-62-generic
  257. }
  258. menuentry 'Ubuntu, with Linux 4.4.0-62-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-62-generic-recovery-7b044042-6c13-4bc8-8466-a5156a5f369c' {
  259. recordfail
  260. load_video
  261. insmod gzio
  262. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  263. insmod part_msdos
  264. insmod ext2
  265. set root='hd0,msdos2'
  266. if [ x$feature_platform_search_hint = xy ]; then
  267. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 7b044042-6c13-4bc8-8466-a5156a5f369c
  268. else
  269. search --no-floppy --fs-uuid --set=root 7b044042-6c13-4bc8-8466-a5156a5f369c
  270. fi
  271. echo 'Chargement de Linux 4.4.0-62-generic…'
  272. linux /boot/vmlinuz-4.4.0-62-generic root=UUID=7b044042-6c13-4bc8-8466-a5156a5f369c ro recovery nomodeset
  273. echo 'Chargement du disque mémoire initial…'
  274. initrd /boot/initrd.img-4.4.0-62-generic
  275. }
  276. menuentry 'Ubuntu, avec Linux 4.4.0-59-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-advanced-7b044042-6c13-4bc8-8466-a5156a5f369c' {
  277. recordfail
  278. load_video
  279. gfxmode $linux_gfx_mode
  280. insmod gzio
  281. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  282. insmod part_msdos
  283. insmod ext2
  284. set root='hd0,msdos2'
  285. if [ x$feature_platform_search_hint = xy ]; then
  286. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 7b044042-6c13-4bc8-8466-a5156a5f369c
  287. else
  288. search --no-floppy --fs-uuid --set=root 7b044042-6c13-4bc8-8466-a5156a5f369c
  289. fi
  290. echo 'Chargement de Linux 4.4.0-59-generic…'
  291. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=7b044042-6c13-4bc8-8466-a5156a5f369c ro quiet splash $vt_handoff
  292. echo 'Chargement du disque mémoire initial…'
  293. initrd /boot/initrd.img-4.4.0-59-generic
  294. }
  295. menuentry 'Ubuntu, with Linux 4.4.0-59-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-init-upstart-7b044042-6c13-4bc8-8466-a5156a5f369c' {
  296. recordfail
  297. load_video
  298. gfxmode $linux_gfx_mode
  299. insmod gzio
  300. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  301. insmod part_msdos
  302. insmod ext2
  303. set root='hd0,msdos2'
  304. if [ x$feature_platform_search_hint = xy ]; then
  305. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 7b044042-6c13-4bc8-8466-a5156a5f369c
  306. else
  307. search --no-floppy --fs-uuid --set=root 7b044042-6c13-4bc8-8466-a5156a5f369c
  308. fi
  309. echo 'Chargement de Linux 4.4.0-59-generic…'
  310. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=7b044042-6c13-4bc8-8466-a5156a5f369c ro quiet splash $vt_handoff init=/sbin/upstart
  311. echo 'Chargement du disque mémoire initial…'
  312. initrd /boot/initrd.img-4.4.0-59-generic
  313. }
  314. menuentry 'Ubuntu, with Linux 4.4.0-59-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-recovery-7b044042-6c13-4bc8-8466-a5156a5f369c' {
  315. recordfail
  316. load_video
  317. insmod gzio
  318. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  319. insmod part_msdos
  320. insmod ext2
  321. set root='hd0,msdos2'
  322. if [ x$feature_platform_search_hint = xy ]; then
  323. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 7b044042-6c13-4bc8-8466-a5156a5f369c
  324. else
  325. search --no-floppy --fs-uuid --set=root 7b044042-6c13-4bc8-8466-a5156a5f369c
  326. fi
  327. echo 'Chargement de Linux 4.4.0-59-generic…'
  328. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=7b044042-6c13-4bc8-8466-a5156a5f369c ro recovery nomodeset
  329. echo 'Chargement du disque mémoire initial…'
  330. initrd /boot/initrd.img-4.4.0-59-generic
  331. }
  332. menuentry 'Ubuntu, avec Linux 4.4.0-57-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-advanced-7b044042-6c13-4bc8-8466-a5156a5f369c' {
  333. recordfail
  334. load_video
  335. gfxmode $linux_gfx_mode
  336. insmod gzio
  337. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  338. insmod part_msdos
  339. insmod ext2
  340. set root='hd0,msdos2'
  341. if [ x$feature_platform_search_hint = xy ]; then
  342. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 7b044042-6c13-4bc8-8466-a5156a5f369c
  343. else
  344. search --no-floppy --fs-uuid --set=root 7b044042-6c13-4bc8-8466-a5156a5f369c
  345. fi
  346. echo 'Chargement de Linux 4.4.0-57-generic…'
  347. linux /boot/vmlinuz-4.4.0-57-generic root=UUID=7b044042-6c13-4bc8-8466-a5156a5f369c ro quiet splash $vt_handoff
  348. echo 'Chargement du disque mémoire initial…'
  349. initrd /boot/initrd.img-4.4.0-57-generic
  350. }
  351. menuentry 'Ubuntu, with Linux 4.4.0-57-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-init-upstart-7b044042-6c13-4bc8-8466-a5156a5f369c' {
  352. recordfail
  353. load_video
  354. gfxmode $linux_gfx_mode
  355. insmod gzio
  356. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  357. insmod part_msdos
  358. insmod ext2
  359. set root='hd0,msdos2'
  360. if [ x$feature_platform_search_hint = xy ]; then
  361. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 7b044042-6c13-4bc8-8466-a5156a5f369c
  362. else
  363. search --no-floppy --fs-uuid --set=root 7b044042-6c13-4bc8-8466-a5156a5f369c
  364. fi
  365. echo 'Chargement de Linux 4.4.0-57-generic…'
  366. linux /boot/vmlinuz-4.4.0-57-generic root=UUID=7b044042-6c13-4bc8-8466-a5156a5f369c ro quiet splash $vt_handoff init=/sbin/upstart
  367. echo 'Chargement du disque mémoire initial…'
  368. initrd /boot/initrd.img-4.4.0-57-generic
  369. }
  370. menuentry 'Ubuntu, with Linux 4.4.0-57-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-recovery-7b044042-6c13-4bc8-8466-a5156a5f369c' {
  371. recordfail
  372. load_video
  373. insmod gzio
  374. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  375. insmod part_msdos
  376. insmod ext2
  377. set root='hd0,msdos2'
  378. if [ x$feature_platform_search_hint = xy ]; then
  379. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 7b044042-6c13-4bc8-8466-a5156a5f369c
  380. else
  381. search --no-floppy --fs-uuid --set=root 7b044042-6c13-4bc8-8466-a5156a5f369c
  382. fi
  383. echo 'Chargement de Linux 4.4.0-57-generic…'
  384. linux /boot/vmlinuz-4.4.0-57-generic root=UUID=7b044042-6c13-4bc8-8466-a5156a5f369c ro recovery nomodeset
  385. echo 'Chargement du disque mémoire initial…'
  386. initrd /boot/initrd.img-4.4.0-57-generic
  387. }
  388. menuentry 'Ubuntu, avec Linux 4.4.0-53-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-advanced-7b044042-6c13-4bc8-8466-a5156a5f369c' {
  389. recordfail
  390. load_video
  391. gfxmode $linux_gfx_mode
  392. insmod gzio
  393. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  394. insmod part_msdos
  395. insmod ext2
  396. set root='hd0,msdos2'
  397. if [ x$feature_platform_search_hint = xy ]; then
  398. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 7b044042-6c13-4bc8-8466-a5156a5f369c
  399. else
  400. search --no-floppy --fs-uuid --set=root 7b044042-6c13-4bc8-8466-a5156a5f369c
  401. fi
  402. echo 'Chargement de Linux 4.4.0-53-generic…'
  403. linux /boot/vmlinuz-4.4.0-53-generic root=UUID=7b044042-6c13-4bc8-8466-a5156a5f369c ro quiet splash $vt_handoff
  404. echo 'Chargement du disque mémoire initial…'
  405. initrd /boot/initrd.img-4.4.0-53-generic
  406. }
  407. menuentry 'Ubuntu, with Linux 4.4.0-53-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-init-upstart-7b044042-6c13-4bc8-8466-a5156a5f369c' {
  408. recordfail
  409. load_video
  410. gfxmode $linux_gfx_mode
  411. insmod gzio
  412. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  413. insmod part_msdos
  414. insmod ext2
  415. set root='hd0,msdos2'
  416. if [ x$feature_platform_search_hint = xy ]; then
  417. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 7b044042-6c13-4bc8-8466-a5156a5f369c
  418. else
  419. search --no-floppy --fs-uuid --set=root 7b044042-6c13-4bc8-8466-a5156a5f369c
  420. fi
  421. echo 'Chargement de Linux 4.4.0-53-generic…'
  422. linux /boot/vmlinuz-4.4.0-53-generic root=UUID=7b044042-6c13-4bc8-8466-a5156a5f369c ro quiet splash $vt_handoff init=/sbin/upstart
  423. echo 'Chargement du disque mémoire initial…'
  424. initrd /boot/initrd.img-4.4.0-53-generic
  425. }
  426. menuentry 'Ubuntu, with Linux 4.4.0-53-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-recovery-7b044042-6c13-4bc8-8466-a5156a5f369c' {
  427. recordfail
  428. load_video
  429. insmod gzio
  430. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  431. insmod part_msdos
  432. insmod ext2
  433. set root='hd0,msdos2'
  434. if [ x$feature_platform_search_hint = xy ]; then
  435. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 7b044042-6c13-4bc8-8466-a5156a5f369c
  436. else
  437. search --no-floppy --fs-uuid --set=root 7b044042-6c13-4bc8-8466-a5156a5f369c
  438. fi
  439. echo 'Chargement de Linux 4.4.0-53-generic…'
  440. linux /boot/vmlinuz-4.4.0-53-generic root=UUID=7b044042-6c13-4bc8-8466-a5156a5f369c ro recovery nomodeset
  441. echo 'Chargement du disque mémoire initial…'
  442. initrd /boot/initrd.img-4.4.0-53-generic
  443. }
  444. }
  445. ### END /etc/grub.d/10_linux ###
  446. ### BEGIN /etc/grub.d/20_linux_xen ###
  447. ### END /etc/grub.d/20_linux_xen ###
  448. ### BEGIN /etc/grub.d/20_memtest86+ ###
  449. menuentry 'Memory test (memtest86+)' {
  450. insmod part_msdos
  451. insmod ext2
  452. set root='hd0,msdos2'
  453. if [ x$feature_platform_search_hint = xy ]; then
  454. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 7b044042-6c13-4bc8-8466-a5156a5f369c
  455. else
  456. search --no-floppy --fs-uuid --set=root 7b044042-6c13-4bc8-8466-a5156a5f369c
  457. fi
  458. knetbsd /boot/memtest86+.elf
  459. }
  460. menuentry 'Memory test (memtest86+, serial console 115200)' {
  461. insmod part_msdos
  462. insmod ext2
  463. set root='hd0,msdos2'
  464. if [ x$feature_platform_search_hint = xy ]; then
  465. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 7b044042-6c13-4bc8-8466-a5156a5f369c
  466. else
  467. search --no-floppy --fs-uuid --set=root 7b044042-6c13-4bc8-8466-a5156a5f369c
  468. fi
  469. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  470. }
  471. ### END /etc/grub.d/20_memtest86+ ###
  472. ### BEGIN /etc/grub.d/30_os-prober ###
  473. ### END /etc/grub.d/30_os-prober ###
  474. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  475. ### END /etc/grub.d/30_uefi-firmware ###
  476. ### BEGIN /etc/grub.d/40_custom ###
  477. # This file provides an easy way to add custom menu entries. Simply type the
  478. # menu entries you want to add after this comment. Be careful not to change
  479. # the 'exec tail' line above.
  480. ### END /etc/grub.d/40_custom ###
  481. ### BEGIN /etc/grub.d/41_custom ###
  482. if [ -f ${config_directory}/custom.cfg ]; then
  483. source ${config_directory}/custom.cfg
  484. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  485. source $prefix/custom.cfg;
  486. fi
  487. ### END /etc/grub.d/41_custom ###
  488. --------------------------------------------------------------------------------
  489. =============================== sda2/etc/fstab: ================================
  490. --------------------------------------------------------------------------------
  491. # /etc/fstab: static file system information.
  492. #
  493. # Use 'blkid' to print the universally unique identifier for a
  494. # device; this may be used with UUID= as a more robust way to name devices
  495. # that works even if disks are added and removed. See fstab(5).
  496. #
  497. # <file system> <mount point> <type> <options> <dump> <pass>
  498. # sda2
  499. UUID=7b044042-6c13-4bc8-8466-a5156a5f369c / ext4 noatime,errors=remount-ro 0 1
  500. UUID=07308d00-d964-4433-b8a2-a84002f5552d none swap sw 0 0
  501. # /home was on /dev/sdb1 during installation
  502. UUID=06cfd398-b3aa-44e4-9f01-e42a79ee2005 /home ext4 noatime,defaults 0 2
  503. # sdb2
  504. UUID=2a3d3082-f3ac-4bd2-8b72-b8d543c478aa /root ext4 noatime,defaults 0 0
  505. # SSD tweak : temporary directories as tmpfs
  506. tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
  507. # SSD tweak : extra steps (read ahead)
  508. tmpfs /var/log tmpfs defaults,noatime,mode=0755 0 0
  509. tmpfs /var/spool tmpfs defaults,noatime,mode=1777 0 0
  510. --------------------------------------------------------------------------------
  511. =================== sda2: Location of files loaded by Grub: ====================
  512. GiB - GB File Fragment(s)
  513. 68.569412231 = 73.625845760 boot/grub/grub.cfg 1
  514. 10.235569000 = 10.990358528 boot/grub/i386-pc/core.img 1
  515. 3.780986786 = 4.059803648 boot/vmlinuz-4.4.0-53-generic 1
  516. 5.475902557 = 5.879705600 boot/vmlinuz-4.4.0-57-generic 1
  517. 6.390972137 = 6.862254080 boot/vmlinuz-4.4.0-59-generic 1
  518. 2.773185730 = 2.977685504 boot/vmlinuz-4.4.0-62-generic 1
  519. 2.773185730 = 2.977685504 vmlinuz 1
  520. 6.390972137 = 6.862254080 vmlinuz.old 1
  521. 6.743160248 = 7.240413184 boot/initrd.img-4.4.0-53-generic 2
  522. 6.637680054 = 7.127154688 boot/initrd.img-4.4.0-57-generic 1
  523. 6.692363739 = 7.185870848 boot/initrd.img-4.4.0-59-generic 2
  524. 7.247051239 = 7.781462016 boot/initrd.img-4.4.0-62-generic 3
  525. 7.247051239 = 7.781462016 initrd.img 3
  526. 6.692363739 = 7.185870848 initrd.img.old 2
  527. ADDITIONAL INFORMATION :
  528. =================== log of boot-info 2017-02-10__10h51 ===================
  529. boot-info version : 4ppa40
  530. boot-sav version : 4ppa40
  531. glade2script version : 3.2.3~ppa1
  532. boot-sav-extra version : 4ppa40
  533. boot-info is executed in installed-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
  534. CPU op-mode(s): 32-bit, 64-bit
  535. BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic root=UUID=7b044042-6c13-4bc8-8466-a5156a5f369c ro quiet splash vt.handoff=7
  536. =================== os-prober:
  537. /dev/sda2:L'OS actuellement utilisé - Ubuntu 16.04.2 LTS CurrentSession:linux
  538. =================== blkid:
  539. /dev/sda1: LABEL="SWAP" UUID="07308d00-d964-4433-b8a2-a84002f5552d" TYPE="swap" PARTUUID="89c9e0f5-01"
  540. /dev/sda2: LABEL="Racine" UUID="7b044042-6c13-4bc8-8466-a5156a5f369c" TYPE="ext4" PARTUUID="89c9e0f5-02"
  541. /dev/sdb1: LABEL="Home" UUID="06cfd398-b3aa-44e4-9f01-e42a79ee2005" TYPE="ext4" PARTUUID="38fed140-01"
  542. /dev/sdb2: LABEL="root-dir" UUID="2a3d3082-f3ac-4bd2-8b72-b8d543c478aa" TYPE="ext4" PARTUUID="38fed140-02"
  543. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  544. =================== /etc/grub.d/ :
  545. drwxr-xr-x 2 root root 4096 janv. 30 15:36 grub.d
  546. total 76
  547. -rwxr-xr-x 1 root root 9791 avril 16 2016 00_header
  548. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  549. -rwxr-xr-x 1 root root 12261 avril 16 2016 10_linux
  550. -rwxr-xr-x 1 root root 11082 avril 16 2016 20_linux_xen
  551. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  552. -rwxr-xr-x 1 root root 11692 avril 16 2016 30_os-prober
  553. -rwxr-xr-x 1 root root 1418 avril 16 2016 30_uefi-firmware
  554. -rwxr-xr-x 1 root root 214 avril 16 2016 40_custom
  555. -rwxr-xr-x 1 root root 216 avril 16 2016 41_custom
  556. -rw-r--r-- 1 root root 483 avril 16 2016 README
  557. =================== /etc/default/grub :
  558. # If you change this file, run 'update-grub' afterwards to update
  559. # /boot/grub/grub.cfg.
  560. # For full documentation of the options in this file, see:
  561. # info -f grub -n 'Simple configuration'
  562. GRUB_DEFAULT=0
  563. GRUB_HIDDEN_TIMEOUT=1
  564. GRUB_HIDDEN_TIMEOUT_QUIET=true
  565. GRUB_TIMEOUT=0
  566. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  567. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  568. GRUB_CMDLINE_LINUX=""
  569. # Uncomment to enable BadRAM filtering, modify to suit your needs
  570. # This works with Linux (no patch required) and with any kernel that obtains
  571. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  572. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  573. # Uncomment to disable graphical terminal (grub-pc only)
  574. #GRUB_TERMINAL=console
  575. # The resolution used on graphical terminal
  576. # note that you can use only modes which your graphic card supports via VBE
  577. # you can see them in real GRUB with the command `vbeinfo'
  578. #GRUB_GFXMODE=640x480
  579. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  580. #GRUB_DISABLE_LINUX_UUID=true
  581. # Uncomment to disable generation of recovery mode menu entries
  582. #GRUB_DISABLE_RECOVERY="true"
  583. # Uncomment to get a beep at grub start
  584. #GRUB_INIT_TUNE="480 440 1"
  585. =================== UEFI/Legacy mode:
  586. This installed-session is not in EFI-mode.
  587. EFI in dmesg.
  588. [ 0.000000] ACPI: UEFI 0x00000000775FD3D0 000042 (v01 00000000 00000000)
  589. SecureBoot disabled.
  590. =================== PARTITIONS & DISKS:
  591. sda2 : 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, .
  592. sdb1 : sdb, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /home.
  593. sdb2 : sdb, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /root.
  594. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  595. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, no-os, 2048 sectors * 512 bytes
  596. =================== parted -l:
  597. Model: ATA KINGSTON SM2280S (scsi)
  598. Disk /dev/sda: 120GB
  599. Sector size (logical/physical): 512B/512B
  600. Partition Table: msdos
  601. Disk Flags:
  602. Number Start End Size Type File system Flags
  603. 2 1049kB 107GB 107GB primary ext4 boot
  604. 1 107GB 120GB 12.9GB primary linux-swap(v1)
  605. Model: ATA WDC WD10JPVX-22J (scsi)
  606. Disk /dev/sdb: 1000GB
  607. Sector size (logical/physical): 512B/4096B
  608. Partition Table: msdos
  609. Disk Flags:
  610. Number Start End Size Type File system Flags
  611. 1 1049kB 950GB 950GB primary ext4
  612. 2 950GB 1000GB 50.0GB primary ext4
  613. =================== parted -lm:
  614. BYT;
  615. /dev/sda:120GB:scsi:512:512:msdos:ATA KINGSTON SM2280S:;
  616. 2:1049kB:107GB:107GB:ext4::boot;
  617. 1:107GB:120GB:12.9GB:linux-swap(v1)::;
  618. BYT;
  619. /dev/sdb:1000GB:scsi:512:4096:msdos:ATA WDC WD10JPVX-22J:;
  620. 1:1049kB:950GB:950GB:ext4::;
  621. 2:950GB:1000GB:50.0GB:ext4::;
  622. =================== lsblk:
  623. KNAME TYPE FSTYPE SIZE LABEL
  624. sda disk 111,8G
  625. sda1 part swap 12G SWAP
  626. sda2 part ext4 99,8G Racine
  627. sdb disk 931,5G
  628. sdb1 part ext4 885G Home
  629. sdb2 part ext4 46,6G root-dir
  630. sr0 rom 1024M
  631. KNAME ROTA RO RM STATE MOUNTPOINT
  632. sda 0 0 0 running
  633. sda1 0 0 0 [SWAP]
  634. sda2 0 0 0 /
  635. sdb 1 0 0 running
  636. sdb1 1 0 0 /home
  637. sdb2 1 0 0 /root
  638. sr0 1 0 1 running
  639. =================== mount:
  640. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  641. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  642. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4020892k,nr_inodes=1005223,mode=755)
  643. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  644. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=808208k,mode=755)
  645. /dev/sda2 on / type ext4 (rw,noatime,errors=remount-ro,data=ordered)
  646. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  647. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  648. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  649. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  650. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  651. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  652. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  653. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  654. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  655. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  656. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  657. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  658. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  659. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  660. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  661. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  662. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  663. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  664. mqueue on /dev/mqueue type mqueue (rw,relatime)
  665. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  666. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  667. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  668. tmpfs on /var/log type tmpfs (rw,noatime,mode=755)
  669. tmpfs on /var/spool type tmpfs (rw,noatime)
  670. tmpfs on /tmp type tmpfs (rw,noatime)
  671. /dev/sdb2 on /root type ext4 (rw,noatime,data=ordered)
  672. /dev/sdb1 on /home type ext4 (rw,noatime,data=ordered)
  673. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  674. tmpfs on /run/user/1001 type tmpfs (rw,nosuid,nodev,relatime,size=808208k,mode=700,uid=1001,gid=1001)
  675. overlaid on /run/user/1001/laurannie-firefox-i98sfz6v.default type overlay (rw,nosuid,nodev,relatime,lowerdir=/home/laurannie/.mozilla/firefox/i98sfz6v.default-backup,upperdir=/run/user/1001/laurannie-firefox-i98sfz6v.default-rw,workdir=/run/user/1001/.laurannie-firefox-i98sfz6v.default)
  676. overlaid on /run/user/1001/laurannie-google-chrome type overlay (rw,nosuid,nodev,relatime,lowerdir=/home/laurannie/.config/google-chrome-backup,upperdir=/run/user/1001/laurannie-google-chrome-rw,workdir=/run/user/1001/.laurannie-google-chrome)
  677. gvfsd-fuse on /run/user/1001/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1001,group_id=1001)
  678. =================== ls:
  679. /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 size slaves stat subsystem trace uevent
  680. /sys/block/sdb (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 sdb1 sdb2 size slaves stat subsystem trace uevent
  681. /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
  682. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 initctl input kmsg kvm lightnvm log mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sdb sdb1 sdb2 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  683. ls /dev/mapper: control
  684. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  685. =================== df -Th:
  686. Filesystem Type Size Used Avail Use% Mounted on
  687. udev devtmpfs 3.9G 0 3.9G 0% /dev
  688. tmpfs tmpfs 790M 9.6M 780M 2% /run
  689. /dev/sda2 ext4 99G 8.4G 85G 9% /
  690. tmpfs tmpfs 3.9G 252K 3.9G 1% /dev/shm
  691. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  692. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  693. tmpfs tmpfs 3.9G 2.9M 3.9G 1% /var/log
  694. tmpfs tmpfs 3.9G 0 3.9G 0% /var/spool
  695. tmpfs tmpfs 3.9G 176K 3.9G 1% /tmp
  696. /dev/sdb2 ext4 46G 53M 44G 1% /root
  697. /dev/sdb1 ext4 871G 207G 621G 25% /home
  698. tmpfs tmpfs 790M 76K 790M 1% /run/user/1001
  699. overlaid overlay 790M 76K 790M 1% /run/user/1001/laurannie-firefox-i98sfz6v.default
  700. overlaid overlay 790M 76K 790M 1% /run/user/1001/laurannie-google-chrome
  701. =================== fdisk -l:
  702. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  703. Units: sectors of 1 * 512 = 512 bytes
  704. Sector size (logical/physical): 512 bytes / 4096 bytes
  705. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  706. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  707. Units: sectors of 1 * 512 = 512 bytes
  708. Sector size (logical/physical): 512 bytes / 4096 bytes
  709. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  710. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  711. Units: sectors of 1 * 512 = 512 bytes
  712. Sector size (logical/physical): 512 bytes / 4096 bytes
  713. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  714. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  715. Units: sectors of 1 * 512 = 512 bytes
  716. Sector size (logical/physical): 512 bytes / 4096 bytes
  717. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  718. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  719. Units: sectors of 1 * 512 = 512 bytes
  720. Sector size (logical/physical): 512 bytes / 4096 bytes
  721. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  722. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  723. Units: sectors of 1 * 512 = 512 bytes
  724. Sector size (logical/physical): 512 bytes / 4096 bytes
  725. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  726. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  727. Units: sectors of 1 * 512 = 512 bytes
  728. Sector size (logical/physical): 512 bytes / 4096 bytes
  729. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  730. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  731. Units: sectors of 1 * 512 = 512 bytes
  732. Sector size (logical/physical): 512 bytes / 4096 bytes
  733. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  734. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  735. Units: sectors of 1 * 512 = 512 bytes
  736. Sector size (logical/physical): 512 bytes / 4096 bytes
  737. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  738. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  739. Units: sectors of 1 * 512 = 512 bytes
  740. Sector size (logical/physical): 512 bytes / 4096 bytes
  741. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  742. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  743. Units: sectors of 1 * 512 = 512 bytes
  744. Sector size (logical/physical): 512 bytes / 4096 bytes
  745. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  746. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  747. Units: sectors of 1 * 512 = 512 bytes
  748. Sector size (logical/physical): 512 bytes / 4096 bytes
  749. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  750. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  751. Units: sectors of 1 * 512 = 512 bytes
  752. Sector size (logical/physical): 512 bytes / 4096 bytes
  753. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  754. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  755. Units: sectors of 1 * 512 = 512 bytes
  756. Sector size (logical/physical): 512 bytes / 4096 bytes
  757. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  758. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  759. Units: sectors of 1 * 512 = 512 bytes
  760. Sector size (logical/physical): 512 bytes / 4096 bytes
  761. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  762. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  763. Units: sectors of 1 * 512 = 512 bytes
  764. Sector size (logical/physical): 512 bytes / 4096 bytes
  765. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  766. Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
  767. Units: sectors of 1 * 512 = 512 bytes
  768. Sector size (logical/physical): 512 bytes / 512 bytes
  769. I/O size (minimum/optimal): 512 bytes / 512 bytes
  770. Disklabel type: dos
  771. Disk identifier: 0x89c9e0f5
  772. Device Boot Start End Sectors Size Id Type
  773. /dev/sda1 209274880 234440703 25165824 12G 82 Linux swap / Solaris
  774. /dev/sda2 * 2048 209274879 209272832 99.8G 83 Linux
  775. Partition table entries are not in disk order.
  776. Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  777. Units: sectors of 1 * 512 = 512 bytes
  778. Sector size (logical/physical): 512 bytes / 4096 bytes
  779. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  780. Disklabel type: dos
  781. Disk identifier: 0x38fed140
  782. Device Boot Start End Sectors Size Id Type
  783. /dev/sdb1 2048 1855866879 1855864832 885G 83 Linux
  784. /dev/sdb2 1855866880 1953523711 97656832 46.6G 83 Linux
  785. =================== Suggested repair
  786. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda2 into the MBRs of all disks (except USB without OS).
  787. Additional repair would be performed: unhide-bootmenu-10s
  788. =================== Final advice in case of suggested repair
  789. N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sda (120GB) !
  790. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.2 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Boot-Repair]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  791. =================== User settings
  792. The settings chosen by the user will not act on the boot.
  793. paste.ubuntu.com ko (), using paste.debian
  794. paste.debian.net ko (), using paste2