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 14.04.4 LTS
  15. Boot files: /boot/grub/grub.cfg /etc/fstab /grub/i386-pc/core.img
  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: vfat
  23. Boot sector type: -
  24. Boot sector info: No errors found in the Boot Parameter Block.
  25. Operating System:
  26. Boot files:
  27. ============================ Drive/Partition Info: =============================
  28. Drive: sda _____________________________________________________________________
  29. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  30. Units: sectors of 1 * 512 = 512 bytes
  31. Sector size (logical/physical): 512 bytes / 4096 bytes
  32. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  33. Disklabel type: dos
  34. Partition Boot Start Sector End Sector # of Sectors Id System
  35. /dev/sda1 2,048 1,941,176,319 1,941,174,272 83 Linux
  36. /dev/sda2 1,941,178,366 1,953,523,711 12,345,346 5 Extended
  37. /dev/sda5 * 1,941,178,368 1,953,523,711 12,345,344 b W95 FAT32
  38. "blkid" output: ________________________________________________________________
  39. Device UUID TYPE LABEL
  40. /dev/loop0 squashfs
  41. /dev/sda1 038ee1f5-4aab-4cb2-86bc-29a92939d7c8 ext4 FleurdeCoeur
  42. /dev/sda5 5B82-2BA8 vfat
  43. /dev/sr0 2016-04-20-22-29-52-00 iso9660 Ubuntu 16.04 LTS amd64
  44. ========================= "ls -l /dev/disk/by-id" output: ======================
  45. total 0
  46. lrwxrwxrwx 1 root root 9 Aug 15 14:47 ata-HGST_HTS541010A9E680_JD4000CHG8HP3P -> ../../sda
  47. lrwxrwxrwx 1 root root 10 Aug 15 14:47 ata-HGST_HTS541010A9E680_JD4000CHG8HP3P-part1 -> ../../sda1
  48. lrwxrwxrwx 1 root root 10 Aug 15 14:47 ata-HGST_HTS541010A9E680_JD4000CHG8HP3P-part2 -> ../../sda2
  49. lrwxrwxrwx 1 root root 10 Aug 15 14:47 ata-HGST_HTS541010A9E680_JD4000CHG8HP3P-part5 -> ../../sda5
  50. lrwxrwxrwx 1 root root 9 Aug 15 12:30 ata-Slimtype_DVD_A_DA8A5SH_3208726_672328417055 -> ../../sr0
  51. lrwxrwxrwx 1 root root 9 Aug 15 14:47 wwn-0x5000cca79bc3ddd5 -> ../../sda
  52. lrwxrwxrwx 1 root root 10 Aug 15 14:47 wwn-0x5000cca79bc3ddd5-part1 -> ../../sda1
  53. lrwxrwxrwx 1 root root 10 Aug 15 14:47 wwn-0x5000cca79bc3ddd5-part2 -> ../../sda2
  54. lrwxrwxrwx 1 root root 10 Aug 15 14:47 wwn-0x5000cca79bc3ddd5-part5 -> ../../sda5
  55. ================================ Mount points: =================================
  56. Device Mount_Point Type Options
  57. /dev/loop0 /rofs squashfs (ro,noatime)
  58. /dev/sr0 /cdrom iso9660 (ro,noatime)
  59. =========================== sda1/boot/grub/grub.cfg: ===========================
  60. --------------------------------------------------------------------------------
  61. #
  62. # DO NOT EDIT THIS FILE
  63. #
  64. # It is automatically generated by grub-mkconfig using templates
  65. # from /etc/grub.d and settings from /etc/default/grub
  66. #
  67. ### BEGIN /etc/grub.d/00_header ###
  68. if [ -s $prefix/grubenv ]; then
  69. set have_grubenv=true
  70. load_env
  71. fi
  72. if [ "${next_entry}" ] ; then
  73. set default="${next_entry}"
  74. set next_entry=
  75. save_env next_entry
  76. set boot_once=true
  77. else
  78. set default="0"
  79. fi
  80. if [ x"${feature_menuentry_id}" = xy ]; then
  81. menuentry_id_option="--id"
  82. else
  83. menuentry_id_option=""
  84. fi
  85. export menuentry_id_option
  86. if [ "${prev_saved_entry}" ]; then
  87. set saved_entry="${prev_saved_entry}"
  88. save_env saved_entry
  89. set prev_saved_entry=
  90. save_env prev_saved_entry
  91. set boot_once=true
  92. fi
  93. function savedefault {
  94. if [ -z "${boot_once}" ]; then
  95. saved_entry="${chosen}"
  96. save_env saved_entry
  97. fi
  98. }
  99. function recordfail {
  100. set recordfail=1
  101. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  102. }
  103. function load_video {
  104. if [ x$feature_all_video_module = xy ]; then
  105. insmod all_video
  106. else
  107. insmod efi_gop
  108. insmod efi_uga
  109. insmod ieee1275_fb
  110. insmod vbe
  111. insmod vga
  112. insmod video_bochs
  113. insmod video_cirrus
  114. fi
  115. }
  116. if [ x$feature_default_font_path = xy ] ; then
  117. font=unicode
  118. else
  119. insmod part_msdos
  120. insmod ext2
  121. set root='hd0,msdos1'
  122. if [ x$feature_platform_search_hint = xy ]; then
  123. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 038ee1f5-4aab-4cb2-86bc-29a92939d7c8
  124. else
  125. search --no-floppy --fs-uuid --set=root 038ee1f5-4aab-4cb2-86bc-29a92939d7c8
  126. fi
  127. font="/usr/share/grub/unicode.pf2"
  128. fi
  129. if loadfont $font ; then
  130. set gfxmode=auto
  131. load_video
  132. insmod gfxterm
  133. set locale_dir=$prefix/locale
  134. set lang=fr_FR
  135. insmod gettext
  136. fi
  137. terminal_output gfxterm
  138. if [ "${recordfail}" = 1 ] ; then
  139. set timeout=30
  140. else
  141. if [ x$feature_timeout_style = xy ] ; then
  142. set timeout_style=hidden
  143. set timeout=0
  144. # Fallback hidden-timeout code in case the timeout_style feature is
  145. # unavailable.
  146. elif sleep --interruptible 0 ; then
  147. set timeout=0
  148. fi
  149. fi
  150. ### END /etc/grub.d/00_header ###
  151. ### BEGIN /etc/grub.d/05_debian_theme ###
  152. set menu_color_normal=white/black
  153. set menu_color_highlight=black/light-gray
  154. if background_color 44,0,30,0; then
  155. clear
  156. fi
  157. ### END /etc/grub.d/05_debian_theme ###
  158. ### BEGIN /etc/grub.d/10_linux ###
  159. function gfxmode {
  160. set gfxpayload="${1}"
  161. if [ "${1}" = "keep" ]; then
  162. set vt_handoff=vt.handoff=7
  163. else
  164. set vt_handoff=
  165. fi
  166. }
  167. if [ "${recordfail}" != 1 ]; then
  168. if [ -e ${prefix}/gfxblacklist.txt ]; then
  169. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  170. if [ ${match} = 0 ]; then
  171. set linux_gfx_mode=keep
  172. else
  173. set linux_gfx_mode=text
  174. fi
  175. else
  176. set linux_gfx_mode=text
  177. fi
  178. else
  179. set linux_gfx_mode=keep
  180. fi
  181. else
  182. set linux_gfx_mode=text
  183. fi
  184. export linux_gfx_mode
  185. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-038ee1f5-4aab-4cb2-86bc-29a92939d7c8' {
  186. recordfail
  187. load_video
  188. gfxmode $linux_gfx_mode
  189. insmod gzio
  190. insmod part_msdos
  191. insmod ext2
  192. set root='hd0,msdos1'
  193. if [ x$feature_platform_search_hint = xy ]; then
  194. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 038ee1f5-4aab-4cb2-86bc-29a92939d7c8
  195. else
  196. search --no-floppy --fs-uuid --set=root 038ee1f5-4aab-4cb2-86bc-29a92939d7c8
  197. fi
  198. linux /boot/vmlinuz-3.13.0-86-generic root=UUID=038ee1f5-4aab-4cb2-86bc-29a92939d7c8 ro quiet splash $vt_handoff
  199. initrd /boot/initrd.img-3.13.0-86-generic
  200. }
  201. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-038ee1f5-4aab-4cb2-86bc-29a92939d7c8' {
  202. menuentry 'Ubuntu, with Linux 3.13.0-86-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-86-generic-advanced-038ee1f5-4aab-4cb2-86bc-29a92939d7c8' {
  203. recordfail
  204. load_video
  205. gfxmode $linux_gfx_mode
  206. insmod gzio
  207. insmod part_msdos
  208. insmod ext2
  209. set root='hd0,msdos1'
  210. if [ x$feature_platform_search_hint = xy ]; then
  211. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 038ee1f5-4aab-4cb2-86bc-29a92939d7c8
  212. else
  213. search --no-floppy --fs-uuid --set=root 038ee1f5-4aab-4cb2-86bc-29a92939d7c8
  214. fi
  215. echo 'Loading Linux 3.13.0-86-generic ...'
  216. linux /boot/vmlinuz-3.13.0-86-generic root=UUID=038ee1f5-4aab-4cb2-86bc-29a92939d7c8 ro quiet splash $vt_handoff
  217. echo 'Loading initial ramdisk ...'
  218. initrd /boot/initrd.img-3.13.0-86-generic
  219. }
  220. menuentry 'Ubuntu, with Linux 3.13.0-86-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-86-generic-recovery-038ee1f5-4aab-4cb2-86bc-29a92939d7c8' {
  221. recordfail
  222. load_video
  223. insmod gzio
  224. insmod part_msdos
  225. insmod ext2
  226. set root='hd0,msdos1'
  227. if [ x$feature_platform_search_hint = xy ]; then
  228. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 038ee1f5-4aab-4cb2-86bc-29a92939d7c8
  229. else
  230. search --no-floppy --fs-uuid --set=root 038ee1f5-4aab-4cb2-86bc-29a92939d7c8
  231. fi
  232. echo 'Loading Linux 3.13.0-86-generic ...'
  233. linux /boot/vmlinuz-3.13.0-86-generic root=UUID=038ee1f5-4aab-4cb2-86bc-29a92939d7c8 ro recovery nomodeset
  234. echo 'Loading initial ramdisk ...'
  235. initrd /boot/initrd.img-3.13.0-86-generic
  236. }
  237. menuentry 'Ubuntu, with Linux 3.11.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-12-generic-advanced-038ee1f5-4aab-4cb2-86bc-29a92939d7c8' {
  238. recordfail
  239. load_video
  240. gfxmode $linux_gfx_mode
  241. insmod gzio
  242. insmod part_msdos
  243. insmod ext2
  244. set root='hd0,msdos1'
  245. if [ x$feature_platform_search_hint = xy ]; then
  246. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 038ee1f5-4aab-4cb2-86bc-29a92939d7c8
  247. else
  248. search --no-floppy --fs-uuid --set=root 038ee1f5-4aab-4cb2-86bc-29a92939d7c8
  249. fi
  250. echo 'Loading Linux 3.11.0-12-generic ...'
  251. linux /boot/vmlinuz-3.11.0-12-generic root=UUID=038ee1f5-4aab-4cb2-86bc-29a92939d7c8 ro quiet splash $vt_handoff
  252. echo 'Loading initial ramdisk ...'
  253. initrd /boot/initrd.img-3.11.0-12-generic
  254. }
  255. menuentry 'Ubuntu, with Linux 3.11.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-12-generic-recovery-038ee1f5-4aab-4cb2-86bc-29a92939d7c8' {
  256. recordfail
  257. load_video
  258. insmod gzio
  259. insmod part_msdos
  260. insmod ext2
  261. set root='hd0,msdos1'
  262. if [ x$feature_platform_search_hint = xy ]; then
  263. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 038ee1f5-4aab-4cb2-86bc-29a92939d7c8
  264. else
  265. search --no-floppy --fs-uuid --set=root 038ee1f5-4aab-4cb2-86bc-29a92939d7c8
  266. fi
  267. echo 'Loading Linux 3.11.0-12-generic ...'
  268. linux /boot/vmlinuz-3.11.0-12-generic root=UUID=038ee1f5-4aab-4cb2-86bc-29a92939d7c8 ro recovery nomodeset
  269. echo 'Loading initial ramdisk ...'
  270. initrd /boot/initrd.img-3.11.0-12-generic
  271. }
  272. }
  273. ### END /etc/grub.d/10_linux ###
  274. ### BEGIN /etc/grub.d/20_linux_xen ###
  275. ### END /etc/grub.d/20_linux_xen ###
  276. ### BEGIN /etc/grub.d/20_memtest86+ ###
  277. menuentry 'Memory test (memtest86+)' {
  278. insmod part_msdos
  279. insmod ext2
  280. set root='hd0,msdos1'
  281. if [ x$feature_platform_search_hint = xy ]; then
  282. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 038ee1f5-4aab-4cb2-86bc-29a92939d7c8
  283. else
  284. search --no-floppy --fs-uuid --set=root 038ee1f5-4aab-4cb2-86bc-29a92939d7c8
  285. fi
  286. knetbsd /boot/memtest86+.elf
  287. }
  288. menuentry 'Memory test (memtest86+, serial console 115200)' {
  289. insmod part_msdos
  290. insmod ext2
  291. set root='hd0,msdos1'
  292. if [ x$feature_platform_search_hint = xy ]; then
  293. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 038ee1f5-4aab-4cb2-86bc-29a92939d7c8
  294. else
  295. search --no-floppy --fs-uuid --set=root 038ee1f5-4aab-4cb2-86bc-29a92939d7c8
  296. fi
  297. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  298. }
  299. ### END /etc/grub.d/20_memtest86+ ###
  300. ### BEGIN /etc/grub.d/30_os-prober ###
  301. ### END /etc/grub.d/30_os-prober ###
  302. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  303. ### END /etc/grub.d/30_uefi-firmware ###
  304. ### BEGIN /etc/grub.d/40_custom ###
  305. # This file provides an easy way to add custom menu entries. Simply type the
  306. # menu entries you want to add after this comment. Be careful not to change
  307. # the 'exec tail' line above.
  308. ### END /etc/grub.d/40_custom ###
  309. ### BEGIN /etc/grub.d/41_custom ###
  310. if [ -f ${config_directory}/custom.cfg ]; then
  311. source ${config_directory}/custom.cfg
  312. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  313. source $prefix/custom.cfg;
  314. fi
  315. ### END /etc/grub.d/41_custom ###
  316. --------------------------------------------------------------------------------
  317. =============================== sda1/etc/fstab: ================================
  318. --------------------------------------------------------------------------------
  319. # /etc/fstab: static file system information.
  320. #
  321. # Use 'blkid' to print the universally unique identifier for a
  322. # device; this may be used with UUID= as a more robust way to name devices
  323. # that works even if disks are added and removed. See fstab(5).
  324. #
  325. # <file system> <mount point> <type> <options> <dump> <pass>
  326. # / was on /dev/sda1 during installation
  327. UUID=038ee1f5-4aab-4cb2-86bc-29a92939d7c8 / ext4 errors=remount-ro 0 1
  328. # swap was on /dev/sda5 during installation
  329. UUID=d14fe0bb-a31b-4621-a15f-f843f741dc36 none swap sw 0 0
  330. UUID=5B82-2BA8 /boot/efi vfat defaults 0 1
  331. --------------------------------------------------------------------------------
  332. =================== sda1: Location of files loaded by Grub: ====================
  333. GiB - GB File Fragment(s)
  334. 448.136013031 = 481.182380032 boot/grub/grub.cfg 1
  335. 448.141662598 = 481.188446208 grub/i386-pc/core.img 1
  336. 448.141635895 = 481.188417536 boot/grub/i386-pc/core.img 1
  337. 0.744472504 = 0.799371264 boot/vmlinuz-3.11.0-12-generic 1
  338. 3.596252441 = 3.861446656 boot/vmlinuz-3.13.0-86-generic 1
  339. 3.596252441 = 3.861446656 vmlinuz 1
  340. 0.744472504 = 0.799371264 vmlinuz.old 1
  341. 1.603027344 = 1.721237504 boot/initrd.img-3.11.0-12-generic 1
  342. 5.518894196 = 5.925867520 boot/initrd.img-3.13.0-86-generic 1
  343. 5.518894196 = 5.925867520 initrd.img 1
  344. 1.603027344 = 1.721237504 initrd.img.old 1
  345. =============================== StdErr Messages: ===============================
  346. File descriptor 9 (/proc/4851/mounts) leaked on lvs invocation. Parent PID 13561: bash
  347. File descriptor 63 (pipe:[55198]) leaked on lvs invocation. Parent PID 13561: bash
  348. ADDITIONAL INFORMATION :
  349. =================== log of boot-repair 2016-08-15__14h47 ===================
  350. boot-repair version : 4ppa38
  351. boot-sav version : 4ppa38
  352. glade2script version : 3.2.3~ppa1
  353. boot-sav-extra version : 4ppa38
  354. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  355. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  356. boot-repair is executed in live-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
  357. CPU op-mode(s): 32-bit, 64-bit
  358. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  359. ls: cannot access '/home/usr/.config': No such file or directory
  360. Partition 2 does not start on physical sector boundary.
  361. =================== os-prober:
  362. /dev/sda1:Debian GNU/Linux (jessie/sid):Debian:linux
  363. =================== blkid:
  364. /dev/sda1: LABEL="FleurdeCoeur" UUID="038ee1f5-4aab-4cb2-86bc-29a92939d7c8" TYPE="ext4" PARTUUID="000b5c85-01"
  365. /dev/sda5: UUID="5B82-2BA8" TYPE="vfat" PARTUUID="000b5c85-05"
  366. /dev/sr0: UUID="2016-04-20-22-29-52-00" LABEL="Ubuntu 16.04 LTS amd64" TYPE="iso9660" PTUUID="0e0e8e70" PTTYPE="dos"
  367. /dev/loop0: TYPE="squashfs"
  368. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  369. Partition 2 does not start on physical sector boundary.
  370. Partition 2 does not start on physical sector boundary.
  371. =================== sda1/etc/grub.d/ :
  372. drwxr-xr-x 2 root root 4096 May 26 14:37 grub.d
  373. total 76
  374. -rwxr-xr-x 1 root root 9791 Dec 17 2015 00_header
  375. -rwxr-xr-x 1 root root 6058 May 13 2015 05_debian_theme
  376. -rwxr-xr-x 1 root root 11608 Dec 17 2015 10_linux
  377. -rwxr-xr-x 1 root root 10412 Dec 17 2015 20_linux_xen
  378. -rwxr-xr-x 1 root root 1992 Mar 12 2014 20_memtest86+
  379. -rwxr-xr-x 1 root root 11692 Dec 17 2015 30_os-prober
  380. -rwxr-xr-x 1 root root 1416 Dec 17 2015 30_uefi-firmware
  381. -rwxr-xr-x 1 root root 214 Oct 10 2013 40_custom
  382. -rwxr-xr-x 1 root root 216 Oct 10 2013 41_custom
  383. -rw-r--r-- 1 root root 483 Oct 10 2013 README
  384. =================== sda1/etc/default/grub :
  385. # If you change this file, run 'update-grub' afterwards to update
  386. # /boot/grub/grub.cfg.
  387. # For full documentation of the options in this file, see:
  388. # info -f grub -n 'Simple configuration'
  389. GRUB_DEFAULT=0
  390. GRUB_HIDDEN_TIMEOUT=0
  391. GRUB_HIDDEN_TIMEOUT_QUIET=true
  392. GRUB_TIMEOUT=10
  393. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  394. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  395. GRUB_CMDLINE_LINUX=""
  396. # Uncomment to enable BadRAM filtering, modify to suit your needs
  397. # This works with Linux (no patch required) and with any kernel that obtains
  398. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  399. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  400. # Uncomment to disable graphical terminal (grub-pc only)
  401. #GRUB_TERMINAL=console
  402. # The resolution used on graphical terminal
  403. # note that you can use only modes which your graphic card supports via VBE
  404. # you can see them in real GRUB with the command `vbeinfo'
  405. #GRUB_GFXMODE=640x480
  406. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  407. #GRUB_DISABLE_LINUX_UUID=true
  408. # Uncomment to disable generation of recovery mode menu entries
  409. #GRUB_DISABLE_RECOVERY="true"
  410. # Uncomment to get a beep at grub start
  411. #GRUB_INIT_TUNE="480 440 1"
  412. =================== sda1recordfail=1/grub/grubenv :
  413. recordfail=1
  414. =================== efibootmgr -v
  415. BootCurrent: 0004
  416. Timeout: 2 seconds
  417. BootOrder: 0004,0003,0002
  418. Boot0002* CD/DVD Drive BBS(CDROM,,0x0)AMGOAMNO........o.S.l.i.m.t.y.p.e. .D.V.D. .A. . .D.A.8.A.5.S.H....................A...........................>..Gd-.;.A..MQ..L.2.3.8.0.2.7. .6.7.6.3.2.8.2.1.4.0.7.5.5......AMBO
  419. Boot0003* Hard Drive BBS(HD,,0x0)AMGOAMNO........o.H.G.S.T. .H.T.S.5.4.1.0.1.0.A.9.E.6.8.0....................A...........................>..Gd-.;.A..MQ..L. . . . . . .D.J.0.4.0.0.H.C.8.G.P.H.P.3......AMBO
  420. Boot0004* UEFI: Slimtype DVD A DA8A5SH PciRoot(0x0)/Pci(0x1f,0x2)/Sata(2,65535,0)/CDROM(1,0xb0451,0x1280)AMBO
  421. =================== UEFI/Legacy mode:
  422. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  423. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  424. =================== PARTITIONS & DISKS:
  425. sda1 : sda, not-sepboot, grubenv-ng grub2, grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, /mnt/boot-sav/sda1.
  426. sda5 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda5.
  427. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  428. =================== parted -l:
  429. Model: ATA HGST HTS541010A9 (scsi)
  430. Disk /dev/sda: 1000GB
  431. Sector size (logical/physical): 512B/4096B
  432. Partition Table: msdos
  433. Disk Flags:
  434. Number Start End Size Type File system Flags
  435. 1 1049kB 994GB 994GB primary ext4
  436. 2 994GB 1000GB 6321MB extended
  437. 5 994GB 1000GB 6321MB logical fat32 boot
  438. Model: Slimtype DVD A DA8A5SH (scsi)
  439. Disk /dev/sr0: 1486MB
  440. Sector size (logical/physical): 2048B/2048B
  441. Partition Table: mac
  442. Disk Flags:
  443. Number Start End Size File system Name Flags
  444. 1 2048B 6143B 4096B Apple
  445. 2 1479MB 1481MB 2425kB EFI
  446. =================== parted -lm:
  447. BYT;
  448. /dev/sda:1000GB:scsi:512:4096:msdos:ATA HGST HTS541010A9:;
  449. 1:1049kB:994GB:994GB:ext4::;
  450. 2:994GB:1000GB:6321MB:::;
  451. 5:994GB:1000GB:6321MB:fat32::boot;
  452. BYT;
  453. /dev/sr0:1486MB:scsi:2048:2048:mac:Slimtype DVD A DA8A5SH:;
  454. 1:2048B:6143B:4096B::Apple:;
  455. 2:1479MB:1481MB:2425kB::EFI:;
  456. =================== lsblk:
  457. KNAME TYPE FSTYPE SIZE LABEL
  458. sda disk 931.5G
  459. sda1 part ext4 925.6G FleurdeCoeur
  460. sda2 part 1K
  461. sda5 part vfat 5.9G
  462. sr0 rom iso9660 1.4G Ubuntu 16.04 LTS amd64
  463. loop0 loop squashfs 1.3G
  464. KNAME ROTA RO RM STATE MOUNTPOINT
  465. sda 1 0 0 running
  466. sda1 1 0 0 /mnt/boot-sav/sda1
  467. sda2 1 0 0
  468. sda5 1 0 0 /mnt/boot-sav/sda5
  469. sr0 1 0 1 running /cdrom
  470. loop0 1 1 0 /rofs
  471. =================== mount:
  472. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  473. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  474. udev on /dev type devtmpfs (rw,nosuid,relatime,size=2982516k,nr_inodes=745629,mode=755)
  475. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  476. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=599436k,mode=755)
  477. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  478. /dev/loop0 on /rofs type squashfs (ro,noatime)
  479. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  480. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  481. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  482. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  483. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  484. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  485. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  486. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  487. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  488. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  489. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  490. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  491. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  492. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  493. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  494. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  495. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  496. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  497. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  498. mqueue on /dev/mqueue type mqueue (rw,relatime)
  499. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  500. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  501. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  502. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  503. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  504. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=599436k,mode=700,uid=999,gid=999)
  505. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  506. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw,relatime,data=ordered)
  507. /dev/sda5 on /mnt/boot-sav/sda5 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  508. =================== ls:
  509. /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
  510. /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
  511. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse 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
  512. ls /dev/mapper: control
  513. =================== hexdump -n512 -C /dev/sda5
  514. 00000000 d8 02 00 4d 53 57 49 4e 34 2e 31 00 02 08 28 00 |...MSWIN4.1...(.|
  515. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 b4 73 |........?......s|
  516. 00000020 00 60 bc 00 0d 2f 00 00 00 00 00 00 02 00 00 00 |.`.../..........|
  517. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  518. 00000040 80 01 29 a8 2b 82 5b 4e 4f 20 4e 41 4d 45 20 20 |..).+.[NO NAME |
  519. 00000050 20 20 46 41 54 33 32 20 20 20 00 00 00 00 00 00 | FAT32 ......|
  520. 00000060 00 00 00 00 00 00 00 00 40 95 cf d2 22 7f 00 00 |........@..."...|
  521. 00000070 ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  522. 00000080 00 00 00 00 00 00 00 00 70 24 00 bc 22 7f 00 00 |........p$.."...|
  523. 00000090 ff ff ff ff ff ff ff ff 00 00 00 00 ff ff ff ff |................|
  524. 000000a0 80 24 00 bc 22 7f 00 00 00 00 00 00 00 00 00 00 |.$.."...........|
  525. 000000b0 00 44 17 cf 22 7f 00 00 00 00 00 00 00 00 00 00 |.D.."...........|
  526. 000000c0 ff ff ff ff ff ff ff ff 00 00 00 00 00 00 00 00 |................|
  527. 000000d0 00 00 00 00 00 00 00 00 e0 76 cf d2 22 7f 00 00 |.........v.."...|
  528. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  529. *
  530. 00000140 00 00 00 00 00 00 00 00 98 01 00 bc 22 7f 00 00 |............"...|
  531. 00000150 60 39 13 d4 22 7f 00 00 00 00 00 00 00 00 00 00 |`9.."...........|
  532. 00000160 60 78 a2 00 00 00 00 00 00 00 00 00 00 00 00 00 |`x..............|
  533. 00000170 7e 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |~...............|
  534. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  535. *
  536. 000001a0 f5 29 00 00 00 00 00 00 01 00 00 00 00 00 00 00 |.)..............|
  537. 000001b0 00 00 00 00 00 00 00 00 b1 00 00 00 00 00 00 00 |................|
  538. 000001c0 20 26 00 bc 22 7f 00 00 d0 5b 00 bc 22 7f 00 00 | &.."....[.."...|
  539. 000001d0 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff |................|
  540. 000001e0 ff ff ff ff ff ff ff ff 00 00 00 00 00 00 00 00 |................|
  541. 000001f0 00 00 00 00 2f 73 64 61 00 04 00 00 00 00 55 aa |..../sda......U.|
  542. 00000200
  543. Partition 2 does not start on physical sector boundary.
  544. =================== df -Th:
  545. Filesystem Type Size Used Avail Use% Mounted on
  546. udev devtmpfs 2.9G 0 2.9G 0% /dev
  547. tmpfs tmpfs 586M 8.7M 577M 2% /run
  548. /dev/sr0 iso9660 1.4G 1.4G 0 100% /cdrom
  549. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  550. /cow overlay 2.9G 63M 2.8G 3% /
  551. tmpfs tmpfs 2.9G 180K 2.9G 1% /dev/shm
  552. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  553. tmpfs tmpfs 2.9G 0 2.9G 0% /sys/fs/cgroup
  554. tmpfs tmpfs 2.9G 256K 2.9G 1% /tmp
  555. tmpfs tmpfs 586M 68K 586M 1% /run/user/999
  556. /dev/sda1 ext4 911G 4.7G 861G 1% /mnt/boot-sav/sda1
  557. /dev/sda5 vfat 5.9G 4.0K 5.9G 1% /mnt/boot-sav/sda5
  558. =================== fdisk -l:
  559. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  560. Units: sectors of 1 * 512 = 512 bytes
  561. Sector size (logical/physical): 512 bytes / 4096 bytes
  562. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  563. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  564. Units: sectors of 1 * 512 = 512 bytes
  565. Sector size (logical/physical): 512 bytes / 4096 bytes
  566. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  567. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  568. Units: sectors of 1 * 512 = 512 bytes
  569. Sector size (logical/physical): 512 bytes / 4096 bytes
  570. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  571. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  572. Units: sectors of 1 * 512 = 512 bytes
  573. Sector size (logical/physical): 512 bytes / 4096 bytes
  574. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  575. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  576. Units: sectors of 1 * 512 = 512 bytes
  577. Sector size (logical/physical): 512 bytes / 4096 bytes
  578. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  579. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  580. Units: sectors of 1 * 512 = 512 bytes
  581. Sector size (logical/physical): 512 bytes / 4096 bytes
  582. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  583. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  584. Units: sectors of 1 * 512 = 512 bytes
  585. Sector size (logical/physical): 512 bytes / 4096 bytes
  586. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  587. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  588. Units: sectors of 1 * 512 = 512 bytes
  589. Sector size (logical/physical): 512 bytes / 4096 bytes
  590. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  591. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  592. Units: sectors of 1 * 512 = 512 bytes
  593. Sector size (logical/physical): 512 bytes / 4096 bytes
  594. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  595. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  596. Units: sectors of 1 * 512 = 512 bytes
  597. Sector size (logical/physical): 512 bytes / 4096 bytes
  598. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  599. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  600. Units: sectors of 1 * 512 = 512 bytes
  601. Sector size (logical/physical): 512 bytes / 4096 bytes
  602. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  603. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  604. Units: sectors of 1 * 512 = 512 bytes
  605. Sector size (logical/physical): 512 bytes / 4096 bytes
  606. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  607. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  608. Units: sectors of 1 * 512 = 512 bytes
  609. Sector size (logical/physical): 512 bytes / 4096 bytes
  610. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  611. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  612. Units: sectors of 1 * 512 = 512 bytes
  613. Sector size (logical/physical): 512 bytes / 4096 bytes
  614. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  615. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  616. Units: sectors of 1 * 512 = 512 bytes
  617. Sector size (logical/physical): 512 bytes / 4096 bytes
  618. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  619. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  620. Units: sectors of 1 * 512 = 512 bytes
  621. Sector size (logical/physical): 512 bytes / 4096 bytes
  622. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  623. Disk /dev/loop0: 1.3 GiB, 1433468928 bytes, 2799744 sectors
  624. Units: sectors of 1 * 512 = 512 bytes
  625. Sector size (logical/physical): 512 bytes / 512 bytes
  626. I/O size (minimum/optimal): 512 bytes / 512 bytes
  627. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  628. Units: sectors of 1 * 512 = 512 bytes
  629. Sector size (logical/physical): 512 bytes / 4096 bytes
  630. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  631. Disklabel type: dos
  632. Disk identifier: 0x000b5c85
  633. Device Boot Start End Sectors Size Id Type
  634. /dev/sda1 2048 1941176319 1941174272 925.6G 83 Linux
  635. /dev/sda2 1941178366 1953523711 12345346 5.9G 5 Extended
  636. /dev/sda5 * 1941178368 1953523711 12345344 5.9G b W95 FAT32
  637. =================== Default settings of Boot Repair
  638. The default repair of the Boot-Repair utility would purge (in order to fix packages sign-grub) and reinstall the grub-efi-amd64-signed of sda1, using the following options: sda5/boot/efi,
  639. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  640. =================== User settings
  641. The settings chosen by the user will purge (in order to fix packages sign-grub) and reinstall the grub-efi-amd64-signed of sda1, using the following options: sda5/boot/efi,
  642. Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  643. /boot/efi added in sda1/fstab
  644. Created sda1/boot/efi
  645. Mount sda5 on /mnt/boot-sav/sda1/boot/efi
  646. ls sda5/efi:
  647. ls: cannot access '/mnt/boot-sav/sda1/boot/efi/efi': No such file or directory
  648. No sda1/boot/efi/efi/ ubuntu/mint folder
  649. mv: cannot stat '/mnt/boot-sav/sda1/etc/resolv.conf': No such file or directory
  650. chroot /mnt/boot-sav/sda1 apt-get -y --force-yes update
  651. W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (2: No such file or directory)
  652. W: Unable to read /etc/apt/sources.list.d/ - DirectoryExists (2: No such file or directory)
  653. W: Unable to read /etc/apt/sources.list - RealFileExists (2: No such file or directory)
  654. Purge the GRUB of sda1
  655. W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (2: No such file or directory)
  656. W: Unable to read /etc/apt/sources.list.d/ - DirectoryExists (2: No such file or directory)
  657. W: Unable to read /etc/apt/sources.list - RealFileExists (2: No such file or directory)
  658. W: Unable to read /etc/apt/preferences.d/ - DirectoryExists (2: No such file or directory)
  659. grub-efi-amd64-signed NOT available (apt-cache policy problem)
  660. W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (2: No such file or directory)
  661. W: Unable to read /etc/apt/sources.list.d/ - DirectoryExists (2: No such file or directory)
  662. W: Unable to read /etc/apt/sources.list - RealFileExists (2: No such file or directory)
  663. W: Unable to read /etc/apt/preferences.d/ - DirectoryExists (2: No such file or directory)
  664. grub-efi NOT available (apt-cache policy problem)
  665. W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (2: No such file or directory)
  666. W: Unable to read /etc/apt/sources.list.d/ - DirectoryExists (2: No such file or directory)
  667. W: Unable to read /etc/apt/sources.list - RealFileExists (2: No such file or directory)
  668. W: Unable to read /etc/apt/preferences.d/ - DirectoryExists (2: No such file or directory)
  669. grub2-efi NOT available (apt-cache policy problem)
  670. =================== grub-efi-amd64-signed purge cancelled
  671. Please enable a repository containing the [grub-efi-amd64-signed] packages in the software sources of Debian GNU/Linux (sda1). Then try again.
  672. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  673. Error: no /var/log/boot-sav/log/2016-08-15__14h47boot-repair26/sources.list1
  674. =================== Recommended repair
  675. The default repair of the Boot-Repair utility will purge (in order to fix packages sign-grub) and reinstall the grub-efi-amd64-signed of sda1, using the following options: sda5/boot/efi,
  676. Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  677. umount: /mnt/boot-sav/sda1/boot/efi: not mounted
  678. Mount sda5 on /mnt/boot-sav/sda1/boot/efi
  679. ls sda5/efi:
  680. ls: cannot access '/mnt/boot-sav/sda1/boot/efi/efi': No such file or directory
  681. No sda1/boot/efi/efi/ ubuntu/mint folder
  682. chroot /mnt/boot-sav/sda1 apt-get -y --force-yes update
  683. W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (2: No such file or directory)
  684. W: Unable to read /etc/apt/sources.list.d/ - DirectoryExists (2: No such file or directory)
  685. W: Unable to read /etc/apt/sources.list - RealFileExists (2: No such file or directory)
  686. Purge the GRUB of sda1
  687. W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (2: No such file or directory)
  688. W: Unable to read /etc/apt/sources.list.d/ - DirectoryExists (2: No such file or directory)
  689. W: Unable to read /etc/apt/sources.list - RealFileExists (2: No such file or directory)
  690. W: Unable to read /etc/apt/preferences.d/ - DirectoryExists (2: No such file or directory)
  691. grub-efi-amd64-signed NOT available (apt-cache policy problem)
  692. W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (2: No such file or directory)
  693. W: Unable to read /etc/apt/sources.list.d/ - DirectoryExists (2: No such file or directory)
  694. W: Unable to read /etc/apt/sources.list - RealFileExists (2: No such file or directory)
  695. W: Unable to read /etc/apt/preferences.d/ - DirectoryExists (2: No such file or directory)
  696. grub-efi NOT available (apt-cache policy problem)
  697. W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (2: No such file or directory)
  698. W: Unable to read /etc/apt/sources.list.d/ - DirectoryExists (2: No such file or directory)
  699. W: Unable to read /etc/apt/sources.list - RealFileExists (2: No such file or directory)
  700. W: Unable to read /etc/apt/preferences.d/ - DirectoryExists (2: No such file or directory)
  701. grub2-efi NOT available (apt-cache policy problem)
  702. =================== grub-efi-amd64-signed purge cancelled
  703. Please enable a repository containing the [grub-efi-amd64-signed] packages in the software sources of Debian GNU/Linux (sda1). Then try again.
  704. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  705. Error: no /var/log/boot-sav/log/2016-08-15__14h47boot-repair26/sources.list1
  706. =================== Suggested repair
  707. The default repair of the Boot-Repair utility would purge (in order to fix packages sign-grub) and reinstall the grub-efi-amd64-signed of sda1, using the following options: sda5/boot/efi,
  708. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  709. =================== User settings
  710. The settings chosen by the user will not act on the boot.
  711. paste.ubuntu.com ko (), using paste.debian
  712. paste.debian.net ko (), using paste2