1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector
  4. 169115000 of the same hard drive for core.img. core.img is at this
  5. location and looks for (,gpt2)/boot/grub.
  6. sda1: __________________________________________________________________________
  7. File system: vfat
  8. Boot sector type: FAT32
  9. Boot sector info: No errors found in the Boot Parameter Block.
  10. Operating System:
  11. Boot files: /EFI/ubuntu/MokManager.efi /EFI/ubuntu/fwupx64.efi
  12. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  13. sda2: __________________________________________________________________________
  14. File system: ext4
  15. Boot sector type: -
  16. Boot sector info:
  17. Operating System: Ubuntu Xenial Xerus (development branch)
  18. Boot files: /boot/grub/grub.cfg /etc/fstab
  19. /boot/grub/i386-pc/core.img
  20. sda3: __________________________________________________________________________
  21. File system: swap
  22. Boot sector type: -
  23. Boot sector info:
  24. ============================ Drive/Partition Info: =============================
  25. Drive: sda _____________________________________________________________________
  26. Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
  27. Units: sectors of 1 * 512 = 512 bytes
  28. Sector size (logical/physical): 512 bytes / 512 bytes
  29. I/O size (minimum/optimal): 512 bytes / 512 bytes
  30. Disklabel type: gpt
  31. Partition Boot Start Sector End Sector # of Sectors Id System
  32. /dev/sda1 1 488,397,167 488,397,167 ee GPT
  33. GUID Partition Table detected.
  34. Partition Start Sector End Sector # of Sectors System
  35. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  36. /dev/sda2 1,050,624 473,292,799 472,242,176 Data partition (Linux)
  37. /dev/sda3 473,292,800 488,396,799 15,104,000 Swap partition (Linux)
  38. "blkid" output: ________________________________________________________________
  39. Device UUID TYPE LABEL
  40. /dev/sda1 E7FA-EC30 vfat
  41. /dev/sda2 67750615-2319-4925-a34c-d5220f39fa39 ext4
  42. /dev/sda3 ddcacaaa-438f-47bc-b112-81e579a897c7 swap
  43. ========================= "ls -l /dev/disk/by-id" output: ======================
  44. total 0
  45. lrwxrwxrwx 1 root root 9 Apr 1 10:44 ata-CT250BX100SSD1_1521F0079A86 -> ../../sda
  46. lrwxrwxrwx 1 root root 10 Apr 1 10:44 ata-CT250BX100SSD1_1521F0079A86-part1 -> ../../sda1
  47. lrwxrwxrwx 1 root root 10 Apr 1 10:44 ata-CT250BX100SSD1_1521F0079A86-part2 -> ../../sda2
  48. lrwxrwxrwx 1 root root 10 Apr 1 10:44 ata-CT250BX100SSD1_1521F0079A86-part3 -> ../../sda3
  49. lrwxrwxrwx 1 root root 9 Apr 1 10:35 ata-MATSHITA_DVD-RAM_UJ8DB_SED9902448 -> ../../sr0
  50. lrwxrwxrwx 1 root root 9 Apr 1 10:44 wwn-0x500a0751f0079a86 -> ../../sda
  51. lrwxrwxrwx 1 root root 10 Apr 1 10:44 wwn-0x500a0751f0079a86-part1 -> ../../sda1
  52. lrwxrwxrwx 1 root root 10 Apr 1 10:44 wwn-0x500a0751f0079a86-part2 -> ../../sda2
  53. lrwxrwxrwx 1 root root 10 Apr 1 10:44 wwn-0x500a0751f0079a86-part3 -> ../../sda3
  54. ================================ Mount points: =================================
  55. Device Mount_Point Type Options
  56. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  57. /dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  58. =========================== sda2/boot/grub/grub.cfg: ===========================
  59. --------------------------------------------------------------------------------
  60. #
  61. # DO NOT EDIT THIS FILE
  62. #
  63. # It is automatically generated by grub-mkconfig using templates
  64. # from /etc/grub.d and settings from /etc/default/grub
  65. #
  66. ### BEGIN /etc/grub.d/00_header ###
  67. if [ -s $prefix/grubenv ]; then
  68. set have_grubenv=true
  69. load_env
  70. fi
  71. if [ "${next_entry}" ] ; then
  72. set default="${next_entry}"
  73. set next_entry=
  74. save_env next_entry
  75. set boot_once=true
  76. else
  77. set default="0"
  78. fi
  79. if [ x"${feature_menuentry_id}" = xy ]; then
  80. menuentry_id_option="--id"
  81. else
  82. menuentry_id_option=""
  83. fi
  84. export menuentry_id_option
  85. if [ "${prev_saved_entry}" ]; then
  86. set saved_entry="${prev_saved_entry}"
  87. save_env saved_entry
  88. set prev_saved_entry=
  89. save_env prev_saved_entry
  90. set boot_once=true
  91. fi
  92. function savedefault {
  93. if [ -z "${boot_once}" ]; then
  94. saved_entry="${chosen}"
  95. save_env saved_entry
  96. fi
  97. }
  98. function recordfail {
  99. set recordfail=1
  100. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  101. }
  102. function load_video {
  103. if [ x$feature_all_video_module = xy ]; then
  104. insmod all_video
  105. else
  106. insmod efi_gop
  107. insmod efi_uga
  108. insmod ieee1275_fb
  109. insmod vbe
  110. insmod vga
  111. insmod video_bochs
  112. insmod video_cirrus
  113. fi
  114. }
  115. if [ x$feature_default_font_path = xy ] ; then
  116. font=unicode
  117. else
  118. insmod part_gpt
  119. insmod ext2
  120. set root='hd0,gpt2'
  121. if [ x$feature_platform_search_hint = xy ]; then
  122. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 67750615-2319-4925-a34c-d5220f39fa39
  123. else
  124. search --no-floppy --fs-uuid --set=root 67750615-2319-4925-a34c-d5220f39fa39
  125. fi
  126. font="/usr/share/grub/unicode.pf2"
  127. fi
  128. if loadfont $font ; then
  129. set gfxmode=auto
  130. load_video
  131. insmod gfxterm
  132. set locale_dir=$prefix/locale
  133. set lang=nl_NL
  134. insmod gettext
  135. fi
  136. terminal_output gfxterm
  137. if [ "${recordfail}" = 1 ] ; then
  138. set timeout=30
  139. else
  140. if [ x$feature_timeout_style = xy ] ; then
  141. set timeout_style=hidden
  142. set timeout=0
  143. # Fallback hidden-timeout code in case the timeout_style feature is
  144. # unavailable.
  145. elif sleep --interruptible 0 ; then
  146. set timeout=0
  147. fi
  148. fi
  149. ### END /etc/grub.d/00_header ###
  150. ### BEGIN /etc/grub.d/05_debian_theme ###
  151. set menu_color_normal=white/black
  152. set menu_color_highlight=black/light-gray
  153. if background_color 60,59,55; then
  154. clear
  155. fi
  156. color_normal=light-gray/black
  157. if [ -e ${prefix}/themes/ubuntu-mate/theme.txt ]; then
  158. insmod png
  159. theme=${prefix}/themes/ubuntu-mate/theme.txt
  160. fi
  161. ### END /etc/grub.d/05_debian_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 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-67750615-2319-4925-a34c-d5220f39fa39' {
  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 67750615-2319-4925-a34c-d5220f39fa39
  200. else
  201. search --no-floppy --fs-uuid --set=root 67750615-2319-4925-a34c-d5220f39fa39
  202. fi
  203. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=67750615-2319-4925-a34c-d5220f39fa39 ro quiet splash $vt_handoff
  204. initrd /boot/initrd.img-4.4.0-16-generic
  205. }
  206. submenu 'Geavanceerde opties voor Ubuntu' $menuentry_id_option 'gnulinux-advanced-67750615-2319-4925-a34c-d5220f39fa39' {
  207. menuentry 'Ubuntu, met Linux 4.4.0-16-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-16-generic-advanced-67750615-2319-4925-a34c-d5220f39fa39' {
  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 67750615-2319-4925-a34c-d5220f39fa39
  218. else
  219. search --no-floppy --fs-uuid --set=root 67750615-2319-4925-a34c-d5220f39fa39
  220. fi
  221. echo 'Laden van Linux 4.4.0-16-generic...'
  222. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=67750615-2319-4925-a34c-d5220f39fa39 ro quiet splash $vt_handoff
  223. echo 'Laden van initiële RAM-schijf...'
  224. initrd /boot/initrd.img-4.4.0-16-generic
  225. }
  226. menuentry 'Ubuntu, with Linux 4.4.0-16-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-16-generic-recovery-67750615-2319-4925-a34c-d5220f39fa39' {
  227. recordfail
  228. load_video
  229. insmod gzio
  230. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  231. insmod part_gpt
  232. insmod ext2
  233. set root='hd0,gpt2'
  234. if [ x$feature_platform_search_hint = xy ]; then
  235. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 67750615-2319-4925-a34c-d5220f39fa39
  236. else
  237. search --no-floppy --fs-uuid --set=root 67750615-2319-4925-a34c-d5220f39fa39
  238. fi
  239. echo 'Laden van Linux 4.4.0-16-generic...'
  240. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=67750615-2319-4925-a34c-d5220f39fa39 ro recovery nomodeset
  241. echo 'Laden van initiële RAM-schijf...'
  242. initrd /boot/initrd.img-4.4.0-16-generic
  243. }
  244. menuentry 'Ubuntu, met Linux 4.4.0-15-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-15-generic-advanced-67750615-2319-4925-a34c-d5220f39fa39' {
  245. recordfail
  246. load_video
  247. gfxmode $linux_gfx_mode
  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 67750615-2319-4925-a34c-d5220f39fa39
  255. else
  256. search --no-floppy --fs-uuid --set=root 67750615-2319-4925-a34c-d5220f39fa39
  257. fi
  258. echo 'Laden van Linux 4.4.0-15-generic...'
  259. linux /boot/vmlinuz-4.4.0-15-generic.efi.signed root=UUID=67750615-2319-4925-a34c-d5220f39fa39 ro quiet splash $vt_handoff
  260. echo 'Laden van initiële RAM-schijf...'
  261. initrd /boot/initrd.img-4.4.0-15-generic
  262. }
  263. menuentry 'Ubuntu, with Linux 4.4.0-15-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-15-generic-recovery-67750615-2319-4925-a34c-d5220f39fa39' {
  264. recordfail
  265. load_video
  266. insmod gzio
  267. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  268. insmod part_gpt
  269. insmod ext2
  270. set root='hd0,gpt2'
  271. if [ x$feature_platform_search_hint = xy ]; then
  272. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 67750615-2319-4925-a34c-d5220f39fa39
  273. else
  274. search --no-floppy --fs-uuid --set=root 67750615-2319-4925-a34c-d5220f39fa39
  275. fi
  276. echo 'Laden van Linux 4.4.0-15-generic...'
  277. linux /boot/vmlinuz-4.4.0-15-generic.efi.signed root=UUID=67750615-2319-4925-a34c-d5220f39fa39 ro recovery nomodeset
  278. echo 'Laden van initiële RAM-schijf...'
  279. initrd /boot/initrd.img-4.4.0-15-generic
  280. }
  281. }
  282. ### END /etc/grub.d/10_linux ###
  283. ### BEGIN /etc/grub.d/20_linux_xen ###
  284. ### END /etc/grub.d/20_linux_xen ###
  285. ### BEGIN /etc/grub.d/20_memtest86+ ###
  286. ### END /etc/grub.d/20_memtest86+ ###
  287. ### BEGIN /etc/grub.d/30_os-prober ###
  288. ### END /etc/grub.d/30_os-prober ###
  289. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  290. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  291. fwsetup
  292. }
  293. ### END /etc/grub.d/30_uefi-firmware ###
  294. ### BEGIN /etc/grub.d/40_custom ###
  295. # This file provides an easy way to add custom menu entries. Simply type the
  296. # menu entries you want to add after this comment. Be careful not to change
  297. # the 'exec tail' line above.
  298. ### END /etc/grub.d/40_custom ###
  299. ### BEGIN /etc/grub.d/41_custom ###
  300. if [ -f ${config_directory}/custom.cfg ]; then
  301. source ${config_directory}/custom.cfg
  302. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  303. source $prefix/custom.cfg;
  304. fi
  305. ### END /etc/grub.d/41_custom ###
  306. --------------------------------------------------------------------------------
  307. =============================== sda2/etc/fstab: ================================
  308. --------------------------------------------------------------------------------
  309. # /etc/fstab: static file system information.
  310. #
  311. # Use 'blkid' to print the universally unique identifier for a
  312. # device; this may be used with UUID= as a more robust way to name devices
  313. # that works even if disks are added and removed. See fstab(5).
  314. #
  315. # <file system> <mount point> <type> <options> <dump> <pass>
  316. # / was on /dev/sda2 during installation
  317. UUID=67750615-2319-4925-a34c-d5220f39fa39 / ext4 errors=remount-ro 0 1
  318. # /boot/efi was on /dev/sda1 during installation
  319. UUID=E7FA-EC30 /boot/efi vfat umask=0077 0 1
  320. # swap was on /dev/sda3 during installation
  321. UUID=ddcacaaa-438f-47bc-b112-81e579a897c7 none swap sw 0 0
  322. --------------------------------------------------------------------------------
  323. =============================== StdErr Messages: ===============================
  324. cat: write error: Broken pipe
  325. ADDITIONAL INFORMATION :
  326. =================== log of boot-repair 2016-04-01__10h44 ===================
  327. boot-repair version : 4ppa35
  328. boot-sav version : 4ppa35
  329. glade2script version : 3.2.2~ppa47~saucy
  330. boot-sav-extra version : 4ppa35
  331. boot-repair is executed in installed-session (Ubuntu Xenial Xerus (development branch), xenial, Ubuntu, x86_64)
  332. CPU op-mode(s): 32-bit, 64-bit
  333. BOOT_IMAGE=/boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=67750615-2319-4925-a34c-d5220f39fa39 ro quiet splash
  334. =================== os-prober:
  335. /dev/sda2:Het nu gebruikte besturingssysteem - Ubuntu Xenial Xerus (development branch) CurrentSession:linux
  336. =================== blkid:
  337. /dev/sda1: UUID="E7FA-EC30" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="47ba7c5f-daa5-4092-b169-2a079f28c99c"
  338. /dev/sda2: UUID="67750615-2319-4925-a34c-d5220f39fa39" TYPE="ext4" PARTUUID="25eea25d-e0fa-4c5c-aa89-c39aa1655e95"
  339. /dev/sda3: UUID="ddcacaaa-438f-47bc-b112-81e579a897c7" TYPE="swap" PARTUUID="ec53898f-1956-4679-8c8e-57fcb552bb05"
  340. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  341. =================== /etc/grub.d/ :
  342. drwxr-xr-x 2 root root 4096 mrt 23 17:54 grub.d
  343. totaal 76
  344. -rwxr-xr-x 1 root root 9791 mrt 19 04:14 00_header
  345. -rwxr-xr-x 1 root root 6258 mrt 15 19:08 05_debian_theme
  346. -rwxr-xr-x 1 root root 12261 mrt 19 04:14 10_linux
  347. -rwxr-xr-x 1 root root 11082 mrt 19 04:14 20_linux_xen
  348. -rwxr-xr-x 1 root root 1992 jan 28 13:44 20_memtest86+
  349. -rwxr-xr-x 1 root root 11692 mrt 19 04:14 30_os-prober
  350. -rwxr-xr-x 1 root root 1418 mrt 19 04:14 30_uefi-firmware
  351. -rwxr-xr-x 1 root root 214 mrt 19 04:14 40_custom
  352. -rwxr-xr-x 1 root root 216 mrt 19 04:14 41_custom
  353. -rw-r--r-- 1 root root 483 mrt 19 04:14 README
  354. =================== /etc/default/grub :
  355. # If you change this file, run 'update-grub' afterwards to update
  356. # /boot/grub/grub.cfg.
  357. # For full documentation of the options in this file, see:
  358. # info -f grub -n 'Simple configuration'
  359. GRUB_DEFAULT=0
  360. GRUB_HIDDEN_TIMEOUT=0
  361. GRUB_HIDDEN_TIMEOUT_QUIET=true
  362. GRUB_TIMEOUT=10
  363. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  364. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  365. GRUB_CMDLINE_LINUX=""
  366. # Uncomment to enable BadRAM filtering, modify to suit your needs
  367. # This works with Linux (no patch required) and with any kernel that obtains
  368. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  369. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  370. # Uncomment to disable graphical terminal (grub-pc only)
  371. #GRUB_TERMINAL=console
  372. # The resolution used on graphical terminal
  373. # note that you can use only modes which your graphic card supports via VBE
  374. # you can see them in real GRUB with the command `vbeinfo'
  375. #GRUB_GFXMODE=640x480
  376. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  377. #GRUB_DISABLE_LINUX_UUID=true
  378. # Uncomment to disable generation of recovery mode menu entries
  379. #GRUB_DISABLE_RECOVERY="true"
  380. # Uncomment to get a beep at grub start
  381. #GRUB_INIT_TUNE="480 440 1"
  382. /boot/efi detected in the fstab of sda2: UUID=E7FA-EC30 (sda1)
  383. =================== UEFI/Legacy mode:
  384. This installed-session is not in EFI-mode.
  385. EFI in dmesg.
  386. [ 0.000000] ACPI: UEFI 0x000000009FBFC000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
  387. SecureBoot disabled.
  388. =================== PARTITIONS & DISKS:
  389. sda2 : sda, not-sepboot, grubenv-ok grub2, signed grub-pc 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, .
  390. 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.
  391. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  392. =================== parted -l:
  393. Model: ATA CT250BX100SSD1 (scsi)
  394. Disk /dev/sda: 250GB
  395. Sector size (logical/physical): 512B/512B
  396. Partition Table: gpt
  397. Disk Flags:
  398. Number Start End Size File system Name Flags
  399. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  400. 2 538MB 242GB 242GB ext4
  401. 3 242GB 250GB 7733MB linux-swap(v1)
  402. =================== parted -lm:
  403. BYT;
  404. /dev/sda:250GB:scsi:512:512:gpt:ATA CT250BX100SSD1:;
  405. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  406. 2:538MB:242GB:242GB:ext4::;
  407. 3:242GB:250GB:7733MB:linux-swap(v1)::;
  408. =================== lsblk:
  409. KNAME TYPE FSTYPE SIZE LABEL
  410. sda disk 232,9G
  411. sda1 part vfat 512M
  412. sda2 part ext4 225,2G
  413. sda3 part swap 7,2G
  414. sr0 rom 1024M
  415. KNAME ROTA RO RM STATE MOUNTPOINT
  416. sda 0 0 0 running
  417. sda1 0 0 0 /boot/efi
  418. sda2 0 0 0 /
  419. sda3 0 0 0 [SWAP]
  420. sr0 1 0 1 running
  421. =================== mount:
  422. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  423. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  424. udev on /dev type devtmpfs (rw,nosuid,relatime,size=3660652k,nr_inodes=915163,mode=755)
  425. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  426. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=735996k,mode=755)
  427. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  428. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  429. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  430. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  431. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  432. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  433. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  434. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  435. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  436. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  437. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  438. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  439. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  440. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  441. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  442. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  443. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  444. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=22,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  445. mqueue on /dev/mqueue type mqueue (rw,relatime)
  446. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  447. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  448. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  449. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  450. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=735996k,mode=700,uid=1000,gid=1000)
  451. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  452. =================== ls:
  453. /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
  454. /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
  455. /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-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kfd kmsg kvm lightnvm log mapper mcelog media0 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 v4l vfio vga_arbiter vhci vhost-net video0 zero
  456. ls /dev/mapper: control
  457. ls: kan geen toegang krijgen tot '': Bestand of map bestaat niet
  458. =================== hexdump -n512 -C /dev/sda1
  459. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  460. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  461. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  462. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  463. 00000040 80 01 29 30 ec fa e7 4e 4f 20 4e 41 4d 45 20 20 |..)0...NO NAME |
  464. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  465. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  466. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  467. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  468. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  469. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  470. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  471. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  472. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  473. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  474. *
  475. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  476. 00000200
  477. =================== df -Th:
  478. Filesystem Type Size Used Avail Use% Mounted on
  479. udev devtmpfs 3.5G 0 3.5G 0% /dev
  480. tmpfs tmpfs 719M 9.4M 710M 2% /run
  481. /dev/sda2 ext4 222G 11G 200G 5% /
  482. tmpfs tmpfs 3.6G 219M 3.3G 7% /dev/shm
  483. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  484. tmpfs tmpfs 3.6G 0 3.6G 0% /sys/fs/cgroup
  485. /dev/sda1 vfat 511M 3.6M 508M 1% /boot/efi
  486. tmpfs tmpfs 719M 36K 719M 1% /run/user/1000
  487. =================== fdisk -l:
  488. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  489. Units: sectors of 1 * 512 = 512 bytes
  490. Sector size (logical/physical): 512 bytes / 4096 bytes
  491. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  492. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  493. Units: sectors of 1 * 512 = 512 bytes
  494. Sector size (logical/physical): 512 bytes / 4096 bytes
  495. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  496. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  497. Units: sectors of 1 * 512 = 512 bytes
  498. Sector size (logical/physical): 512 bytes / 4096 bytes
  499. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  500. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  501. Units: sectors of 1 * 512 = 512 bytes
  502. Sector size (logical/physical): 512 bytes / 4096 bytes
  503. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  504. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  505. Units: sectors of 1 * 512 = 512 bytes
  506. Sector size (logical/physical): 512 bytes / 4096 bytes
  507. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  508. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  509. Units: sectors of 1 * 512 = 512 bytes
  510. Sector size (logical/physical): 512 bytes / 4096 bytes
  511. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  512. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  513. Units: sectors of 1 * 512 = 512 bytes
  514. Sector size (logical/physical): 512 bytes / 4096 bytes
  515. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  516. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  517. Units: sectors of 1 * 512 = 512 bytes
  518. Sector size (logical/physical): 512 bytes / 4096 bytes
  519. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  520. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  521. Units: sectors of 1 * 512 = 512 bytes
  522. Sector size (logical/physical): 512 bytes / 4096 bytes
  523. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  524. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  525. Units: sectors of 1 * 512 = 512 bytes
  526. Sector size (logical/physical): 512 bytes / 4096 bytes
  527. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  528. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  529. Units: sectors of 1 * 512 = 512 bytes
  530. Sector size (logical/physical): 512 bytes / 4096 bytes
  531. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  532. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  533. Units: sectors of 1 * 512 = 512 bytes
  534. Sector size (logical/physical): 512 bytes / 4096 bytes
  535. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  536. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  537. Units: sectors of 1 * 512 = 512 bytes
  538. Sector size (logical/physical): 512 bytes / 4096 bytes
  539. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  540. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  541. Units: sectors of 1 * 512 = 512 bytes
  542. Sector size (logical/physical): 512 bytes / 4096 bytes
  543. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  544. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  545. Units: sectors of 1 * 512 = 512 bytes
  546. Sector size (logical/physical): 512 bytes / 4096 bytes
  547. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  548. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  549. Units: sectors of 1 * 512 = 512 bytes
  550. Sector size (logical/physical): 512 bytes / 4096 bytes
  551. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  552. Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
  553. Units: sectors of 1 * 512 = 512 bytes
  554. Sector size (logical/physical): 512 bytes / 512 bytes
  555. I/O size (minimum/optimal): 512 bytes / 512 bytes
  556. Disklabel type: gpt
  557. Disk identifier: A5A47565-BFE3-4A21-906F-B3D20ACA132F
  558. Device Start End Sectors Size Type
  559. /dev/sda1 2048 1050623 1048576 512M EFI System
  560. /dev/sda2 1050624 473292799 472242176 225.2G Linux filesystem
  561. /dev/sda3 473292800 488396799 15104000 7.2G Linux swap
  562. (debug) reinstall grub2 place-in-MBR no-BIOS_boot (sda2)
  563. (debug) reinstall grub2 place-in-MBR no-BIOS_boot (sda2)
  564. =================== Repair blocked
  565. GPT gedetecteerd. Gelieve een BIOS-Boot-partitie aan te maken (>1MB, ongeformatteerd bestandssysteem, bios_grub-vlag). Dit kan uitgevoerd worden via hulpmiddelen zoals Gparted. Probeer het daarna opnieuw.
  566. Ook kunt u het opnieuw proberen nadat u de optie [Aparte /boot/efi-partitie:] ingeschakeld heeft.
  567. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  568. =================== Suggested repair
  569. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda2 into the MBR of sda.
  570. Grub-efi would not be selected by default because: no-win-efi
  571. Additional repair would be performed: unhide-bootmenu-10s
  572. =================== Blockers in case of suggested repair
  573. GPT gedetecteerd. Gelieve een BIOS-Boot-partitie aan te maken (>1MB, ongeformatteerd bestandssysteem, bios_grub-vlag). Dit kan uitgevoerd worden via hulpmiddelen zoals Gparted. Probeer het daarna opnieuw.
  574. Ook kunt u het opnieuw proberen nadat u de optie [Aparte /boot/efi-partitie:] ingeschakeld heeft.
  575. =================== Final advice in case of suggested repair
  576. De opstartbestanden van [Het nu gebruikte besturingssysteem - Ubuntu Xenial Xerus (development branch)] liggen ver verwijderd van het begin van de schijf. Mogelijk kan de BIOS ze niet vinden. U kunt het opnieuw proberen nadat u een /boot-partitie heeft aangemaakt (EXT4, >200MB, begin van de schijf). Dit kan uitgevoerd worden via hulpmiddelen zoals gParted. Selecteer daarna deze partitie via de optie [Aparte /boot-partitie:] van [Boot Repair]. (https://help.ubuntu.com/community/BootPartition)
  577. =================== User settings
  578. The settings chosen by the user will not act on the boot.
  579. paste.ubuntu.com ko (), using paste.debian
  580. paste.debian.net ko (), using paste2