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: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  28. Units: sectors of 1 * 512 = 512 bytes
  29. Sector size (logical/physical): 512 bytes / 4096 bytes
  30. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  31. Disklabel type: dos
  32. Partition Boot Start Sector End Sector # of Sectors Id System
  33. /dev/sda1 * 2,048 1,945,372,671 1,945,370,624 83 Linux
  34. /dev/sda2 1,945,374,718 1,953,523,711 8,148,994 5 Extended
  35. /dev/sda5 1,945,374,720 1,953,523,711 8,148,992 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/mapper/cryptswap1 60028d76-3c2a-4863-9c47-8201e825e316 swap
  39. /dev/sda1 3f7b4479-f908-4967-bac7-044bf4b83091 ext4
  40. /dev/sda5 b1120c01-c0c4-445f-b41c-37058bb324bc swap
  41. ========================= "ls -l /dev/disk/by-id" output: ======================
  42. total 0
  43. lrwxrwxrwx 1 root root 9 Sep 11 13:54 ata-MATSHITADVD-RAM_UJ8C0_YN72_750648 -> ../../sr0
  44. lrwxrwxrwx 1 root root 9 Sep 11 14:18 ata-ST1000LM024_HN-M101MBB_S2TTJ9CC711019 -> ../../sda
  45. lrwxrwxrwx 1 root root 10 Sep 11 14:18 ata-ST1000LM024_HN-M101MBB_S2TTJ9CC711019-part1 -> ../../sda1
  46. lrwxrwxrwx 1 root root 10 Sep 11 14:18 ata-ST1000LM024_HN-M101MBB_S2TTJ9CC711019-part2 -> ../../sda2
  47. lrwxrwxrwx 1 root root 10 Sep 11 14:18 ata-ST1000LM024_HN-M101MBB_S2TTJ9CC711019-part5 -> ../../sda5
  48. lrwxrwxrwx 1 root root 10 Sep 11 14:18 dm-name-cryptswap1 -> ../../dm-0
  49. lrwxrwxrwx 1 root root 10 Sep 11 14:18 dm-uuid-CRYPT-PLAIN-cryptswap1 -> ../../dm-0
  50. lrwxrwxrwx 1 root root 9 Sep 11 14:18 wwn-0x50004cf207eae7a8 -> ../../sda
  51. lrwxrwxrwx 1 root root 10 Sep 11 14:18 wwn-0x50004cf207eae7a8-part1 -> ../../sda1
  52. lrwxrwxrwx 1 root root 10 Sep 11 14:18 wwn-0x50004cf207eae7a8-part2 -> ../../sda2
  53. lrwxrwxrwx 1 root root 10 Sep 11 14:18 wwn-0x50004cf207eae7a8-part5 -> ../../sda5
  54. ========================= "ls -R /dev/mapper/" output: =========================
  55. /dev/mapper:
  56. control
  57. cryptswap1
  58. ================================ Mount points: =================================
  59. Device Mount_Point Type Options
  60. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  61. =========================== sda1/boot/grub/grub.cfg: ===========================
  62. --------------------------------------------------------------------------------
  63. #
  64. # DO NOT EDIT THIS FILE
  65. #
  66. # It is automatically generated by grub-mkconfig using templates
  67. # from /etc/grub.d and settings from /etc/default/grub
  68. #
  69. ### BEGIN /etc/grub.d/00_header ###
  70. if [ -s $prefix/grubenv ]; then
  71. set have_grubenv=true
  72. load_env
  73. fi
  74. if [ "${next_entry}" ] ; then
  75. set default="${next_entry}"
  76. set next_entry=
  77. save_env next_entry
  78. set boot_once=true
  79. else
  80. set default="0"
  81. fi
  82. if [ x"${feature_menuentry_id}" = xy ]; then
  83. menuentry_id_option="--id"
  84. else
  85. menuentry_id_option=""
  86. fi
  87. export menuentry_id_option
  88. if [ "${prev_saved_entry}" ]; then
  89. set saved_entry="${prev_saved_entry}"
  90. save_env saved_entry
  91. set prev_saved_entry=
  92. save_env prev_saved_entry
  93. set boot_once=true
  94. fi
  95. function savedefault {
  96. if [ -z "${boot_once}" ]; then
  97. saved_entry="${chosen}"
  98. save_env saved_entry
  99. fi
  100. }
  101. function recordfail {
  102. set recordfail=1
  103. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  104. }
  105. function load_video {
  106. if [ x$feature_all_video_module = xy ]; then
  107. insmod all_video
  108. else
  109. insmod efi_gop
  110. insmod efi_uga
  111. insmod ieee1275_fb
  112. insmod vbe
  113. insmod vga
  114. insmod video_bochs
  115. insmod video_cirrus
  116. fi
  117. }
  118. if [ x$feature_default_font_path = xy ] ; then
  119. font=unicode
  120. else
  121. insmod part_msdos
  122. insmod ext2
  123. set root='hd0,msdos1'
  124. if [ x$feature_platform_search_hint = xy ]; then
  125. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 3f7b4479-f908-4967-bac7-044bf4b83091
  126. else
  127. search --no-floppy --fs-uuid --set=root 3f7b4479-f908-4967-bac7-044bf4b83091
  128. fi
  129. font="/usr/share/grub/unicode.pf2"
  130. fi
  131. if loadfont $font ; then
  132. set gfxmode=auto
  133. load_video
  134. insmod gfxterm
  135. set locale_dir=$prefix/locale
  136. set lang=en_US
  137. insmod gettext
  138. fi
  139. terminal_output gfxterm
  140. if [ "${recordfail}" = 1 ] ; then
  141. set timeout=30
  142. else
  143. if [ x$feature_timeout_style = xy ] ; then
  144. set timeout_style=hidden
  145. set timeout=0
  146. # Fallback hidden-timeout code in case the timeout_style feature is
  147. # unavailable.
  148. elif sleep --interruptible 0 ; then
  149. set timeout=0
  150. fi
  151. fi
  152. ### END /etc/grub.d/00_header ###
  153. ### BEGIN /etc/grub.d/05_debian_theme ###
  154. set menu_color_normal=white/black
  155. set menu_color_highlight=black/light-gray
  156. if background_color 44,0,30,0; then
  157. clear
  158. fi
  159. ### END /etc/grub.d/05_debian_theme ###
  160. ### BEGIN /etc/grub.d/10_linux ###
  161. function gfxmode {
  162. set gfxpayload="${1}"
  163. if [ "${1}" = "keep" ]; then
  164. set vt_handoff=vt.handoff=7
  165. else
  166. set vt_handoff=
  167. fi
  168. }
  169. if [ "${recordfail}" != 1 ]; then
  170. if [ -e ${prefix}/gfxblacklist.txt ]; then
  171. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  172. if [ ${match} = 0 ]; then
  173. set linux_gfx_mode=keep
  174. else
  175. set linux_gfx_mode=text
  176. fi
  177. else
  178. set linux_gfx_mode=text
  179. fi
  180. else
  181. set linux_gfx_mode=keep
  182. fi
  183. else
  184. set linux_gfx_mode=text
  185. fi
  186. export linux_gfx_mode
  187. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-3f7b4479-f908-4967-bac7-044bf4b83091' {
  188. recordfail
  189. load_video
  190. gfxmode $linux_gfx_mode
  191. insmod gzio
  192. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  193. insmod part_msdos
  194. insmod ext2
  195. set root='hd0,msdos1'
  196. if [ x$feature_platform_search_hint = xy ]; then
  197. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 3f7b4479-f908-4967-bac7-044bf4b83091
  198. else
  199. search --no-floppy --fs-uuid --set=root 3f7b4479-f908-4967-bac7-044bf4b83091
  200. fi
  201. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=3f7b4479-f908-4967-bac7-044bf4b83091 ro quiet splash $vt_handoff
  202. initrd /boot/initrd.img-4.4.0-36-generic
  203. }
  204. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-3f7b4479-f908-4967-bac7-044bf4b83091' {
  205. menuentry 'Ubuntu, with Linux 4.4.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-advanced-3f7b4479-f908-4967-bac7-044bf4b83091' {
  206. recordfail
  207. load_video
  208. gfxmode $linux_gfx_mode
  209. insmod gzio
  210. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  211. insmod part_msdos
  212. insmod ext2
  213. set root='hd0,msdos1'
  214. if [ x$feature_platform_search_hint = xy ]; then
  215. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 3f7b4479-f908-4967-bac7-044bf4b83091
  216. else
  217. search --no-floppy --fs-uuid --set=root 3f7b4479-f908-4967-bac7-044bf4b83091
  218. fi
  219. echo 'Loading Linux 4.4.0-36-generic ...'
  220. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=3f7b4479-f908-4967-bac7-044bf4b83091 ro quiet splash $vt_handoff
  221. echo 'Loading initial ramdisk ...'
  222. initrd /boot/initrd.img-4.4.0-36-generic
  223. }
  224. menuentry 'Ubuntu, with Linux 4.4.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-init-upstart-3f7b4479-f908-4967-bac7-044bf4b83091' {
  225. recordfail
  226. load_video
  227. gfxmode $linux_gfx_mode
  228. insmod gzio
  229. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  230. insmod part_msdos
  231. insmod ext2
  232. set root='hd0,msdos1'
  233. if [ x$feature_platform_search_hint = xy ]; then
  234. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 3f7b4479-f908-4967-bac7-044bf4b83091
  235. else
  236. search --no-floppy --fs-uuid --set=root 3f7b4479-f908-4967-bac7-044bf4b83091
  237. fi
  238. echo 'Loading Linux 4.4.0-36-generic ...'
  239. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=3f7b4479-f908-4967-bac7-044bf4b83091 ro quiet splash $vt_handoff init=/sbin/upstart
  240. echo 'Loading initial ramdisk ...'
  241. initrd /boot/initrd.img-4.4.0-36-generic
  242. }
  243. menuentry 'Ubuntu, with Linux 4.4.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-recovery-3f7b4479-f908-4967-bac7-044bf4b83091' {
  244. recordfail
  245. load_video
  246. insmod gzio
  247. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  248. insmod part_msdos
  249. insmod ext2
  250. set root='hd0,msdos1'
  251. if [ x$feature_platform_search_hint = xy ]; then
  252. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 3f7b4479-f908-4967-bac7-044bf4b83091
  253. else
  254. search --no-floppy --fs-uuid --set=root 3f7b4479-f908-4967-bac7-044bf4b83091
  255. fi
  256. echo 'Loading Linux 4.4.0-36-generic ...'
  257. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=3f7b4479-f908-4967-bac7-044bf4b83091 ro recovery nomodeset
  258. echo 'Loading initial ramdisk ...'
  259. initrd /boot/initrd.img-4.4.0-36-generic
  260. }
  261. menuentry 'Ubuntu, with Linux 4.4.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-advanced-3f7b4479-f908-4967-bac7-044bf4b83091' {
  262. recordfail
  263. load_video
  264. gfxmode $linux_gfx_mode
  265. insmod gzio
  266. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  267. insmod part_msdos
  268. insmod ext2
  269. set root='hd0,msdos1'
  270. if [ x$feature_platform_search_hint = xy ]; then
  271. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 3f7b4479-f908-4967-bac7-044bf4b83091
  272. else
  273. search --no-floppy --fs-uuid --set=root 3f7b4479-f908-4967-bac7-044bf4b83091
  274. fi
  275. echo 'Loading Linux 4.4.0-21-generic ...'
  276. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=3f7b4479-f908-4967-bac7-044bf4b83091 ro quiet splash $vt_handoff
  277. echo 'Loading initial ramdisk ...'
  278. initrd /boot/initrd.img-4.4.0-21-generic
  279. }
  280. 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-3f7b4479-f908-4967-bac7-044bf4b83091' {
  281. recordfail
  282. load_video
  283. gfxmode $linux_gfx_mode
  284. insmod gzio
  285. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  286. insmod part_msdos
  287. insmod ext2
  288. set root='hd0,msdos1'
  289. if [ x$feature_platform_search_hint = xy ]; then
  290. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 3f7b4479-f908-4967-bac7-044bf4b83091
  291. else
  292. search --no-floppy --fs-uuid --set=root 3f7b4479-f908-4967-bac7-044bf4b83091
  293. fi
  294. echo 'Loading Linux 4.4.0-21-generic ...'
  295. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=3f7b4479-f908-4967-bac7-044bf4b83091 ro quiet splash $vt_handoff init=/sbin/upstart
  296. echo 'Loading initial ramdisk ...'
  297. initrd /boot/initrd.img-4.4.0-21-generic
  298. }
  299. 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-3f7b4479-f908-4967-bac7-044bf4b83091' {
  300. recordfail
  301. load_video
  302. insmod gzio
  303. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  304. insmod part_msdos
  305. insmod ext2
  306. set root='hd0,msdos1'
  307. if [ x$feature_platform_search_hint = xy ]; then
  308. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 3f7b4479-f908-4967-bac7-044bf4b83091
  309. else
  310. search --no-floppy --fs-uuid --set=root 3f7b4479-f908-4967-bac7-044bf4b83091
  311. fi
  312. echo 'Loading Linux 4.4.0-21-generic ...'
  313. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=3f7b4479-f908-4967-bac7-044bf4b83091 ro recovery nomodeset
  314. echo 'Loading initial ramdisk ...'
  315. initrd /boot/initrd.img-4.4.0-21-generic
  316. }
  317. }
  318. ### END /etc/grub.d/10_linux ###
  319. ### BEGIN /etc/grub.d/20_linux_xen ###
  320. ### END /etc/grub.d/20_linux_xen ###
  321. ### BEGIN /etc/grub.d/20_memtest86+ ###
  322. menuentry 'Memory test (memtest86+)' {
  323. insmod part_msdos
  324. insmod ext2
  325. set root='hd0,msdos1'
  326. if [ x$feature_platform_search_hint = xy ]; then
  327. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 3f7b4479-f908-4967-bac7-044bf4b83091
  328. else
  329. search --no-floppy --fs-uuid --set=root 3f7b4479-f908-4967-bac7-044bf4b83091
  330. fi
  331. knetbsd /boot/memtest86+.elf
  332. }
  333. menuentry 'Memory test (memtest86+, serial console 115200)' {
  334. insmod part_msdos
  335. insmod ext2
  336. set root='hd0,msdos1'
  337. if [ x$feature_platform_search_hint = xy ]; then
  338. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 3f7b4479-f908-4967-bac7-044bf4b83091
  339. else
  340. search --no-floppy --fs-uuid --set=root 3f7b4479-f908-4967-bac7-044bf4b83091
  341. fi
  342. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  343. }
  344. ### END /etc/grub.d/20_memtest86+ ###
  345. ### BEGIN /etc/grub.d/30_os-prober ###
  346. ### END /etc/grub.d/30_os-prober ###
  347. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  348. ### END /etc/grub.d/30_uefi-firmware ###
  349. ### BEGIN /etc/grub.d/40_custom ###
  350. # This file provides an easy way to add custom menu entries. Simply type the
  351. # menu entries you want to add after this comment. Be careful not to change
  352. # the 'exec tail' line above.
  353. ### END /etc/grub.d/40_custom ###
  354. ### BEGIN /etc/grub.d/41_custom ###
  355. if [ -f ${config_directory}/custom.cfg ]; then
  356. source ${config_directory}/custom.cfg
  357. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  358. source $prefix/custom.cfg;
  359. fi
  360. ### END /etc/grub.d/41_custom ###
  361. --------------------------------------------------------------------------------
  362. =============================== sda1/etc/fstab: ================================
  363. --------------------------------------------------------------------------------
  364. # /etc/fstab: static file system information.
  365. #
  366. # Use 'blkid' to print the universally unique identifier for a
  367. # device; this may be used with UUID= as a more robust way to name devices
  368. # that works even if disks are added and removed. See fstab(5).
  369. #
  370. # <file system> <mount point> <type> <options> <dump> <pass>
  371. # / was on /dev/sda1 during installation
  372. UUID=3f7b4479-f908-4967-bac7-044bf4b83091 / ext4 errors=remount-ro 0 1
  373. # swap was on /dev/sda5 during installation
  374. #UUID=b1120c01-c0c4-445f-b41c-37058bb324bc none swap sw 0 0
  375. /dev/mapper/cryptswap1 none swap sw 0 0
  376. --------------------------------------------------------------------------------
  377. =================== sda1: Location of files loaded by Grub: ====================
  378. GiB - GB File Fragment(s)
  379. 480.289154053 = 515.706552320 boot/grub/grub.cfg 1
  380. 112.220455170 = 120.495796224 boot/grub/i386-pc/core.img 1
  381. 1.460632324 = 1.568342016 boot/vmlinuz-4.4.0-21-generic 1
  382. 3.955986023 = 4.247707648 boot/vmlinuz-4.4.0-36-generic 1
  383. 3.955986023 = 4.247707648 vmlinuz 1
  384. 1.460632324 = 1.568342016 vmlinuz.old 1
  385. 480.295448303 = 515.713310720 boot/initrd.img-4.4.0-21-generic 3
  386. 480.289737701 = 515.707179008 boot/initrd.img-4.4.0-36-generic 4
  387. 480.289737701 = 515.707179008 initrd.img 4
  388. 480.295448303 = 515.713310720 initrd.img.old 3
  389. ADDITIONAL INFORMATION :
  390. =================== log of boot-info 2016-09-11__14h18 ===================
  391. boot-info version : 4ppa38
  392. boot-sav version : 4ppa38
  393. glade2script version : 3.2.3~ppa1
  394. boot-sav-extra version : 4ppa38
  395. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  396. CPU op-mode(s): 32-bit, 64-bit
  397. BOOT_IMAGE=/boot/vmlinuz-4.4.0-36-generic root=UUID=3f7b4479-f908-4967-bac7-044bf4b83091 ro quiet splash vt.handoff=7
  398. Partition 2 does not start on physical sector boundary.
  399. =================== os-prober:
  400. /dev/sda1:The OS now in use - Ubuntu 16.04.1 LTS CurrentSession:linux
  401. =================== blkid:
  402. /dev/sda1: UUID="3f7b4479-f908-4967-bac7-044bf4b83091" TYPE="ext4" PARTUUID="944cb54d-01"
  403. /dev/sda5: UUID="b1120c01-c0c4-445f-b41c-37058bb324bc" TYPE="swap" PARTUUID="944cb54d-05"
  404. /dev/mapper/cryptswap1: UUID="60028d76-3c2a-4863-9c47-8201e825e316" TYPE="swap"
  405. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  406. Partition 2 does not start on physical sector boundary.
  407. Partition 2 does not start on physical sector boundary.
  408. =================== /etc/grub.d/ :
  409. drwxr-xr-x 2 root root 4096 sept. 11 13:26 grub.d
  410. total 76
  411. -rwxr-xr-x 1 root root 9791 avril 16 00:00 00_header
  412. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  413. -rwxr-xr-x 1 root root 12261 avril 16 00:00 10_linux
  414. -rwxr-xr-x 1 root root 11082 avril 16 00:00 20_linux_xen
  415. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  416. -rwxr-xr-x 1 root root 11692 avril 16 00:00 30_os-prober
  417. -rwxr-xr-x 1 root root 1418 avril 16 00:00 30_uefi-firmware
  418. -rwxr-xr-x 1 root root 214 avril 16 00:00 40_custom
  419. -rwxr-xr-x 1 root root 216 avril 16 00:00 41_custom
  420. -rw-r--r-- 1 root root 483 avril 16 00:00 README
  421. =================== /etc/default/grub :
  422. # If you change this file, run 'update-grub' afterwards to update
  423. # /boot/grub/grub.cfg.
  424. # For full documentation of the options in this file, see:
  425. # info -f grub -n 'Simple configuration'
  426. GRUB_DEFAULT=0
  427. GRUB_HIDDEN_TIMEOUT=0
  428. GRUB_HIDDEN_TIMEOUT_QUIET=true
  429. GRUB_TIMEOUT=10
  430. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  431. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  432. GRUB_CMDLINE_LINUX=""
  433. # Uncomment to enable BadRAM filtering, modify to suit your needs
  434. # This works with Linux (no patch required) and with any kernel that obtains
  435. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  436. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  437. # Uncomment to disable graphical terminal (grub-pc only)
  438. #GRUB_TERMINAL=console
  439. # The resolution used on graphical terminal
  440. # note that you can use only modes which your graphic card supports via VBE
  441. # you can see them in real GRUB with the command `vbeinfo'
  442. #GRUB_GFXMODE=640x480
  443. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  444. #GRUB_DISABLE_LINUX_UUID=true
  445. # Uncomment to disable generation of recovery mode menu entries
  446. #GRUB_DISABLE_RECOVERY="true"
  447. # Uncomment to get a beep at grub start
  448. #GRUB_INIT_TUNE="480 440 1"
  449. =================== UEFI/Legacy mode:
  450. This installed-session is not in EFI-mode.
  451. SecureBoot disabled.
  452. =================== PARTITIONS & DISKS:
  453. sda1 : sda, not-sepboot, grubenv-ok grub2, signed grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, .
  454. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  455. =================== parted -l:
  456. Model: ATA ST1000LM024 HN-M (scsi)
  457. Disk /dev/sda: 1000GB
  458. Sector size (logical/physical): 512B/4096B
  459. Partition Table: msdos
  460. Disk Flags:
  461. Number Start End Size Type File system Flags
  462. 1 1049kB 996GB 996GB primary ext4 boot
  463. 2 996GB 1000GB 4172MB extended
  464. 5 996GB 1000GB 4172MB logical linux-swap(v1)
  465. Model: Linux device-mapper (crypt) (dm)
  466. Disk /dev/mapper/cryptswap1: 4172MB
  467. Sector size (logical/physical): 512B/4096B
  468. Partition Table: loop
  469. Disk Flags:
  470. Number Start End Size File system Flags
  471. 1 0.00B 4172MB 4172MB linux-swap(v1)
  472. =================== parted -lm:
  473. BYT;
  474. /dev/sda:1000GB:scsi:512:4096:msdos:ATA ST1000LM024 HN-M:;
  475. 1:1049kB:996GB:996GB:ext4::boot;
  476. 2:996GB:1000GB:4172MB:::;
  477. 5:996GB:1000GB:4172MB:linux-swap(v1)::;
  478. BYT;
  479. /dev/mapper/cryptswap1:4172MB:dm:512:4096:loop:Linux device-mapper (crypt):;
  480. 1:0.00B:4172MB:4172MB:linux-swap(v1)::;
  481. =================== lsblk:
  482. KNAME TYPE FSTYPE SIZE LABEL
  483. sda disk 931,5G
  484. sda1 part ext4 927,6G
  485. sda2 part 1K
  486. sda5 part swap 3,9G
  487. dm-0 crypt swap 3,9G
  488. sr0 rom 1024M
  489. KNAME ROTA RO RM STATE MOUNTPOINT
  490. sda 1 0 0 running
  491. sda1 1 0 0 /
  492. sda2 1 0 0
  493. sda5 1 0 0
  494. dm-0 1 0 0 running [SWAP]
  495. sr0 1 0 1 running
  496. =================== mount:
  497. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  498. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  499. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1944204k,nr_inodes=486051,mode=755)
  500. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  501. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=392724k,mode=755)
  502. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  503. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  504. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  505. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  506. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  507. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  508. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  509. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  510. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  511. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  512. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  513. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  514. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  515. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  516. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  517. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  518. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  519. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  520. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  521. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  522. mqueue on /dev/mqueue type mqueue (rw,relatime)
  523. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  524. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=392724k,mode=700,uid=1000,gid=1000)
  525. /home/.ecryptfs/bcybak/.Private on /home/bcybak type ecryptfs (rw,nosuid,nodev,relatime,ecryptfs_fnek_sig=c437e32892da3d9f,ecryptfs_sig=93521cffa1a55c8e,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs)
  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/dm-0 (filtered): alignment_offset bdi capability dev discard_alignment dm ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  529. /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
  530. /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
  531. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dm-0 dri dvd dvdrw ecryptfs fb0 fd full fuse hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 i2c-15 i2c-16 i2c-17 i2c-18 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 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 userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  532. ls /dev/mapper: control cryptswap1
  533. ls: cannot access '': No such file or directory
  534. Partition 2 does not start on physical sector boundary.
  535. =================== df -Th:
  536. Filesystem Type Size Used Avail Use% Mounted on
  537. udev devtmpfs 1.9G 0 1.9G 0% /dev
  538. tmpfs tmpfs 384M 6.2M 378M 2% /run
  539. /dev/sda1 ext4 913G 4.8G 862G 1% /
  540. tmpfs tmpfs 1.9G 612K 1.9G 1% /dev/shm
  541. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  542. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  543. tmpfs tmpfs 384M 40K 384M 1% /run/user/1000
  544. /home/bcybak/.Private ecryptfs 913G 4.8G 862G 1% /home/bcybak
  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: 0x944cb54d
  616. Device Boot Start End Sectors Size Id Type
  617. /dev/sda1 * 2048 1945372671 1945370624 927.6G 83 Linux
  618. /dev/sda2 1945374718 1953523711 8148994 3.9G 5 Extended
  619. /dev/sda5 1945374720 1953523711 8148992 3.9G 82 Linux swap / Solaris
  620. Disk /dev/mapper/cryptswap1: 3.9 GiB, 4171759616 bytes, 8147968 sectors
  621. Units: sectors of 1 * 512 = 512 bytes
  622. Sector size (logical/physical): 512 bytes / 4096 bytes
  623. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  624. =================== Suggested repair
  625. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  626. Additional repair would be performed: unhide-bootmenu-10s
  627. =================== Final advice in case of suggested repair
  628. The boot files of [The OS now in use - Ubuntu 16.04.1 LTS] are far from the start of the disk. Your BIOS may not detect them. You may want to retry after creating a /boot partition (EXT4, >200MB, start of the disk). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot partition:] option of [Boot-Repair]. (https://help.ubuntu.com/community/BootPartition)
  629. =================== User settings
  630. The settings chosen by the user will not act on the boot.
  631. paste.ubuntu.com ko (), using paste.debian
  632. paste.debian.net ko (), using paste2