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: -
  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: 465.8 GiB, 500107862016 bytes, 976773168 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 968,454,143 968,452,096 83 Linux
  34. /dev/sda2 968,456,190 976,771,071 8,314,882 5 Extended
  35. /dev/sda5 968,456,192 976,771,071 8,314,880 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/loop0 squashfs
  39. /dev/sda1 a55e703e-3682-4d73-ab53-d3e55b65aa53 ext4
  40. /dev/sda5 0bd76ec1-c399-4387-a2ac-10bf04d6e0ab swap
  41. /dev/sr0 2016-04-20-22-32-21-00 iso9660 Ubuntu 16.04 LTS i386
  42. ========================= "ls -l /dev/disk/by-id" output: ======================
  43. total 0
  44. lrwxrwxrwx 1 root root 9 Oct 9 09:37 ata-ST9500325AS_6VE4NBCE -> ../../sda
  45. lrwxrwxrwx 1 root root 10 Oct 9 09:37 ata-ST9500325AS_6VE4NBCE-part1 -> ../../sda1
  46. lrwxrwxrwx 1 root root 10 Oct 9 09:37 ata-ST9500325AS_6VE4NBCE-part2 -> ../../sda2
  47. lrwxrwxrwx 1 root root 10 Oct 9 09:37 ata-ST9500325AS_6VE4NBCE-part5 -> ../../sda5
  48. lrwxrwxrwx 1 root root 9 Oct 9 07:22 ata-TSSTcorp_CDDVDW_TS-L633C_h0L3456789KLMN_P -> ../../sr0
  49. lrwxrwxrwx 1 root root 9 Oct 9 09:37 wwn-0x5000c5001ee227d0 -> ../../sda
  50. lrwxrwxrwx 1 root root 10 Oct 9 09:37 wwn-0x5000c5001ee227d0-part1 -> ../../sda1
  51. lrwxrwxrwx 1 root root 10 Oct 9 09:37 wwn-0x5000c5001ee227d0-part2 -> ../../sda2
  52. lrwxrwxrwx 1 root root 10 Oct 9 09:37 wwn-0x5000c5001ee227d0-part5 -> ../../sda5
  53. ================================ Mount points: =================================
  54. Device Mount_Point Type Options
  55. /dev/loop0 /rofs squashfs (ro,noatime)
  56. /dev/sda1 /media/ubuntu/a55e703e-3682-4d73-ab53-d3e55b65aa53 ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  57. /dev/sr0 /cdrom iso9660 (ro,noatime)
  58. =========================== sda1/boot/grub/grub.cfg: ===========================
  59. --------------------------------------------------------------------------------
  60. #
  61. # DO NOT EDIT THIS FILE
  62. #
  63. # It is automatically generated by grub-mkconfig using templates
  64. # from /etc/grub.d and settings from /etc/default/grub
  65. #
  66. ### BEGIN /etc/grub.d/00_header ###
  67. if [ -s $prefix/grubenv ]; then
  68. set have_grubenv=true
  69. load_env
  70. fi
  71. if [ "${next_entry}" ] ; then
  72. set default="${next_entry}"
  73. set next_entry=
  74. save_env next_entry
  75. set boot_once=true
  76. else
  77. set default="0"
  78. fi
  79. if [ x"${feature_menuentry_id}" = xy ]; then
  80. menuentry_id_option="--id"
  81. else
  82. menuentry_id_option=""
  83. fi
  84. export menuentry_id_option
  85. if [ "${prev_saved_entry}" ]; then
  86. set saved_entry="${prev_saved_entry}"
  87. save_env saved_entry
  88. set prev_saved_entry=
  89. save_env prev_saved_entry
  90. set boot_once=true
  91. fi
  92. function savedefault {
  93. if [ -z "${boot_once}" ]; then
  94. saved_entry="${chosen}"
  95. save_env saved_entry
  96. fi
  97. }
  98. function recordfail {
  99. set recordfail=1
  100. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  101. }
  102. function load_video {
  103. if [ x$feature_all_video_module = xy ]; then
  104. insmod all_video
  105. else
  106. insmod efi_gop
  107. insmod efi_uga
  108. insmod ieee1275_fb
  109. insmod vbe
  110. insmod vga
  111. insmod video_bochs
  112. insmod video_cirrus
  113. fi
  114. }
  115. if [ x$feature_default_font_path = xy ] ; then
  116. font=unicode
  117. else
  118. insmod part_msdos
  119. insmod ext2
  120. set root='hd0,msdos1'
  121. if [ x$feature_platform_search_hint = xy ]; then
  122. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a55e703e-3682-4d73-ab53-d3e55b65aa53
  123. else
  124. search --no-floppy --fs-uuid --set=root a55e703e-3682-4d73-ab53-d3e55b65aa53
  125. fi
  126. font="/usr/share/grub/unicode.pf2"
  127. fi
  128. if loadfont $font ; then
  129. set gfxmode=auto
  130. load_video
  131. insmod gfxterm
  132. set locale_dir=$prefix/locale
  133. set lang=fr_FR
  134. insmod gettext
  135. fi
  136. terminal_output gfxterm
  137. if [ "${recordfail}" = 1 ] ; then
  138. set timeout=30
  139. else
  140. if [ x$feature_timeout_style = xy ] ; then
  141. set timeout_style=hidden
  142. set timeout=0
  143. # Fallback hidden-timeout code in case the timeout_style feature is
  144. # unavailable.
  145. elif sleep --interruptible 0 ; then
  146. set timeout=0
  147. fi
  148. fi
  149. ### END /etc/grub.d/00_header ###
  150. ### BEGIN /etc/grub.d/05_debian_theme ###
  151. set menu_color_normal=white/black
  152. set menu_color_highlight=black/light-gray
  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-a55e703e-3682-4d73-ab53-d3e55b65aa53' {
  182. recordfail
  183. load_video
  184. gfxmode $linux_gfx_mode
  185. insmod gzio
  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 a55e703e-3682-4d73-ab53-d3e55b65aa53
  191. else
  192. search --no-floppy --fs-uuid --set=root a55e703e-3682-4d73-ab53-d3e55b65aa53
  193. fi
  194. linux /boot/vmlinuz-4.2.0-42-generic root=UUID=a55e703e-3682-4d73-ab53-d3e55b65aa53 ro quiet splash $vt_handoff
  195. initrd /boot/initrd.img-4.2.0-42-generic
  196. }
  197. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-a55e703e-3682-4d73-ab53-d3e55b65aa53' {
  198. menuentry 'Ubuntu, avec Linux 4.2.0-42-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-42-generic-advanced-a55e703e-3682-4d73-ab53-d3e55b65aa53' {
  199. recordfail
  200. load_video
  201. gfxmode $linux_gfx_mode
  202. insmod gzio
  203. insmod part_msdos
  204. insmod ext2
  205. set root='hd0,msdos1'
  206. if [ x$feature_platform_search_hint = xy ]; then
  207. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a55e703e-3682-4d73-ab53-d3e55b65aa53
  208. else
  209. search --no-floppy --fs-uuid --set=root a55e703e-3682-4d73-ab53-d3e55b65aa53
  210. fi
  211. echo 'Chargement de Linux 4.2.0-42-generic…'
  212. linux /boot/vmlinuz-4.2.0-42-generic root=UUID=a55e703e-3682-4d73-ab53-d3e55b65aa53 ro quiet splash $vt_handoff
  213. echo 'Chargement du disque mémoire initial…'
  214. initrd /boot/initrd.img-4.2.0-42-generic
  215. }
  216. menuentry 'Ubuntu, with Linux 4.2.0-42-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-42-generic-recovery-a55e703e-3682-4d73-ab53-d3e55b65aa53' {
  217. recordfail
  218. load_video
  219. insmod gzio
  220. insmod part_msdos
  221. insmod ext2
  222. set root='hd0,msdos1'
  223. if [ x$feature_platform_search_hint = xy ]; then
  224. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a55e703e-3682-4d73-ab53-d3e55b65aa53
  225. else
  226. search --no-floppy --fs-uuid --set=root a55e703e-3682-4d73-ab53-d3e55b65aa53
  227. fi
  228. echo 'Chargement de Linux 4.2.0-42-generic…'
  229. linux /boot/vmlinuz-4.2.0-42-generic root=UUID=a55e703e-3682-4d73-ab53-d3e55b65aa53 ro recovery nomodeset
  230. echo 'Chargement du disque mémoire initial…'
  231. initrd /boot/initrd.img-4.2.0-42-generic
  232. }
  233. menuentry 'Ubuntu, avec Linux 4.2.0-41-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-41-generic-advanced-a55e703e-3682-4d73-ab53-d3e55b65aa53' {
  234. recordfail
  235. load_video
  236. gfxmode $linux_gfx_mode
  237. insmod gzio
  238. insmod part_msdos
  239. insmod ext2
  240. set root='hd0,msdos1'
  241. if [ x$feature_platform_search_hint = xy ]; then
  242. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a55e703e-3682-4d73-ab53-d3e55b65aa53
  243. else
  244. search --no-floppy --fs-uuid --set=root a55e703e-3682-4d73-ab53-d3e55b65aa53
  245. fi
  246. echo 'Chargement de Linux 4.2.0-41-generic…'
  247. linux /boot/vmlinuz-4.2.0-41-generic root=UUID=a55e703e-3682-4d73-ab53-d3e55b65aa53 ro quiet splash $vt_handoff
  248. echo 'Chargement du disque mémoire initial…'
  249. initrd /boot/initrd.img-4.2.0-41-generic
  250. }
  251. menuentry 'Ubuntu, with Linux 4.2.0-41-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-41-generic-recovery-a55e703e-3682-4d73-ab53-d3e55b65aa53' {
  252. recordfail
  253. load_video
  254. insmod gzio
  255. insmod part_msdos
  256. insmod ext2
  257. set root='hd0,msdos1'
  258. if [ x$feature_platform_search_hint = xy ]; then
  259. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a55e703e-3682-4d73-ab53-d3e55b65aa53
  260. else
  261. search --no-floppy --fs-uuid --set=root a55e703e-3682-4d73-ab53-d3e55b65aa53
  262. fi
  263. echo 'Chargement de Linux 4.2.0-41-generic…'
  264. linux /boot/vmlinuz-4.2.0-41-generic root=UUID=a55e703e-3682-4d73-ab53-d3e55b65aa53 ro recovery nomodeset
  265. echo 'Chargement du disque mémoire initial…'
  266. initrd /boot/initrd.img-4.2.0-41-generic
  267. }
  268. menuentry 'Ubuntu, avec Linux 4.2.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-38-generic-advanced-a55e703e-3682-4d73-ab53-d3e55b65aa53' {
  269. recordfail
  270. load_video
  271. gfxmode $linux_gfx_mode
  272. insmod gzio
  273. insmod part_msdos
  274. insmod ext2
  275. set root='hd0,msdos1'
  276. if [ x$feature_platform_search_hint = xy ]; then
  277. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a55e703e-3682-4d73-ab53-d3e55b65aa53
  278. else
  279. search --no-floppy --fs-uuid --set=root a55e703e-3682-4d73-ab53-d3e55b65aa53
  280. fi
  281. echo 'Chargement de Linux 4.2.0-38-generic…'
  282. linux /boot/vmlinuz-4.2.0-38-generic root=UUID=a55e703e-3682-4d73-ab53-d3e55b65aa53 ro quiet splash $vt_handoff
  283. echo 'Chargement du disque mémoire initial…'
  284. initrd /boot/initrd.img-4.2.0-38-generic
  285. }
  286. menuentry 'Ubuntu, with Linux 4.2.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-38-generic-recovery-a55e703e-3682-4d73-ab53-d3e55b65aa53' {
  287. recordfail
  288. load_video
  289. insmod gzio
  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 a55e703e-3682-4d73-ab53-d3e55b65aa53
  295. else
  296. search --no-floppy --fs-uuid --set=root a55e703e-3682-4d73-ab53-d3e55b65aa53
  297. fi
  298. echo 'Chargement de Linux 4.2.0-38-generic…'
  299. linux /boot/vmlinuz-4.2.0-38-generic root=UUID=a55e703e-3682-4d73-ab53-d3e55b65aa53 ro recovery nomodeset
  300. echo 'Chargement du disque mémoire initial…'
  301. initrd /boot/initrd.img-4.2.0-38-generic
  302. }
  303. }
  304. ### END /etc/grub.d/10_linux ###
  305. ### BEGIN /etc/grub.d/20_linux_xen ###
  306. ### END /etc/grub.d/20_linux_xen ###
  307. ### BEGIN /etc/grub.d/20_memtest86+ ###
  308. menuentry 'Memory test (memtest86+)' {
  309. insmod part_msdos
  310. insmod ext2
  311. set root='hd0,msdos1'
  312. if [ x$feature_platform_search_hint = xy ]; then
  313. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a55e703e-3682-4d73-ab53-d3e55b65aa53
  314. else
  315. search --no-floppy --fs-uuid --set=root a55e703e-3682-4d73-ab53-d3e55b65aa53
  316. fi
  317. knetbsd /boot/memtest86+.elf
  318. }
  319. menuentry 'Memory test (memtest86+, serial console 115200)' {
  320. insmod part_msdos
  321. insmod ext2
  322. set root='hd0,msdos1'
  323. if [ x$feature_platform_search_hint = xy ]; then
  324. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a55e703e-3682-4d73-ab53-d3e55b65aa53
  325. else
  326. search --no-floppy --fs-uuid --set=root a55e703e-3682-4d73-ab53-d3e55b65aa53
  327. fi
  328. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  329. }
  330. ### END /etc/grub.d/20_memtest86+ ###
  331. ### BEGIN /etc/grub.d/30_os-prober ###
  332. ### END /etc/grub.d/30_os-prober ###
  333. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  334. ### END /etc/grub.d/30_uefi-firmware ###
  335. ### BEGIN /etc/grub.d/40_custom ###
  336. # This file provides an easy way to add custom menu entries. Simply type the
  337. # menu entries you want to add after this comment. Be careful not to change
  338. # the 'exec tail' line above.
  339. ### END /etc/grub.d/40_custom ###
  340. ### BEGIN /etc/grub.d/41_custom ###
  341. if [ -f ${config_directory}/custom.cfg ]; then
  342. source ${config_directory}/custom.cfg
  343. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  344. source $prefix/custom.cfg;
  345. fi
  346. ### END /etc/grub.d/41_custom ###
  347. --------------------------------------------------------------------------------
  348. =============================== sda1/etc/fstab: ================================
  349. --------------------------------------------------------------------------------
  350. # /etc/fstab: static file system information.
  351. #
  352. # Use 'blkid' to print the universally unique identifier for a
  353. # device; this may be used with UUID= as a more robust way to name devices
  354. # that works even if disks are added and removed. See fstab(5).
  355. #
  356. # <file system> <mount point> <type> <options> <dump> <pass>
  357. # / was on /dev/sda1 during installation
  358. UUID=a55e703e-3682-4d73-ab53-d3e55b65aa53 / ext4 errors=remount-ro 0 1
  359. # swap was on /dev/sda5 during installation
  360. UUID=0bd76ec1-c399-4387-a2ac-10bf04d6e0ab none swap sw 0 0
  361. --------------------------------------------------------------------------------
  362. =================== sda1: Location of files loaded by Grub: ====================
  363. GiB - GB File Fragment(s)
  364. 336.548027039 = 361.365692416 boot/grub/grub.cfg 1
  365. 294.287662506 = 315.988971520 boot/grub/i386-pc/core.img 1
  366. 2.499431610 = 2.683744256 boot/vmlinuz-4.2.0-38-generic 1
  367. 369.768966675 = 397.036404736 boot/vmlinuz-4.2.0-41-generic 1
  368. 19.370529175 = 20.798947328 boot/vmlinuz-4.2.0-42-generic 1
  369. 19.370529175 = 20.798947328 vmlinuz 1
  370. 369.768966675 = 397.036404736 vmlinuz.old 1
  371. 3.137016296 = 3.368345600 boot/initrd.img-4.2.0-38-generic 2
  372. 1.949851990 = 2.093637632 boot/initrd.img-4.2.0-41-generic 3
  373. 29.008106232 = 31.147216896 boot/initrd.img-4.2.0-42-generic 2
  374. 29.008106232 = 31.147216896 initrd.img 2
  375. 1.949851990 = 2.093637632 initrd.img.old 3
  376. =============================== StdErr Messages: ===============================
  377. File descriptor 9 (/proc/9112/mounts) leaked on lvs invocation. Parent PID 15125: bash
  378. File descriptor 63 (pipe:[98859]) leaked on lvs invocation. Parent PID 15125: bash
  379. ADDITIONAL INFORMATION :
  380. =================== log of boot-info 2016-10-09__09h37 ===================
  381. boot-info version : 4ppa38
  382. boot-sav version : 4ppa38
  383. glade2script version : 3.2.3~ppa1
  384. boot-sav-extra version : 4ppa38
  385. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  386. Error: Can't have a partition outside the disk!
  387. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  388. Error: Can't have a partition outside the disk!
  389. boot-info is executed in live-session (Ubuntu 16.04 LTS, xenial, Ubuntu, i686)
  390. CPU op-mode(s): 32-bit, 64-bit
  391. file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  392. ls: impossible d'accéder à '/home/usr/.config': Aucun fichier ou dossier de ce type
  393. =================== os-prober:
  394. /dev/sda1:Ubuntu 16.04.1 LTS (16.04):Ubuntu:linux
  395. =================== blkid:
  396. /dev/sda1: UUID="a55e703e-3682-4d73-ab53-d3e55b65aa53" TYPE="ext4" PARTUUID="000be24f-01"
  397. /dev/sr0: UUID="2016-04-20-22-32-21-00" LABEL="Ubuntu 16.04 LTS i386" TYPE="iso9660" PTUUID="01a8fd35" PTTYPE="dos"
  398. /dev/loop0: TYPE="squashfs"
  399. /dev/sda5: UUID="0bd76ec1-c399-4387-a2ac-10bf04d6e0ab" TYPE="swap" PARTUUID="000be24f-05"
  400. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  401. =================== /media/ubuntu/a55e703e-3682-4d73-ab53-d3e55b65aa53/etc/grub.d/ :
  402. drwxr-xr-x 2 root root 4096 juil. 30 18:26 grub.d
  403. total 148
  404. -rwxr-xr-x 1 root root 9791 déc. 17 2015 00_header
  405. -rwxr-xr-x 1 root root 9791 juin 17 09:10 00_header.dpkg-new
  406. -rwxr-xr-x 1 root root 6058 mai 13 2015 05_debian_theme
  407. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme.dpkg-new
  408. -rwxr-xr-x 1 root root 11608 déc. 17 2015 10_linux
  409. -rwxr-xr-x 1 root root 12261 juin 17 09:10 10_linux.dpkg-new
  410. -rwxr-xr-x 1 root root 10412 déc. 17 2015 20_linux_xen
  411. -rwxr-xr-x 1 root root 11082 juin 17 09:10 20_linux_xen.dpkg-new
  412. -rwxr-xr-x 1 root root 1992 mars 12 2014 20_memtest86+
  413. -rwxr-xr-x 1 root root 11692 déc. 17 2015 30_os-prober
  414. -rwxr-xr-x 1 root root 11692 juin 17 09:10 30_os-prober.dpkg-new
  415. -rwxr-xr-x 1 root root 1416 déc. 17 2015 30_uefi-firmware
  416. -rwxr-xr-x 1 root root 1418 juin 17 09:10 30_uefi-firmware.dpkg-new
  417. -rwxr-xr-x 1 root root 214 déc. 17 2015 40_custom
  418. -rwxr-xr-x 1 root root 214 juin 17 09:10 40_custom.dpkg-new
  419. -rwxr-xr-x 1 root root 216 déc. 17 2015 41_custom
  420. -rwxr-xr-x 1 root root 216 juin 17 09:10 41_custom.dpkg-new
  421. -rw-r--r-- 1 root root 483 déc. 17 2015 README
  422. -rw-r--r-- 1 root root 483 juin 17 09:10 README.dpkg-new
  423. =================== /media/ubuntu/a55e703e-3682-4d73-ab53-d3e55b65aa53/etc/default/grub :
  424. # If you change this file, run 'update-grub' afterwards to update
  425. # /boot/grub/grub.cfg.
  426. # For full documentation of the options in this file, see:
  427. # info -f grub -n 'Simple configuration'
  428. GRUB_DEFAULT=0
  429. GRUB_HIDDEN_TIMEOUT=0
  430. GRUB_HIDDEN_TIMEOUT_QUIET=true
  431. GRUB_TIMEOUT=10
  432. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  433. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  434. GRUB_CMDLINE_LINUX=""
  435. # Uncomment to enable BadRAM filtering, modify to suit your needs
  436. # This works with Linux (no patch required) and with any kernel that obtains
  437. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  438. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  439. # Uncomment to disable graphical terminal (grub-pc only)
  440. #GRUB_TERMINAL=console
  441. # The resolution used on graphical terminal
  442. # note that you can use only modes which your graphic card supports via VBE
  443. # you can see them in real GRUB with the command `vbeinfo'
  444. #GRUB_GFXMODE=640x480
  445. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  446. #GRUB_DISABLE_LINUX_UUID=true
  447. # Uncomment to disable generation of recovery mode menu entries
  448. #GRUB_DISABLE_RECOVERY="true"
  449. # Uncomment to get a beep at grub start
  450. #GRUB_INIT_TUNE="480 440 1"
  451. =================== UEFI/Legacy mode:
  452. This live-session is not EFI-compatible.
  453. SecureBoot maybe enabled.
  454. =================== PARTITIONS & DISKS:
  455. sda1 : sda, not-sepboot, grubenv-ok grub2, 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, /media/ubuntu/a55e703e-3682-4d73-ab53-d3e55b65aa53.
  456. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  457. =================== parted -l:
  458. Model: ATA ST9500325AS (scsi)
  459. Disk /dev/sda: 500GB
  460. Sector size (logical/physical): 512B/512B
  461. Partition Table: msdos
  462. Disk Flags:
  463. Number Start End Size Type File system Flags
  464. 1 1049kB 496GB 496GB primary ext4 boot
  465. 2 496GB 500GB 4257MB extended
  466. 5 496GB 500GB 4257MB logical linux-swap(v1)
  467. Model: TSSTcorp CDDVDW TS-L633C (scsi)
  468. Disk /dev/sr0: 1504MB
  469. Sector size (logical/physical): 2048B/2048B
  470. Partition Table: unknown
  471. Disk Flags:
  472. =================== parted -lm:
  473. BYT;
  474. /dev/sda:500GB:scsi:512:512:msdos:ATA ST9500325AS:;
  475. 1:1049kB:496GB:496GB:ext4::boot;
  476. 2:496GB:500GB:4257MB:::;
  477. 5:496GB:500GB:4257MB:linux-swap(v1)::;
  478. BYT;
  479. /dev/sr0:1504MB:scsi:2048:2048:unknown:TSSTcorp CDDVDW TS-L633C:;
  480. =================== lsblk:
  481. KNAME TYPE FSTYPE SIZE LABEL
  482. sda disk 465,8G
  483. sda1 part ext4 461,8G
  484. sda2 part 1K
  485. sda5 part swap 4G
  486. sr0 rom iso9660 1,4G Ubuntu 16.04 LTS i386
  487. loop0 loop squashfs 1,4G
  488. KNAME ROTA RO RM STATE MOUNTPOINT
  489. sda 1 0 0 running
  490. sda1 1 0 0 /media/ubuntu/a55e703e-3682-4d73-ab53-d3e55b65aa53
  491. sda2 1 0 0
  492. sda5 1 0 0 [SWAP]
  493. sr0 1 0 1 running /cdrom
  494. loop0 1 1 0 /rofs
  495. =================== mount:
  496. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  497. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  498. udev on /dev type devtmpfs (rw,nosuid,relatime,size=2038676k,nr_inodes=207945,mode=755)
  499. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  500. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=410380k,mode=755)
  501. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  502. /dev/loop0 on /rofs type squashfs (ro,noatime)
  503. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  504. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  505. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  506. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  507. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  508. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  509. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  510. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  511. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,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/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  515. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  516. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  517. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  518. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  519. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  520. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=32,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  521. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  522. mqueue on /dev/mqueue type mqueue (rw,relatime)
  523. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  524. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  525. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  526. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  527. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=410380k,mode=700,uid=999,gid=999)
  528. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  529. /dev/sda1 on /media/ubuntu/a55e703e-3682-4d73-ab53-d3e55b65aa53 type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  530. =================== ls:
  531. /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
  532. /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
  533. /dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 initctl input kmsg lightnvm log mapper mcelog media0 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 v4l vfio vga_arbiter vhci vhost-net video0 zero
  534. ls /dev/mapper: control
  535. =================== df -Th:
  536. Filesystem Type Size Used Avail Use% Mounted on
  537. udev devtmpfs 2.0G 0 2.0G 0% /dev
  538. tmpfs tmpfs 401M 12M 390M 3% /run
  539. /dev/sr0 iso9660 1.5G 1.5G 0 100% /cdrom
  540. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  541. /cow overlay 2.0G 123M 1.9G 7% /
  542. tmpfs tmpfs 2.0G 340K 2.0G 1% /dev/shm
  543. tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
  544. tmpfs tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
  545. tmpfs tmpfs 2.0G 296K 2.0G 1% /tmp
  546. tmpfs tmpfs 401M 76K 401M 1% /run/user/999
  547. /dev/sda1 ext4 455G 38G 395G 9% /media/ubuntu/a55e703e-3682-4d73-ab53-d3e55b65aa53
  548. =================== fdisk -l:
  549. Disk /dev/ram0: 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/ram1: 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/ram2: 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/ram3: 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/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  566. Units: sectors of 1 * 512 = 512 bytes
  567. Sector size (logical/physical): 512 bytes / 4096 bytes
  568. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  569. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  570. Units: sectors of 1 * 512 = 512 bytes
  571. Sector size (logical/physical): 512 bytes / 4096 bytes
  572. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  573. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  574. Units: sectors of 1 * 512 = 512 bytes
  575. Sector size (logical/physical): 512 bytes / 4096 bytes
  576. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  577. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  578. Units: sectors of 1 * 512 = 512 bytes
  579. Sector size (logical/physical): 512 bytes / 4096 bytes
  580. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  581. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  582. Units: sectors of 1 * 512 = 512 bytes
  583. Sector size (logical/physical): 512 bytes / 4096 bytes
  584. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  585. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  586. Units: sectors of 1 * 512 = 512 bytes
  587. Sector size (logical/physical): 512 bytes / 4096 bytes
  588. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  589. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  590. Units: sectors of 1 * 512 = 512 bytes
  591. Sector size (logical/physical): 512 bytes / 4096 bytes
  592. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  593. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  594. Units: sectors of 1 * 512 = 512 bytes
  595. Sector size (logical/physical): 512 bytes / 4096 bytes
  596. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  597. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  598. Units: sectors of 1 * 512 = 512 bytes
  599. Sector size (logical/physical): 512 bytes / 4096 bytes
  600. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  601. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  602. Units: sectors of 1 * 512 = 512 bytes
  603. Sector size (logical/physical): 512 bytes / 4096 bytes
  604. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  605. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  606. Units: sectors of 1 * 512 = 512 bytes
  607. Sector size (logical/physical): 512 bytes / 4096 bytes
  608. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  609. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  610. Units: sectors of 1 * 512 = 512 bytes
  611. Sector size (logical/physical): 512 bytes / 4096 bytes
  612. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  613. Disk /dev/loop0: 1.4 GiB, 1460752384 bytes, 2853032 sectors
  614. Units: sectors of 1 * 512 = 512 bytes
  615. Sector size (logical/physical): 512 bytes / 512 bytes
  616. I/O size (minimum/optimal): 512 bytes / 512 bytes
  617. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  618. Units: sectors of 1 * 512 = 512 bytes
  619. Sector size (logical/physical): 512 bytes / 512 bytes
  620. I/O size (minimum/optimal): 512 bytes / 512 bytes
  621. Disklabel type: dos
  622. Disk identifier: 0x000be24f
  623. Device Boot Start End Sectors Size Id Type
  624. /dev/sda1 * 2048 968454143 968452096 461.8G 83 Linux
  625. /dev/sda2 968456190 976771071 8314882 4G 5 Extended
  626. /dev/sda5 968456192 976771071 8314880 4G 82 Linux swap / Solaris
  627. =================== Suggested repair
  628. The default repair of the Boot-Repair utility would reinstall the grub2 of sda1 into the MBR of sda.
  629. Additional repair would be performed: unhide-bootmenu-10s
  630. =================== Blockers in case of suggested repair
  631. 64bits détecté. Veuillez utiliser ce logiciel dans une session 64bits. (Veuillez utiliser Boot-Repair-Disk-64bit (www.sourceforge.net/p/boot-repair-cd), qui contient une version compatible 64bits de ce logiciel.) Cela vous permettra d'utiliser cette fonctionnalité.
  632. =================== User settings
  633. The settings chosen by the user will not act on the boot.
  634. paste.ubuntu.com ko (), using paste.debian
  635. paste.debian.net ko (), using paste2