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,137,151 1,945,135,104 83 Linux
  34. /dev/sda2 1,945,139,198 1,953,523,711 8,384,514 5 Extended
  35. /dev/sda5 1,945,139,200 1,953,523,711 8,384,512 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/sda1 9c8aecb7-8486-4671-bea5-f0f5f583eaeb ext4
  39. /dev/sda5 c8c10c24-6c6f-4290-9900-07f4f03808c2 swap
  40. ========================= "ls -l /dev/disk/by-id" output: ======================
  41. total 0
  42. lrwxrwxrwx 1 root root 9 Nov 26 09:18 ata-SAMSUNG_HD103SJ_S2QPJ9AB601216 -> ../../sda
  43. lrwxrwxrwx 1 root root 10 Nov 26 09:18 ata-SAMSUNG_HD103SJ_S2QPJ9AB601216-part1 -> ../../sda1
  44. lrwxrwxrwx 1 root root 10 Nov 26 09:18 ata-SAMSUNG_HD103SJ_S2QPJ9AB601216-part2 -> ../../sda2
  45. lrwxrwxrwx 1 root root 10 Nov 26 09:18 ata-SAMSUNG_HD103SJ_S2QPJ9AB601216-part5 -> ../../sda5
  46. lrwxrwxrwx 1 root root 9 Nov 26 09:10 ata-hp_DVD_A_DH16ABLH_3H8119903807 -> ../../sr0
  47. lrwxrwxrwx 1 root root 9 Nov 26 09:10 usb-Multiple_Card_Reader_058F63666433-0:0 -> ../../sdb
  48. lrwxrwxrwx 1 root root 9 Nov 26 09:18 wwn-0x50024e92055843be -> ../../sda
  49. lrwxrwxrwx 1 root root 10 Nov 26 09:18 wwn-0x50024e92055843be-part1 -> ../../sda1
  50. lrwxrwxrwx 1 root root 10 Nov 26 09:18 wwn-0x50024e92055843be-part2 -> ../../sda2
  51. lrwxrwxrwx 1 root root 10 Nov 26 09:18 wwn-0x50024e92055843be-part5 -> ../../sda5
  52. ================================ Mount points: =================================
  53. Device Mount_Point Type Options
  54. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  55. =========================== sda1/boot/grub/grub.cfg: ===========================
  56. --------------------------------------------------------------------------------
  57. #
  58. # DO NOT EDIT THIS FILE
  59. #
  60. # It is automatically generated by grub-mkconfig using templates
  61. # from /etc/grub.d and settings from /etc/default/grub
  62. #
  63. ### BEGIN /etc/grub.d/00_header ###
  64. if [ -s $prefix/grubenv ]; then
  65. set have_grubenv=true
  66. load_env
  67. fi
  68. if [ "${next_entry}" ] ; then
  69. set default="${next_entry}"
  70. set next_entry=
  71. save_env next_entry
  72. set boot_once=true
  73. else
  74. set default="0"
  75. fi
  76. if [ x"${feature_menuentry_id}" = xy ]; then
  77. menuentry_id_option="--id"
  78. else
  79. menuentry_id_option=""
  80. fi
  81. export menuentry_id_option
  82. if [ "${prev_saved_entry}" ]; then
  83. set saved_entry="${prev_saved_entry}"
  84. save_env saved_entry
  85. set prev_saved_entry=
  86. save_env prev_saved_entry
  87. set boot_once=true
  88. fi
  89. function savedefault {
  90. if [ -z "${boot_once}" ]; then
  91. saved_entry="${chosen}"
  92. save_env saved_entry
  93. fi
  94. }
  95. function recordfail {
  96. set recordfail=1
  97. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  98. }
  99. function load_video {
  100. if [ x$feature_all_video_module = xy ]; then
  101. insmod all_video
  102. else
  103. insmod efi_gop
  104. insmod efi_uga
  105. insmod ieee1275_fb
  106. insmod vbe
  107. insmod vga
  108. insmod video_bochs
  109. insmod video_cirrus
  110. fi
  111. }
  112. if [ x$feature_default_font_path = xy ] ; then
  113. font=unicode
  114. else
  115. insmod part_msdos
  116. insmod ext2
  117. set root='hd0,msdos1'
  118. if [ x$feature_platform_search_hint = xy ]; then
  119. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9c8aecb7-8486-4671-bea5-f0f5f583eaeb
  120. else
  121. search --no-floppy --fs-uuid --set=root 9c8aecb7-8486-4671-bea5-f0f5f583eaeb
  122. fi
  123. font="/usr/share/grub/unicode.pf2"
  124. fi
  125. if loadfont $font ; then
  126. set gfxmode=auto
  127. load_video
  128. insmod gfxterm
  129. set locale_dir=$prefix/locale
  130. set lang=fr_FR
  131. insmod gettext
  132. fi
  133. terminal_output gfxterm
  134. if [ "${recordfail}" = 1 ] ; then
  135. set timeout=10
  136. else
  137. if [ x$feature_timeout_style = xy ] ; then
  138. set timeout_style=menu
  139. set timeout=10
  140. # Fallback normal timeout code in case the timeout_style feature is
  141. # unavailable.
  142. else
  143. set timeout=10
  144. fi
  145. fi
  146. ### END /etc/grub.d/00_header ###
  147. ### BEGIN /etc/grub.d/05_debian_theme ###
  148. set menu_color_normal=white/black
  149. set menu_color_highlight=black/light-gray
  150. if background_color 44,0,30,0; then
  151. clear
  152. fi
  153. ### END /etc/grub.d/05_debian_theme ###
  154. ### BEGIN /etc/grub.d/10_linux ###
  155. function gfxmode {
  156. set gfxpayload="${1}"
  157. if [ "${1}" = "keep" ]; then
  158. set vt_handoff=vt.handoff=7
  159. else
  160. set vt_handoff=
  161. fi
  162. }
  163. if [ "${recordfail}" != 1 ]; then
  164. if [ -e ${prefix}/gfxblacklist.txt ]; then
  165. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  166. if [ ${match} = 0 ]; then
  167. set linux_gfx_mode=keep
  168. else
  169. set linux_gfx_mode=text
  170. fi
  171. else
  172. set linux_gfx_mode=text
  173. fi
  174. else
  175. set linux_gfx_mode=keep
  176. fi
  177. else
  178. set linux_gfx_mode=text
  179. fi
  180. export linux_gfx_mode
  181. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-9c8aecb7-8486-4671-bea5-f0f5f583eaeb' {
  182. recordfail
  183. load_video
  184. gfxmode $linux_gfx_mode
  185. insmod gzio
  186. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  187. insmod part_msdos
  188. insmod ext2
  189. set root='hd0,msdos1'
  190. if [ x$feature_platform_search_hint = xy ]; then
  191. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9c8aecb7-8486-4671-bea5-f0f5f583eaeb
  192. else
  193. search --no-floppy --fs-uuid --set=root 9c8aecb7-8486-4671-bea5-f0f5f583eaeb
  194. fi
  195. linux /boot/vmlinuz-4.4.0-47-generic root=UUID=9c8aecb7-8486-4671-bea5-f0f5f583eaeb ro quiet splash $vt_handoff
  196. initrd /boot/initrd.img-4.4.0-47-generic
  197. }
  198. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-9c8aecb7-8486-4671-bea5-f0f5f583eaeb' {
  199. menuentry 'Ubuntu, with Linux 4.4.0-47-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-47-generic-advanced-9c8aecb7-8486-4671-bea5-f0f5f583eaeb' {
  200. recordfail
  201. load_video
  202. gfxmode $linux_gfx_mode
  203. insmod gzio
  204. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  205. insmod part_msdos
  206. insmod ext2
  207. set root='hd0,msdos1'
  208. if [ x$feature_platform_search_hint = xy ]; then
  209. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9c8aecb7-8486-4671-bea5-f0f5f583eaeb
  210. else
  211. search --no-floppy --fs-uuid --set=root 9c8aecb7-8486-4671-bea5-f0f5f583eaeb
  212. fi
  213. echo 'Loading Linux 4.4.0-47-generic ...'
  214. linux /boot/vmlinuz-4.4.0-47-generic root=UUID=9c8aecb7-8486-4671-bea5-f0f5f583eaeb ro quiet splash $vt_handoff
  215. echo 'Loading initial ramdisk ...'
  216. initrd /boot/initrd.img-4.4.0-47-generic
  217. }
  218. menuentry 'Ubuntu, with Linux 4.4.0-47-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-47-generic-init-upstart-9c8aecb7-8486-4671-bea5-f0f5f583eaeb' {
  219. recordfail
  220. load_video
  221. gfxmode $linux_gfx_mode
  222. insmod gzio
  223. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  224. insmod part_msdos
  225. insmod ext2
  226. set root='hd0,msdos1'
  227. if [ x$feature_platform_search_hint = xy ]; then
  228. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9c8aecb7-8486-4671-bea5-f0f5f583eaeb
  229. else
  230. search --no-floppy --fs-uuid --set=root 9c8aecb7-8486-4671-bea5-f0f5f583eaeb
  231. fi
  232. echo 'Loading Linux 4.4.0-47-generic ...'
  233. linux /boot/vmlinuz-4.4.0-47-generic root=UUID=9c8aecb7-8486-4671-bea5-f0f5f583eaeb ro quiet splash $vt_handoff init=/sbin/upstart
  234. echo 'Loading initial ramdisk ...'
  235. initrd /boot/initrd.img-4.4.0-47-generic
  236. }
  237. menuentry 'Ubuntu, with Linux 4.4.0-47-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-47-generic-recovery-9c8aecb7-8486-4671-bea5-f0f5f583eaeb' {
  238. recordfail
  239. load_video
  240. insmod gzio
  241. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  242. insmod part_msdos
  243. insmod ext2
  244. set root='hd0,msdos1'
  245. if [ x$feature_platform_search_hint = xy ]; then
  246. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9c8aecb7-8486-4671-bea5-f0f5f583eaeb
  247. else
  248. search --no-floppy --fs-uuid --set=root 9c8aecb7-8486-4671-bea5-f0f5f583eaeb
  249. fi
  250. echo 'Loading Linux 4.4.0-47-generic ...'
  251. linux /boot/vmlinuz-4.4.0-47-generic root=UUID=9c8aecb7-8486-4671-bea5-f0f5f583eaeb ro recovery nomodeset
  252. echo 'Loading initial ramdisk ...'
  253. initrd /boot/initrd.img-4.4.0-47-generic
  254. }
  255. menuentry 'Ubuntu, with Linux 4.4.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-advanced-9c8aecb7-8486-4671-bea5-f0f5f583eaeb' {
  256. recordfail
  257. load_video
  258. gfxmode $linux_gfx_mode
  259. insmod gzio
  260. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  261. insmod part_msdos
  262. insmod ext2
  263. set root='hd0,msdos1'
  264. if [ x$feature_platform_search_hint = xy ]; then
  265. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9c8aecb7-8486-4671-bea5-f0f5f583eaeb
  266. else
  267. search --no-floppy --fs-uuid --set=root 9c8aecb7-8486-4671-bea5-f0f5f583eaeb
  268. fi
  269. echo 'Loading Linux 4.4.0-21-generic ...'
  270. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=9c8aecb7-8486-4671-bea5-f0f5f583eaeb ro quiet splash $vt_handoff
  271. echo 'Loading initial ramdisk ...'
  272. initrd /boot/initrd.img-4.4.0-21-generic
  273. }
  274. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-init-upstart-9c8aecb7-8486-4671-bea5-f0f5f583eaeb' {
  275. recordfail
  276. load_video
  277. gfxmode $linux_gfx_mode
  278. insmod gzio
  279. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  280. insmod part_msdos
  281. insmod ext2
  282. set root='hd0,msdos1'
  283. if [ x$feature_platform_search_hint = xy ]; then
  284. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9c8aecb7-8486-4671-bea5-f0f5f583eaeb
  285. else
  286. search --no-floppy --fs-uuid --set=root 9c8aecb7-8486-4671-bea5-f0f5f583eaeb
  287. fi
  288. echo 'Loading Linux 4.4.0-21-generic ...'
  289. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=9c8aecb7-8486-4671-bea5-f0f5f583eaeb ro quiet splash $vt_handoff init=/sbin/upstart
  290. echo 'Loading initial ramdisk ...'
  291. initrd /boot/initrd.img-4.4.0-21-generic
  292. }
  293. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-recovery-9c8aecb7-8486-4671-bea5-f0f5f583eaeb' {
  294. recordfail
  295. load_video
  296. insmod gzio
  297. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  298. insmod part_msdos
  299. insmod ext2
  300. set root='hd0,msdos1'
  301. if [ x$feature_platform_search_hint = xy ]; then
  302. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 9c8aecb7-8486-4671-bea5-f0f5f583eaeb
  303. else
  304. search --no-floppy --fs-uuid --set=root 9c8aecb7-8486-4671-bea5-f0f5f583eaeb
  305. fi
  306. echo 'Loading Linux 4.4.0-21-generic ...'
  307. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=9c8aecb7-8486-4671-bea5-f0f5f583eaeb ro recovery nomodeset
  308. echo 'Loading initial ramdisk ...'
  309. initrd /boot/initrd.img-4.4.0-21-generic
  310. }
  311. }
  312. ### END /etc/grub.d/10_linux ###
  313. ### BEGIN /etc/grub.d/20_linux_xen ###
  314. ### END /etc/grub.d/20_linux_xen ###
  315. ### BEGIN /etc/grub.d/30_os-prober ###
  316. ### END /etc/grub.d/30_os-prober ###
  317. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  318. ### END /etc/grub.d/30_uefi-firmware ###
  319. ### BEGIN /etc/grub.d/40_custom ###
  320. # This file provides an easy way to add custom menu entries. Simply type the
  321. # menu entries you want to add after this comment. Be careful not to change
  322. # the 'exec tail' line above.
  323. ### END /etc/grub.d/40_custom ###
  324. ### BEGIN /etc/grub.d/41_custom ###
  325. if [ -f ${config_directory}/custom.cfg ]; then
  326. source ${config_directory}/custom.cfg
  327. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  328. source $prefix/custom.cfg;
  329. fi
  330. ### END /etc/grub.d/41_custom ###
  331. --------------------------------------------------------------------------------
  332. =============================== sda1/etc/fstab: ================================
  333. --------------------------------------------------------------------------------
  334. # /etc/fstab: static file system information.
  335. #
  336. # Use 'blkid' to print the universally unique identifier for a
  337. # device; this may be used with UUID= as a more robust way to name devices
  338. # that works even if disks are added and removed. See fstab(5).
  339. #
  340. # <file system> <mount point> <type> <options> <dump> <pass>
  341. # / was on /dev/sda1 during installation
  342. UUID=9c8aecb7-8486-4671-bea5-f0f5f583eaeb / ext4 errors=remount-ro 0 1
  343. # swap was on /dev/sda5 during installation
  344. UUID=c8c10c24-6c6f-4290-9900-07f4f03808c2 none swap sw 0 0
  345. --------------------------------------------------------------------------------
  346. =================== sda1: Location of files loaded by Grub: ====================
  347. GiB - GB File Fragment(s)
  348. 454.132534027 = 487.621095424 boot/grub/grub.cfg 1
  349. 708.143253326 = 760.363028480 boot/grub/i386-pc/core.img 1
  350. 1.558288574 = 1.673199616 boot/vmlinuz-4.4.0-21-generic 2
  351. 3.507549286 = 3.766202368 boot/vmlinuz-4.4.0-47-generic 1
  352. 3.507549286 = 3.766202368 vmlinuz 1
  353. 1.558288574 = 1.673199616 vmlinuz.old 2
  354. 2.036739349 = 2.186932224 boot/initrd.img-4.4.0-21-generic 2
  355. 2.598579407 = 2.790203392 boot/initrd.img-4.4.0-47-generic 1
  356. 2.598579407 = 2.790203392 initrd.img 1
  357. 2.036739349 = 2.186932224 initrd.img.old 2
  358. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  359. Unknown BootLoader on sda2
  360. ========= Devices which don't seem to have a corresponding hard drive: =========
  361. sdb
  362. =============================== StdErr Messages: ===============================
  363. hexdump: /dev/sda2: No such device or address
  364. hexdump: /dev/sda2: No such device or address
  365. ADDITIONAL INFORMATION :
  366. =================== log of boot-repair 2016-11-26__09h18 ===================
  367. boot-repair version : 4ppa40
  368. boot-sav version : 4ppa40
  369. glade2script version : 3.2.3~ppa1
  370. boot-sav-extra version : 4ppa40
  371. boot-repair is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  372. CPU op-mode(s): 32-bit, 64-bit
  373. BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic root=UUID=9c8aecb7-8486-4671-bea5-f0f5f583eaeb ro quiet splash vt.handoff=7
  374. =================== os-prober:
  375. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  376. =================== blkid:
  377. /dev/sda1: UUID="9c8aecb7-8486-4671-bea5-f0f5f583eaeb" TYPE="ext4" PARTUUID="cbef39fa-01"
  378. /dev/sda5: UUID="c8c10c24-6c6f-4290-9900-07f4f03808c2" TYPE="swap" PARTUUID="cbef39fa-05"
  379. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  380. =================== /etc/grub.d/ :
  381. drwxr-xr-x 2 root root 4096 nov. 24 15:05 grub.d
  382. drwxr-xr-x 2 root root 4096 nov. 24 15:04 grub.d.bak
  383. total 72
  384. -rwxr-xr-x 1 root root 9791 juil. 23 02:09 00_header
  385. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  386. -rwxr-xr-x 1 root root 12261 juil. 23 02:09 10_linux
  387. -rwxr-xr-x 1 root root 11082 juil. 23 02:09 20_linux_xen
  388. -rwxr-xr-x 1 root root 11692 juil. 23 02:09 30_os-prober
  389. -rwxr-xr-x 1 root root 1418 juil. 23 02:09 30_uefi-firmware
  390. -rwxr-xr-x 1 root root 214 juil. 23 02:09 40_custom
  391. -rwxr-xr-x 1 root root 216 juil. 23 02:09 41_custom
  392. -rw-r--r-- 1 root root 483 juil. 23 02:09 README
  393. =================== /etc/default/grub :
  394. # If you change this file, run 'update-grub' afterwards to update
  395. # /boot/grub/grub.cfg.
  396. # For full documentation of the options in this file, see:
  397. # info -f grub -n 'Simple configuration'
  398. GRUB_DEFAULT=0
  399. #GRUB_HIDDEN_TIMEOUT=0
  400. GRUB_HIDDEN_TIMEOUT_QUIET=true
  401. GRUB_TIMEOUT=10
  402. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  403. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  404. GRUB_CMDLINE_LINUX=""
  405. # Uncomment to enable BadRAM filtering, modify to suit your needs
  406. # This works with Linux (no patch required) and with any kernel that obtains
  407. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  408. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  409. # Uncomment to disable graphical terminal (grub-pc only)
  410. #GRUB_TERMINAL=console
  411. # The resolution used on graphical terminal
  412. # note that you can use only modes which your graphic card supports via VBE
  413. # you can see them in real GRUB with the command `vbeinfo'
  414. #GRUB_GFXMODE=640x480
  415. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  416. #GRUB_DISABLE_LINUX_UUID=true
  417. # Uncomment to disable generation of recovery mode menu entries
  418. #GRUB_DISABLE_RECOVERY="true"
  419. # Uncomment to get a beep at grub start
  420. #GRUB_INIT_TUNE="480 440 1"
  421. =================== UEFI/Legacy mode:
  422. This installed-session is not in EFI-mode.
  423. SecureBoot disabled.
  424. =================== PARTITIONS & DISKS:
  425. sda1 : 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, .
  426. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  427. =================== parted -l:
  428. Model: ATA SAMSUNG HD103SJ (scsi)
  429. Disk /dev/sda: 1000GB
  430. Sector size (logical/physical): 512B/512B
  431. Partition Table: msdos
  432. Disk Flags:
  433. Number Start End Size Type File system Flags
  434. 1 1049kB 996GB 996GB primary ext4 boot
  435. 2 996GB 1000GB 4293MB extended
  436. 5 996GB 1000GB 4293MB logical linux-swap(v1)
  437. =================== parted -lm:
  438. BYT;
  439. /dev/sda:1000GB:scsi:512:512:msdos:ATA SAMSUNG HD103SJ:;
  440. 1:1049kB:996GB:996GB:ext4::boot;
  441. 2:996GB:1000GB:4293MB:::;
  442. 5:996GB:1000GB:4293MB:linux-swap(v1)::;
  443. =================== lsblk:
  444. KNAME TYPE FSTYPE SIZE LABEL
  445. sda disk 931,5G
  446. sda1 part ext4 927,5G
  447. sda5 part swap 4G
  448. sr0 rom 1024M
  449. KNAME ROTA RO RM STATE MOUNTPOINT
  450. sda 1 0 0 running
  451. sda1 1 0 0 /
  452. sda5 1 0 0 [SWAP]
  453. sr0 1 0 1 running
  454. =================== mount:
  455. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  456. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  457. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1970036k,nr_inodes=492509,mode=755)
  458. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  459. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=404628k,mode=755)
  460. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  461. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  462. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  463. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  464. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  465. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  466. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  467. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  468. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  469. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  470. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  471. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  472. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  473. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  474. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  475. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  476. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  477. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  478. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  479. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  480. mqueue on /dev/mqueue type mqueue (rw,relatime)
  481. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  482. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=404628k,mode=700,uid=1000,gid=1000)
  483. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  484. =================== ls:
  485. /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
  486. /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 size slaves stat subsystem trace uevent
  487. /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
  488. /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 hplj1018-0 hplj1018-5 hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kfd kmsg lightnvm log mapper mcelog mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sdb sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  489. ls /dev/mapper: control
  490. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  491. =================== df -Th:
  492. Filesystem Type Size Used Avail Use% Mounted on
  493. udev devtmpfs 1.9G 0 1.9G 0% /dev
  494. tmpfs tmpfs 396M 6.3M 389M 2% /run
  495. /dev/sda1 ext4 913G 29G 838G 4% /
  496. tmpfs tmpfs 2.0G 200K 2.0G 1% /dev/shm
  497. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  498. tmpfs tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
  499. tmpfs tmpfs 396M 64K 396M 1% /run/user/1000
  500. =================== fdisk -l:
  501. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  502. Units: sectors of 1 * 512 = 512 bytes
  503. Sector size (logical/physical): 512 bytes / 4096 bytes
  504. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  505. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  506. Units: sectors of 1 * 512 = 512 bytes
  507. Sector size (logical/physical): 512 bytes / 4096 bytes
  508. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  509. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  510. Units: sectors of 1 * 512 = 512 bytes
  511. Sector size (logical/physical): 512 bytes / 4096 bytes
  512. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  513. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  514. Units: sectors of 1 * 512 = 512 bytes
  515. Sector size (logical/physical): 512 bytes / 4096 bytes
  516. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  517. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  518. Units: sectors of 1 * 512 = 512 bytes
  519. Sector size (logical/physical): 512 bytes / 4096 bytes
  520. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  521. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  522. Units: sectors of 1 * 512 = 512 bytes
  523. Sector size (logical/physical): 512 bytes / 4096 bytes
  524. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  525. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  526. Units: sectors of 1 * 512 = 512 bytes
  527. Sector size (logical/physical): 512 bytes / 4096 bytes
  528. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  529. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  530. Units: sectors of 1 * 512 = 512 bytes
  531. Sector size (logical/physical): 512 bytes / 4096 bytes
  532. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  533. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  534. Units: sectors of 1 * 512 = 512 bytes
  535. Sector size (logical/physical): 512 bytes / 4096 bytes
  536. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  537. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  538. Units: sectors of 1 * 512 = 512 bytes
  539. Sector size (logical/physical): 512 bytes / 4096 bytes
  540. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  541. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  542. Units: sectors of 1 * 512 = 512 bytes
  543. Sector size (logical/physical): 512 bytes / 4096 bytes
  544. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  545. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  546. Units: sectors of 1 * 512 = 512 bytes
  547. Sector size (logical/physical): 512 bytes / 4096 bytes
  548. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  549. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  550. Units: sectors of 1 * 512 = 512 bytes
  551. Sector size (logical/physical): 512 bytes / 4096 bytes
  552. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  553. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  554. Units: sectors of 1 * 512 = 512 bytes
  555. Sector size (logical/physical): 512 bytes / 4096 bytes
  556. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  557. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  558. Units: sectors of 1 * 512 = 512 bytes
  559. Sector size (logical/physical): 512 bytes / 4096 bytes
  560. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  561. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  562. Units: sectors of 1 * 512 = 512 bytes
  563. Sector size (logical/physical): 512 bytes / 4096 bytes
  564. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  565. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  566. Units: sectors of 1 * 512 = 512 bytes
  567. Sector size (logical/physical): 512 bytes / 512 bytes
  568. I/O size (minimum/optimal): 512 bytes / 512 bytes
  569. Disklabel type: dos
  570. Disk identifier: 0xcbef39fa
  571. Device Boot Start End Sectors Size Id Type
  572. /dev/sda1 * 2048 1945137151 1945135104 927.5G 83 Linux
  573. /dev/sda2 1945139198 1953523711 8384514 4G 5 Extended
  574. /dev/sda5 1945139200 1953523711 8384512 4G 82 Linux swap / Solaris
  575. =================== Suggested repair
  576. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  577. Additional repair would be performed: unhide-bootmenu-10s
  578. =================== Final advice in case of suggested repair
  579. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.1 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Réparateur de démarrage]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  580. =================== User settings
  581. The settings chosen by the user will not act on the boot.
  582. paste.ubuntu.com ko (), using paste.debian
  583. paste.debian.net ko (), using paste2