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: -
  20. Boot sector info:
  21. sda5: __________________________________________________________________________
  22. File system: ext4
  23. Boot sector type: -
  24. Boot sector info:
  25. Operating System:
  26. Boot files:
  27. sda6: __________________________________________________________________________
  28. File system: swap
  29. Boot sector type: -
  30. Boot sector info:
  31. ============================ Drive/Partition Info: =============================
  32. Drive: sda _____________________________________________________________________
  33. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  34. Units: sectors of 1 * 512 = 512 bytes
  35. Sector size (logical/physical): 512 bytes / 4096 bytes
  36. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  37. Disklabel type: dos
  38. Partition Boot Start Sector End Sector # of Sectors Id System
  39. /dev/sda1 * 2,048 97,656,831 97,654,784 83 Linux
  40. /dev/sda2 97,658,878 1,953,523,711 1,855,864,834 5 Extended
  41. /dev/sda5 97,658,880 1,855,868,927 1,758,210,048 83 Linux
  42. /dev/sda6 1,855,870,976 1,953,523,711 97,652,736 82 Linux swap / Solaris
  43. "blkid" output: ________________________________________________________________
  44. Device UUID TYPE LABEL
  45. /dev/sda1 169a8578-464f-4115-8477-d44469e72467 ext4
  46. /dev/sda5 9e5753fa-a010-4de1-bc49-fce5dd3c301a ext4
  47. /dev/sda6 debf8ceb-6128-48f1-8f1a-7a6b0ddcba98 swap
  48. ========================= "ls -l /dev/disk/by-id" output: ======================
  49. total 0
  50. lrwxrwxrwx 1 root root 9 May 8 18:24 ata-Slimtype_DVD_A_DS8A4S_912280029376 -> ../../sr0
  51. lrwxrwxrwx 1 root root 9 May 9 08:30 ata-WDC_WD10JPVX-22JC3T0_WD-WXD1AA5EAS5C -> ../../sda
  52. lrwxrwxrwx 1 root root 10 May 9 08:30 ata-WDC_WD10JPVX-22JC3T0_WD-WXD1AA5EAS5C-part1 -> ../../sda1
  53. lrwxrwxrwx 1 root root 10 May 9 08:30 ata-WDC_WD10JPVX-22JC3T0_WD-WXD1AA5EAS5C-part2 -> ../../sda2
  54. lrwxrwxrwx 1 root root 10 May 9 08:30 ata-WDC_WD10JPVX-22JC3T0_WD-WXD1AA5EAS5C-part5 -> ../../sda5
  55. lrwxrwxrwx 1 root root 10 May 9 08:30 ata-WDC_WD10JPVX-22JC3T0_WD-WXD1AA5EAS5C-part6 -> ../../sda6
  56. lrwxrwxrwx 1 root root 9 May 9 08:30 wwn-0x50014ee65b962c70 -> ../../sda
  57. lrwxrwxrwx 1 root root 10 May 9 08:30 wwn-0x50014ee65b962c70-part1 -> ../../sda1
  58. lrwxrwxrwx 1 root root 10 May 9 08:30 wwn-0x50014ee65b962c70-part2 -> ../../sda2
  59. lrwxrwxrwx 1 root root 10 May 9 08:30 wwn-0x50014ee65b962c70-part5 -> ../../sda5
  60. lrwxrwxrwx 1 root root 10 May 9 08:30 wwn-0x50014ee65b962c70-part6 -> ../../sda6
  61. ================================ Mount points: =================================
  62. Device Mount_Point Type Options
  63. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  64. /dev/sda5 /home ext4 (rw,relatime,data=ordered)
  65. =========================== sda1/boot/grub/grub.cfg: ===========================
  66. --------------------------------------------------------------------------------
  67. #
  68. # DO NOT EDIT THIS FILE
  69. #
  70. # It is automatically generated by grub-mkconfig using templates
  71. # from /etc/grub.d and settings from /etc/default/grub
  72. #
  73. ### BEGIN /etc/grub.d/00_header ###
  74. if [ -s $prefix/grubenv ]; then
  75. set have_grubenv=true
  76. load_env
  77. fi
  78. if [ "${next_entry}" ] ; then
  79. set default="${next_entry}"
  80. set next_entry=
  81. save_env next_entry
  82. set boot_once=true
  83. else
  84. set default="0"
  85. fi
  86. if [ x"${feature_menuentry_id}" = xy ]; then
  87. menuentry_id_option="--id"
  88. else
  89. menuentry_id_option=""
  90. fi
  91. export menuentry_id_option
  92. if [ "${prev_saved_entry}" ]; then
  93. set saved_entry="${prev_saved_entry}"
  94. save_env saved_entry
  95. set prev_saved_entry=
  96. save_env prev_saved_entry
  97. set boot_once=true
  98. fi
  99. function savedefault {
  100. if [ -z "${boot_once}" ]; then
  101. saved_entry="${chosen}"
  102. save_env saved_entry
  103. fi
  104. }
  105. function recordfail {
  106. set recordfail=1
  107. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  108. }
  109. function load_video {
  110. if [ x$feature_all_video_module = xy ]; then
  111. insmod all_video
  112. else
  113. insmod efi_gop
  114. insmod efi_uga
  115. insmod ieee1275_fb
  116. insmod vbe
  117. insmod vga
  118. insmod video_bochs
  119. insmod video_cirrus
  120. fi
  121. }
  122. if [ x$feature_default_font_path = xy ] ; then
  123. font=unicode
  124. else
  125. insmod part_msdos
  126. insmod ext2
  127. set root='hd0,msdos1'
  128. if [ x$feature_platform_search_hint = xy ]; then
  129. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 169a8578-464f-4115-8477-d44469e72467
  130. else
  131. search --no-floppy --fs-uuid --set=root 169a8578-464f-4115-8477-d44469e72467
  132. fi
  133. font="/usr/share/grub/unicode.pf2"
  134. fi
  135. if loadfont $font ; then
  136. set gfxmode=auto
  137. load_video
  138. insmod gfxterm
  139. set locale_dir=$prefix/locale
  140. set lang=fr_FR
  141. insmod gettext
  142. fi
  143. terminal_output gfxterm
  144. if [ "${recordfail}" = 1 ] ; then
  145. set timeout=30
  146. else
  147. if [ x$feature_timeout_style = xy ] ; then
  148. set timeout_style=menu
  149. set timeout=10
  150. # Fallback normal timeout code in case the timeout_style feature is
  151. # unavailable.
  152. else
  153. set timeout=10
  154. fi
  155. fi
  156. ### END /etc/grub.d/00_header ###
  157. ### BEGIN /etc/grub.d/05_debian_theme ###
  158. set menu_color_normal=white/black
  159. set menu_color_highlight=black/light-gray
  160. if background_color 44,0,30,0; then
  161. clear
  162. fi
  163. ### END /etc/grub.d/05_debian_theme ###
  164. ### BEGIN /etc/grub.d/10_linux ###
  165. function gfxmode {
  166. set gfxpayload="${1}"
  167. if [ "${1}" = "keep" ]; then
  168. set vt_handoff=vt.handoff=7
  169. else
  170. set vt_handoff=
  171. fi
  172. }
  173. if [ "${recordfail}" != 1 ]; then
  174. if [ -e ${prefix}/gfxblacklist.txt ]; then
  175. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  176. if [ ${match} = 0 ]; then
  177. set linux_gfx_mode=keep
  178. else
  179. set linux_gfx_mode=text
  180. fi
  181. else
  182. set linux_gfx_mode=text
  183. fi
  184. else
  185. set linux_gfx_mode=keep
  186. fi
  187. else
  188. set linux_gfx_mode=text
  189. fi
  190. export linux_gfx_mode
  191. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-169a8578-464f-4115-8477-d44469e72467' {
  192. recordfail
  193. load_video
  194. gfxmode $linux_gfx_mode
  195. insmod gzio
  196. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  197. insmod part_msdos
  198. insmod ext2
  199. set root='hd0,msdos1'
  200. if [ x$feature_platform_search_hint = xy ]; then
  201. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 169a8578-464f-4115-8477-d44469e72467
  202. else
  203. search --no-floppy --fs-uuid --set=root 169a8578-464f-4115-8477-d44469e72467
  204. fi
  205. linux /boot/vmlinuz-4.4.0-22-generic root=UUID=169a8578-464f-4115-8477-d44469e72467 ro quiet splash $vt_handoff
  206. initrd /boot/initrd.img-4.4.0-22-generic
  207. }
  208. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-169a8578-464f-4115-8477-d44469e72467' {
  209. menuentry 'Ubuntu, avec Linux 4.4.0-22-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-22-generic-advanced-169a8578-464f-4115-8477-d44469e72467' {
  210. recordfail
  211. load_video
  212. gfxmode $linux_gfx_mode
  213. insmod gzio
  214. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  215. insmod part_msdos
  216. insmod ext2
  217. set root='hd0,msdos1'
  218. if [ x$feature_platform_search_hint = xy ]; then
  219. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 169a8578-464f-4115-8477-d44469e72467
  220. else
  221. search --no-floppy --fs-uuid --set=root 169a8578-464f-4115-8477-d44469e72467
  222. fi
  223. echo 'Chargement de Linux 4.4.0-22-generic…'
  224. linux /boot/vmlinuz-4.4.0-22-generic root=UUID=169a8578-464f-4115-8477-d44469e72467 ro quiet splash $vt_handoff
  225. echo 'Chargement du disque mémoire initial…'
  226. initrd /boot/initrd.img-4.4.0-22-generic
  227. }
  228. menuentry 'Ubuntu, with Linux 4.4.0-22-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-22-generic-init-upstart-169a8578-464f-4115-8477-d44469e72467' {
  229. recordfail
  230. load_video
  231. gfxmode $linux_gfx_mode
  232. insmod gzio
  233. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  234. insmod part_msdos
  235. insmod ext2
  236. set root='hd0,msdos1'
  237. if [ x$feature_platform_search_hint = xy ]; then
  238. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 169a8578-464f-4115-8477-d44469e72467
  239. else
  240. search --no-floppy --fs-uuid --set=root 169a8578-464f-4115-8477-d44469e72467
  241. fi
  242. echo 'Chargement de Linux 4.4.0-22-generic…'
  243. linux /boot/vmlinuz-4.4.0-22-generic root=UUID=169a8578-464f-4115-8477-d44469e72467 ro quiet splash $vt_handoff init=/sbin/upstart
  244. echo 'Chargement du disque mémoire initial…'
  245. initrd /boot/initrd.img-4.4.0-22-generic
  246. }
  247. menuentry 'Ubuntu, with Linux 4.4.0-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-22-generic-recovery-169a8578-464f-4115-8477-d44469e72467' {
  248. recordfail
  249. load_video
  250. insmod gzio
  251. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  252. insmod part_msdos
  253. insmod ext2
  254. set root='hd0,msdos1'
  255. if [ x$feature_platform_search_hint = xy ]; then
  256. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 169a8578-464f-4115-8477-d44469e72467
  257. else
  258. search --no-floppy --fs-uuid --set=root 169a8578-464f-4115-8477-d44469e72467
  259. fi
  260. echo 'Chargement de Linux 4.4.0-22-generic…'
  261. linux /boot/vmlinuz-4.4.0-22-generic root=UUID=169a8578-464f-4115-8477-d44469e72467 ro recovery nomodeset
  262. echo 'Chargement du disque mémoire initial…'
  263. initrd /boot/initrd.img-4.4.0-22-generic
  264. }
  265. menuentry 'Ubuntu, avec 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-169a8578-464f-4115-8477-d44469e72467' {
  266. recordfail
  267. load_video
  268. gfxmode $linux_gfx_mode
  269. insmod gzio
  270. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  271. insmod part_msdos
  272. insmod ext2
  273. set root='hd0,msdos1'
  274. if [ x$feature_platform_search_hint = xy ]; then
  275. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 169a8578-464f-4115-8477-d44469e72467
  276. else
  277. search --no-floppy --fs-uuid --set=root 169a8578-464f-4115-8477-d44469e72467
  278. fi
  279. echo 'Chargement de Linux 4.4.0-21-generic…'
  280. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=169a8578-464f-4115-8477-d44469e72467 ro quiet splash $vt_handoff
  281. echo 'Chargement du disque mémoire initial…'
  282. initrd /boot/initrd.img-4.4.0-21-generic
  283. }
  284. 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-169a8578-464f-4115-8477-d44469e72467' {
  285. recordfail
  286. load_video
  287. gfxmode $linux_gfx_mode
  288. insmod gzio
  289. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  290. insmod part_msdos
  291. insmod ext2
  292. set root='hd0,msdos1'
  293. if [ x$feature_platform_search_hint = xy ]; then
  294. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 169a8578-464f-4115-8477-d44469e72467
  295. else
  296. search --no-floppy --fs-uuid --set=root 169a8578-464f-4115-8477-d44469e72467
  297. fi
  298. echo 'Chargement de Linux 4.4.0-21-generic…'
  299. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=169a8578-464f-4115-8477-d44469e72467 ro quiet splash $vt_handoff init=/sbin/upstart
  300. echo 'Chargement du disque mémoire initial…'
  301. initrd /boot/initrd.img-4.4.0-21-generic
  302. }
  303. 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-169a8578-464f-4115-8477-d44469e72467' {
  304. recordfail
  305. load_video
  306. insmod gzio
  307. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  308. insmod part_msdos
  309. insmod ext2
  310. set root='hd0,msdos1'
  311. if [ x$feature_platform_search_hint = xy ]; then
  312. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 169a8578-464f-4115-8477-d44469e72467
  313. else
  314. search --no-floppy --fs-uuid --set=root 169a8578-464f-4115-8477-d44469e72467
  315. fi
  316. echo 'Chargement de Linux 4.4.0-21-generic…'
  317. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=169a8578-464f-4115-8477-d44469e72467 ro recovery nomodeset
  318. echo 'Chargement du disque mémoire initial…'
  319. initrd /boot/initrd.img-4.4.0-21-generic
  320. }
  321. }
  322. ### END /etc/grub.d/10_linux ###
  323. ### BEGIN /etc/grub.d/20_linux_xen ###
  324. ### END /etc/grub.d/20_linux_xen ###
  325. ### BEGIN /etc/grub.d/20_memtest86+ ###
  326. menuentry 'Memory test (memtest86+)' {
  327. insmod part_msdos
  328. insmod ext2
  329. set root='hd0,msdos1'
  330. if [ x$feature_platform_search_hint = xy ]; then
  331. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 169a8578-464f-4115-8477-d44469e72467
  332. else
  333. search --no-floppy --fs-uuid --set=root 169a8578-464f-4115-8477-d44469e72467
  334. fi
  335. knetbsd /boot/memtest86+.elf
  336. }
  337. menuentry 'Memory test (memtest86+, serial console 115200)' {
  338. insmod part_msdos
  339. insmod ext2
  340. set root='hd0,msdos1'
  341. if [ x$feature_platform_search_hint = xy ]; then
  342. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 169a8578-464f-4115-8477-d44469e72467
  343. else
  344. search --no-floppy --fs-uuid --set=root 169a8578-464f-4115-8477-d44469e72467
  345. fi
  346. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  347. }
  348. ### END /etc/grub.d/20_memtest86+ ###
  349. ### BEGIN /etc/grub.d/30_os-prober ###
  350. ### END /etc/grub.d/30_os-prober ###
  351. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  352. ### END /etc/grub.d/30_uefi-firmware ###
  353. ### BEGIN /etc/grub.d/40_custom ###
  354. # This file provides an easy way to add custom menu entries. Simply type the
  355. # menu entries you want to add after this comment. Be careful not to change
  356. # the 'exec tail' line above.
  357. ### END /etc/grub.d/40_custom ###
  358. ### BEGIN /etc/grub.d/41_custom ###
  359. if [ -f ${config_directory}/custom.cfg ]; then
  360. source ${config_directory}/custom.cfg
  361. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  362. source $prefix/custom.cfg;
  363. fi
  364. ### END /etc/grub.d/41_custom ###
  365. --------------------------------------------------------------------------------
  366. =============================== sda1/etc/fstab: ================================
  367. --------------------------------------------------------------------------------
  368. # /etc/fstab: static file system information.
  369. #
  370. # Use 'blkid' to print the universally unique identifier for a
  371. # device; this may be used with UUID= as a more robust way to name devices
  372. # that works even if disks are added and removed. See fstab(5).
  373. #
  374. # <file system> <mount point> <type> <options> <dump> <pass>
  375. # / was on /dev/sda1 during installation
  376. UUID=169a8578-464f-4115-8477-d44469e72467 / ext4 errors=remount-ro 0 1
  377. # /home was on /dev/sda5 during installation
  378. UUID=9e5753fa-a010-4de1-bc49-fce5dd3c301a /home ext4 defaults 0 2
  379. # swap was on /dev/sda6 during installation
  380. UUID=debf8ceb-6128-48f1-8f1a-7a6b0ddcba98 none swap sw 0 0
  381. --------------------------------------------------------------------------------
  382. =================== sda1: Location of files loaded by Grub: ====================
  383. GiB - GB File Fragment(s)
  384. 11.499866486 = 12.347887616 boot/grub/grub.cfg 1
  385. 10.281814575 = 11.040014336 boot/grub/i386-pc/core.img 1
  386. 1.210632324 = 1.299906560 boot/vmlinuz-4.4.0-21-generic 1
  387. 11.024074554 = 11.837009920 boot/vmlinuz-4.4.0-22-generic 1
  388. 11.024074554 = 11.837009920 vmlinuz 1
  389. 1.210632324 = 1.299906560 vmlinuz.old 1
  390. 10.287899017 = 11.046547456 boot/initrd.img-4.4.0-21-generic 2
  391. 13.500946045 = 14.496530432 boot/initrd.img-4.4.0-22-generic 3
  392. 13.500946045 = 14.496530432 initrd.img 3
  393. 10.287899017 = 11.046547456 initrd.img.old 2
  394. ADDITIONAL INFORMATION :
  395. =================== log of boot-info 2016-05-09__08h30 ===================
  396. boot-info version : 4ppa37
  397. boot-sav version : 4ppa37
  398. glade2script version : 3.2.3~ppa1
  399. boot-sav-extra version : 4ppa37
  400. boot-info is executed in installed-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
  401. CPU op-mode(s): 32-bit, 64-bit
  402. BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic root=UUID=169a8578-464f-4115-8477-d44469e72467 ro quiet splash vt.handoff=7
  403. Partition 2 does not start on physical sector boundary.
  404. =================== os-prober:
  405. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04 LTS CurrentSession:linux
  406. =================== blkid:
  407. /dev/sda1: UUID="169a8578-464f-4115-8477-d44469e72467" TYPE="ext4" PARTUUID="eda4722b-01"
  408. /dev/sda5: UUID="9e5753fa-a010-4de1-bc49-fce5dd3c301a" TYPE="ext4" PARTUUID="eda4722b-05"
  409. /dev/sda6: UUID="debf8ceb-6128-48f1-8f1a-7a6b0ddcba98" TYPE="swap" PARTUUID="eda4722b-06"
  410. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  411. Partition 2 does not start on physical sector boundary.
  412. Partition 2 does not start on physical sector boundary.
  413. =================== /etc/grub.d/ :
  414. drwxr-xr-x 2 root root 4096 avril 21 00:15 grub.d
  415. total 76
  416. -rwxr-xr-x 1 root root 9791 avril 16 00:00 00_header
  417. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  418. -rwxr-xr-x 1 root root 12261 avril 16 00:00 10_linux
  419. -rwxr-xr-x 1 root root 11082 avril 16 00:00 20_linux_xen
  420. -rwxr-xr-x 1 root root 1992 janv. 28 13:44 20_memtest86+
  421. -rwxr-xr-x 1 root root 11692 avril 16 00:00 30_os-prober
  422. -rwxr-xr-x 1 root root 1418 avril 16 00:00 30_uefi-firmware
  423. -rwxr-xr-x 1 root root 214 avril 16 00:00 40_custom
  424. -rwxr-xr-x 1 root root 216 avril 16 00:00 41_custom
  425. -rw-r--r-- 1 root root 483 avril 16 00:00 README
  426. =================== /etc/default/grub :
  427. # If you change this file, run 'update-grub' afterwards to update
  428. # /boot/grub/grub.cfg.
  429. # For full documentation of the options in this file, see:
  430. # info -f grub -n 'Simple configuration'
  431. GRUB_DEFAULT=0
  432. #GRUB_HIDDEN_TIMEOUT=0
  433. GRUB_HIDDEN_TIMEOUT_QUIET=true
  434. GRUB_TIMEOUT=10
  435. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  436. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  437. GRUB_CMDLINE_LINUX=""
  438. # Uncomment to enable BadRAM filtering, modify to suit your needs
  439. # This works with Linux (no patch required) and with any kernel that obtains
  440. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  441. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  442. # Uncomment to disable graphical terminal (grub-pc only)
  443. #GRUB_TERMINAL=console
  444. # The resolution used on graphical terminal
  445. # note that you can use only modes which your graphic card supports via VBE
  446. # you can see them in real GRUB with the command `vbeinfo'
  447. #GRUB_GFXMODE=640x480
  448. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  449. #GRUB_DISABLE_LINUX_UUID=true
  450. # Uncomment to disable generation of recovery mode menu entries
  451. #GRUB_DISABLE_RECOVERY="true"
  452. # Uncomment to get a beep at grub start
  453. #GRUB_INIT_TUNE="480 440 1"
  454. =================== UEFI/Legacy mode:
  455. This installed-session is not in EFI-mode.
  456. SecureBoot disabled.
  457. =================== PARTITIONS & DISKS:
  458. 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, not-far, .
  459. sda5 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /home.
  460. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  461. =================== parted -l:
  462. Model: ATA WDC WD10JPVX-22J (scsi)
  463. Disk /dev/sda: 1000GB
  464. Sector size (logical/physical): 512B/4096B
  465. Partition Table: msdos
  466. Disk Flags:
  467. Number Start End Size Type File system Flags
  468. 1 1049kB 50.0GB 50.0GB primary ext4 boot
  469. 2 50.0GB 1000GB 950GB extended
  470. 5 50.0GB 950GB 900GB logical ext4
  471. 6 950GB 1000GB 50.0GB logical linux-swap(v1)
  472. =================== parted -lm:
  473. BYT;
  474. /dev/sda:1000GB:scsi:512:4096:msdos:ATA WDC WD10JPVX-22J:;
  475. 1:1049kB:50.0GB:50.0GB:ext4::boot;
  476. 2:50.0GB:1000GB:950GB:::;
  477. 5:50.0GB:950GB:900GB:ext4::;
  478. 6:950GB:1000GB:50.0GB:linux-swap(v1)::;
  479. =================== lsblk:
  480. KNAME TYPE FSTYPE SIZE LABEL
  481. sda disk 931,5G
  482. sda1 part ext4 46,6G
  483. sda2 part 1K
  484. sda5 part ext4 838,4G
  485. sda6 part swap 46,6G
  486. sr0 rom 1024M
  487. KNAME ROTA RO RM STATE MOUNTPOINT
  488. sda 1 0 0 running
  489. sda1 1 0 0 /
  490. sda2 1 0 0
  491. sda5 1 0 0 /home
  492. sda6 1 0 0 [SWAP]
  493. sr0 1 0 1 running
  494. =================== mount:
  495. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  496. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  497. udev on /dev type devtmpfs (rw,nosuid,relatime,size=2003688k,nr_inodes=500922,mode=755)
  498. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  499. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=404624k,mode=755)
  500. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  501. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  502. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  503. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  504. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  505. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  506. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  507. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  508. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  509. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  510. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  511. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb,nsroot=/)
  512. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  513. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  514. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids,nsroot=/)
  515. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event,nsroot=/)
  516. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children,nsroot=/)
  517. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  518. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  519. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  520. mqueue on /dev/mqueue type mqueue (rw,relatime)
  521. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  522. /dev/sda5 on /home type ext4 (rw,relatime,data=ordered)
  523. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  524. cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
  525. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=404624k,mode=700,uid=1000,gid=1000)
  526. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  527. =================== ls:
  528. /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 sda6 size slaves stat subsystem trace uevent
  529. /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
  530. /dev (filtered): adsp autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dsp 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 kfd kmsg lightnvm log mapper mcelog mem memory_bandwidth mixer mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sda6 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  531. ls /dev/mapper: control
  532. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  533. Partition 2 does not start on physical sector boundary.
  534. =================== df -Th:
  535. Filesystem Type Size Used Avail Use% Mounted on
  536. udev devtmpfs 2.0G 0 2.0G 0% /dev
  537. tmpfs tmpfs 396M 6.6M 389M 2% /run
  538. /dev/sda1 ext4 46G 14G 30G 31% /
  539. tmpfs tmpfs 2.0G 104K 2.0G 1% /dev/shm
  540. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  541. tmpfs tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
  542. /dev/sda5 ext4 826G 65G 719G 9% /home
  543. cgmfs tmpfs 100K 0 100K 0% /run/cgmanager/fs
  544. tmpfs tmpfs 396M 24K 396M 1% /run/user/1000
  545. =================== fdisk -l:
  546. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  547. Units: sectors of 1 * 512 = 512 bytes
  548. Sector size (logical/physical): 512 bytes / 4096 bytes
  549. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  550. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  551. Units: sectors of 1 * 512 = 512 bytes
  552. Sector size (logical/physical): 512 bytes / 4096 bytes
  553. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  554. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  555. Units: sectors of 1 * 512 = 512 bytes
  556. Sector size (logical/physical): 512 bytes / 4096 bytes
  557. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  558. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  559. Units: sectors of 1 * 512 = 512 bytes
  560. Sector size (logical/physical): 512 bytes / 4096 bytes
  561. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  562. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  563. Units: sectors of 1 * 512 = 512 bytes
  564. Sector size (logical/physical): 512 bytes / 4096 bytes
  565. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  566. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  567. Units: sectors of 1 * 512 = 512 bytes
  568. Sector size (logical/physical): 512 bytes / 4096 bytes
  569. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  570. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  571. Units: sectors of 1 * 512 = 512 bytes
  572. Sector size (logical/physical): 512 bytes / 4096 bytes
  573. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  574. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  575. Units: sectors of 1 * 512 = 512 bytes
  576. Sector size (logical/physical): 512 bytes / 4096 bytes
  577. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  578. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  579. Units: sectors of 1 * 512 = 512 bytes
  580. Sector size (logical/physical): 512 bytes / 4096 bytes
  581. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  582. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  583. Units: sectors of 1 * 512 = 512 bytes
  584. Sector size (logical/physical): 512 bytes / 4096 bytes
  585. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  586. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  587. Units: sectors of 1 * 512 = 512 bytes
  588. Sector size (logical/physical): 512 bytes / 4096 bytes
  589. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  590. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  591. Units: sectors of 1 * 512 = 512 bytes
  592. Sector size (logical/physical): 512 bytes / 4096 bytes
  593. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  594. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  595. Units: sectors of 1 * 512 = 512 bytes
  596. Sector size (logical/physical): 512 bytes / 4096 bytes
  597. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  598. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  599. Units: sectors of 1 * 512 = 512 bytes
  600. Sector size (logical/physical): 512 bytes / 4096 bytes
  601. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  602. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  603. Units: sectors of 1 * 512 = 512 bytes
  604. Sector size (logical/physical): 512 bytes / 4096 bytes
  605. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  606. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  607. Units: sectors of 1 * 512 = 512 bytes
  608. Sector size (logical/physical): 512 bytes / 4096 bytes
  609. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  610. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  611. Units: sectors of 1 * 512 = 512 bytes
  612. Sector size (logical/physical): 512 bytes / 4096 bytes
  613. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  614. Disklabel type: dos
  615. Disk identifier: 0xeda4722b
  616. Device Boot Start End Sectors Size Id Type
  617. /dev/sda1 * 2048 97656831 97654784 46.6G 83 Linux
  618. /dev/sda2 97658878 1953523711 1855864834 885G 5 Extended
  619. /dev/sda5 97658880 1855868927 1758210048 838.4G 83 Linux
  620. /dev/sda6 1855870976 1953523711 97652736 46.6G 82 Linux swap / Solaris
  621. =================== Suggested repair
  622. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  623. Additional repair would be performed: unhide-bootmenu-10s
  624. =================== User settings
  625. The settings chosen by the user will not act on the boot.
  626. paste.ubuntu.com ko (), using paste.debian
  627. paste.debian.net ko (), using paste2