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 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: 74.5 GiB, 80026361856 bytes, 156301488 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 152,109,055 152,107,008 83 Linux
  34. /dev/sda2 152,111,102 156,301,311 4,190,210 5 Extended
  35. /dev/sda5 152,111,104 156,301,311 4,190,208 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/sda1 2b123c6d-e08f-405b-b266-6e5882dd2143 ext4
  39. /dev/sda5 51e2f650-556e-442a-b30b-2fdb145c0879 swap
  40. ========================= "ls -l /dev/disk/by-id" output: ======================
  41. total 0
  42. lrwxrwxrwx 1 root root 9 May 5 15:31 ata-WDC_WD800BEVS-07RST0_WD-WXC708L18257 -> ../../sda
  43. lrwxrwxrwx 1 root root 10 May 5 15:31 ata-WDC_WD800BEVS-07RST0_WD-WXC708L18257-part1 -> ../../sda1
  44. lrwxrwxrwx 1 root root 10 May 5 15:31 ata-WDC_WD800BEVS-07RST0_WD-WXC708L18257-part2 -> ../../sda2
  45. lrwxrwxrwx 1 root root 10 May 5 15:31 ata-WDC_WD800BEVS-07RST0_WD-WXC708L18257-part5 -> ../../sda5
  46. lrwxrwxrwx 1 root root 9 May 5 14:21 ata-_NEC_DVD+_-RW_ND-6650A -> ../../sr0
  47. lrwxrwxrwx 1 root root 9 May 5 15:31 wwn-0x50014ee2020d237d -> ../../sda
  48. lrwxrwxrwx 1 root root 10 May 5 15:31 wwn-0x50014ee2020d237d-part1 -> ../../sda1
  49. lrwxrwxrwx 1 root root 10 May 5 15:31 wwn-0x50014ee2020d237d-part2 -> ../../sda2
  50. lrwxrwxrwx 1 root root 10 May 5 15:31 wwn-0x50014ee2020d237d-part5 -> ../../sda5
  51. ================================ Mount points: =================================
  52. Device Mount_Point Type Options
  53. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  54. =========================== sda1/boot/grub/grub.cfg: ===========================
  55. --------------------------------------------------------------------------------
  56. #
  57. # DO NOT EDIT THIS FILE
  58. #
  59. # It is automatically generated by grub-mkconfig using templates
  60. # from /etc/grub.d and settings from /etc/default/grub
  61. #
  62. ### BEGIN /etc/grub.d/00_header ###
  63. if [ -s $prefix/grubenv ]; then
  64. set have_grubenv=true
  65. load_env
  66. fi
  67. if [ "${next_entry}" ] ; then
  68. set default="${next_entry}"
  69. set next_entry=
  70. save_env next_entry
  71. set boot_once=true
  72. else
  73. set default="0"
  74. fi
  75. if [ x"${feature_menuentry_id}" = xy ]; then
  76. menuentry_id_option="--id"
  77. else
  78. menuentry_id_option=""
  79. fi
  80. export menuentry_id_option
  81. if [ "${prev_saved_entry}" ]; then
  82. set saved_entry="${prev_saved_entry}"
  83. save_env saved_entry
  84. set prev_saved_entry=
  85. save_env prev_saved_entry
  86. set boot_once=true
  87. fi
  88. function savedefault {
  89. if [ -z "${boot_once}" ]; then
  90. saved_entry="${chosen}"
  91. save_env saved_entry
  92. fi
  93. }
  94. function recordfail {
  95. set recordfail=1
  96. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  97. }
  98. function load_video {
  99. if [ x$feature_all_video_module = xy ]; then
  100. insmod all_video
  101. else
  102. insmod efi_gop
  103. insmod efi_uga
  104. insmod ieee1275_fb
  105. insmod vbe
  106. insmod vga
  107. insmod video_bochs
  108. insmod video_cirrus
  109. fi
  110. }
  111. if [ x$feature_default_font_path = xy ] ; then
  112. font=unicode
  113. else
  114. insmod part_msdos
  115. insmod ext2
  116. set root='hd0,msdos1'
  117. if [ x$feature_platform_search_hint = xy ]; then
  118. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2b123c6d-e08f-405b-b266-6e5882dd2143
  119. else
  120. search --no-floppy --fs-uuid --set=root 2b123c6d-e08f-405b-b266-6e5882dd2143
  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=C
  130. insmod gettext
  131. fi
  132. terminal_output gfxterm
  133. if [ "${recordfail}" = 1 ] ; then
  134. set timeout=30
  135. else
  136. if [ x$feature_timeout_style = xy ] ; then
  137. set timeout_style=menu
  138. set timeout=10
  139. # Fallback normal timeout code in case the timeout_style feature is
  140. # unavailable.
  141. else
  142. set timeout=10
  143. fi
  144. fi
  145. ### END /etc/grub.d/00_header ###
  146. ### BEGIN /etc/grub.d/05_debian_theme ###
  147. set menu_color_normal=white/black
  148. set menu_color_highlight=black/light-gray
  149. 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-2b123c6d-e08f-405b-b266-6e5882dd2143' {
  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 2b123c6d-e08f-405b-b266-6e5882dd2143
  191. else
  192. search --no-floppy --fs-uuid --set=root 2b123c6d-e08f-405b-b266-6e5882dd2143
  193. fi
  194. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=2b123c6d-e08f-405b-b266-6e5882dd2143 ro quiet splash $vt_handoff
  195. initrd /boot/initrd.img-4.4.0-21-generic
  196. }
  197. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-2b123c6d-e08f-405b-b266-6e5882dd2143' {
  198. 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-2b123c6d-e08f-405b-b266-6e5882dd2143' {
  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 2b123c6d-e08f-405b-b266-6e5882dd2143
  209. else
  210. search --no-floppy --fs-uuid --set=root 2b123c6d-e08f-405b-b266-6e5882dd2143
  211. fi
  212. echo 'Loading Linux 4.4.0-21-generic ...'
  213. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=2b123c6d-e08f-405b-b266-6e5882dd2143 ro quiet splash $vt_handoff
  214. echo 'Loading initial ramdisk ...'
  215. initrd /boot/initrd.img-4.4.0-21-generic
  216. }
  217. 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-2b123c6d-e08f-405b-b266-6e5882dd2143' {
  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 2b123c6d-e08f-405b-b266-6e5882dd2143
  228. else
  229. search --no-floppy --fs-uuid --set=root 2b123c6d-e08f-405b-b266-6e5882dd2143
  230. fi
  231. echo 'Loading Linux 4.4.0-21-generic ...'
  232. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=2b123c6d-e08f-405b-b266-6e5882dd2143 ro quiet splash $vt_handoff init=/sbin/upstart
  233. echo 'Loading initial ramdisk ...'
  234. initrd /boot/initrd.img-4.4.0-21-generic
  235. }
  236. 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-2b123c6d-e08f-405b-b266-6e5882dd2143' {
  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 2b123c6d-e08f-405b-b266-6e5882dd2143
  246. else
  247. search --no-floppy --fs-uuid --set=root 2b123c6d-e08f-405b-b266-6e5882dd2143
  248. fi
  249. echo 'Loading Linux 4.4.0-21-generic ...'
  250. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=2b123c6d-e08f-405b-b266-6e5882dd2143 ro recovery nomodeset
  251. echo 'Loading initial ramdisk ...'
  252. initrd /boot/initrd.img-4.4.0-21-generic
  253. }
  254. }
  255. ### END /etc/grub.d/10_linux ###
  256. ### BEGIN /etc/grub.d/20_linux_xen ###
  257. ### END /etc/grub.d/20_linux_xen ###
  258. ### BEGIN /etc/grub.d/30_os-prober ###
  259. ### END /etc/grub.d/30_os-prober ###
  260. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  261. ### END /etc/grub.d/30_uefi-firmware ###
  262. ### BEGIN /etc/grub.d/40_custom ###
  263. # This file provides an easy way to add custom menu entries. Simply type the
  264. # menu entries you want to add after this comment. Be careful not to change
  265. # the 'exec tail' line above.
  266. ### END /etc/grub.d/40_custom ###
  267. ### BEGIN /etc/grub.d/41_custom ###
  268. if [ -f ${config_directory}/custom.cfg ]; then
  269. source ${config_directory}/custom.cfg
  270. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  271. source $prefix/custom.cfg;
  272. fi
  273. ### END /etc/grub.d/41_custom ###
  274. --------------------------------------------------------------------------------
  275. =============================== sda1/etc/fstab: ================================
  276. --------------------------------------------------------------------------------
  277. # /etc/fstab: static file system information.
  278. #
  279. # Use 'blkid' to print the universally unique identifier for a
  280. # device; this may be used with UUID= as a more robust way to name devices
  281. # that works even if disks are added and removed. See fstab(5).
  282. #
  283. # <file system> <mount point> <type> <options> <dump> <pass>
  284. # / was on /dev/sda1 during installation
  285. UUID=2b123c6d-e08f-405b-b266-6e5882dd2143 / ext4 errors=remount-ro 0 1
  286. # swap was on /dev/sda5 during installation
  287. UUID=51e2f650-556e-442a-b30b-2fdb145c0879 none swap sw 0 0
  288. --------------------------------------------------------------------------------
  289. =================== sda1: Location of files loaded by Grub: ====================
  290. GiB - GB File Fragment(s)
  291. 24.280799866 = 26.071310336 boot/grub/grub.cfg 1
  292. 50.126865387 = 53.823311872 boot/grub/i386-pc/core.img 1
  293. 46.139232635 = 49.541623808 boot/vmlinuz-4.4.0-21-generic 1
  294. 46.139232635 = 49.541623808 vmlinuz 1
  295. 26.326484680 = 28.267847680 boot/initrd.img-4.4.0-21-generic 2
  296. 26.326484680 = 28.267847680 initrd.img 2
  297. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  298. Unknown BootLoader on sda2
  299. 00000000 09 29 b2 47 0b f8 48 a1 22 01 9a f8 97 57 de 1d |.).G..H."....W..|
  300. 00000010 cb 16 e6 af 65 8d 2d f7 03 fe a5 80 77 87 2c 21 |....e.-.....w.,!|
  301. 00000020 ca c4 a3 d4 bf 28 29 11 23 57 29 87 ef 46 de 83 |.....().#W)..F..|
  302. 00000030 c1 7e d9 db dd 21 47 89 2a a8 47 94 fe 65 7a 77 |.~...!G.*.G..ezw|
  303. 00000040 87 0a a8 91 6b 4c 2f 77 14 37 0f 28 e2 03 a3 01 |....kL/w.7.(....|
  304. 00000050 60 c7 04 51 3c 48 1d e8 c8 77 e5 18 91 3b fa f2 |`..Q<H...w...;..|
  305. 00000060 bc bb 63 b9 75 fe 5c ce 38 41 eb e0 5f 9a 77 77 |..c.u.\.8A.._.ww|
  306. 00000070 c8 a9 91 4b bd c7 fe a5 6d 77 87 1c 6a 54 51 6f |...K....mw..jTQo|
  307. 00000080 80 eb 0f 6e 27 65 77 87 32 d8 28 a1 66 c7 77 0e |...n'ew.2.(.f.w.|
  308. 00000090 ce e2 80 d0 b2 c0 9b 39 32 b9 07 2c f1 be 78 56 |.......92..,..xV|
  309. 000000a0 16 b2 6a bc 43 05 25 72 a1 4c 87 d2 03 ca 40 e8 |..j.C.%r.L....@.|
  310. 000000b0 cb 02 ef 0e 39 50 22 17 e1 4c ef ef ab 95 c5 1c |....9P"..L......|
  311. 000000c0 f1 ee 50 c5 45 0e 42 d2 f3 5d 55 ed f8 ea a1 11 |..P.E.B..]U.....|
  312. 000000d0 cf db 58 28 0b f5 36 fa ad bf a8 e9 b5 54 58 f5 |..X(..6......TX.|
  313. 000000e0 63 1f 17 75 02 7f 77 14 58 d1 4e b5 76 c6 de a3 |c..u..w.X.N.v...|
  314. 000000f0 58 c9 04 6d 1e 5e 15 79 81 9b de de d5 4b 51 87 |X..m.^.y.....KQ.|
  315. 00000100 d4 5f a0 4a 0d 52 14 31 2a f0 1d 45 56 86 50 1a |._.J.R.1*..EV.P.|
  316. 00000110 08 47 0c 79 31 d8 63 81 33 27 ac 49 be b2 50 16 |.G.y1.c.3'.I..P.|
  317. 00000120 ab 08 29 0a 18 51 46 ee c8 ab cc 1d bf ad 96 06 |..)..QF.........|
  318. 00000130 08 46 1e 75 f4 dc 1e 98 92 38 6a c0 fe 97 d0 df |.F.u.....8j.....|
  319. 00000140 1d 2a c8 91 5b 6e a1 07 90 02 fc bb 72 4a 54 5b |.*..[n......rJT[|
  320. 00000150 af ab 62 57 69 db 00 20 5c 90 c6 25 e1 77 07 79 |..bWi.. \..%.w.y|
  321. 00000160 bf 3b 94 b0 23 9f 74 c3 6d 73 7b 0c 78 10 e7 78 |.;..#.t.ms{.x..x|
  322. 00000170 d6 16 97 f0 04 fb b6 42 59 4c c3 ef 0e 75 72 e4 |.......BYL...ur.|
  323. 00000180 91 d2 49 dd 21 05 b9 f8 e0 7b 94 55 05 00 94 18 |..I.!....{.U....|
  324. 00000190 ef 60 d3 78 87 32 ae 2c 37 4f 9b 17 42 ef aa e1 |.`.x.2.,7O..B...|
  325. 000001a0 22 bf b4 c1 9e 18 20 13 2c 5b 98 50 96 d5 49 91 |"..... .,[.P..I.|
  326. 000001b0 57 ae 3e 37 58 c5 f4 38 61 8e 00 22 6f 6f 00 fe |W.>7X..8a.."oo..|
  327. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 f0 3f 00 00 00 |............?...|
  328. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  329. *
  330. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  331. 00000200
  332. ADDITIONAL INFORMATION :
  333. =================== log of boot-repair 2016-05-05__15h31 ===================
  334. boot-repair version : 4ppa37
  335. boot-sav version : 4ppa37
  336. glade2script version : 3.2.3~ppa1
  337. boot-sav-extra version : 4ppa37
  338. boot-repair is executed in installed-session (Ubuntu 16.04 LTS, xenial, Ubuntu, i686)
  339. CPU op-mode(s): 32-bit
  340. BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic root=UUID=2b123c6d-e08f-405b-b266-6e5882dd2143 ro quiet splash vt.handoff=7
  341. =================== os-prober:
  342. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04 LTS CurrentSession:linux
  343. =================== blkid:
  344. /dev/sda1: UUID="2b123c6d-e08f-405b-b266-6e5882dd2143" TYPE="ext4" PARTUUID="a64f4cda-01"
  345. /dev/sda5: UUID="51e2f650-556e-442a-b30b-2fdb145c0879" TYPE="swap" PARTUUID="a64f4cda-05"
  346. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  347. =================== /etc/grub.d/ :
  348. drwxr-xr-x 2 root root 4096 mai 4 13:28 grub.d
  349. drwxr-xr-x 2 root root 4096 mai 4 13:28 grub.d.bak
  350. total 72
  351. -rwxr-xr-x 1 root root 9791 avril 16 00:02 00_header
  352. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  353. -rwxr-xr-x 1 root root 12261 avril 16 00:02 10_linux
  354. -rwxr-xr-x 1 root root 11082 avril 16 00:02 20_linux_xen
  355. -rwxr-xr-x 1 root root 11692 avril 16 00:02 30_os-prober
  356. -rwxr-xr-x 1 root root 1418 avril 16 00:02 30_uefi-firmware
  357. -rwxr-xr-x 1 root root 214 avril 16 00:02 40_custom
  358. -rwxr-xr-x 1 root root 216 avril 16 00:02 41_custom
  359. -rw-r--r-- 1 root root 483 avril 16 00:02 README
  360. =================== /etc/default/grub :
  361. # If you change this file, run 'update-grub' afterwards to update
  362. # /boot/grub/grub.cfg.
  363. # For full documentation of the options in this file, see:
  364. # info -f grub -n 'Simple configuration'
  365. GRUB_DEFAULT=0
  366. #GRUB_HIDDEN_TIMEOUT=0
  367. GRUB_HIDDEN_TIMEOUT_QUIET=true
  368. GRUB_TIMEOUT=10
  369. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  370. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  371. GRUB_CMDLINE_LINUX=""
  372. # Uncomment to enable BadRAM filtering, modify to suit your needs
  373. # This works with Linux (no patch required) and with any kernel that obtains
  374. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  375. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  376. # Uncomment to disable graphical terminal (grub-pc only)
  377. #GRUB_TERMINAL=console
  378. # The resolution used on graphical terminal
  379. # note that you can use only modes which your graphic card supports via VBE
  380. # you can see them in real GRUB with the command `vbeinfo'
  381. #GRUB_GFXMODE=640x480
  382. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  383. #GRUB_DISABLE_LINUX_UUID=true
  384. # Uncomment to disable generation of recovery mode menu entries
  385. #GRUB_DISABLE_RECOVERY="true"
  386. # Uncomment to get a beep at grub start
  387. #GRUB_INIT_TUNE="480 440 1"
  388. =================== UEFI/Legacy mode:
  389. This installed-session is not EFI-compatible.
  390. SecureBoot disabled.
  391. =================== PARTITIONS & DISKS:
  392. sda1 : sda, not-sepboot, grubenv-ok grub2, signed grub-pc , update-grub, 32, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, .
  393. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  394. =================== parted -l:
  395. Model: ATA WDC WD800BEVS-07 (scsi)
  396. Disk /dev/sda: 80.0GB
  397. Sector size (logical/physical): 512B/512B
  398. Partition Table: msdos
  399. Disk Flags:
  400. Number Start End Size Type File system Flags
  401. 1 1049kB 77.9GB 77.9GB primary ext4 boot
  402. 2 77.9GB 80.0GB 2145MB extended
  403. 5 77.9GB 80.0GB 2145MB logical linux-swap(v1)
  404. =================== parted -lm:
  405. BYT;
  406. /dev/sda:80.0GB:scsi:512:512:msdos:ATA WDC WD800BEVS-07:;
  407. 1:1049kB:77.9GB:77.9GB:ext4::boot;
  408. 2:77.9GB:80.0GB:2145MB:::;
  409. 5:77.9GB:80.0GB:2145MB:linux-swap(v1)::;
  410. =================== lsblk:
  411. KNAME TYPE FSTYPE SIZE LABEL
  412. sda disk 74,5G
  413. sda1 part ext4 72,5G
  414. sda2 part 1K
  415. sda5 part swap 2G
  416. sr0 rom 1024M
  417. KNAME ROTA RO RM STATE MOUNTPOINT
  418. sda 1 0 0 running
  419. sda1 1 0 0 /
  420. sda2 1 0 0
  421. sda5 1 0 0 [SWAP]
  422. sr0 1 0 1 running
  423. =================== mount:
  424. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  425. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  426. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1013528k,nr_inodes=210875,mode=755)
  427. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  428. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=206240k,mode=755)
  429. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  430. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  431. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  432. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  433. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  434. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  435. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  436. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  437. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  438. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  439. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  440. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  441. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  442. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  443. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  444. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  445. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  446. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  447. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  448. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  449. mqueue on /dev/mqueue type mqueue (rw,relatime)
  450. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  451. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=206240k,mode=700,uid=1000,gid=1000)
  452. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  453. =================== ls:
  454. /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
  455. /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
  456. /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 fw0 hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 initctl input 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 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  457. ls /dev/mapper: control
  458. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  459. =================== df -Th:
  460. Filesystem Type Size Used Avail Use% Mounted on
  461. udev devtmpfs 990M 0 990M 0% /dev
  462. tmpfs tmpfs 202M 6.3M 196M 4% /run
  463. /dev/sda1 ext4 72G 5.2G 63G 8% /
  464. tmpfs tmpfs 1008M 604K 1007M 1% /dev/shm
  465. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  466. tmpfs tmpfs 1008M 0 1008M 0% /sys/fs/cgroup
  467. tmpfs tmpfs 202M 52K 202M 1% /run/user/1000
  468. =================== fdisk -l:
  469. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  470. Units: sectors of 1 * 512 = 512 bytes
  471. Sector size (logical/physical): 512 bytes / 4096 bytes
  472. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  473. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  474. Units: sectors of 1 * 512 = 512 bytes
  475. Sector size (logical/physical): 512 bytes / 4096 bytes
  476. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  477. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  478. Units: sectors of 1 * 512 = 512 bytes
  479. Sector size (logical/physical): 512 bytes / 4096 bytes
  480. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  481. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  482. Units: sectors of 1 * 512 = 512 bytes
  483. Sector size (logical/physical): 512 bytes / 4096 bytes
  484. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  485. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  486. Units: sectors of 1 * 512 = 512 bytes
  487. Sector size (logical/physical): 512 bytes / 4096 bytes
  488. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  489. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  490. Units: sectors of 1 * 512 = 512 bytes
  491. Sector size (logical/physical): 512 bytes / 4096 bytes
  492. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  493. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  494. Units: sectors of 1 * 512 = 512 bytes
  495. Sector size (logical/physical): 512 bytes / 4096 bytes
  496. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  497. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  498. Units: sectors of 1 * 512 = 512 bytes
  499. Sector size (logical/physical): 512 bytes / 4096 bytes
  500. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  501. Disk /dev/ram8: 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/ram9: 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/ram10: 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/ram11: 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/ram12: 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/ram13: 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/ram14: 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/ram15: 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/sda: 74.5 GiB, 80026361856 bytes, 156301488 sectors
  534. Units: sectors of 1 * 512 = 512 bytes
  535. Sector size (logical/physical): 512 bytes / 512 bytes
  536. I/O size (minimum/optimal): 512 bytes / 512 bytes
  537. Disklabel type: dos
  538. Disk identifier: 0xa64f4cda
  539. Device Boot Start End Sectors Size Id Type
  540. /dev/sda1 * 2048 152109055 152107008 72.5G 83 Linux
  541. /dev/sda2 152111102 156301311 4190210 2G 5 Extended
  542. /dev/sda5 152111104 156301311 4190208 2G 82 Linux swap / Solaris
  543. =================== Suggested repair
  544. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  545. Additional repair would be performed: unhide-bootmenu-10s
  546. =================== User settings
  547. The settings chosen by the user will not act on the boot.
  548. paste.ubuntu.com ko (), using paste.debian
  549. paste.debian.net ko (), using paste2