1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v1.99) 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 on this drive.
  6. => Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.
  7. sda1: __________________________________________________________________________
  8. File system: ext4
  9. Boot sector type: -
  10. Boot sector info:
  11. Operating System: Ubuntu precise (12.04.5 LTS)
  12. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  13. sda2: __________________________________________________________________________
  14. File system: Extended Partition
  15. Boot sector type: -
  16. Boot sector info:
  17. sda5: __________________________________________________________________________
  18. File system: swap
  19. Boot sector type: -
  20. Boot sector info:
  21. sdb1: __________________________________________________________________________
  22. File system: vfat
  23. Boot sector type: SYSLINUX 6.03
  24. Boot sector info: Syslinux looks at sector 16408 of /dev/sdb1 for its
  25. second stage. The integrity check of Syslinux failed.
  26. No errors found in the Boot Parameter Block.
  27. Operating System:
  28. Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
  29. /EFI/BOOT/grubx64.efi /ldlinux.sys
  30. ============================ Drive/Partition Info: =============================
  31. Drive: sda _____________________________________________________________________
  32. Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
  33. Units: sectors of 1 * 512 = 512 bytes
  34. Sector size (logical/physical): 512 bytes / 512 bytes
  35. I/O size (minimum/optimal): 512 bytes / 512 bytes
  36. Disklabel type: dos
  37. Partition Boot Start Sector End Sector # of Sectors Id System
  38. /dev/sda1 * 2,048 471,658,495 471,656,448 83 Linux
  39. /dev/sda2 471,660,542 488,396,799 16,736,258 5 Extended
  40. /dev/sda5 471,660,544 488,396,799 16,736,256 82 Linux swap / Solaris
  41. Drive: sdb _____________________________________________________________________
  42. Disk /dev/sdb: 3.8 GiB, 4026531840 bytes, 7864320 sectors
  43. Units: sectors of 1 * 512 = 512 bytes
  44. Sector size (logical/physical): 512 bytes / 512 bytes
  45. I/O size (minimum/optimal): 512 bytes / 512 bytes
  46. Disklabel type: dos
  47. Partition Boot Start Sector End Sector # of Sectors Id System
  48. /dev/sdb1 * 2,048 7,864,319 7,862,272 c W95 FAT32 (LBA)
  49. "blkid" output: ________________________________________________________________
  50. Device UUID TYPE LABEL
  51. /dev/loop0 squashfs
  52. /dev/sda1 0da96b0f-40f6-4706-901c-f53ec2fbbd2d ext4
  53. /dev/sda5 2dbbeebf-31be-4c6e-962d-ceee9c6f36a4 swap
  54. /dev/sdb1 6C40-CE42 vfat UBUNTU 16_0
  55. ========================= "ls -l /dev/disk/by-id" output: ======================
  56. total 0
  57. lrwxrwxrwx 1 root root 9 Nov 26 11:54 ata-Hitachi_HDT725025VLA380_VFA100R10B03DK -> ../../sda
  58. lrwxrwxrwx 1 root root 10 Nov 26 11:54 ata-Hitachi_HDT725025VLA380_VFA100R10B03DK-part1 -> ../../sda1
  59. lrwxrwxrwx 1 root root 10 Nov 26 11:54 ata-Hitachi_HDT725025VLA380_VFA100R10B03DK-part2 -> ../../sda2
  60. lrwxrwxrwx 1 root root 10 Nov 26 11:54 ata-Hitachi_HDT725025VLA380_VFA100R10B03DK-part5 -> ../../sda5
  61. lrwxrwxrwx 1 root root 9 Nov 26 11:54 usb-USB_DISK_2.0_IT2RGDKA1NDK2M3J-0:0 -> ../../sdb
  62. lrwxrwxrwx 1 root root 10 Nov 26 11:54 usb-USB_DISK_2.0_IT2RGDKA1NDK2M3J-0:0-part1 -> ../../sdb1
  63. lrwxrwxrwx 1 root root 9 Nov 26 11:54 wwn-0x5000cca310c5007e -> ../../sda
  64. lrwxrwxrwx 1 root root 10 Nov 26 11:54 wwn-0x5000cca310c5007e-part1 -> ../../sda1
  65. lrwxrwxrwx 1 root root 10 Nov 26 11:54 wwn-0x5000cca310c5007e-part2 -> ../../sda2
  66. lrwxrwxrwx 1 root root 10 Nov 26 11:54 wwn-0x5000cca310c5007e-part5 -> ../../sda5
  67. ================================ Mount points: =================================
  68. Device Mount_Point Type Options
  69. /dev/loop0 /rofs squashfs (ro,noatime)
  70. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  71. =========================== sda1/boot/grub/grub.cfg: ===========================
  72. --------------------------------------------------------------------------------
  73. #
  74. # DO NOT EDIT THIS FILE
  75. #
  76. # It is automatically generated by grub-mkconfig using templates
  77. # from /etc/grub.d and settings from /etc/default/grub
  78. #
  79. ### BEGIN /etc/grub.d/00_header ###
  80. if [ -s $prefix/grubenv ]; then
  81. set have_grubenv=true
  82. load_env
  83. fi
  84. set default="0"
  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. insmod vbe
  104. insmod vga
  105. insmod video_bochs
  106. insmod video_cirrus
  107. }
  108. insmod part_msdos
  109. insmod ext2
  110. set root='(hd0,msdos1)'
  111. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  112. if loadfont /usr/share/grub/unicode.pf2 ; then
  113. set gfxmode=auto
  114. load_video
  115. insmod gfxterm
  116. insmod part_msdos
  117. insmod ext2
  118. set root='(hd0,msdos1)'
  119. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  120. set locale_dir=($root)/boot/grub/locale
  121. set lang=fr_FR
  122. insmod gettext
  123. fi
  124. terminal_output gfxterm
  125. if [ "${recordfail}" = 1 ] ; then
  126. set timeout=30
  127. else
  128. if [ x$feature_timeout_style = xy ] ; then
  129. set timeout_style=hidden
  130. set timeout=0
  131. # Fallback hidden-timeout code in case the timeout_style feature is
  132. # unavailable.
  133. elif sleep --interruptible 0 ; then
  134. set timeout=0
  135. fi
  136. fi
  137. ### END /etc/grub.d/00_header ###
  138. ### BEGIN /etc/grub.d/05_debian_theme ###
  139. set menu_color_normal=white/black
  140. set menu_color_highlight=black/light-gray
  141. if background_color 44,0,30; then
  142. clear
  143. fi
  144. ### END /etc/grub.d/05_debian_theme ###
  145. ### BEGIN /etc/grub.d/10_linux ###
  146. function gfxmode {
  147. set gfxpayload="${1}"
  148. if [ "${1}" = "keep" ]; then
  149. set vt_handoff=vt.handoff=7
  150. else
  151. set vt_handoff=
  152. fi
  153. }
  154. if [ "${recordfail}" != 1 ]; then
  155. if [ -e ${prefix}/gfxblacklist.txt ]; then
  156. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  157. if [ ${match} = 0 ]; then
  158. set linux_gfx_mode=keep
  159. else
  160. set linux_gfx_mode=text
  161. fi
  162. else
  163. set linux_gfx_mode=text
  164. fi
  165. else
  166. set linux_gfx_mode=keep
  167. fi
  168. else
  169. set linux_gfx_mode=text
  170. fi
  171. export linux_gfx_mode
  172. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  173. menuentry 'Ubuntu, avec Linux 3.2.0-115-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  174. recordfail
  175. gfxmode $linux_gfx_mode
  176. insmod gzio
  177. insmod part_msdos
  178. insmod ext2
  179. set root='(hd0,msdos1)'
  180. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  181. linux /boot/vmlinuz-3.2.0-115-generic-pae root=UUID=0da96b0f-40f6-4706-901c-f53ec2fbbd2d ro quiet splash $vt_handoff
  182. initrd /boot/initrd.img-3.2.0-115-generic-pae
  183. }
  184. menuentry 'Ubuntu, with Linux 3.2.0-115-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  185. recordfail
  186. insmod gzio
  187. insmod part_msdos
  188. insmod ext2
  189. set root='(hd0,msdos1)'
  190. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  191. echo 'Chargement de Linux 3.2.0-115-generic-pae ...'
  192. linux /boot/vmlinuz-3.2.0-115-generic-pae root=UUID=0da96b0f-40f6-4706-901c-f53ec2fbbd2d ro recovery nomodeset
  193. echo 'Chargement du disque mémoire initial ...'
  194. initrd /boot/initrd.img-3.2.0-115-generic-pae
  195. }
  196. submenu "Previous Linux versions" {
  197. menuentry 'Ubuntu, avec Linux 3.2.0-113-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  198. recordfail
  199. gfxmode $linux_gfx_mode
  200. insmod gzio
  201. insmod part_msdos
  202. insmod ext2
  203. set root='(hd0,msdos1)'
  204. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  205. linux /boot/vmlinuz-3.2.0-113-generic-pae root=UUID=0da96b0f-40f6-4706-901c-f53ec2fbbd2d ro quiet splash $vt_handoff
  206. initrd /boot/initrd.img-3.2.0-113-generic-pae
  207. }
  208. menuentry 'Ubuntu, with Linux 3.2.0-113-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  209. recordfail
  210. insmod gzio
  211. insmod part_msdos
  212. insmod ext2
  213. set root='(hd0,msdos1)'
  214. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  215. echo 'Chargement de Linux 3.2.0-113-generic-pae ...'
  216. linux /boot/vmlinuz-3.2.0-113-generic-pae root=UUID=0da96b0f-40f6-4706-901c-f53ec2fbbd2d ro recovery nomodeset
  217. echo 'Chargement du disque mémoire initial ...'
  218. initrd /boot/initrd.img-3.2.0-113-generic-pae
  219. }
  220. menuentry 'Ubuntu, avec Linux 3.2.0-110-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  221. recordfail
  222. gfxmode $linux_gfx_mode
  223. insmod gzio
  224. insmod part_msdos
  225. insmod ext2
  226. set root='(hd0,msdos1)'
  227. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  228. linux /boot/vmlinuz-3.2.0-110-generic-pae root=UUID=0da96b0f-40f6-4706-901c-f53ec2fbbd2d ro quiet splash $vt_handoff
  229. initrd /boot/initrd.img-3.2.0-110-generic-pae
  230. }
  231. menuentry 'Ubuntu, with Linux 3.2.0-110-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  232. recordfail
  233. insmod gzio
  234. insmod part_msdos
  235. insmod ext2
  236. set root='(hd0,msdos1)'
  237. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  238. echo 'Chargement de Linux 3.2.0-110-generic-pae ...'
  239. linux /boot/vmlinuz-3.2.0-110-generic-pae root=UUID=0da96b0f-40f6-4706-901c-f53ec2fbbd2d ro recovery nomodeset
  240. echo 'Chargement du disque mémoire initial ...'
  241. initrd /boot/initrd.img-3.2.0-110-generic-pae
  242. }
  243. menuentry 'Ubuntu, avec Linux 3.2.0-107-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  244. recordfail
  245. gfxmode $linux_gfx_mode
  246. insmod gzio
  247. insmod part_msdos
  248. insmod ext2
  249. set root='(hd0,msdos1)'
  250. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  251. linux /boot/vmlinuz-3.2.0-107-generic-pae root=UUID=0da96b0f-40f6-4706-901c-f53ec2fbbd2d ro quiet splash $vt_handoff
  252. initrd /boot/initrd.img-3.2.0-107-generic-pae
  253. }
  254. menuentry 'Ubuntu, with Linux 3.2.0-107-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  255. recordfail
  256. insmod gzio
  257. insmod part_msdos
  258. insmod ext2
  259. set root='(hd0,msdos1)'
  260. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  261. echo 'Chargement de Linux 3.2.0-107-generic-pae ...'
  262. linux /boot/vmlinuz-3.2.0-107-generic-pae root=UUID=0da96b0f-40f6-4706-901c-f53ec2fbbd2d ro recovery nomodeset
  263. echo 'Chargement du disque mémoire initial ...'
  264. initrd /boot/initrd.img-3.2.0-107-generic-pae
  265. }
  266. menuentry 'Ubuntu, avec Linux 3.2.0-31-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  267. recordfail
  268. gfxmode $linux_gfx_mode
  269. insmod gzio
  270. insmod part_msdos
  271. insmod ext2
  272. set root='(hd0,msdos1)'
  273. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  274. linux /boot/vmlinuz-3.2.0-31-generic-pae root=UUID=0da96b0f-40f6-4706-901c-f53ec2fbbd2d ro quiet splash $vt_handoff
  275. initrd /boot/initrd.img-3.2.0-31-generic-pae
  276. }
  277. menuentry 'Ubuntu, with Linux 3.2.0-31-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  278. recordfail
  279. insmod gzio
  280. insmod part_msdos
  281. insmod ext2
  282. set root='(hd0,msdos1)'
  283. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  284. echo 'Chargement de Linux 3.2.0-31-generic-pae ...'
  285. linux /boot/vmlinuz-3.2.0-31-generic-pae root=UUID=0da96b0f-40f6-4706-901c-f53ec2fbbd2d ro recovery nomodeset
  286. echo 'Chargement du disque mémoire initial ...'
  287. initrd /boot/initrd.img-3.2.0-31-generic-pae
  288. }
  289. menuentry 'Ubuntu, avec Linux 3.2.0-24-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  290. recordfail
  291. gfxmode $linux_gfx_mode
  292. insmod gzio
  293. insmod part_msdos
  294. insmod ext2
  295. set root='(hd0,msdos1)'
  296. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  297. linux /boot/vmlinuz-3.2.0-24-generic-pae root=UUID=0da96b0f-40f6-4706-901c-f53ec2fbbd2d ro quiet splash $vt_handoff
  298. initrd /boot/initrd.img-3.2.0-24-generic-pae
  299. }
  300. menuentry 'Ubuntu, with Linux 3.2.0-24-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  301. recordfail
  302. insmod gzio
  303. insmod part_msdos
  304. insmod ext2
  305. set root='(hd0,msdos1)'
  306. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  307. echo 'Chargement de Linux 3.2.0-24-generic-pae ...'
  308. linux /boot/vmlinuz-3.2.0-24-generic-pae root=UUID=0da96b0f-40f6-4706-901c-f53ec2fbbd2d ro recovery nomodeset
  309. echo 'Chargement du disque mémoire initial ...'
  310. initrd /boot/initrd.img-3.2.0-24-generic-pae
  311. }
  312. menuentry 'Ubuntu, avec Linux 3.0.0-16-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  313. recordfail
  314. gfxmode $linux_gfx_mode
  315. insmod gzio
  316. insmod part_msdos
  317. insmod ext2
  318. set root='(hd0,msdos1)'
  319. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  320. linux /boot/vmlinuz-3.0.0-16-generic-pae root=UUID=0da96b0f-40f6-4706-901c-f53ec2fbbd2d ro quiet splash $vt_handoff
  321. initrd /boot/initrd.img-3.0.0-16-generic-pae
  322. }
  323. menuentry 'Ubuntu, with Linux 3.0.0-16-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  324. recordfail
  325. insmod gzio
  326. insmod part_msdos
  327. insmod ext2
  328. set root='(hd0,msdos1)'
  329. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  330. echo 'Chargement de Linux 3.0.0-16-generic-pae ...'
  331. linux /boot/vmlinuz-3.0.0-16-generic-pae root=UUID=0da96b0f-40f6-4706-901c-f53ec2fbbd2d ro recovery nomodeset
  332. echo 'Chargement du disque mémoire initial ...'
  333. initrd /boot/initrd.img-3.0.0-16-generic-pae
  334. }
  335. menuentry 'Ubuntu, avec Linux 2.6.38-13-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  336. recordfail
  337. gfxmode $linux_gfx_mode
  338. insmod gzio
  339. insmod part_msdos
  340. insmod ext2
  341. set root='(hd0,msdos1)'
  342. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  343. linux /boot/vmlinuz-2.6.38-13-generic-pae root=UUID=0da96b0f-40f6-4706-901c-f53ec2fbbd2d ro quiet splash $vt_handoff
  344. initrd /boot/initrd.img-2.6.38-13-generic-pae
  345. }
  346. menuentry 'Ubuntu, with Linux 2.6.38-13-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  347. recordfail
  348. insmod gzio
  349. insmod part_msdos
  350. insmod ext2
  351. set root='(hd0,msdos1)'
  352. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  353. echo 'Chargement de Linux 2.6.38-13-generic-pae ...'
  354. linux /boot/vmlinuz-2.6.38-13-generic-pae root=UUID=0da96b0f-40f6-4706-901c-f53ec2fbbd2d ro recovery nomodeset
  355. echo 'Chargement du disque mémoire initial ...'
  356. initrd /boot/initrd.img-2.6.38-13-generic-pae
  357. }
  358. }
  359. ### END /etc/grub.d/10_linux ###
  360. ### BEGIN /etc/grub.d/20_linux_xen ###
  361. ### END /etc/grub.d/20_linux_xen ###
  362. ### BEGIN /etc/grub.d/20_memtest86+ ###
  363. menuentry "Memory test (memtest86+)" {
  364. insmod part_msdos
  365. insmod ext2
  366. set root='(hd0,msdos1)'
  367. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  368. linux16 /boot/memtest86+.bin
  369. }
  370. menuentry "Memory test (memtest86+, serial console 115200)" {
  371. insmod part_msdos
  372. insmod ext2
  373. set root='(hd0,msdos1)'
  374. search --no-floppy --fs-uuid --set=root 0da96b0f-40f6-4706-901c-f53ec2fbbd2d
  375. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  376. }
  377. ### END /etc/grub.d/20_memtest86+ ###
  378. ### BEGIN /etc/grub.d/30_os-prober ###
  379. ### END /etc/grub.d/30_os-prober ###
  380. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  381. ### END /etc/grub.d/30_uefi-firmware ###
  382. ### BEGIN /etc/grub.d/40_custom ###
  383. # This file provides an easy way to add custom menu entries. Simply type the
  384. # menu entries you want to add after this comment. Be careful not to change
  385. # the 'exec tail' line above.
  386. ### END /etc/grub.d/40_custom ###
  387. ### BEGIN /etc/grub.d/41_custom ###
  388. if [ -f $prefix/custom.cfg ]; then
  389. source $prefix/custom.cfg;
  390. fi
  391. ### END /etc/grub.d/41_custom ###
  392. --------------------------------------------------------------------------------
  393. =============================== sda1/etc/fstab: ================================
  394. --------------------------------------------------------------------------------
  395. # /etc/fstab: static file system information.
  396. #
  397. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  398. # for a device; this may be used with UUID= as a more robust way to name
  399. # devices that works even if disks are added and removed. See fstab(5).
  400. #
  401. # <file system> <mount point> <type> <options> <dump> <pass>
  402. proc /proc proc nodev,noexec,nosuid 0 0
  403. # / was on /dev/sda1 during installation
  404. UUID=0da96b0f-40f6-4706-901c-f53ec2fbbd2d / ext4 errors=remount-ro 0 1
  405. # swap was on /dev/sda5 during installation
  406. UUID=2dbbeebf-31be-4c6e-962d-ceee9c6f36a4 none swap sw 0 0
  407. --------------------------------------------------------------------------------
  408. =================== sda1: Location of files loaded by Grub: ====================
  409. GiB - GB File Fragment(s)
  410. 184.381679535 = 197.978320896 boot/grub/grub.cfg 1
  411. 185.126556396 = 198.778126336 boot/grub/core.img 1
  412. 1.028747559 = 1.104609280 boot/vmlinuz-2.6.38-13-generic-pae 2
  413. 3.845279694 = 4.128837632 boot/vmlinuz-3.0.0-16-generic-pae 2
  414. 68.283035278 = 73.318350848 boot/vmlinuz-3.2.0-107-generic-pae 1
  415. 15.872879028 = 17.043374080 boot/vmlinuz-3.2.0-110-generic-pae 2
  416. 25.493160248 = 27.373072384 boot/vmlinuz-3.2.0-113-generic-pae 2
  417. 27.900222778 = 29.957636096 boot/vmlinuz-3.2.0-115-generic-pae 2
  418. 124.204864502 = 133.363957760 boot/vmlinuz-3.2.0-24-generic-pae 1
  419. 3.208766937 = 3.445387264 boot/vmlinuz-3.2.0-31-generic-pae 2
  420. 27.900222778 = 29.957636096 vmlinuz 2
  421. 25.493160248 = 27.373072384 vmlinuz.old 2
  422. 2.879920959 = 3.092291584 boot/initrd.img-2.6.38-13-generic-pae 2
  423. 125.032222748 = 134.252326912 boot/initrd.img-3.0.0-16-generic-pae 2
  424. 18.037826538 = 19.367968768 boot/initrd.img-3.2.0-107-generic-pae 3
  425. 24.756454468 = 26.582040576 boot/initrd.img-3.2.0-110-generic-pae 2
  426. 29.029888153 = 31.170605056 boot/initrd.img-3.2.0-113-generic-pae 3
  427. 29.592388153 = 31.774584832 boot/initrd.img-3.2.0-115-generic-pae 3
  428. 25.803260803 = 27.706040320 boot/initrd.img-3.2.0-24-generic-pae 1
  429. 15.602535248 = 16.753094656 boot/initrd.img-3.2.0-31-generic-pae 2
  430. =========================== sdb1/boot/grub/grub.cfg: ===========================
  431. --------------------------------------------------------------------------------
  432. if loadfont /boot/grub/font.pf2 ; then
  433. set gfxmode=auto
  434. insmod efi_gop
  435. insmod efi_uga
  436. insmod gfxterm
  437. terminal_output gfxterm
  438. fi
  439. set menu_color_normal=white/black
  440. set menu_color_highlight=black/light-gray
  441. menuentry "Try Ubuntu without installing" {
  442. set gfxpayload=keep
  443. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  444. initrd /casper/initrd.lz
  445. }
  446. menuentry "Install Ubuntu" {
  447. set gfxpayload=keep
  448. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  449. initrd /casper/initrd.lz
  450. }
  451. menuentry "OEM install (for manufacturers)" {
  452. set gfxpayload=keep
  453. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  454. initrd /casper/initrd.lz
  455. }
  456. menuentry "Check disc for defects" {
  457. set gfxpayload=keep
  458. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  459. initrd /casper/initrd.lz
  460. }
  461. --------------------------------------------------------------------------------
  462. ============================== sdb1/syslinux.cfg: ==============================
  463. --------------------------------------------------------------------------------
  464. DEFAULT loadconfig
  465. LABEL loadconfig
  466. CONFIG /isolinux/isolinux.cfg
  467. APPEND /isolinux/
  468. --------------------------------------------------------------------------------
  469. =================== sdb1: Location of files loaded by Grub: ====================
  470. GiB - GB File Fragment(s)
  471. ?? = ?? boot/grub/grub.cfg 1
  472. ================= sdb1: Location of files loaded by Syslinux: ==================
  473. GiB - GB File Fragment(s)
  474. ?? = ?? syslinux.cfg 1
  475. ?? = ?? ldlinux.sys 1
  476. =============================== StdErr Messages: ===============================
  477. File descriptor 9 (/proc/9495/mounts) leaked on lvs invocation. Parent PID 15342: bash
  478. File descriptor 63 (pipe:[76518]) leaked on lvs invocation. Parent PID 15342: bash
  479. ADDITIONAL INFORMATION :
  480. =================== log of boot-info 2016-11-26__11h54 ===================
  481. boot-info version : 4ppa40
  482. boot-sav version : 4ppa40
  483. glade2script version : 3.2.3~ppa1
  484. boot-sav-extra version : 4ppa40
  485. boot-info is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  486. CPU op-mode(s): 32-bit, 64-bit
  487. file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  488. ls: impossible d'accéder à '/home/usr/.config': Aucun fichier ou dossier de ce type
  489. =================== os-prober:
  490. /dev/sda1:Ubuntu 12.04.5 LTS (12.04):Ubuntu:linux
  491. =================== blkid:
  492. /dev/sda1: UUID="0da96b0f-40f6-4706-901c-f53ec2fbbd2d" TYPE="ext4" PARTUUID="000543f1-01"
  493. /dev/sdb1: LABEL="UBUNTU 16_0" UUID="6C40-CE42" TYPE="vfat" PARTUUID="04a44e8b-01"
  494. /dev/loop0: TYPE="squashfs"
  495. /dev/sda5: UUID="2dbbeebf-31be-4c6e-962d-ceee9c6f36a4" TYPE="swap" PARTUUID="000543f1-05"
  496. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  497. =================== sda1/etc/grub.d/ :
  498. drwxr-xr-x 2 root root 4096 nov. 21 11:19 grub.d
  499. total 60
  500. -rwxr-xr-x 1 root root 7806 déc. 15 2015 00_header
  501. -rwxr-xr-x 1 root root 5522 avril 21 2011 05_debian_theme
  502. -rwxr-xr-x 1 root root 7877 déc. 15 2015 10_linux
  503. -rwxr-xr-x 1 root root 6449 déc. 15 2015 20_linux_xen
  504. -rwxr-xr-x 1 root root 1588 oct. 22 2010 20_memtest86+
  505. -rwxr-xr-x 1 root root 6675 déc. 15 2015 30_os-prober
  506. -rwxr-xr-x 1 root root 1388 déc. 15 2015 30_uefi-firmware
  507. -rwxr-xr-x 1 root root 214 avril 21 2011 40_custom
  508. -rwxr-xr-x 1 root root 95 avril 21 2011 41_custom
  509. -rw-r--r-- 1 root root 483 avril 21 2011 README
  510. =================== sda1/etc/default/grub :
  511. # If you change this file, run 'update-grub' afterwards to update
  512. # /boot/grub/grub.cfg.
  513. # For full documentation of the options in this file, see:
  514. # info -f grub -n 'Simple configuration'
  515. GRUB_DEFAULT=0
  516. GRUB_HIDDEN_TIMEOUT=0
  517. GRUB_HIDDEN_TIMEOUT_QUIET=true
  518. GRUB_TIMEOUT=10
  519. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  520. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  521. GRUB_CMDLINE_LINUX=""
  522. # Uncomment to enable BadRAM filtering, modify to suit your needs
  523. # This works with Linux (no patch required) and with any kernel that obtains
  524. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  525. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  526. # Uncomment to disable graphical terminal (grub-pc only)
  527. #GRUB_TERMINAL=console
  528. # The resolution used on graphical terminal
  529. # note that you can use only modes which your graphic card supports via VBE
  530. # you can see them in real GRUB with the command `vbeinfo'
  531. #GRUB_GFXMODE=640x480
  532. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  533. #GRUB_DISABLE_LINUX_UUID=true
  534. # Uncomment to disable generation of recovery mode menu entries
  535. #GRUB_DISABLE_RECOVERY="true"
  536. # Uncomment to get a beep at grub start
  537. #GRUB_INIT_TUNE="480 440 1"
  538. =================== UEFI/Legacy mode:
  539. This live-session is not in EFI-mode.
  540. SecureBoot maybe enabled.
  541. =================== PARTITIONS & DISKS:
  542. sda1 : sda, not-sepboot, grubenv-ok grub2, 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, farbios, /mnt/boot-sav/sda1.
  543. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  544. =================== parted -l:
  545. Model: ATA Hitachi HDT72502 (scsi)
  546. Disk /dev/sda: 250GB
  547. Sector size (logical/physical): 512B/512B
  548. Partition Table: msdos
  549. Disk Flags:
  550. Number Start End Size Type File system Flags
  551. 1 1049kB 241GB 241GB primary ext4 boot
  552. 2 241GB 250GB 8569MB extended
  553. 5 241GB 250GB 8569MB logical linux-swap(v1)
  554. Model: USB DISK 2.0 (scsi)
  555. Disk /dev/sdb: 4027MB
  556. Sector size (logical/physical): 512B/512B
  557. Partition Table: msdos
  558. Disk Flags:
  559. Number Start End Size Type File system Flags
  560. 1 1049kB 4027MB 4025MB primary fat32 boot, lba
  561. =================== parted -lm:
  562. BYT;
  563. /dev/sda:250GB:scsi:512:512:msdos:ATA Hitachi HDT72502:;
  564. 1:1049kB:241GB:241GB:ext4::boot;
  565. 2:241GB:250GB:8569MB:::;
  566. 5:241GB:250GB:8569MB:linux-swap(v1)::;
  567. BYT;
  568. /dev/sdb:4027MB:scsi:512:512:msdos:USB DISK 2.0:;
  569. 1:1049kB:4027MB:4025MB:fat32::boot, lba;
  570. =================== lsblk:
  571. KNAME TYPE FSTYPE SIZE LABEL
  572. sda disk 232,9G
  573. sda1 part ext4 224,9G
  574. sda2 part 1K
  575. sda5 part swap 8G
  576. sdb disk 3,8G
  577. sdb1 part vfat 3,8G UBUNTU 16_0
  578. loop0 loop squashfs 1,4G
  579. KNAME ROTA RO RM STATE MOUNTPOINT
  580. sda 1 0 0 running
  581. sda1 1 0 0 /mnt/boot-sav/sda1
  582. sda2 1 0 0
  583. sda5 1 0 0 [SWAP]
  584. sdb 1 0 1 running
  585. sdb1 1 0 1 /cdrom
  586. loop0 1 1 0 /rofs
  587. =================== mount:
  588. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  589. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  590. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4063544k,nr_inodes=1015886,mode=755)
  591. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  592. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=815636k,mode=755)
  593. /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  594. /dev/loop0 on /rofs type squashfs (ro,noatime)
  595. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  596. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  597. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  598. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  599. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  600. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  601. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  602. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  603. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  604. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  605. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  606. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  607. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  608. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  609. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  610. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  611. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  612. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  613. mqueue on /dev/mqueue type mqueue (rw,relatime)
  614. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  615. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  616. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  617. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  618. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  619. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=815636k,mode=700,uid=999,gid=999)
  620. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  621. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw,relatime,data=ordered)
  622. =================== ls:
  623. /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
  624. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdb1 size slaves stat subsystem trace uevent
  625. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse fw0 hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg lightnvm log mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net zero
  626. ls /dev/mapper: control
  627. =================== df -Th:
  628. Filesystem Type Size Used Avail Use% Mounted on
  629. udev devtmpfs 3.9G 0 3.9G 0% /dev
  630. tmpfs tmpfs 797M 9.4M 788M 2% /run
  631. /dev/sdb1 vfat 3.8G 1.5G 2.4G 38% /cdrom
  632. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  633. /cow overlay 3.9G 122M 3.8G 4% /
  634. tmpfs tmpfs 3.9G 344K 3.9G 1% /dev/shm
  635. tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
  636. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  637. tmpfs tmpfs 3.9G 480K 3.9G 1% /tmp
  638. tmpfs tmpfs 797M 68K 797M 1% /run/user/999
  639. /dev/sda1 ext4 222G 190G 21G 91% /mnt/boot-sav/sda1
  640. =================== fdisk -l:
  641. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  642. Units: sectors of 1 * 512 = 512 bytes
  643. Sector size (logical/physical): 512 bytes / 4096 bytes
  644. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  645. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  646. Units: sectors of 1 * 512 = 512 bytes
  647. Sector size (logical/physical): 512 bytes / 4096 bytes
  648. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  649. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  650. Units: sectors of 1 * 512 = 512 bytes
  651. Sector size (logical/physical): 512 bytes / 4096 bytes
  652. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  653. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  654. Units: sectors of 1 * 512 = 512 bytes
  655. Sector size (logical/physical): 512 bytes / 4096 bytes
  656. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  657. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  658. Units: sectors of 1 * 512 = 512 bytes
  659. Sector size (logical/physical): 512 bytes / 4096 bytes
  660. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  661. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  662. Units: sectors of 1 * 512 = 512 bytes
  663. Sector size (logical/physical): 512 bytes / 4096 bytes
  664. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  665. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  666. Units: sectors of 1 * 512 = 512 bytes
  667. Sector size (logical/physical): 512 bytes / 4096 bytes
  668. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  669. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  670. Units: sectors of 1 * 512 = 512 bytes
  671. Sector size (logical/physical): 512 bytes / 4096 bytes
  672. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  673. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  674. Units: sectors of 1 * 512 = 512 bytes
  675. Sector size (logical/physical): 512 bytes / 4096 bytes
  676. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  677. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  678. Units: sectors of 1 * 512 = 512 bytes
  679. Sector size (logical/physical): 512 bytes / 4096 bytes
  680. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  681. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  682. Units: sectors of 1 * 512 = 512 bytes
  683. Sector size (logical/physical): 512 bytes / 4096 bytes
  684. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  685. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  686. Units: sectors of 1 * 512 = 512 bytes
  687. Sector size (logical/physical): 512 bytes / 4096 bytes
  688. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  689. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  690. Units: sectors of 1 * 512 = 512 bytes
  691. Sector size (logical/physical): 512 bytes / 4096 bytes
  692. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  693. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  694. Units: sectors of 1 * 512 = 512 bytes
  695. Sector size (logical/physical): 512 bytes / 4096 bytes
  696. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  697. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  698. Units: sectors of 1 * 512 = 512 bytes
  699. Sector size (logical/physical): 512 bytes / 4096 bytes
  700. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  701. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  702. Units: sectors of 1 * 512 = 512 bytes
  703. Sector size (logical/physical): 512 bytes / 4096 bytes
  704. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  705. Disk /dev/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
  706. Units: sectors of 1 * 512 = 512 bytes
  707. Sector size (logical/physical): 512 bytes / 512 bytes
  708. I/O size (minimum/optimal): 512 bytes / 512 bytes
  709. Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
  710. Units: sectors of 1 * 512 = 512 bytes
  711. Sector size (logical/physical): 512 bytes / 512 bytes
  712. I/O size (minimum/optimal): 512 bytes / 512 bytes
  713. Disklabel type: dos
  714. Disk identifier: 0x000543f1
  715. Device Boot Start End Sectors Size Id Type
  716. /dev/sda1 * 2048 471658495 471656448 224.9G 83 Linux
  717. /dev/sda2 471660542 488396799 16736258 8G 5 Extended
  718. /dev/sda5 471660544 488396799 16736256 8G 82 Linux swap / Solaris
  719. Disk /dev/sdb: 3.8 GiB, 4026531840 bytes, 7864320 sectors
  720. Units: sectors of 1 * 512 = 512 bytes
  721. Sector size (logical/physical): 512 bytes / 512 bytes
  722. I/O size (minimum/optimal): 512 bytes / 512 bytes
  723. Disklabel type: dos
  724. Disk identifier: 0x04a44e8b
  725. Device Boot Start End Sectors Size Id Type
  726. /dev/sdb1 * 2048 7864319 7862272 3.8G c W95 FAT32 (LBA)
  727. =================== Suggested repair
  728. The default repair of the Boot-Repair utility would reinstall the grub2 of sda1 into the MBR of sda.
  729. Additional repair would be performed: unhide-bootmenu-10s
  730. =================== User settings
  731. The settings chosen by the user will not act on the boot.
  732. paste.ubuntu.com ko (), using paste.debian
  733. paste.debian.net ko (), using paste2