1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sda.
  4. => Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.
  5. sda1: __________________________________________________________________________
  6. File system: BIOS Boot partition
  7. Boot sector type: FAT32
  8. Boot sector info:
  9. sda2: __________________________________________________________________________
  10. File system: ext4
  11. Boot sector type: -
  12. Boot sector info:
  13. Operating System: Ubuntu 16.04.1 LTS
  14. Boot files: /boot/grub/grub.cfg /etc/fstab
  15. sda3: __________________________________________________________________________
  16. File system: swap
  17. Boot sector type: -
  18. Boot sector info:
  19. sdb1: __________________________________________________________________________
  20. File system: vfat
  21. Boot sector type: SYSLINUX 6.03
  22. Boot sector info: Syslinux looks at sector 32816 of /dev/sdb1 for its
  23. second stage. The integrity check of Syslinux failed.
  24. No errors found in the Boot Parameter Block.
  25. Operating System:
  26. Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
  27. /EFI/BOOT/grubx64.efi /ldlinux.sys
  28. ============================ Drive/Partition Info: =============================
  29. Drive: sda _____________________________________________________________________
  30. Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 sectors
  31. Units: sectors of 1 * 512 = 512 bytes
  32. Sector size (logical/physical): 512 bytes / 4096 bytes
  33. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  34. Disklabel type: gpt
  35. Partition Boot Start Sector End Sector # of Sectors Id System
  36. /dev/sda1 1 500,118,191 500,118,191 ee GPT
  37. GUID Partition Table detected.
  38. Partition Attrs Start Sector End Sector # of Sectors System
  39. /dev/sda1 BNR 2,048 1,050,623 1,048,576 BIOS Boot partition
  40. /dev/sda2 1,050,624 483,616,767 482,566,144 Data partition (Linux)
  41. /dev/sda3 483,616,768 500,117,503 16,500,736 Swap partition (Linux)
  42. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  43. Drive: sdb _____________________________________________________________________
  44. Disk /dev/sdb: 14.4 GiB, 15500083200 bytes, 30273600 sectors
  45. Units: sectors of 1 * 512 = 512 bytes
  46. Sector size (logical/physical): 512 bytes / 512 bytes
  47. I/O size (minimum/optimal): 512 bytes / 512 bytes
  48. Disklabel type: dos
  49. Partition Boot Start Sector End Sector # of Sectors Id System
  50. /dev/sdb1 * 2,048 30,273,599 30,271,552 c W95 FAT32 (LBA)
  51. "blkid" output: ________________________________________________________________
  52. Device UUID TYPE LABEL
  53. /dev/loop0 squashfs
  54. /dev/sda1 13A8-6428 vfat
  55. /dev/sda2 8fb32375-b6b5-4e80-afc3-8b81c047e557 ext4
  56. /dev/sda3 e8559fbe-7518-4ff3-b1b8-a016acdd0ca5 swap
  57. /dev/sdb1 9E75-192D vfat UBUNTU 16_0
  58. ========================= "ls -l /dev/disk/by-id" output: ======================
  59. total 0
  60. lrwxrwxrwx 1 root root 9 Dec 19 08:39 ata-HFS256G39TND-N210A_FI68N005710508J0P -> ../../sda
  61. lrwxrwxrwx 1 root root 10 Dec 19 08:39 ata-HFS256G39TND-N210A_FI68N005710508J0P-part1 -> ../../sda1
  62. lrwxrwxrwx 1 root root 10 Dec 19 08:39 ata-HFS256G39TND-N210A_FI68N005710508J0P-part2 -> ../../sda2
  63. lrwxrwxrwx 1 root root 10 Dec 19 08:39 ata-HFS256G39TND-N210A_FI68N005710508J0P-part3 -> ../../sda3
  64. lrwxrwxrwx 1 root root 9 Dec 19 08:39 usb-Kingston_DataTraveler_2.0_001BFC3653C61FC0C97C6E54-0:0 -> ../../sdb
  65. lrwxrwxrwx 1 root root 10 Dec 19 08:39 usb-Kingston_DataTraveler_2.0_001BFC3653C61FC0C97C6E54-0:0-part1 -> ../../sdb1
  66. ================================ Mount points: =================================
  67. Device Mount_Point Type Options
  68. /dev/loop0 /rofs squashfs (ro,noatime)
  69. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  70. =========================== sda2/boot/grub/grub.cfg: ===========================
  71. --------------------------------------------------------------------------------
  72. #
  73. # DO NOT EDIT THIS FILE
  74. #
  75. # It is automatically generated by grub-mkconfig using templates
  76. # from /etc/grub.d and settings from /etc/default/grub
  77. #
  78. ### BEGIN /etc/grub.d/00_header ###
  79. if [ -s $prefix/grubenv ]; then
  80. set have_grubenv=true
  81. load_env
  82. fi
  83. if [ "${next_entry}" ] ; then
  84. set default="${next_entry}"
  85. set next_entry=
  86. save_env next_entry
  87. set boot_once=true
  88. else
  89. set default="0"
  90. fi
  91. if [ x"${feature_menuentry_id}" = xy ]; then
  92. menuentry_id_option="--id"
  93. else
  94. menuentry_id_option=""
  95. fi
  96. export menuentry_id_option
  97. if [ "${prev_saved_entry}" ]; then
  98. set saved_entry="${prev_saved_entry}"
  99. save_env saved_entry
  100. set prev_saved_entry=
  101. save_env prev_saved_entry
  102. set boot_once=true
  103. fi
  104. function savedefault {
  105. if [ -z "${boot_once}" ]; then
  106. saved_entry="${chosen}"
  107. save_env saved_entry
  108. fi
  109. }
  110. function recordfail {
  111. set recordfail=1
  112. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  113. }
  114. function load_video {
  115. if [ x$feature_all_video_module = xy ]; then
  116. insmod all_video
  117. else
  118. insmod efi_gop
  119. insmod efi_uga
  120. insmod ieee1275_fb
  121. insmod vbe
  122. insmod vga
  123. insmod video_bochs
  124. insmod video_cirrus
  125. fi
  126. }
  127. if [ x$feature_default_font_path = xy ] ; then
  128. font=unicode
  129. else
  130. insmod part_gpt
  131. insmod ext2
  132. set root='hd0,gpt2'
  133. if [ x$feature_platform_search_hint = xy ]; then
  134. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8fb32375-b6b5-4e80-afc3-8b81c047e557
  135. else
  136. search --no-floppy --fs-uuid --set=root 8fb32375-b6b5-4e80-afc3-8b81c047e557
  137. fi
  138. font="/usr/share/grub/unicode.pf2"
  139. fi
  140. if loadfont $font ; then
  141. set gfxmode=auto
  142. load_video
  143. insmod gfxterm
  144. set locale_dir=$prefix/locale
  145. set lang=fr_FR
  146. insmod gettext
  147. fi
  148. terminal_output gfxterm
  149. if [ "${recordfail}" = 1 ] ; then
  150. set timeout=30
  151. else
  152. if [ x$feature_timeout_style = xy ] ; then
  153. set timeout_style=hidden
  154. set timeout=0
  155. # Fallback hidden-timeout code in case the timeout_style feature is
  156. # unavailable.
  157. elif sleep --interruptible 0 ; then
  158. set timeout=0
  159. fi
  160. fi
  161. ### END /etc/grub.d/00_header ###
  162. ### BEGIN /etc/grub.d/05_debian_theme ###
  163. set menu_color_normal=white/black
  164. set menu_color_highlight=black/light-gray
  165. if background_color 44,0,30,0; then
  166. clear
  167. fi
  168. ### END /etc/grub.d/05_debian_theme ###
  169. ### BEGIN /etc/grub.d/10_linux ###
  170. function gfxmode {
  171. set gfxpayload="${1}"
  172. if [ "${1}" = "keep" ]; then
  173. set vt_handoff=vt.handoff=7
  174. else
  175. set vt_handoff=
  176. fi
  177. }
  178. if [ "${recordfail}" != 1 ]; then
  179. if [ -e ${prefix}/gfxblacklist.txt ]; then
  180. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  181. if [ ${match} = 0 ]; then
  182. set linux_gfx_mode=keep
  183. else
  184. set linux_gfx_mode=text
  185. fi
  186. else
  187. set linux_gfx_mode=text
  188. fi
  189. else
  190. set linux_gfx_mode=keep
  191. fi
  192. else
  193. set linux_gfx_mode=text
  194. fi
  195. export linux_gfx_mode
  196. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-8fb32375-b6b5-4e80-afc3-8b81c047e557' {
  197. recordfail
  198. load_video
  199. gfxmode $linux_gfx_mode
  200. insmod gzio
  201. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  202. insmod part_gpt
  203. insmod ext2
  204. set root='hd0,gpt2'
  205. if [ x$feature_platform_search_hint = xy ]; then
  206. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8fb32375-b6b5-4e80-afc3-8b81c047e557
  207. else
  208. search --no-floppy --fs-uuid --set=root 8fb32375-b6b5-4e80-afc3-8b81c047e557
  209. fi
  210. linux /boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=8fb32375-b6b5-4e80-afc3-8b81c047e557 ro quiet splash $vt_handoff
  211. initrd /boot/initrd.img-4.4.0-53-generic
  212. }
  213. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-8fb32375-b6b5-4e80-afc3-8b81c047e557' {
  214. menuentry 'Ubuntu, avec Linux 4.4.0-53-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-advanced-8fb32375-b6b5-4e80-afc3-8b81c047e557' {
  215. recordfail
  216. load_video
  217. gfxmode $linux_gfx_mode
  218. insmod gzio
  219. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  220. insmod part_gpt
  221. insmod ext2
  222. set root='hd0,gpt2'
  223. if [ x$feature_platform_search_hint = xy ]; then
  224. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8fb32375-b6b5-4e80-afc3-8b81c047e557
  225. else
  226. search --no-floppy --fs-uuid --set=root 8fb32375-b6b5-4e80-afc3-8b81c047e557
  227. fi
  228. echo 'Chargement de Linux 4.4.0-53-generic…'
  229. linux /boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=8fb32375-b6b5-4e80-afc3-8b81c047e557 ro quiet splash $vt_handoff
  230. echo 'Chargement du disque mémoire initial…'
  231. initrd /boot/initrd.img-4.4.0-53-generic
  232. }
  233. menuentry 'Ubuntu, with Linux 4.4.0-53-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-init-upstart-8fb32375-b6b5-4e80-afc3-8b81c047e557' {
  234. recordfail
  235. load_video
  236. gfxmode $linux_gfx_mode
  237. insmod gzio
  238. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  239. insmod part_gpt
  240. insmod ext2
  241. set root='hd0,gpt2'
  242. if [ x$feature_platform_search_hint = xy ]; then
  243. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8fb32375-b6b5-4e80-afc3-8b81c047e557
  244. else
  245. search --no-floppy --fs-uuid --set=root 8fb32375-b6b5-4e80-afc3-8b81c047e557
  246. fi
  247. echo 'Chargement de Linux 4.4.0-53-generic…'
  248. linux /boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=8fb32375-b6b5-4e80-afc3-8b81c047e557 ro quiet splash $vt_handoff init=/sbin/upstart
  249. echo 'Chargement du disque mémoire initial…'
  250. initrd /boot/initrd.img-4.4.0-53-generic
  251. }
  252. menuentry 'Ubuntu, with Linux 4.4.0-53-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-recovery-8fb32375-b6b5-4e80-afc3-8b81c047e557' {
  253. recordfail
  254. load_video
  255. insmod gzio
  256. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  257. insmod part_gpt
  258. insmod ext2
  259. set root='hd0,gpt2'
  260. if [ x$feature_platform_search_hint = xy ]; then
  261. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8fb32375-b6b5-4e80-afc3-8b81c047e557
  262. else
  263. search --no-floppy --fs-uuid --set=root 8fb32375-b6b5-4e80-afc3-8b81c047e557
  264. fi
  265. echo 'Chargement de Linux 4.4.0-53-generic…'
  266. linux /boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=8fb32375-b6b5-4e80-afc3-8b81c047e557 ro recovery nomodeset
  267. echo 'Chargement du disque mémoire initial…'
  268. initrd /boot/initrd.img-4.4.0-53-generic
  269. }
  270. menuentry 'Ubuntu, avec Linux 4.4.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-advanced-8fb32375-b6b5-4e80-afc3-8b81c047e557' {
  271. recordfail
  272. load_video
  273. gfxmode $linux_gfx_mode
  274. insmod gzio
  275. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  276. insmod part_gpt
  277. insmod ext2
  278. set root='hd0,gpt2'
  279. if [ x$feature_platform_search_hint = xy ]; then
  280. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8fb32375-b6b5-4e80-afc3-8b81c047e557
  281. else
  282. search --no-floppy --fs-uuid --set=root 8fb32375-b6b5-4e80-afc3-8b81c047e557
  283. fi
  284. echo 'Chargement de Linux 4.4.0-31-generic…'
  285. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=8fb32375-b6b5-4e80-afc3-8b81c047e557 ro quiet splash $vt_handoff
  286. echo 'Chargement du disque mémoire initial…'
  287. initrd /boot/initrd.img-4.4.0-31-generic
  288. }
  289. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-8fb32375-b6b5-4e80-afc3-8b81c047e557' {
  290. recordfail
  291. load_video
  292. gfxmode $linux_gfx_mode
  293. insmod gzio
  294. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  295. insmod part_gpt
  296. insmod ext2
  297. set root='hd0,gpt2'
  298. if [ x$feature_platform_search_hint = xy ]; then
  299. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8fb32375-b6b5-4e80-afc3-8b81c047e557
  300. else
  301. search --no-floppy --fs-uuid --set=root 8fb32375-b6b5-4e80-afc3-8b81c047e557
  302. fi
  303. echo 'Chargement de Linux 4.4.0-31-generic…'
  304. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=8fb32375-b6b5-4e80-afc3-8b81c047e557 ro quiet splash $vt_handoff init=/sbin/upstart
  305. echo 'Chargement du disque mémoire initial…'
  306. initrd /boot/initrd.img-4.4.0-31-generic
  307. }
  308. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-recovery-8fb32375-b6b5-4e80-afc3-8b81c047e557' {
  309. recordfail
  310. load_video
  311. insmod gzio
  312. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  313. insmod part_gpt
  314. insmod ext2
  315. set root='hd0,gpt2'
  316. if [ x$feature_platform_search_hint = xy ]; then
  317. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8fb32375-b6b5-4e80-afc3-8b81c047e557
  318. else
  319. search --no-floppy --fs-uuid --set=root 8fb32375-b6b5-4e80-afc3-8b81c047e557
  320. fi
  321. echo 'Chargement de Linux 4.4.0-31-generic…'
  322. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=8fb32375-b6b5-4e80-afc3-8b81c047e557 ro recovery nomodeset
  323. echo 'Chargement du disque mémoire initial…'
  324. initrd /boot/initrd.img-4.4.0-31-generic
  325. }
  326. }
  327. ### END /etc/grub.d/10_linux ###
  328. ### BEGIN /etc/grub.d/20_linux_xen ###
  329. ### END /etc/grub.d/20_linux_xen ###
  330. ### BEGIN /etc/grub.d/20_memtest86+ ###
  331. ### END /etc/grub.d/20_memtest86+ ###
  332. ### BEGIN /etc/grub.d/30_os-prober ###
  333. ### END /etc/grub.d/30_os-prober ###
  334. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  335. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  336. fwsetup
  337. }
  338. ### END /etc/grub.d/30_uefi-firmware ###
  339. ### BEGIN /etc/grub.d/40_custom ###
  340. # This file provides an easy way to add custom menu entries. Simply type the
  341. # menu entries you want to add after this comment. Be careful not to change
  342. # the 'exec tail' line above.
  343. ### END /etc/grub.d/40_custom ###
  344. ### BEGIN /etc/grub.d/41_custom ###
  345. if [ -f ${config_directory}/custom.cfg ]; then
  346. source ${config_directory}/custom.cfg
  347. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  348. source $prefix/custom.cfg;
  349. fi
  350. ### END /etc/grub.d/41_custom ###
  351. --------------------------------------------------------------------------------
  352. =============================== sda2/etc/fstab: ================================
  353. --------------------------------------------------------------------------------
  354. # /etc/fstab: static file system information.
  355. #
  356. # Use 'blkid' to print the universally unique identifier for a
  357. # device; this may be used with UUID= as a more robust way to name devices
  358. # that works even if disks are added and removed. See fstab(5).
  359. #
  360. # <file system> <mount point> <type> <options> <dump> <pass>
  361. # / was on /dev/sda2 during installation
  362. UUID=8fb32375-b6b5-4e80-afc3-8b81c047e557 / ext4 errors=remount-ro 0 1
  363. # /boot/efi was on /dev/sda1 during installation
  364. UUID=13A8-6428 /boot/efi vfat umask=0077 0 1
  365. # swap was on /dev/sda3 during installation
  366. UUID=e8559fbe-7518-4ff3-b1b8-a016acdd0ca5 none swap sw 0 0
  367. --------------------------------------------------------------------------------
  368. =================== sda2: Location of files loaded by Grub: ====================
  369. GiB - GB File Fragment(s)
  370. 88.811477661 = 95.360598016 boot/grub/grub.cfg 1
  371. 1.577850342 = 1.694203904 boot/vmlinuz-4.4.0-31-generic 1
  372. 89.330875397 = 95.918297088 boot/vmlinuz-4.4.0-53-generic 1
  373. 89.421619415 = 96.015732736 boot/vmlinuz-4.4.0-53-generic.efi.signed 1
  374. 1.577850342 = 1.694203904 vmlinuz 1
  375. 89.590229034 = 96.196775936 boot/initrd.img-4.4.0-31-generic 1
  376. 89.843791962 = 96.469037056 boot/initrd.img-4.4.0-53-generic 2
  377. 89.590229034 = 96.196775936 initrd.img 1
  378. 89.590229034 = 96.196775936 initrd.img.old 1
  379. =========================== sdb1/boot/grub/grub.cfg: ===========================
  380. --------------------------------------------------------------------------------
  381. if loadfont /boot/grub/font.pf2 ; then
  382. set gfxmode=auto
  383. insmod efi_gop
  384. insmod efi_uga
  385. insmod gfxterm
  386. terminal_output gfxterm
  387. fi
  388. set menu_color_normal=white/black
  389. set menu_color_highlight=black/light-gray
  390. menuentry "Try Ubuntu without installing" {
  391. set gfxpayload=keep
  392. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  393. initrd /casper/initrd.lz
  394. }
  395. menuentry "Install Ubuntu" {
  396. set gfxpayload=keep
  397. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  398. initrd /casper/initrd.lz
  399. }
  400. menuentry "OEM install (for manufacturers)" {
  401. set gfxpayload=keep
  402. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  403. initrd /casper/initrd.lz
  404. }
  405. menuentry "Check disc for defects" {
  406. set gfxpayload=keep
  407. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  408. initrd /casper/initrd.lz
  409. }
  410. --------------------------------------------------------------------------------
  411. ============================== sdb1/syslinux.cfg: ==============================
  412. --------------------------------------------------------------------------------
  413. DEFAULT loadconfig
  414. LABEL loadconfig
  415. CONFIG /isolinux/isolinux.cfg
  416. APPEND /isolinux/
  417. --------------------------------------------------------------------------------
  418. =================== sdb1: Location of files loaded by Grub: ====================
  419. GiB - GB File Fragment(s)
  420. ?? = ?? boot/grub/grub.cfg 1
  421. ================= sdb1: Location of files loaded by Syslinux: ==================
  422. GiB - GB File Fragment(s)
  423. ?? = ?? syslinux.cfg 1
  424. ?? = ?? ldlinux.sys 1
  425. =============================== StdErr Messages: ===============================
  426. File descriptor 9 (/proc/6993/mounts) leaked on lvs invocation. Parent PID 13741: bash
  427. File descriptor 63 (pipe:[57783]) leaked on lvs invocation. Parent PID 13741: bash
  428. ADDITIONAL INFORMATION :
  429. =================== log of boot-info 2016-12-19__08h39 ===================
  430. boot-info version : 4ppa40
  431. boot-sav version : 4ppa40
  432. glade2script version : 3.2.3~ppa1
  433. boot-sav-extra version : 4ppa40
  434. boot-info is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  435. CPU op-mode(s): 32-bit, 64-bit
  436. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash acpi=off ---
  437. ls: cannot access '/home/usr/.config': No such file or directory
  438. =================== os-prober:
  439. /dev/sda2:Ubuntu 16.04.1 LTS (16.04):Ubuntu:linux
  440. =================== blkid:
  441. /dev/sda1: UUID="13A8-6428" TYPE="vfat" PARTLABEL="BIOS Boot" PARTUUID="dcd185fa-62af-4573-8904-9152b853b763"
  442. /dev/sda2: UUID="8fb32375-b6b5-4e80-afc3-8b81c047e557" TYPE="ext4" PARTUUID="cdcecf25-8192-429b-ad82-114fd2b6954e"
  443. /dev/sdb1: LABEL="UBUNTU 16_0" UUID="9E75-192D" TYPE="vfat" PARTUUID="00504522-01"
  444. /dev/loop0: TYPE="squashfs"
  445. /dev/sda3: UUID="e8559fbe-7518-4ff3-b1b8-a016acdd0ca5" TYPE="swap" PARTUUID="046df88e-a74b-46b7-a2fc-059d44d7e964"
  446. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  447. =================== No kernel in /mnt/boot-sav/sda1/boot:
  448. bootx64.efi
  449. bootx64.efi.grb
  450. Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/bootx64.efi
  451. =================== sda2/etc/grub.d/ :
  452. drwxr-xr-x 2 root root 4096 Dec 19 06:27 grub.d
  453. total 76
  454. -rwxr-xr-x 1 root root 9791 Jun 17 2016 00_header
  455. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  456. -rwxr-xr-x 1 root root 12261 Jun 17 2016 10_linux
  457. -rwxr-xr-x 1 root root 11082 Jun 17 2016 20_linux_xen
  458. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  459. -rwxr-xr-x 1 root root 11692 Jun 17 2016 30_os-prober
  460. -rwxr-xr-x 1 root root 1418 Jun 17 2016 30_uefi-firmware
  461. -rwxr-xr-x 1 root root 214 Jun 17 2016 40_custom
  462. -rwxr-xr-x 1 root root 216 Jun 17 2016 41_custom
  463. -rw-r--r-- 1 root root 483 Jun 17 2016 README
  464. =================== sda2/etc/default/grub :
  465. # If you change this file, run 'update-grub' afterwards to update
  466. # /boot/grub/grub.cfg.
  467. # For full documentation of the options in this file, see:
  468. # info -f grub -n 'Simple configuration'
  469. GRUB_DEFAULT=0
  470. GRUB_HIDDEN_TIMEOUT=0
  471. GRUB_HIDDEN_TIMEOUT_QUIET=true
  472. GRUB_TIMEOUT=10
  473. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  474. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  475. GRUB_CMDLINE_LINUX=""
  476. # Uncomment to enable BadRAM filtering, modify to suit your needs
  477. # This works with Linux (no patch required) and with any kernel that obtains
  478. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  479. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  480. # Uncomment to disable graphical terminal (grub-pc only)
  481. #GRUB_TERMINAL=console
  482. # The resolution used on graphical terminal
  483. # note that you can use only modes which your graphic card supports via VBE
  484. # you can see them in real GRUB with the command `vbeinfo'
  485. #GRUB_GFXMODE=640x480
  486. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  487. #GRUB_DISABLE_LINUX_UUID=true
  488. # Uncomment to disable generation of recovery mode menu entries
  489. #GRUB_DISABLE_RECOVERY="true"
  490. # Uncomment to get a beep at grub start
  491. #GRUB_INIT_TUNE="480 440 1"
  492. /boot/efi detected in the fstab of sda2: UUID=13A8-6428 (sda1)
  493. =================== efibootmgr -v
  494. BootCurrent: 0002
  495. Timeout: 0 seconds
  496. BootOrder: 0002,0003
  497. Boot0001* Linux HD(1,MBR,0x34,0x800,0x1cde840)/File(EFIBootgrubx64.efi)RC
  498. Boot0002* HFS256G39TND-N210A BBS(16,HFS256G39TND-N210A ,0x500)................-...........A.......................................{.......A.........................
  499. Boot0003* KingstonDataTraveler 2.0 BBS(Network,KingstonDataTraveler 2.0,0x500)..................f.......d...h.....................................z.......A.....................
  500. Boot2001* EFI USB Device RC
  501. Boot2002* EFI DVD/CDROM RC
  502. Boot2003* EFI Network RC
  503. =================== UEFI/Legacy mode:
  504. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  505. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  506. =================== PARTITIONS & DISKS:
  507. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-kernel, no-os, is-maybe-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  508. sda2 : sda, not-sepboot, grubenv-ok grub2, signed grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, 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/sda2.
  509. sda : GPT, BIOS_boot, has-maybe-EFI, not-usb, has-os, 2048 sectors * 512 bytes
  510. =================== parted -l:
  511. Model: ATA HFS256G39TND-N21 (scsi)
  512. Disk /dev/sda: 256GB
  513. Sector size (logical/physical): 512B/4096B
  514. Partition Table: gpt
  515. Disk Flags:
  516. Number Start End Size File system Name Flags
  517. 1 1049kB 538MB 537MB fat32 BIOS Boot hidden, bios_grub, legacy_boot
  518. 2 538MB 248GB 247GB ext4
  519. 3 248GB 256GB 8448MB linux-swap(v1)
  520. Model: Kingston DataTraveler 2.0 (scsi)
  521. Disk /dev/sdb: 15.5GB
  522. Sector size (logical/physical): 512B/512B
  523. Partition Table: msdos
  524. Disk Flags:
  525. Number Start End Size Type File system Flags
  526. 1 1049kB 15.5GB 15.5GB primary fat32 boot, lba
  527. =================== parted -lm:
  528. BYT;
  529. /dev/sda:256GB:scsi:512:4096:gpt:ATA HFS256G39TND-N21:;
  530. 1:1049kB:538MB:537MB:fat32:BIOS Boot:hidden, bios_grub, legacy_boot;
  531. 2:538MB:248GB:247GB:ext4::;
  532. 3:248GB:256GB:8448MB:linux-swap(v1)::;
  533. BYT;
  534. /dev/sdb:15.5GB:scsi:512:512:msdos:Kingston DataTraveler 2.0:;
  535. 1:1049kB:15.5GB:15.5GB:fat32::boot, lba;
  536. =================== lsblk:
  537. KNAME TYPE FSTYPE SIZE LABEL
  538. sda disk 238.5G
  539. sda1 part vfat 512M
  540. sda2 part ext4 230.1G
  541. sda3 part swap 7.9G
  542. sdb disk 14.4G
  543. sdb1 part vfat 14.4G UBUNTU 16_0
  544. loop0 loop squashfs 1.4G
  545. KNAME ROTA RO RM STATE MOUNTPOINT
  546. sda 0 0 0 running
  547. sda1 0 0 0 /mnt/boot-sav/sda1
  548. sda2 0 0 0 /mnt/boot-sav/sda2
  549. sda3 0 0 0 [SWAP]
  550. sdb 1 0 1 running
  551. sdb1 1 0 1 /cdrom
  552. loop0 1 1 0 /rofs
  553. =================== mount:
  554. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  555. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  556. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4004220k,nr_inodes=1001055,mode=755)
  557. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  558. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=803772k,mode=755)
  559. /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  560. /dev/loop0 on /rofs type squashfs (ro,noatime)
  561. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  562. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  563. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  564. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  565. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  566. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  567. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  568. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  569. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  570. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  571. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  572. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  573. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  574. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  575. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  576. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  577. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  578. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  579. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  580. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  581. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  582. mqueue on /dev/mqueue type mqueue (rw,relatime)
  583. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  584. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  585. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  586. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=803772k,mode=700,uid=999,gid=999)
  587. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  588. /dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  589. /dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw,relatime,data=ordered)
  590. =================== ls:
  591. /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 sda3 size slaves stat subsystem trace uevent
  592. /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
  593. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 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 sda3 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 watchdog watchdog0 zero
  594. ls /dev/mapper: control
  595. =================== hexdump -n512 -C /dev/sda1
  596. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  597. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  598. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  599. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  600. 00000040 80 01 29 28 64 a8 13 4e 4f 20 4e 41 4d 45 20 20 |..)(d..NO NAME |
  601. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  602. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  603. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  604. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  605. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  606. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  607. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  608. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  609. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  610. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  611. *
  612. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  613. 00000200
  614. =================== df -Th:
  615. Filesystem Type Size Used Avail Use% Mounted on
  616. udev devtmpfs 3.9G 0 3.9G 0% /dev
  617. tmpfs tmpfs 785M 9.3M 776M 2% /run
  618. /dev/sdb1 vfat 15G 1.5G 14G 10% /cdrom
  619. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  620. /cow overlay 3.9G 75M 3.8G 2% /
  621. tmpfs tmpfs 3.9G 348K 3.9G 1% /dev/shm
  622. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  623. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  624. tmpfs tmpfs 3.9G 32K 3.9G 1% /tmp
  625. tmpfs tmpfs 785M 96K 785M 1% /run/user/999
  626. /dev/sda1 vfat 511M 9.8M 502M 2% /mnt/boot-sav/sda1
  627. /dev/sda2 ext4 227G 4.2G 211G 2% /mnt/boot-sav/sda2
  628. =================== fdisk -l:
  629. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  630. Units: sectors of 1 * 512 = 512 bytes
  631. Sector size (logical/physical): 512 bytes / 4096 bytes
  632. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  633. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  634. Units: sectors of 1 * 512 = 512 bytes
  635. Sector size (logical/physical): 512 bytes / 4096 bytes
  636. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  637. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  638. Units: sectors of 1 * 512 = 512 bytes
  639. Sector size (logical/physical): 512 bytes / 4096 bytes
  640. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  641. Disk /dev/ram3: 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/ram4: 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/ram5: 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/ram6: 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/ram7: 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/ram8: 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/ram9: 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/ram10: 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/ram11: 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/ram12: 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/ram13: 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/ram14: 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/ram15: 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/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
  694. Units: sectors of 1 * 512 = 512 bytes
  695. Sector size (logical/physical): 512 bytes / 512 bytes
  696. I/O size (minimum/optimal): 512 bytes / 512 bytes
  697. Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 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. Disklabel type: gpt
  702. Disk identifier: 43960493-8E46-4101-A87C-7B94E810F057
  703. Device Start End Sectors Size Type
  704. /dev/sda1 2048 1050623 1048576 512M BIOS boot
  705. /dev/sda2 1050624 483616767 482566144 230.1G Linux filesystem
  706. /dev/sda3 483616768 500117503 16500736 7.9G Linux swap
  707. Disk /dev/sdb: 14.4 GiB, 15500083200 bytes, 30273600 sectors
  708. Units: sectors of 1 * 512 = 512 bytes
  709. Sector size (logical/physical): 512 bytes / 512 bytes
  710. I/O size (minimum/optimal): 512 bytes / 512 bytes
  711. Disklabel type: dos
  712. Disk identifier: 0x00504522
  713. Device Boot Start End Sectors Size Id Type
  714. /dev/sdb1 * 2048 30273599 30271552 14.4G c W95 FAT32 (LBA)
  715. =================== Suggested repair
  716. The default repair of the Boot-Repair utility would purge (in order to fix packages) and reinstall the grub2 of sda2 into the MBR of sda.
  717. Grub-efi would not be selected by default because: no-win-efi
  718. Additional repair would be performed: unhide-bootmenu-10s
  719. =================== Advice in case of suggested repair
  720. The boot of your PC is in EFI mode, but no EFI partition was detected. You may want to retry after creating a EFI partition (FAT32, 100MB~250MB, start of the disk, boot flag).
  721. Do you want to continue?
  722. =================== User settings
  723. The settings chosen by the user will not act on the boot.
  724. paste.ubuntu.com ko (), using paste.debian
  725. paste.debian.net ko (), using paste2