1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. for (,msdos1)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: ext4
  12. Boot sector type: -
  13. Boot sector info:
  14. Operating System: Ubuntu 16.04.1 LTS
  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: Unknown
  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: 931.5 GiB, 1000204886016 bytes, 1953525168 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 1,945,407,487 1,945,405,440 83 Linux
  34. /dev/sda2 1,945,409,534 1,953,523,711 8,114,178 5 Extended
  35. /dev/sda5 1,945,409,536 1,953,523,711 8,114,176 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/loop0 squashfs
  39. /dev/sda1 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a ext4
  40. /dev/sda5 5e92bade-3725-4fae-a66e-a576e0227fbf swap
  41. /dev/sr0 2016-04-20-22-29-52-00 iso9660 Ubuntu 16.04 LTS amd64
  42. ========================= "ls -l /dev/disk/by-id" output: ======================
  43. total 0
  44. lrwxrwxrwx 1 root root 9 Oct 21 08:18 ata-PLDS_DVD-RW_DS8A9SH_O10A11857L1CG3A1RT7Y -> ../../sr0
  45. lrwxrwxrwx 1 root root 9 Oct 21 08:27 usb-Samsung_M3_Portable_0C237DE90100000A-0:0 -> ../../sda
  46. lrwxrwxrwx 1 root root 10 Oct 21 08:27 usb-Samsung_M3_Portable_0C237DE90100000A-0:0-part1 -> ../../sda1
  47. lrwxrwxrwx 1 root root 10 Oct 21 08:27 usb-Samsung_M3_Portable_0C237DE90100000A-0:0-part2 -> ../../sda2
  48. lrwxrwxrwx 1 root root 10 Oct 21 08:27 usb-Samsung_M3_Portable_0C237DE90100000A-0:0-part5 -> ../../sda5
  49. ================================ Mount points: =================================
  50. Device Mount_Point Type Options
  51. /dev/loop0 /rofs squashfs (ro,noatime)
  52. /dev/sda1 /media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  53. /dev/sr0 /cdrom iso9660 (ro,noatime)
  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 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  119. else
  120. search --no-floppy --fs-uuid --set=root 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  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=10
  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. if background_color 44,0,30,0; then
  150. clear
  151. fi
  152. ### END /etc/grub.d/05_debian_theme ###
  153. ### BEGIN /etc/grub.d/10_linux ###
  154. function gfxmode {
  155. set gfxpayload="${1}"
  156. if [ "${1}" = "keep" ]; then
  157. set vt_handoff=vt.handoff=7
  158. else
  159. set vt_handoff=
  160. fi
  161. }
  162. if [ "${recordfail}" != 1 ]; then
  163. if [ -e ${prefix}/gfxblacklist.txt ]; then
  164. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  165. if [ ${match} = 0 ]; then
  166. set linux_gfx_mode=keep
  167. else
  168. set linux_gfx_mode=text
  169. fi
  170. else
  171. set linux_gfx_mode=text
  172. fi
  173. else
  174. set linux_gfx_mode=keep
  175. fi
  176. else
  177. set linux_gfx_mode=text
  178. fi
  179. export linux_gfx_mode
  180. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a' {
  181. recordfail
  182. load_video
  183. gfxmode $linux_gfx_mode
  184. insmod gzio
  185. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  186. insmod part_msdos
  187. insmod ext2
  188. set root='hd0,msdos1'
  189. if [ x$feature_platform_search_hint = xy ]; then
  190. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  191. else
  192. search --no-floppy --fs-uuid --set=root 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  193. fi
  194. linux /boot/vmlinuz-4.4.0-45-generic root=UUID=6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a ro quiet splash $vt_handoff
  195. initrd /boot/initrd.img-4.4.0-45-generic
  196. }
  197. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a' {
  198. menuentry 'Ubuntu, with Linux 4.4.0-45-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-45-generic-advanced-6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a' {
  199. recordfail
  200. load_video
  201. gfxmode $linux_gfx_mode
  202. insmod gzio
  203. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  204. insmod part_msdos
  205. insmod ext2
  206. set root='hd0,msdos1'
  207. if [ x$feature_platform_search_hint = xy ]; then
  208. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  209. else
  210. search --no-floppy --fs-uuid --set=root 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  211. fi
  212. echo 'Loading Linux 4.4.0-45-generic ...'
  213. linux /boot/vmlinuz-4.4.0-45-generic root=UUID=6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a ro quiet splash $vt_handoff
  214. echo 'Loading initial ramdisk ...'
  215. initrd /boot/initrd.img-4.4.0-45-generic
  216. }
  217. menuentry 'Ubuntu, with Linux 4.4.0-45-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-45-generic-init-upstart-6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a' {
  218. recordfail
  219. load_video
  220. gfxmode $linux_gfx_mode
  221. insmod gzio
  222. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  223. insmod part_msdos
  224. insmod ext2
  225. set root='hd0,msdos1'
  226. if [ x$feature_platform_search_hint = xy ]; then
  227. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  228. else
  229. search --no-floppy --fs-uuid --set=root 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  230. fi
  231. echo 'Loading Linux 4.4.0-45-generic ...'
  232. linux /boot/vmlinuz-4.4.0-45-generic root=UUID=6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a ro quiet splash $vt_handoff init=/sbin/upstart
  233. echo 'Loading initial ramdisk ...'
  234. initrd /boot/initrd.img-4.4.0-45-generic
  235. }
  236. menuentry 'Ubuntu, with Linux 4.4.0-45-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-45-generic-recovery-6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a' {
  237. recordfail
  238. load_video
  239. insmod gzio
  240. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  241. insmod part_msdos
  242. insmod ext2
  243. set root='hd0,msdos1'
  244. if [ x$feature_platform_search_hint = xy ]; then
  245. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  246. else
  247. search --no-floppy --fs-uuid --set=root 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  248. fi
  249. echo 'Loading Linux 4.4.0-45-generic ...'
  250. linux /boot/vmlinuz-4.4.0-45-generic root=UUID=6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a ro recovery nomodeset
  251. echo 'Loading initial ramdisk ...'
  252. initrd /boot/initrd.img-4.4.0-45-generic
  253. }
  254. menuentry 'Ubuntu, with Linux 4.4.0-42-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-42-generic-advanced-6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a' {
  255. recordfail
  256. load_video
  257. gfxmode $linux_gfx_mode
  258. insmod gzio
  259. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  260. insmod part_msdos
  261. insmod ext2
  262. set root='hd0,msdos1'
  263. if [ x$feature_platform_search_hint = xy ]; then
  264. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  265. else
  266. search --no-floppy --fs-uuid --set=root 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  267. fi
  268. echo 'Loading Linux 4.4.0-42-generic ...'
  269. linux /boot/vmlinuz-4.4.0-42-generic root=UUID=6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a ro quiet splash $vt_handoff
  270. echo 'Loading initial ramdisk ...'
  271. initrd /boot/initrd.img-4.4.0-42-generic
  272. }
  273. menuentry 'Ubuntu, with Linux 4.4.0-42-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-42-generic-init-upstart-6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a' {
  274. recordfail
  275. load_video
  276. gfxmode $linux_gfx_mode
  277. insmod gzio
  278. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  279. insmod part_msdos
  280. insmod ext2
  281. set root='hd0,msdos1'
  282. if [ x$feature_platform_search_hint = xy ]; then
  283. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  284. else
  285. search --no-floppy --fs-uuid --set=root 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  286. fi
  287. echo 'Loading Linux 4.4.0-42-generic ...'
  288. linux /boot/vmlinuz-4.4.0-42-generic root=UUID=6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a ro quiet splash $vt_handoff init=/sbin/upstart
  289. echo 'Loading initial ramdisk ...'
  290. initrd /boot/initrd.img-4.4.0-42-generic
  291. }
  292. menuentry 'Ubuntu, with Linux 4.4.0-42-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-42-generic-recovery-6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a' {
  293. recordfail
  294. load_video
  295. insmod gzio
  296. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  297. insmod part_msdos
  298. insmod ext2
  299. set root='hd0,msdos1'
  300. if [ x$feature_platform_search_hint = xy ]; then
  301. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  302. else
  303. search --no-floppy --fs-uuid --set=root 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  304. fi
  305. echo 'Loading Linux 4.4.0-42-generic ...'
  306. linux /boot/vmlinuz-4.4.0-42-generic root=UUID=6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a ro recovery nomodeset
  307. echo 'Loading initial ramdisk ...'
  308. initrd /boot/initrd.img-4.4.0-42-generic
  309. }
  310. menuentry 'Ubuntu, with Linux 4.4.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-advanced-6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a' {
  311. recordfail
  312. load_video
  313. gfxmode $linux_gfx_mode
  314. insmod gzio
  315. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  316. insmod part_msdos
  317. insmod ext2
  318. set root='hd0,msdos1'
  319. if [ x$feature_platform_search_hint = xy ]; then
  320. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  321. else
  322. search --no-floppy --fs-uuid --set=root 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  323. fi
  324. echo 'Loading Linux 4.4.0-38-generic ...'
  325. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a ro quiet splash $vt_handoff
  326. echo 'Loading initial ramdisk ...'
  327. initrd /boot/initrd.img-4.4.0-38-generic
  328. }
  329. menuentry 'Ubuntu, with Linux 4.4.0-38-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-init-upstart-6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a' {
  330. recordfail
  331. load_video
  332. gfxmode $linux_gfx_mode
  333. insmod gzio
  334. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  335. insmod part_msdos
  336. insmod ext2
  337. set root='hd0,msdos1'
  338. if [ x$feature_platform_search_hint = xy ]; then
  339. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  340. else
  341. search --no-floppy --fs-uuid --set=root 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  342. fi
  343. echo 'Loading Linux 4.4.0-38-generic ...'
  344. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a ro quiet splash $vt_handoff init=/sbin/upstart
  345. echo 'Loading initial ramdisk ...'
  346. initrd /boot/initrd.img-4.4.0-38-generic
  347. }
  348. menuentry 'Ubuntu, with Linux 4.4.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-recovery-6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a' {
  349. recordfail
  350. load_video
  351. insmod gzio
  352. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  353. insmod part_msdos
  354. insmod ext2
  355. set root='hd0,msdos1'
  356. if [ x$feature_platform_search_hint = xy ]; then
  357. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  358. else
  359. search --no-floppy --fs-uuid --set=root 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  360. fi
  361. echo 'Loading Linux 4.4.0-38-generic ...'
  362. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a ro recovery nomodeset
  363. echo 'Loading initial ramdisk ...'
  364. initrd /boot/initrd.img-4.4.0-38-generic
  365. }
  366. menuentry 'Ubuntu, with Linux 4.4.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-advanced-6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a' {
  367. recordfail
  368. load_video
  369. gfxmode $linux_gfx_mode
  370. insmod gzio
  371. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  372. insmod part_msdos
  373. insmod ext2
  374. set root='hd0,msdos1'
  375. if [ x$feature_platform_search_hint = xy ]; then
  376. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  377. else
  378. search --no-floppy --fs-uuid --set=root 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  379. fi
  380. echo 'Loading Linux 4.4.0-36-generic ...'
  381. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a ro quiet splash $vt_handoff
  382. echo 'Loading initial ramdisk ...'
  383. initrd /boot/initrd.img-4.4.0-36-generic
  384. }
  385. menuentry 'Ubuntu, with Linux 4.4.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-init-upstart-6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a' {
  386. recordfail
  387. load_video
  388. gfxmode $linux_gfx_mode
  389. insmod gzio
  390. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  391. insmod part_msdos
  392. insmod ext2
  393. set root='hd0,msdos1'
  394. if [ x$feature_platform_search_hint = xy ]; then
  395. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  396. else
  397. search --no-floppy --fs-uuid --set=root 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  398. fi
  399. echo 'Loading Linux 4.4.0-36-generic ...'
  400. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a ro quiet splash $vt_handoff init=/sbin/upstart
  401. echo 'Loading initial ramdisk ...'
  402. initrd /boot/initrd.img-4.4.0-36-generic
  403. }
  404. menuentry 'Ubuntu, with Linux 4.4.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-recovery-6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a' {
  405. recordfail
  406. load_video
  407. insmod gzio
  408. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  409. insmod part_msdos
  410. insmod ext2
  411. set root='hd0,msdos1'
  412. if [ x$feature_platform_search_hint = xy ]; then
  413. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  414. else
  415. search --no-floppy --fs-uuid --set=root 6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  416. fi
  417. echo 'Loading Linux 4.4.0-36-generic ...'
  418. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a ro recovery nomodeset
  419. echo 'Loading initial ramdisk ...'
  420. initrd /boot/initrd.img-4.4.0-36-generic
  421. }
  422. }
  423. ### END /etc/grub.d/10_linux ###
  424. ### BEGIN /etc/grub.d/20_linux_xen ###
  425. ### END /etc/grub.d/20_linux_xen ###
  426. ### BEGIN /etc/grub.d/30_os-prober ###
  427. ### END /etc/grub.d/30_os-prober ###
  428. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  429. ### END /etc/grub.d/30_uefi-firmware ###
  430. ### BEGIN /etc/grub.d/40_custom ###
  431. # This file provides an easy way to add custom menu entries. Simply type the
  432. # menu entries you want to add after this comment. Be careful not to change
  433. # the 'exec tail' line above.
  434. ### END /etc/grub.d/40_custom ###
  435. ### BEGIN /etc/grub.d/41_custom ###
  436. if [ -f ${config_directory}/custom.cfg ]; then
  437. source ${config_directory}/custom.cfg
  438. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  439. source $prefix/custom.cfg;
  440. fi
  441. ### END /etc/grub.d/41_custom ###
  442. --------------------------------------------------------------------------------
  443. =============================== sda1/etc/fstab: ================================
  444. --------------------------------------------------------------------------------
  445. # /etc/fstab: static file system information.
  446. #
  447. # Use 'blkid' to print the universally unique identifier for a
  448. # device; this may be used with UUID= as a more robust way to name devices
  449. # that works even if disks are added and removed. See fstab(5).
  450. #
  451. # <file system> <mount point> <type> <options> <dump> <pass>
  452. # / was on /dev/sda1 during installation
  453. UUID=6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a / ext4 errors=remount-ro 0 1
  454. # swap was on /dev/sda5 during installation
  455. UUID=5e92bade-3725-4fae-a66e-a576e0227fbf none swap sw 0 0
  456. --------------------------------------------------------------------------------
  457. =================== sda1: Location of files loaded by Grub: ====================
  458. GiB - GB File Fragment(s)
  459. 0.000988007 = 0.001060864 boot/grub/grub.cfg 1
  460. 127.141090393 = 136.516706304 boot/grub/i386-pc/core.img 1
  461. 209.041389465 = 224.456482816 boot/vmlinuz-4.4.0-36-generic 1
  462. 211.933258057 = 227.561603072 boot/vmlinuz-4.4.0-38-generic 1
  463. 215.155311584 = 231.021256704 boot/vmlinuz-4.4.0-42-generic 1
  464. 227.572696686 = 244.354322432 boot/vmlinuz-4.4.0-45-generic 1
  465. 227.572696686 = 244.354322432 vmlinuz 1
  466. 215.155311584 = 231.021256704 vmlinuz.old 1
  467. 211.815700531 = 227.435376640 boot/initrd.img-4.4.0-36-generic 3
  468. 214.762195587 = 230.599151616 boot/initrd.img-4.4.0-38-generic 3
  469. 213.063472748 = 228.775161856 boot/initrd.img-4.4.0-42-generic 5
  470. 280.182689667 = 300.843872256 boot/initrd.img-4.4.0-45-generic 2
  471. 280.182689667 = 300.843872256 initrd.img 2
  472. 213.063472748 = 228.775161856 initrd.img.old 5
  473. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  474. Unknown BootLoader on sda2
  475. 00000000 50 ea 63 80 01 4b 9e c2 50 39 02 00 00 00 00 00 |P.c..K..P9......|
  476. 00000010 06 70 53 d0 20 bd 5e 00 f8 39 02 00 00 00 00 00 |.pS. .^..9......|
  477. 00000020 8a 01 aa aa f0 fd 9a e6 38 41 02 00 00 00 00 00 |........8A......|
  478. 00000030 07 02 d8 2b 79 1e a6 98 10 bb 26 00 00 00 00 00 |...+y.....&.....|
  479. 00000040 98 8f db d1 9d 62 f8 89 01 00 00 00 00 00 00 00 |.....b..........|
  480. 00000050 66 00 00 00 00 00 00 00 a6 d0 c3 e3 4d a9 f1 95 |f...........M...|
  481. 00000060 00 00 00 00 00 00 00 00 10 bb 26 00 00 00 00 00 |..........&.....|
  482. 00000070 b0 bc 26 00 00 00 00 00 00 00 00 00 00 00 00 00 |..&.............|
  483. 00000080 01 00 00 00 00 00 00 00 5f 53 4f 55 52 43 45 5f |........_SOURCE_|
  484. 00000090 4d 4f 4e 4f 54 4f 4e 49 43 5f 54 49 4d 45 53 54 |MONOTONIC_TIMEST|
  485. 000000a0 41 4d 50 3d 34 38 31 37 39 37 31 38 33 31 00 00 |AMP=4817971831..|
  486. 000000b0 03 00 00 00 00 00 00 00 d0 00 00 00 00 00 00 00 |................|
  487. 000000c0 95 1e 00 00 00 00 00 00 e7 17 0f df d1 37 05 00 |.............7..|
  488. 000000d0 49 f4 32 1f 01 00 00 00 da da 94 be 8e b4 49 78 |I.2...........Ix|
  489. 000000e0 a4 d7 a0 87 d5 26 e2 ee f3 d3 15 da ce fa 10 fe |.....&..........|
  490. 000000f0 a0 35 02 00 00 00 00 00 32 1f c9 c1 9d fe 37 58 |.5......2.....7X|
  491. 00000100 30 36 02 00 00 00 00 00 a3 26 8d 80 19 9f f0 80 |06.......&......|
  492. 00000110 b0 36 02 00 00 00 00 00 e5 e1 d7 19 f8 dc fc a1 |.6..............|
  493. 00000120 40 37 02 00 00 00 00 00 e1 c8 c7 b1 52 b8 a0 8c |@7..........R...|
  494. 00000130 b0 38 02 00 00 00 00 00 50 ea 63 80 01 4b 9e c2 |.8......P.c..K..|
  495. 00000140 50 39 02 00 00 00 00 00 06 70 53 d0 20 bd 5e 00 |P9.......pS. .^.|
  496. 00000150 f8 39 02 00 00 00 00 00 8a 01 aa aa f0 fd 9a e6 |.9..............|
  497. 00000160 08 43 02 00 00 00 00 00 1c 88 18 2a 7c 5d 20 ba |.C.........*|] .|
  498. 00000170 48 bc 26 00 00 00 00 00 a6 d0 c3 e3 4d a9 f1 95 |H.&.........M...|
  499. 00000180 01 00 00 00 00 00 00 00 66 00 00 00 00 00 00 00 |........f.......|
  500. 00000190 0c e0 e0 86 6c fe 39 cc 00 00 00 00 00 00 00 00 |....l.9.........|
  501. 000001a0 48 bc 26 00 00 00 00 00 e8 bd 26 00 00 00 00 00 |H.&.......&.....|
  502. 000001b0 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 fe |................|
  503. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 d0 7b 00 00 00 |............{...|
  504. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  505. *
  506. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  507. 00000200
  508. =============================== StdErr Messages: ===============================
  509. File descriptor 9 (/proc/4968/mounts) leaked on lvs invocation. Parent PID 14819: bash
  510. File descriptor 63 (pipe:[52380]) leaked on lvs invocation. Parent PID 14819: bash
  511. ADDITIONAL INFORMATION :
  512. =================== log of boot-repair 2016-10-21__08h24 ===================
  513. boot-repair version : 4ppa38
  514. boot-sav version : 4ppa38
  515. glade2script version : 3.2.3~ppa1
  516. boot-sav-extra version : 4ppa38
  517. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  518. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  519. boot-repair is executed in live-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
  520. CPU op-mode(s): 32-bit, 64-bit
  521. file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  522. ls: impossible d'accéder à '/home/usr/.config': Aucun fichier ou dossier de ce type
  523. =================== os-prober:
  524. /dev/sda1:Ubuntu 16.04.1 LTS (16.04):Ubuntu:linux
  525. =================== blkid:
  526. /dev/sda1: UUID="6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a" TYPE="ext4" PARTUUID="ad24a997-01"
  527. /dev/sr0: UUID="2016-04-20-22-29-52-00" LABEL="Ubuntu 16.04 LTS amd64" TYPE="iso9660" PTUUID="0e0e8e70" PTTYPE="dos"
  528. /dev/loop0: TYPE="squashfs"
  529. /dev/sda5: UUID="5e92bade-3725-4fae-a66e-a576e0227fbf" TYPE="swap" PARTUUID="ad24a997-05"
  530. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  531. =================== /media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a/etc/grub.d/ :
  532. drwxr-xr-x 2 root root 4096 oct. 21 08:13 grub.d
  533. total 4
  534. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  535. =================== sda1recordfail=1/grub/grubenv :
  536. recordfail=1
  537. =================== UEFI/Legacy mode:
  538. This live-session is not in EFI-mode.
  539. EFI in dmesg.
  540. [ 0.000000] ACPI: UEFI 0x00000000CAFFC000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
  541. SecureBoot maybe enabled.
  542. =================== PARTITIONS & DISKS:
  543. sda1 : sda, not-sepboot, grubenv-ng nogrub, signed , no-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, nogrubinstall, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, /media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a.
  544. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, usb-disk, has-os, 2048 sectors * 512 bytes
  545. =================== parted -l:
  546. Model: Samsung M3 Portable (scsi)
  547. Disk /dev/sda: 1000GB
  548. Sector size (logical/physical): 512B/512B
  549. Partition Table: msdos
  550. Disk Flags:
  551. Number Start End Size Type File system Flags
  552. 1 1049kB 996GB 996GB primary ext4 boot
  553. 2 996GB 1000GB 4154MB extended
  554. 5 996GB 1000GB 4154MB logical linux-swap(v1)
  555. Model: PLDS DVD-RW DS8A9SH (scsi)
  556. Disk /dev/sr0: 1486MB
  557. Sector size (logical/physical): 2048B/2048B
  558. Partition Table: mac
  559. Disk Flags:
  560. Number Start End Size File system Name Flags
  561. 1 2048B 6143B 4096B Apple
  562. 2 1479MB 1481MB 2425kB EFI
  563. =================== parted -lm:
  564. BYT;
  565. /dev/sda:1000GB:scsi:512:512:msdos:Samsung M3 Portable:;
  566. 1:1049kB:996GB:996GB:ext4::boot;
  567. 2:996GB:1000GB:4154MB:::;
  568. 5:996GB:1000GB:4154MB:linux-swap(v1)::;
  569. BYT;
  570. /dev/sr0:1486MB:scsi:2048:2048:mac:PLDS DVD-RW DS8A9SH:;
  571. 1:2048B:6143B:4096B::Apple:;
  572. 2:1479MB:1481MB:2425kB::EFI:;
  573. =================== lsblk:
  574. KNAME TYPE FSTYPE SIZE LABEL
  575. sda disk 931,5G
  576. sda1 part ext4 927,7G
  577. sda2 part 1K
  578. sda5 part swap 3,9G
  579. sr0 rom iso9660 1,4G Ubuntu 16.04 LTS amd64
  580. loop0 loop squashfs 1,3G
  581. KNAME ROTA RO RM STATE MOUNTPOINT
  582. sda 1 0 0 running
  583. sda1 1 0 0 /media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  584. sda2 1 0 0
  585. sda5 1 0 0 [SWAP]
  586. sr0 1 0 1 running /cdrom
  587. loop0 1 1 0 /rofs
  588. =================== mount:
  589. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  590. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  591. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1940104k,nr_inodes=485026,mode=755)
  592. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  593. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=390952k,mode=755)
  594. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  595. /dev/loop0 on /rofs type squashfs (ro,noatime)
  596. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  597. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  598. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  599. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  600. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  601. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  602. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  603. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  604. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  605. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  606. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  607. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  608. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  609. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  610. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  611. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  612. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  613. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  614. mqueue on /dev/mqueue type mqueue (rw,relatime)
  615. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  616. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  617. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  618. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  619. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  620. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=390952k,mode=700,uid=999,gid=999)
  621. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  622. /dev/sda1 on /media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  623. =================== ls:
  624. /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
  625. /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
  626. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 initctl input kmsg lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  627. ls /dev/mapper: control
  628. =================== df -Th:
  629. Filesystem Type Size Used Avail Use% Mounted on
  630. udev devtmpfs 1.9G 0 1.9G 0% /dev
  631. tmpfs tmpfs 382M 6.2M 376M 2% /run
  632. /dev/sr0 iso9660 1.4G 1.4G 0 100% /cdrom
  633. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  634. /cow overlay 1.9G 91M 1.8G 5% /
  635. tmpfs tmpfs 1.9G 196K 1.9G 1% /dev/shm
  636. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  637. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  638. tmpfs tmpfs 1.9G 288K 1.9G 1% /tmp
  639. tmpfs tmpfs 382M 72K 382M 1% /run/user/999
  640. /dev/sda1 ext4 913G 123G 745G 15% /media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a
  641. =================== fdisk -l:
  642. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  643. Units: sectors of 1 * 512 = 512 bytes
  644. Sector size (logical/physical): 512 bytes / 4096 bytes
  645. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  646. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  647. Units: sectors of 1 * 512 = 512 bytes
  648. Sector size (logical/physical): 512 bytes / 4096 bytes
  649. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  650. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  651. Units: sectors of 1 * 512 = 512 bytes
  652. Sector size (logical/physical): 512 bytes / 4096 bytes
  653. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  654. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  655. Units: sectors of 1 * 512 = 512 bytes
  656. Sector size (logical/physical): 512 bytes / 4096 bytes
  657. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  658. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  659. Units: sectors of 1 * 512 = 512 bytes
  660. Sector size (logical/physical): 512 bytes / 4096 bytes
  661. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  662. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  663. Units: sectors of 1 * 512 = 512 bytes
  664. Sector size (logical/physical): 512 bytes / 4096 bytes
  665. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  666. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  667. Units: sectors of 1 * 512 = 512 bytes
  668. Sector size (logical/physical): 512 bytes / 4096 bytes
  669. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  670. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  671. Units: sectors of 1 * 512 = 512 bytes
  672. Sector size (logical/physical): 512 bytes / 4096 bytes
  673. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  674. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  675. Units: sectors of 1 * 512 = 512 bytes
  676. Sector size (logical/physical): 512 bytes / 4096 bytes
  677. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  678. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  679. Units: sectors of 1 * 512 = 512 bytes
  680. Sector size (logical/physical): 512 bytes / 4096 bytes
  681. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  682. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  683. Units: sectors of 1 * 512 = 512 bytes
  684. Sector size (logical/physical): 512 bytes / 4096 bytes
  685. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  686. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  687. Units: sectors of 1 * 512 = 512 bytes
  688. Sector size (logical/physical): 512 bytes / 4096 bytes
  689. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  690. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  691. Units: sectors of 1 * 512 = 512 bytes
  692. Sector size (logical/physical): 512 bytes / 4096 bytes
  693. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  694. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  695. Units: sectors of 1 * 512 = 512 bytes
  696. Sector size (logical/physical): 512 bytes / 4096 bytes
  697. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  698. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  699. Units: sectors of 1 * 512 = 512 bytes
  700. Sector size (logical/physical): 512 bytes / 4096 bytes
  701. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  702. Disk /dev/ram15: 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/loop0: 1.3 GiB, 1433468928 bytes, 2799744 sectors
  707. Units: sectors of 1 * 512 = 512 bytes
  708. Sector size (logical/physical): 512 bytes / 512 bytes
  709. I/O size (minimum/optimal): 512 bytes / 512 bytes
  710. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  711. Units: sectors of 1 * 512 = 512 bytes
  712. Sector size (logical/physical): 512 bytes / 512 bytes
  713. I/O size (minimum/optimal): 512 bytes / 512 bytes
  714. Disklabel type: dos
  715. Disk identifier: 0xad24a997
  716. Device Boot Start End Sectors Size Id Type
  717. /dev/sda1 * 2048 1945407487 1945405440 927.7G 83 Linux
  718. /dev/sda2 1945409534 1953523711 8114178 3.9G 5 Extended
  719. /dev/sda5 1945409536 1953523711 8114176 3.9G 82 Linux swap / Solaris
  720. =================== Recommended repair
  721. The default repair of the Boot-Repair utility will purge (in order to fix packages fix executable) and reinstall the grub2 of sda1 into the MBR of sda.
  722. Additional repair will be performed: unhide-bootmenu-10s
  723. chroot /media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a apt-get -y --force-yes update
  724. Purge the GRUB of sda1
  725. cp: impossible d'évaluer '/media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a/etc/default/grub': Aucun fichier ou dossier de ce type
  726. grub-pc available
  727. Lecture des listes de paquets…
  728. Construction de l'arbre des dépendances…SET@_progressbar1.pulse()
  729. Lecture des informations d'état…
  730. Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  731. linux-headers-4.4.0-36 linux-headers-4.4.0-36-generic linux-headers-4.4.0-38
  732. linux-headers-4.4.0-38-generic linux-image-4.4.0-36-generic
  733. linux-image-4.4.0-38-generic linux-image-extra-4.4.0-36-generic
  734. linux-image-extra-4.4.0-38-generic
  735. Veuillez utiliser « sudo apt autoremove » pour les supprimer.
  736. The following additional packages will be installed:
  737. grub-common grub-gfxpayload-lists grub-pc-bin grub2-common
  738. Paquets suggérés :
  739. multiboot-doc grub-emu xorriso desktop-base
  740. Les NOUVEAUX paquets suivants seront installés :
  741. grub-common grub-gfxpayload-lists grub-pc grub-pc-bin grub2-common
  742. 0 mis à jour, 5 nouvellement installés, 0 à enlever et 10 non mis à jour.
  743. Il est nécessaire de prendre 3 302 ko dans les archives.
  744. Après cette opération, 16,6 Mo d'espace disque supplémentaires seront utilisés.
  745. Réception de:1 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-common amd64 2.02~beta2-36ubuntu3.2 [1 707 kB]
  746. Réception de:2 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub2-common amd64 2.02~beta2-36ubuntu3.2 [511 kB]
  747. Réception de:3 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-pc-bin amd64 2.02~beta2-36ubuntu3.2 [884 kB]
  748. Réception de:4 http://fr.archive.ubuntu.com/ubuntu xenial/main amd64 grub-gfxpayload-lists amd64 0.7 [3 658 B]
  749. Réception de:5 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-pc amd64 2.02~beta2-36ubuntu3.2 [197 kB]
  750. 3 302 ko réceptionnés en 10s (309 ko/s)
  751. Téléchargement achevé et dans le mode téléchargement uniquement
  752. W: --force-yes is deprecated, use one of the options starting with --allow instead.
  753. DEBCHECK debOK, grub-pc
  754. DEBCHECK debOK
  755. Then type: sudo chroot "/media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a" dpkg --configure -ansudo chroot "/media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a" apt-get install -fynsudo chroot "/media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a" apt-get install -y --force-yes grub-pc
  756. =================== /media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a/etc/grub.d/ :
  757. drwxr-xr-x 2 root root 4096 oct. 21 08:25 grub.d
  758. drwxr-xr-x 2 root root 4096 oct. 21 08:13 grub.d.bak
  759. total 72
  760. -rwxr-xr-x 1 root root 9791 juil. 23 00:09 00_header
  761. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  762. -rwxr-xr-x 1 root root 12261 juil. 23 00:09 10_linux
  763. -rwxr-xr-x 1 root root 11082 juil. 23 00:09 20_linux_xen
  764. -rwxr-xr-x 1 root root 11692 juil. 23 00:09 30_os-prober
  765. -rwxr-xr-x 1 root root 1418 juil. 23 00:09 30_uefi-firmware
  766. -rwxr-xr-x 1 root root 214 juil. 23 00:09 40_custom
  767. -rwxr-xr-x 1 root root 216 juil. 23 00:09 41_custom
  768. -rw-r--r-- 1 root root 483 juil. 23 00:09 README
  769. =================== /media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a/etc/default/grub :
  770. # If you change this file, run 'update-grub' afterwards to update
  771. # /boot/grub/grub.cfg.
  772. # For full documentation of the options in this file, see:
  773. # info -f grub -n 'Simple configuration'
  774. GRUB_DEFAULT=0
  775. GRUB_HIDDEN_TIMEOUT=0
  776. GRUB_HIDDEN_TIMEOUT_QUIET=true
  777. GRUB_TIMEOUT=10
  778. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  779. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  780. GRUB_CMDLINE_LINUX=""
  781. # Uncomment to enable BadRAM filtering, modify to suit your needs
  782. # This works with Linux (no patch required) and with any kernel that obtains
  783. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  784. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  785. # Uncomment to disable graphical terminal (grub-pc only)
  786. #GRUB_TERMINAL=console
  787. # The resolution used on graphical terminal
  788. # note that you can use only modes which your graphic card supports via VBE
  789. # you can see them in real GRUB with the command `vbeinfo'
  790. #GRUB_GFXMODE=640x480
  791. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  792. #GRUB_DISABLE_LINUX_UUID=true
  793. # Uncomment to disable generation of recovery mode menu entries
  794. #GRUB_DISABLE_RECOVERY="true"
  795. # Uncomment to get a beep at grub start
  796. #GRUB_INIT_TUNE="480 440 1"
  797. Unhide GRUB boot menu in sda1/etc/default/grub
  798. =================== /media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a/etc/grub.d/ :
  799. drwxr-xr-x 2 root root 4096 oct. 21 08:25 grub.d
  800. drwxr-xr-x 2 root root 4096 oct. 21 08:13 grub.d.bak
  801. total 72
  802. -rwxr-xr-x 1 root root 9791 juil. 23 00:09 00_header
  803. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  804. -rwxr-xr-x 1 root root 12261 juil. 23 00:09 10_linux
  805. -rwxr-xr-x 1 root root 11082 juil. 23 00:09 20_linux_xen
  806. -rwxr-xr-x 1 root root 11692 juil. 23 00:09 30_os-prober
  807. -rwxr-xr-x 1 root root 1418 juil. 23 00:09 30_uefi-firmware
  808. -rwxr-xr-x 1 root root 214 juil. 23 00:09 40_custom
  809. -rwxr-xr-x 1 root root 216 juil. 23 00:09 41_custom
  810. -rw-r--r-- 1 root root 483 juil. 23 00:09 README
  811. =================== /media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a/etc/default/grub :
  812. # If you change this file, run 'update-grub' afterwards to update
  813. # /boot/grub/grub.cfg.
  814. # For full documentation of the options in this file, see:
  815. # info -f grub -n 'Simple configuration'
  816. GRUB_DEFAULT=0
  817. #GRUB_HIDDEN_TIMEOUT=0
  818. GRUB_HIDDEN_TIMEOUT_QUIET=true
  819. GRUB_TIMEOUT=10
  820. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  821. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  822. GRUB_CMDLINE_LINUX=""
  823. # Uncomment to enable BadRAM filtering, modify to suit your needs
  824. # This works with Linux (no patch required) and with any kernel that obtains
  825. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  826. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  827. # Uncomment to disable graphical terminal (grub-pc only)
  828. #GRUB_TERMINAL=console
  829. # The resolution used on graphical terminal
  830. # note that you can use only modes which your graphic card supports via VBE
  831. # you can see them in real GRUB with the command `vbeinfo'
  832. #GRUB_GFXMODE=640x480
  833. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  834. #GRUB_DISABLE_LINUX_UUID=true
  835. # Uncomment to disable generation of recovery mode menu entries
  836. #GRUB_DISABLE_RECOVERY="true"
  837. # Uncomment to get a beep at grub start
  838. #GRUB_INIT_TUNE="480 440 1"
  839. lspci: Unable to load libkmod resources: error -12
  840. *******lspci -nnk | grep -iA3 vga
  841. 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09)
  842. Subsystem: Lenovo 2nd Generation Core Processor Family Integrated Graphics Controller [17aa:3977]
  843. Kernel driver in use: i915
  844. 00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
  845. *******
  846. grub-install --version
  847. grub-install (GRUB) 2.02~beta2-36ubuntu3.2,grub-install (GRUB) 2.
  848. Reinstall the GRUB of sda1 into the MBR of sda
  849. Installing for i386-pc platform.
  850. Installation finished. No error reported.
  851. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  852. chroot /media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a update-grub
  853. Generating grub configuration file ...
  854. Found linux image: /boot/vmlinuz-4.4.0-45-generic
  855. Found initrd image: /boot/initrd.img-4.4.0-45-generic
  856. Found linux image: /boot/vmlinuz-4.4.0-42-generic
  857. Found initrd image: /boot/initrd.img-4.4.0-42-generic
  858. Found linux image: /boot/vmlinuz-4.4.0-38-generic
  859. Found initrd image: /boot/initrd.img-4.4.0-38-generic
  860. Found linux image: /boot/vmlinuz-4.4.0-36-generic
  861. Found initrd image: /boot/initrd.img-4.4.0-36-generic
  862. umount: /media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a/dev/pts: target is busy
  863. (In some cases useful info about processes that
  864. use the device is found by lsof(8) or fuser(1).)
  865. umount: /media/ubuntu/6d7e3ae7-3b39-4db0-9dbc-f8f15ae3703a/dev: target is busy
  866. (In some cases useful info about processes that
  867. use the device is found by lsof(8) or fuser(1).)
  868. Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
  869. Le démarrage de l'ordinateur a été correctement réparé.
  870. Vous pouvez maintenant redémarrer votre ordinateur.
  871. paste.ubuntu.com ko (), using paste.debian
  872. paste.debian.net ko (), using paste2