1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub Legacy0.97 is installed in the MBR of /dev/sda and looks at sector
  4. 167069696 of the same hard drive for the stage2 file. A stage2 file is at
  5. this location on /dev/sda. Stage2 looks on partition #2 for
  6. /boot/grub/grub.conf..
  7. sda1: __________________________________________________________________________
  8. File system: vfat
  9. Boot sector type: FAT32
  10. Boot sector info: No errors found in the Boot Parameter Block.
  11. Operating System:
  12. Boot files: /EFI/Boot/bootx64.efi /EFI/ubuntu/MokManager.efi
  13. /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi
  14. /EFI/ubuntu/shimx64.efi
  15. /EFI/Microsoft/Boot/bootmgfw.efi
  16. /EFI/Microsoft/Boot/bootx64.efi
  17. sda2: __________________________________________________________________________
  18. File system: ext4
  19. Boot sector type: -
  20. Boot sector info:
  21. Operating System: Ubuntu 16.04 LTS
  22. Boot files: /boot/grub/grub.cfg /etc/fstab
  23. sda3: __________________________________________________________________________
  24. File system: swap
  25. Boot sector type: -
  26. Boot sector info:
  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: gpt
  34. Partition Boot Start Sector End Sector # of Sectors Id System
  35. /dev/sda1 1 1,953,525,167 1,953,525,167 ee GPT
  36. GUID Partition Table detected.
  37. Partition Attrs Start Sector End Sector # of Sectors System
  38. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  39. /dev/sda2 1,050,624 1,945,309,183 1,944,258,560 Data partition (Linux)
  40. /dev/sda3 1,945,309,184 1,953,523,711 8,214,528 Swap partition (Linux)
  41. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  42. "blkid" output: ________________________________________________________________
  43. Device UUID TYPE LABEL
  44. /dev/sda1 FBE1-9906 vfat
  45. /dev/sda2 9901e801-461e-4ee6-aebe-0c10219aa0cb ext4
  46. /dev/sda3 f8c715eb-39a6-4e6a-bcae-f5b4c117bc95 swap
  47. ========================= "ls -l /dev/disk/by-id" output: ======================
  48. total 0
  49. lrwxrwxrwx 1 root root 9 Jul 2 00:11 ata-Slimtype_DVD_A_DA8A6SH_0080F00853707D68F101 -> ../../sr0
  50. lrwxrwxrwx 1 root root 9 Jul 2 00:24 ata-WDC_WD10JPVX-22JC3T0_WD-WXC1A75K7X06 -> ../../sda
  51. lrwxrwxrwx 1 root root 10 Jul 2 00:24 ata-WDC_WD10JPVX-22JC3T0_WD-WXC1A75K7X06-part1 -> ../../sda1
  52. lrwxrwxrwx 1 root root 10 Jul 2 00:24 ata-WDC_WD10JPVX-22JC3T0_WD-WXC1A75K7X06-part2 -> ../../sda2
  53. lrwxrwxrwx 1 root root 10 Jul 2 00:24 ata-WDC_WD10JPVX-22JC3T0_WD-WXC1A75K7X06-part3 -> ../../sda3
  54. lrwxrwxrwx 1 root root 9 Jul 2 00:24 wwn-0x50014ee6b0b40dd3 -> ../../sda
  55. lrwxrwxrwx 1 root root 10 Jul 2 00:24 wwn-0x50014ee6b0b40dd3-part1 -> ../../sda1
  56. lrwxrwxrwx 1 root root 10 Jul 2 00:24 wwn-0x50014ee6b0b40dd3-part2 -> ../../sda2
  57. lrwxrwxrwx 1 root root 10 Jul 2 00:24 wwn-0x50014ee6b0b40dd3-part3 -> ../../sda3
  58. ================================ Mount points: =================================
  59. Device Mount_Point Type Options
  60. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  61. /dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  62. =========================== sda2/boot/grub/grub.cfg: ===========================
  63. --------------------------------------------------------------------------------
  64. #
  65. # DO NOT EDIT THIS FILE
  66. #
  67. # It is automatically generated by grub-mkconfig using templates
  68. # from /etc/grub.d and settings from /etc/default/grub
  69. #
  70. ### BEGIN /etc/grub.d/00_header ###
  71. if [ -s $prefix/grubenv ]; then
  72. set have_grubenv=true
  73. load_env
  74. fi
  75. if [ "${next_entry}" ] ; then
  76. set default="${next_entry}"
  77. set next_entry=
  78. save_env next_entry
  79. set boot_once=true
  80. else
  81. set default="0"
  82. fi
  83. if [ x"${feature_menuentry_id}" = xy ]; then
  84. menuentry_id_option="--id"
  85. else
  86. menuentry_id_option=""
  87. fi
  88. export menuentry_id_option
  89. if [ "${prev_saved_entry}" ]; then
  90. set saved_entry="${prev_saved_entry}"
  91. save_env saved_entry
  92. set prev_saved_entry=
  93. save_env prev_saved_entry
  94. set boot_once=true
  95. fi
  96. function savedefault {
  97. if [ -z "${boot_once}" ]; then
  98. saved_entry="${chosen}"
  99. save_env saved_entry
  100. fi
  101. }
  102. function recordfail {
  103. set recordfail=1
  104. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  105. }
  106. function load_video {
  107. if [ x$feature_all_video_module = xy ]; then
  108. insmod all_video
  109. else
  110. insmod efi_gop
  111. insmod efi_uga
  112. insmod ieee1275_fb
  113. insmod vbe
  114. insmod vga
  115. insmod video_bochs
  116. insmod video_cirrus
  117. fi
  118. }
  119. if [ x$feature_default_font_path = xy ] ; then
  120. font=unicode
  121. else
  122. insmod part_gpt
  123. insmod ext2
  124. set root='hd0,gpt2'
  125. if [ x$feature_platform_search_hint = xy ]; then
  126. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 9901e801-461e-4ee6-aebe-0c10219aa0cb
  127. else
  128. search --no-floppy --fs-uuid --set=root 9901e801-461e-4ee6-aebe-0c10219aa0cb
  129. fi
  130. font="/usr/share/grub/unicode.pf2"
  131. fi
  132. if loadfont $font ; then
  133. set gfxmode=auto
  134. load_video
  135. insmod gfxterm
  136. set locale_dir=$prefix/locale
  137. set lang=cs_CZ
  138. insmod gettext
  139. fi
  140. terminal_output gfxterm
  141. if [ "${recordfail}" = 1 ] ; then
  142. set timeout=10
  143. else
  144. if [ x$feature_timeout_style = xy ] ; then
  145. set timeout_style=menu
  146. set timeout=10
  147. # Fallback normal timeout code in case the timeout_style feature is
  148. # unavailable.
  149. else
  150. set timeout=10
  151. fi
  152. fi
  153. ### END /etc/grub.d/00_header ###
  154. ### BEGIN /etc/grub.d/05_debian_theme ###
  155. set menu_color_normal=white/black
  156. set menu_color_highlight=black/light-gray
  157. ### END /etc/grub.d/05_debian_theme ###
  158. ### BEGIN /etc/grub.d/06_mint_theme ###
  159. set menu_color_normal=white/black
  160. set menu_color_highlight=white/light-gray
  161. ### END /etc/grub.d/06_mint_theme ###
  162. ### BEGIN /etc/grub.d/10_linux ###
  163. function gfxmode {
  164. set gfxpayload="${1}"
  165. if [ "${1}" = "keep" ]; then
  166. set vt_handoff=vt.handoff=7
  167. else
  168. set vt_handoff=
  169. fi
  170. }
  171. if [ "${recordfail}" != 1 ]; then
  172. if [ -e ${prefix}/gfxblacklist.txt ]; then
  173. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  174. if [ ${match} = 0 ]; then
  175. set linux_gfx_mode=keep
  176. else
  177. set linux_gfx_mode=text
  178. fi
  179. else
  180. set linux_gfx_mode=text
  181. fi
  182. else
  183. set linux_gfx_mode=keep
  184. fi
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. export linux_gfx_mode
  189. menuentry 'Linux Mint 18 MATE 64-bit' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-9901e801-461e-4ee6-aebe-0c10219aa0cb' {
  190. recordfail
  191. load_video
  192. gfxmode $linux_gfx_mode
  193. insmod gzio
  194. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  195. insmod part_gpt
  196. insmod ext2
  197. set root='hd0,gpt2'
  198. if [ x$feature_platform_search_hint = xy ]; then
  199. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 9901e801-461e-4ee6-aebe-0c10219aa0cb
  200. else
  201. search --no-floppy --fs-uuid --set=root 9901e801-461e-4ee6-aebe-0c10219aa0cb
  202. fi
  203. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=9901e801-461e-4ee6-aebe-0c10219aa0cb ro quiet splash $vt_handoff
  204. initrd /boot/initrd.img-4.4.0-21-generic
  205. }
  206. submenu 'Advanced options for Linux Mint 18 MATE 64-bit' $menuentry_id_option 'gnulinux-advanced-9901e801-461e-4ee6-aebe-0c10219aa0cb' {
  207. menuentry 'Linux Mint 18 MATE 64-bit, 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-9901e801-461e-4ee6-aebe-0c10219aa0cb' {
  208. recordfail
  209. load_video
  210. gfxmode $linux_gfx_mode
  211. insmod gzio
  212. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  213. insmod part_gpt
  214. insmod ext2
  215. set root='hd0,gpt2'
  216. if [ x$feature_platform_search_hint = xy ]; then
  217. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 9901e801-461e-4ee6-aebe-0c10219aa0cb
  218. else
  219. search --no-floppy --fs-uuid --set=root 9901e801-461e-4ee6-aebe-0c10219aa0cb
  220. fi
  221. echo 'Loading Linux 4.4.0-21-generic ...'
  222. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=9901e801-461e-4ee6-aebe-0c10219aa0cb ro quiet splash $vt_handoff
  223. echo 'Loading initial ramdisk ...'
  224. initrd /boot/initrd.img-4.4.0-21-generic
  225. }
  226. menuentry 'Linux Mint 18 MATE 64-bit, 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-9901e801-461e-4ee6-aebe-0c10219aa0cb' {
  227. recordfail
  228. load_video
  229. gfxmode $linux_gfx_mode
  230. insmod gzio
  231. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  232. insmod part_gpt
  233. insmod ext2
  234. set root='hd0,gpt2'
  235. if [ x$feature_platform_search_hint = xy ]; then
  236. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 9901e801-461e-4ee6-aebe-0c10219aa0cb
  237. else
  238. search --no-floppy --fs-uuid --set=root 9901e801-461e-4ee6-aebe-0c10219aa0cb
  239. fi
  240. echo 'Loading Linux 4.4.0-21-generic ...'
  241. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=9901e801-461e-4ee6-aebe-0c10219aa0cb ro quiet splash $vt_handoff init=/sbin/upstart
  242. echo 'Loading initial ramdisk ...'
  243. initrd /boot/initrd.img-4.4.0-21-generic
  244. }
  245. menuentry 'Linux Mint 18 MATE 64-bit, 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-9901e801-461e-4ee6-aebe-0c10219aa0cb' {
  246. recordfail
  247. load_video
  248. insmod gzio
  249. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  250. insmod part_gpt
  251. insmod ext2
  252. set root='hd0,gpt2'
  253. if [ x$feature_platform_search_hint = xy ]; then
  254. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 9901e801-461e-4ee6-aebe-0c10219aa0cb
  255. else
  256. search --no-floppy --fs-uuid --set=root 9901e801-461e-4ee6-aebe-0c10219aa0cb
  257. fi
  258. echo 'Loading Linux 4.4.0-21-generic ...'
  259. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=9901e801-461e-4ee6-aebe-0c10219aa0cb ro recovery nomodeset
  260. echo 'Loading initial ramdisk ...'
  261. initrd /boot/initrd.img-4.4.0-21-generic
  262. }
  263. }
  264. ### END /etc/grub.d/10_linux ###
  265. ### BEGIN /etc/grub.d/10_lupin ###
  266. ### END /etc/grub.d/10_lupin ###
  267. ### BEGIN /etc/grub.d/20_linux_xen ###
  268. ### END /etc/grub.d/20_linux_xen ###
  269. ### BEGIN /etc/grub.d/20_memtest86+ ###
  270. ### END /etc/grub.d/20_memtest86+ ###
  271. ### BEGIN /etc/grub.d/25_custom ###
  272. menuentry "EFI/ubuntu/fwupx64.efi" {
  273. search --fs-uuid --no-floppy --set=root FBE1-9906
  274. chainloader (${root})/EFI/ubuntu/fwupx64.efi
  275. }
  276. menuentry "EFI/ubuntu/MokManager.efi" {
  277. search --fs-uuid --no-floppy --set=root FBE1-9906
  278. chainloader (${root})/EFI/ubuntu/MokManager.efi
  279. }
  280. ### END /etc/grub.d/25_custom ###
  281. ### BEGIN /etc/grub.d/30_os-prober ###
  282. ### END /etc/grub.d/30_os-prober ###
  283. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  284. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  285. fwsetup
  286. }
  287. ### END /etc/grub.d/30_uefi-firmware ###
  288. ### BEGIN /etc/grub.d/40_custom ###
  289. # This file provides an easy way to add custom menu entries. Simply type the
  290. # menu entries you want to add after this comment. Be careful not to change
  291. # the 'exec tail' line above.
  292. ### END /etc/grub.d/40_custom ###
  293. ### BEGIN /etc/grub.d/41_custom ###
  294. if [ -f ${config_directory}/custom.cfg ]; then
  295. source ${config_directory}/custom.cfg
  296. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  297. source $prefix/custom.cfg;
  298. fi
  299. ### END /etc/grub.d/41_custom ###
  300. --------------------------------------------------------------------------------
  301. =============================== sda2/etc/fstab: ================================
  302. --------------------------------------------------------------------------------
  303. # /etc/fstab: static file system information.
  304. #
  305. # Use 'blkid' to print the universally unique identifier for a
  306. # device; this may be used with UUID= as a more robust way to name devices
  307. # that works even if disks are added and removed. See fstab(5).
  308. #
  309. # <file system> <mount point> <type> <options> <dump> <pass>
  310. # / was on /dev/sda2 during installation
  311. UUID=9901e801-461e-4ee6-aebe-0c10219aa0cb / ext4 errors=remount-ro 0 1
  312. # /boot/efi was on /dev/sda1 during installation
  313. #UUID=FBE1-9906 /boot/efi vfat umask=0077 0 1
  314. # swap was on /dev/sda3 during installation
  315. UUID=f8c715eb-39a6-4e6a-bcae-f5b4c117bc95 none swap sw 0 0
  316. UUID=FBE1-9906 /boot/efi vfat defaults 0 1
  317. --------------------------------------------------------------------------------
  318. =================== sda2: Location of files loaded by Grub: ====================
  319. GiB - GB File Fragment(s)
  320. 230.630001068 = 247.637078016 boot/grub/grub.cfg 1
  321. 444.710632324 = 477.504405504 boot/vmlinuz-4.4.0-21-generic 1
  322. 444.710632324 = 477.504405504 vmlinuz 1
  323. 230.210502625 = 247.186644992 boot/initrd.img-4.4.0-21-generic 3
  324. 230.210502625 = 247.186644992 initrd.img 3
  325. =============================== StdErr Messages: ===============================
  326. File descriptor 9 (/proc/5255/mounts) leaked on lvs invocation. Parent PID 12281: bash
  327. File descriptor 63 (pipe:[42362]) leaked on lvs invocation. Parent PID 12281: bash
  328. ADDITIONAL INFORMATION :
  329. =================== log of boot-repair 2016-07-02__00h24 ===================
  330. boot-repair version : 4ppa38
  331. boot-sav version : 4ppa38
  332. glade2script version : 3.2.3~ppa1
  333. boot-sav-extra version :
  334. File descriptor 9 (/proc/5255/mounts) leaked on lvs invocation. Parent PID 7074: /bin/sh
  335. boot-repair is executed in installed-session (Linux Mint 18 Sarah, sarah, LinuxMint, x86_64)
  336. CPU op-mode(s): 32-bit, 64-bit
  337. BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic root=UUID=9901e801-461e-4ee6-aebe-0c10219aa0cb ro quiet splash vt.handoff=7
  338. =================== os-prober:
  339. /dev/sda2:OS je v tuto chvíli používán - Linux Mint 18 Sarah CurrentSession:linux
  340. =================== blkid:
  341. /dev/sda1: UUID="FBE1-9906" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="1b2cfa2c-3e8d-4146-bac9-00e2fe885bbf"
  342. /dev/sda2: UUID="9901e801-461e-4ee6-aebe-0c10219aa0cb" TYPE="ext4" PARTUUID="95ed9e31-c195-489e-bb0f-967ee81ff650"
  343. /dev/sda3: UUID="f8c715eb-39a6-4e6a-bcae-f5b4c117bc95" TYPE="swap" PARTUUID="084c5db3-75db-4336-a9c2-29c712997f61"
  344. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  345. =================== /etc/grub.d/ :
  346. drwxr-xr-x 2 root root 4096 čec 2 00:11 grub.d
  347. celkem 96
  348. -rw-r--r-- 1 root root 483 dub 16 00:00 README
  349. -rwxr-xr-x 1 root root 9791 dub 16 00:00 00_header
  350. -rwxr-xr-x 1 root root 6258 bře 15 19:08 05_debian_theme
  351. -rwxr-xr-x 1 root root 1180 říj 25 2014 06_mint_theme
  352. -rwxr-xr-x 1 root root 12267 čec 2 00:11 10_linux
  353. -rwxr-xr-x 1 root root 10634 říj 1 2012 10_lupin
  354. -rwxr-xr-x 1 root root 11082 dub 16 00:00 20_linux_xen
  355. -rwxr-xr-x 1 root root 1992 led 28 13:44 20_memtest86+
  356. -rwxr-xr-x 1 root root 305 čec 2 00:03 25_custom
  357. -rwxr-xr-x 1 root root 11692 dub 16 00:00 30_os-prober
  358. -rwxr-xr-x 1 root root 1418 dub 16 00:00 30_uefi-firmware
  359. -rwxr-xr-x 1 root root 214 dub 16 00:00 40_custom
  360. -rwxr-xr-x 1 root root 216 dub 16 00:00 41_custom
  361. =================== /etc/default/grub :
  362. # If you change this file, run 'update-grub' afterwards to update
  363. # /boot/grub/grub.cfg.
  364. # For full documentation of the options in this file, see:
  365. # info -f grub -n 'Simple configuration'
  366. GRUB_DEFAULT=0
  367. #GRUB_HIDDEN_TIMEOUT=0
  368. GRUB_HIDDEN_TIMEOUT_QUIET=true
  369. GRUB_TIMEOUT=10
  370. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  371. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  372. GRUB_CMDLINE_LINUX=""
  373. # Uncomment to enable BadRAM filtering, modify to suit your needs
  374. # This works with Linux (no patch required) and with any kernel that obtains
  375. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  376. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  377. # Uncomment to disable graphical terminal (grub-pc only)
  378. #GRUB_TERMINAL=console
  379. # The resolution used on graphical terminal
  380. # note that you can use only modes which your graphic card supports via VBE
  381. # you can see them in real GRUB with the command `vbeinfo'
  382. #GRUB_GFXMODE=640x480
  383. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  384. #GRUB_DISABLE_LINUX_UUID=true
  385. # Uncomment to disable generation of recovery mode menu entries
  386. #GRUB_DISABLE_RECOVERY="true"
  387. # Uncomment to get a beep at grub start
  388. #GRUB_INIT_TUNE="480 440 1"
  389. /boot/efi detected in the fstab of sda2: UUID=FBE1-9906 (sda1)
  390. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  391. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootx64.efi
  392. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  393. =================== efibootmgr -v
  394. BootCurrent: 0002
  395. Timeout: 0 seconds
  396. BootOrder: 0001,2001,2002,2003
  397. Boot0000* ubuntu HD(1,GPT,1b2cfa2c-3e8d-4146-bac9-00e2fe885bbf,0x800,0x100000)/File(EFIubuntushimx64.efi)
  398. Boot0001* Windows Boot Manager HD(1,GPT,1b2cfa2c-3e8d-4146-bac9-00e2fe885bbf,0x800,0x100000)/File(EFIMicrosoftBootbootmgfw.efi)RC
  399. Boot0002* Unknown Device: HD(1,GPT,1b2cfa2c-3e8d-4146-bac9-00e2fe885bbf,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
  400. Boot2001* EFI USB Device RC
  401. Boot2002* EFI DVD/CDROM RC
  402. Boot2003* EFI Network RC
  403. =================== UEFI/Legacy mode:
  404. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  405. SecureBoot enabled.
  406. =================== PARTITIONS & DISKS:
  407. 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, .
  408. sda1 : 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, not-far, /boot/efi.
  409. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  410. =================== parted -l:
  411. Model: ATA WDC WD10JPVX-22J (scsi)
  412. Disk /dev/sda: 1000GB
  413. Sector size (logical/physical): 512B/4096B
  414. Partition Table: gpt
  415. Disk Flags:
  416. Number Start End Size File system Name Flags
  417. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  418. 2 538MB 996GB 995GB ext4
  419. 3 996GB 1000GB 4206MB linux-swap(v1)
  420. =================== parted -lm:
  421. BYT;
  422. /dev/sda:1000GB:scsi:512:4096:gpt:ATA WDC WD10JPVX-22J:;
  423. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  424. 2:538MB:996GB:995GB:ext4::;
  425. 3:996GB:1000GB:4206MB:linux-swap(v1)::;
  426. =================== lsblk:
  427. KNAME TYPE FSTYPE SIZE LABEL
  428. sda disk 931,5G
  429. sda1 part vfat 512M
  430. sda2 part ext4 927,1G
  431. sda3 part swap 3,9G
  432. sr0 rom 1024M
  433. KNAME ROTA RO RM STATE MOUNTPOINT
  434. sda 1 0 0 running
  435. sda1 1 0 0 /boot/efi
  436. sda2 1 0 0 /
  437. sda3 1 0 0 [SWAP]
  438. sr0 1 0 1 running
  439. =================== mount:
  440. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  441. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  442. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1959264k,nr_inodes=489816,mode=755)
  443. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  444. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=395968k,mode=755)
  445. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  446. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  447. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  448. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  449. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  450. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  451. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  452. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  453. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  454. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  455. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids,nsroot=/)
  456. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children,nsroot=/)
  457. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  458. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event,nsroot=/)
  459. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  460. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb,nsroot=/)
  461. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  462. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  463. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  464. mqueue on /dev/mqueue type mqueue (rw,relatime)
  465. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  466. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  467. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  468. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  469. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  470. cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
  471. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=395968k,mode=700,uid=1000,gid=1000)
  472. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  473. =================== ls:
  474. /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
  475. /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
  476. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet hugepages hwrng char initctl input i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 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 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net video0 v4l zero
  477. ls /dev/mapper: control
  478. ls: nelze přistoupit k '': Adresář nebo soubor neexistuje
  479. =================== hexdump -n512 -C /dev/sda1
  480. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  481. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  482. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  483. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  484. 00000040 80 01 29 06 99 e1 fb 4e 4f 20 4e 41 4d 45 20 20 |..)....NO NAME |
  485. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  486. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  487. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  488. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  489. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  490. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  491. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  492. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  493. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  494. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  495. *
  496. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  497. 00000200
  498. =================== df -Th:
  499. Filesystem Type Size Used Avail Use% Mounted on
  500. udev devtmpfs 1.9G 0 1.9G 0% /dev
  501. tmpfs tmpfs 387M 6.3M 381M 2% /run
  502. /dev/sda2 ext4 913G 5.6G 861G 1% /
  503. tmpfs tmpfs 1.9G 208K 1.9G 1% /dev/shm
  504. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  505. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  506. /dev/sda1 vfat 511M 7.3M 504M 2% /boot/efi
  507. cgmfs tmpfs 100K 0 100K 0% /run/cgmanager/fs
  508. tmpfs tmpfs 387M 20K 387M 1% /run/user/1000
  509. =================== fdisk -l:
  510. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  511. Units: sectors of 1 * 512 = 512 bytes
  512. Sector size (logical/physical): 512 bytes / 4096 bytes
  513. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  514. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  515. Units: sectors of 1 * 512 = 512 bytes
  516. Sector size (logical/physical): 512 bytes / 4096 bytes
  517. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  518. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  519. Units: sectors of 1 * 512 = 512 bytes
  520. Sector size (logical/physical): 512 bytes / 4096 bytes
  521. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  522. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  523. Units: sectors of 1 * 512 = 512 bytes
  524. Sector size (logical/physical): 512 bytes / 4096 bytes
  525. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  526. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  527. Units: sectors of 1 * 512 = 512 bytes
  528. Sector size (logical/physical): 512 bytes / 4096 bytes
  529. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  530. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  531. Units: sectors of 1 * 512 = 512 bytes
  532. Sector size (logical/physical): 512 bytes / 4096 bytes
  533. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  534. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  535. Units: sectors of 1 * 512 = 512 bytes
  536. Sector size (logical/physical): 512 bytes / 4096 bytes
  537. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  538. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  539. Units: sectors of 1 * 512 = 512 bytes
  540. Sector size (logical/physical): 512 bytes / 4096 bytes
  541. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  542. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  543. Units: sectors of 1 * 512 = 512 bytes
  544. Sector size (logical/physical): 512 bytes / 4096 bytes
  545. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  546. Disk /dev/ram9: 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/ram10: 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/ram11: 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/ram12: 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/ram13: 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/ram14: 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/ram15: 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/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 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. Disklabel type: gpt
  579. Disk identifier: 88E80D6F-61C6-456B-8334-DDCFE60794EE
  580. Device Start End Sectors Size Type
  581. /dev/sda1 2048 1050623 1048576 512M EFI System
  582. /dev/sda2 1050624 1945309183 1944258560 927.1G Linux filesystem
  583. /dev/sda3 1945309184 1953523711 8214528 3.9G Linux swap
  584. =================== Suggested repair
  585. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  586. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  587. =================== Final advice in case of suggested repair
  588. The boot files of [OS je v tuto chvíli používán - Linux Mint 18 Sarah] 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, začátek disku). This can be performed via tools such as gParted. Then select this partition via the [Osamostatnit oddíl /boot:] option of [Oprava zavaděče]. (https://help.ubuntu.com/community/BootPartition)
  589. =================== User settings
  590. The settings chosen by the user will not act on the boot.