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. => Syslinux MBR (4.04-4.07) is installed in the MBR of /dev/sdb.
  11. sda1: __________________________________________________________________________
  12. File system: ext4
  13. Boot sector type: -
  14. Boot sector info:
  15. Operating System: Ubuntu 16.04 LTS
  16. Boot files: /boot/grub/grub.cfg /etc/fstab
  17. sda2: __________________________________________________________________________
  18. File system: Extended Partition
  19. Boot sector type: -
  20. Boot sector info:
  21. sda5: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. sdb1: __________________________________________________________________________
  26. File system: vfat
  27. Boot sector type: SYSLINUX 4.05 20140113
  28. Boot sector info: Syslinux looks at sector 2454914 of /dev/sdb1 for its
  29. second stage. SYSLINUX is installed in the directory.
  30. No errors found in the Boot Parameter Block.
  31. Operating System:
  32. Boot files: /boot/grub/grub.cfg /syslinux/syslinux.cfg
  33. /casper/vmlinuz.efi /EFI/BOOT/grubx64.efi /ldlinux.sys
  34. ============================ Drive/Partition Info: =============================
  35. Drive: sda _____________________________________________________________________
  36. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  37. Units: sectors of 1 * 512 = 512 bytes
  38. Sector size (logical/physical): 512 bytes / 4096 bytes
  39. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  40. Disklabel type: dos
  41. Partition Boot Start Sector End Sector # of Sectors Id System
  42. /dev/sda1 2,048 1,937,385,471 1,937,383,424 83 Linux
  43. /dev/sda2 1,937,387,518 1,953,523,711 16,136,194 5 Extended
  44. /dev/sda5 1,937,387,520 1,953,523,711 16,136,192 82 Linux swap / Solaris
  45. Drive: sdb _____________________________________________________________________
  46. Disk /dev/sdb: 14.5 GiB, 15518924800 bytes, 30310400 sectors
  47. Units: sectors of 1 * 512 = 512 bytes
  48. Sector size (logical/physical): 512 bytes / 512 bytes
  49. I/O size (minimum/optimal): 512 bytes / 512 bytes
  50. Disklabel type: dos
  51. Partition Boot Start Sector End Sector # of Sectors Id System
  52. /dev/sdb1 * 2,048 30,310,399 30,308,352 83 Linux
  53. "blkid" output: ________________________________________________________________
  54. Device UUID TYPE LABEL
  55. /dev/loop0 squashfs
  56. /dev/sda1 dd5495a3-63b0-40f5-b0e6-909044b6372a ext4
  57. /dev/sda5 9c1894d2-4809-4bef-b6a7-7a4addf2f036 swap
  58. /dev/sdb1 F185-0CDC vfat
  59. ========================= "ls -l /dev/disk/by-id" output: ======================
  60. total 0
  61. lrwxrwxrwx 1 root root 9 Aug 17 13:49 ata-ST1000DM003-1CH162_S1DGASVS -> ../../sda
  62. lrwxrwxrwx 1 root root 10 Aug 17 13:49 ata-ST1000DM003-1CH162_S1DGASVS-part1 -> ../../sda1
  63. lrwxrwxrwx 1 root root 10 Aug 17 13:49 ata-ST1000DM003-1CH162_S1DGASVS-part2 -> ../../sda2
  64. lrwxrwxrwx 1 root root 10 Aug 17 13:49 ata-ST1000DM003-1CH162_S1DGASVS-part5 -> ../../sda5
  65. lrwxrwxrwx 1 root root 9 Aug 17 13:49 usb-Intenso_Rainbow_Line_13122000009020-0:0 -> ../../sdb
  66. lrwxrwxrwx 1 root root 10 Aug 17 13:49 usb-Intenso_Rainbow_Line_13122000009020-0:0-part1 -> ../../sdb1
  67. lrwxrwxrwx 1 root root 9 Aug 17 13:49 wwn-0x5000c5006d1e5e28 -> ../../sda
  68. lrwxrwxrwx 1 root root 10 Aug 17 13:49 wwn-0x5000c5006d1e5e28-part1 -> ../../sda1
  69. lrwxrwxrwx 1 root root 10 Aug 17 13:49 wwn-0x5000c5006d1e5e28-part2 -> ../../sda2
  70. lrwxrwxrwx 1 root root 10 Aug 17 13:49 wwn-0x5000c5006d1e5e28-part5 -> ../../sda5
  71. ================================ Mount points: =================================
  72. Device Mount_Point Type Options
  73. /dev/loop0 /rofs squashfs (ro,noatime)
  74. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  75. =========================== sda1/boot/grub/grub.cfg: ===========================
  76. --------------------------------------------------------------------------------
  77. #
  78. # DO NOT EDIT THIS FILE
  79. #
  80. # It is automatically generated by grub-mkconfig using templates
  81. # from /etc/grub.d and settings from /etc/default/grub
  82. #
  83. ### BEGIN /etc/grub.d/00_header ###
  84. if [ -s $prefix/grubenv ]; then
  85. set have_grubenv=true
  86. load_env
  87. fi
  88. if [ "${next_entry}" ] ; then
  89. set default="${next_entry}"
  90. set next_entry=
  91. save_env next_entry
  92. set boot_once=true
  93. else
  94. set default="0"
  95. fi
  96. if [ x"${feature_menuentry_id}" = xy ]; then
  97. menuentry_id_option="--id"
  98. else
  99. menuentry_id_option=""
  100. fi
  101. export menuentry_id_option
  102. if [ "${prev_saved_entry}" ]; then
  103. set saved_entry="${prev_saved_entry}"
  104. save_env saved_entry
  105. set prev_saved_entry=
  106. save_env prev_saved_entry
  107. set boot_once=true
  108. fi
  109. function savedefault {
  110. if [ -z "${boot_once}" ]; then
  111. saved_entry="${chosen}"
  112. save_env saved_entry
  113. fi
  114. }
  115. function recordfail {
  116. set recordfail=1
  117. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  118. }
  119. function load_video {
  120. if [ x$feature_all_video_module = xy ]; then
  121. insmod all_video
  122. else
  123. insmod efi_gop
  124. insmod efi_uga
  125. insmod ieee1275_fb
  126. insmod vbe
  127. insmod vga
  128. insmod video_bochs
  129. insmod video_cirrus
  130. fi
  131. }
  132. if [ x$feature_default_font_path = xy ] ; then
  133. font=unicode
  134. else
  135. insmod part_msdos
  136. insmod ext2
  137. set root='hd0,msdos1'
  138. if [ x$feature_platform_search_hint = xy ]; then
  139. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 dd5495a3-63b0-40f5-b0e6-909044b6372a
  140. else
  141. search --no-floppy --fs-uuid --set=root dd5495a3-63b0-40f5-b0e6-909044b6372a
  142. fi
  143. font="/usr/share/grub/unicode.pf2"
  144. fi
  145. if loadfont $font ; then
  146. set gfxmode=auto
  147. load_video
  148. insmod gfxterm
  149. set locale_dir=$prefix/locale
  150. set lang=en_US
  151. insmod gettext
  152. fi
  153. terminal_output gfxterm
  154. if [ "${recordfail}" = 1 ] ; then
  155. set timeout=30
  156. else
  157. if [ x$feature_timeout_style = xy ] ; then
  158. set timeout_style=hidden
  159. set timeout=0
  160. # Fallback hidden-timeout code in case the timeout_style feature is
  161. # unavailable.
  162. elif sleep --interruptible 0 ; then
  163. set timeout=0
  164. fi
  165. fi
  166. ### END /etc/grub.d/00_header ###
  167. ### BEGIN /etc/grub.d/05_debian_theme ###
  168. set menu_color_normal=white/black
  169. set menu_color_highlight=black/light-gray
  170. ### END /etc/grub.d/05_debian_theme ###
  171. ### BEGIN /etc/grub.d/10_linux ###
  172. function gfxmode {
  173. set gfxpayload="${1}"
  174. if [ "${1}" = "keep" ]; then
  175. set vt_handoff=vt.handoff=7
  176. else
  177. set vt_handoff=
  178. fi
  179. }
  180. if [ "${recordfail}" != 1 ]; then
  181. if [ -e ${prefix}/gfxblacklist.txt ]; then
  182. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  183. if [ ${match} = 0 ]; then
  184. set linux_gfx_mode=keep
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. else
  189. set linux_gfx_mode=text
  190. fi
  191. else
  192. set linux_gfx_mode=keep
  193. fi
  194. else
  195. set linux_gfx_mode=text
  196. fi
  197. export linux_gfx_mode
  198. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-dd5495a3-63b0-40f5-b0e6-909044b6372a' {
  199. recordfail
  200. load_video
  201. gfxmode $linux_gfx_mode
  202. insmod gzio
  203. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  204. insmod part_msdos
  205. insmod ext2
  206. set root='hd0,msdos1'
  207. if [ x$feature_platform_search_hint = xy ]; then
  208. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 dd5495a3-63b0-40f5-b0e6-909044b6372a
  209. else
  210. search --no-floppy --fs-uuid --set=root dd5495a3-63b0-40f5-b0e6-909044b6372a
  211. fi
  212. linux /boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=dd5495a3-63b0-40f5-b0e6-909044b6372a ro quiet splash $vt_handoff
  213. initrd /boot/initrd.img-4.4.0-34-generic
  214. }
  215. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-dd5495a3-63b0-40f5-b0e6-909044b6372a' {
  216. menuentry 'Ubuntu, with Linux 4.4.0-34-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-34-generic-advanced-dd5495a3-63b0-40f5-b0e6-909044b6372a' {
  217. recordfail
  218. load_video
  219. gfxmode $linux_gfx_mode
  220. insmod gzio
  221. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  222. insmod part_msdos
  223. insmod ext2
  224. set root='hd0,msdos1'
  225. if [ x$feature_platform_search_hint = xy ]; then
  226. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 dd5495a3-63b0-40f5-b0e6-909044b6372a
  227. else
  228. search --no-floppy --fs-uuid --set=root dd5495a3-63b0-40f5-b0e6-909044b6372a
  229. fi
  230. echo 'Loading Linux 4.4.0-34-generic ...'
  231. linux /boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=dd5495a3-63b0-40f5-b0e6-909044b6372a ro quiet splash $vt_handoff
  232. echo 'Loading initial ramdisk ...'
  233. initrd /boot/initrd.img-4.4.0-34-generic
  234. }
  235. menuentry 'Ubuntu, with Linux 4.4.0-34-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-34-generic-init-upstart-dd5495a3-63b0-40f5-b0e6-909044b6372a' {
  236. recordfail
  237. load_video
  238. gfxmode $linux_gfx_mode
  239. insmod gzio
  240. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  241. insmod part_msdos
  242. insmod ext2
  243. set root='hd0,msdos1'
  244. if [ x$feature_platform_search_hint = xy ]; then
  245. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 dd5495a3-63b0-40f5-b0e6-909044b6372a
  246. else
  247. search --no-floppy --fs-uuid --set=root dd5495a3-63b0-40f5-b0e6-909044b6372a
  248. fi
  249. echo 'Loading Linux 4.4.0-34-generic ...'
  250. linux /boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=dd5495a3-63b0-40f5-b0e6-909044b6372a ro quiet splash $vt_handoff init=/sbin/upstart
  251. echo 'Loading initial ramdisk ...'
  252. initrd /boot/initrd.img-4.4.0-34-generic
  253. }
  254. menuentry 'Ubuntu, with Linux 4.4.0-34-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-34-generic-recovery-dd5495a3-63b0-40f5-b0e6-909044b6372a' {
  255. recordfail
  256. load_video
  257. insmod gzio
  258. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  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 dd5495a3-63b0-40f5-b0e6-909044b6372a
  264. else
  265. search --no-floppy --fs-uuid --set=root dd5495a3-63b0-40f5-b0e6-909044b6372a
  266. fi
  267. echo 'Loading Linux 4.4.0-34-generic ...'
  268. linux /boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=dd5495a3-63b0-40f5-b0e6-909044b6372a ro recovery nomodeset
  269. echo 'Loading initial ramdisk ...'
  270. initrd /boot/initrd.img-4.4.0-34-generic
  271. }
  272. menuentry 'Ubuntu, with Linux 4.4.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-advanced-dd5495a3-63b0-40f5-b0e6-909044b6372a' {
  273. recordfail
  274. load_video
  275. gfxmode $linux_gfx_mode
  276. insmod gzio
  277. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  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 dd5495a3-63b0-40f5-b0e6-909044b6372a
  283. else
  284. search --no-floppy --fs-uuid --set=root dd5495a3-63b0-40f5-b0e6-909044b6372a
  285. fi
  286. echo 'Loading Linux 4.4.0-21-generic ...'
  287. linux /boot/vmlinuz-4.4.0-21-generic.efi.signed root=UUID=dd5495a3-63b0-40f5-b0e6-909044b6372a ro quiet splash $vt_handoff
  288. echo 'Loading initial ramdisk ...'
  289. initrd /boot/initrd.img-4.4.0-21-generic
  290. }
  291. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-init-upstart-dd5495a3-63b0-40f5-b0e6-909044b6372a' {
  292. recordfail
  293. load_video
  294. gfxmode $linux_gfx_mode
  295. insmod gzio
  296. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  297. insmod part_msdos
  298. insmod ext2
  299. set root='hd0,msdos1'
  300. if [ x$feature_platform_search_hint = xy ]; then
  301. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 dd5495a3-63b0-40f5-b0e6-909044b6372a
  302. else
  303. search --no-floppy --fs-uuid --set=root dd5495a3-63b0-40f5-b0e6-909044b6372a
  304. fi
  305. echo 'Loading Linux 4.4.0-21-generic ...'
  306. linux /boot/vmlinuz-4.4.0-21-generic.efi.signed root=UUID=dd5495a3-63b0-40f5-b0e6-909044b6372a ro quiet splash $vt_handoff init=/sbin/upstart
  307. echo 'Loading initial ramdisk ...'
  308. initrd /boot/initrd.img-4.4.0-21-generic
  309. }
  310. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-recovery-dd5495a3-63b0-40f5-b0e6-909044b6372a' {
  311. recordfail
  312. load_video
  313. insmod gzio
  314. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  315. insmod part_msdos
  316. insmod ext2
  317. set root='hd0,msdos1'
  318. if [ x$feature_platform_search_hint = xy ]; then
  319. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 dd5495a3-63b0-40f5-b0e6-909044b6372a
  320. else
  321. search --no-floppy --fs-uuid --set=root dd5495a3-63b0-40f5-b0e6-909044b6372a
  322. fi
  323. echo 'Loading Linux 4.4.0-21-generic ...'
  324. linux /boot/vmlinuz-4.4.0-21-generic.efi.signed root=UUID=dd5495a3-63b0-40f5-b0e6-909044b6372a ro recovery nomodeset
  325. echo 'Loading initial ramdisk ...'
  326. initrd /boot/initrd.img-4.4.0-21-generic
  327. }
  328. }
  329. ### END /etc/grub.d/10_linux ###
  330. ### BEGIN /etc/grub.d/20_linux_xen ###
  331. ### END /etc/grub.d/20_linux_xen ###
  332. ### BEGIN /etc/grub.d/20_memtest86+ ###
  333. ### END /etc/grub.d/20_memtest86+ ###
  334. ### BEGIN /etc/grub.d/30_os-prober ###
  335. ### END /etc/grub.d/30_os-prober ###
  336. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  337. ### END /etc/grub.d/30_uefi-firmware ###
  338. ### BEGIN /etc/grub.d/40_custom ###
  339. # This file provides an easy way to add custom menu entries. Simply type the
  340. # menu entries you want to add after this comment. Be careful not to change
  341. # the 'exec tail' line above.
  342. ### END /etc/grub.d/40_custom ###
  343. ### BEGIN /etc/grub.d/41_custom ###
  344. if [ -f ${config_directory}/custom.cfg ]; then
  345. source ${config_directory}/custom.cfg
  346. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  347. source $prefix/custom.cfg;
  348. fi
  349. ### END /etc/grub.d/41_custom ###
  350. --------------------------------------------------------------------------------
  351. =============================== sda1/etc/fstab: ================================
  352. --------------------------------------------------------------------------------
  353. # /etc/fstab: static file system information.
  354. #
  355. # Use 'blkid' to print the universally unique identifier for a
  356. # device; this may be used with UUID= as a more robust way to name devices
  357. # that works even if disks are added and removed. See fstab(5).
  358. #
  359. # <file system> <mount point> <type> <options> <dump> <pass>
  360. # / was on /dev/sda1 during installation
  361. UUID=dd5495a3-63b0-40f5-b0e6-909044b6372a / ext4 errors=remount-ro 0 1
  362. # swap was on /dev/sda5 during installation
  363. UUID=9c1894d2-4809-4bef-b6a7-7a4addf2f036 none swap sw 0 0
  364. --------------------------------------------------------------------------------
  365. =================== sda1: Location of files loaded by Grub: ====================
  366. GiB - GB File Fragment(s)
  367. 822.287101746 = 882.924052480 boot/grub/grub.cfg 1
  368. 1.058288574 = 1.136328704 boot/vmlinuz-4.4.0-21-generic 2
  369. 556.140193939 = 597.150986240 boot/vmlinuz-4.4.0-21-generic.efi.signed 1
  370. 2.320037842 = 2.491121664 boot/vmlinuz-4.4.0-34-generic 1
  371. 2.562225342 = 2.751168512 boot/vmlinuz-4.4.0-34-generic.efi.signed 1
  372. 1.058288574 = 1.136328704 vmlinuz 2
  373. 2.665035248 = 2.861559808 boot/initrd.img-4.4.0-21-generic 2
  374. 2.555660248 = 2.744119296 boot/initrd.img-4.4.0-34-generic 2
  375. 2.665035248 = 2.861559808 initrd.img 2
  376. 2.665035248 = 2.861559808 initrd.img.old 2
  377. =========================== sdb1/boot/grub/grub.cfg: ===========================
  378. --------------------------------------------------------------------------------
  379. if loadfont /boot/grub/font.pf2 ; then
  380. set gfxmode=auto
  381. insmod efi_gop
  382. insmod efi_uga
  383. insmod gfxterm
  384. terminal_output gfxterm
  385. fi
  386. set menu_color_normal=white/black
  387. set menu_color_highlight=black/light-gray
  388. menuentry "Try Xubuntu without installing" {
  389. set gfxpayload=keep
  390. linux /casper/vmlinuz.efi file=/cdrom/preseed/xubuntu.seed boot=casper quiet splash ---
  391. initrd /casper/initrd.lz
  392. }
  393. menuentry "Install Xubuntu" {
  394. set gfxpayload=keep
  395. linux /casper/vmlinuz.efi file=/cdrom/preseed/xubuntu.seed boot=casper only-ubiquity quiet splash ---
  396. initrd /casper/initrd.lz
  397. }
  398. menuentry "OEM install (for manufacturers)" {
  399. set gfxpayload=keep
  400. linux /casper/vmlinuz.efi file=/cdrom/preseed/xubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  401. initrd /casper/initrd.lz
  402. }
  403. menuentry "Check disc for defects" {
  404. set gfxpayload=keep
  405. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  406. initrd /casper/initrd.lz
  407. }
  408. --------------------------------------------------------------------------------
  409. ========================= sdb1/syslinux/syslinux.cfg: ==========================
  410. --------------------------------------------------------------------------------
  411. # D-I config version 2.0
  412. # search path for the c32 support libraries (libcom32, libutil etc.)
  413. path
  414. include menu.cfg
  415. default vesamenu.c32
  416. prompt 0
  417. timeout 50
  418. ui gfxboot bootlogo
  419. --------------------------------------------------------------------------------
  420. =================== sdb1: Location of files loaded by Grub: ====================
  421. GiB - GB File Fragment(s)
  422. ?? = ?? boot/grub/grub.cfg 1
  423. ================= sdb1: Location of files loaded by Syslinux: ==================
  424. GiB - GB File Fragment(s)
  425. ?? = ?? syslinux/syslinux.cfg 1
  426. ?? = ?? ldlinux.sys 1
  427. ?? = ?? syslinux/chain.c32 1
  428. ?? = ?? syslinux/gfxboot.c32 1
  429. ?? = ?? syslinux/ldlinux.c32 1
  430. ?? = ?? syslinux/libcom32.c32 1
  431. ?? = ?? syslinux/libutil.c32 1
  432. ?? = ?? syslinux/vesamenu.c32 1
  433. ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
  434. syslinux/chain.c32 : not a COM32/COM32R module
  435. syslinux/gfxboot.c32 : not a COM32/COM32R module
  436. syslinux/ldlinux.c32 : not a COM32/COM32R module
  437. syslinux/libcom32.c32 : not a COM32/COM32R module
  438. syslinux/libutil.c32 : not a COM32/COM32R module
  439. syslinux/vesamenu.c32 : not a COM32/COM32R module
  440. =============================== StdErr Messages: ===============================
  441. File descriptor 9 (/proc/11151/mounts) leaked on lvs invocation. Parent PID 17306: bash
  442. File descriptor 63 (pipe:[50995]) leaked on lvs invocation. Parent PID 17306: bash
  443. ADDITIONAL INFORMATION :
  444. =================== log of boot-info 2016-08-17__13h49 ===================
  445. boot-info version : 4ppa38
  446. boot-sav version : 4ppa38
  447. glade2script version : 3.2.3~ppa1
  448. boot-sav-extra version : 4ppa38
  449. boot-info is executed in live-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
  450. CPU op-mode(s): 32-bit, 64-bit
  451. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/xubuntu.seed boot=casper quiet splash ---
  452. ls: cannot access '/home/usr/.config': No such file or directory
  453. Partition 2 does not start on physical sector boundary.
  454. =================== os-prober:
  455. /dev/sda1:Ubuntu 16.04 LTS (16.04):Ubuntu:linux
  456. =================== blkid:
  457. /dev/sda1: UUID="dd5495a3-63b0-40f5-b0e6-909044b6372a" TYPE="ext4" PARTUUID="00060b5a-01"
  458. /dev/sdb1: UUID="F185-0CDC" TYPE="vfat" PARTUUID="00003a3e-01"
  459. /dev/loop0: TYPE="squashfs"
  460. /dev/sda5: UUID="9c1894d2-4809-4bef-b6a7-7a4addf2f036" TYPE="swap" PARTUUID="00060b5a-05"
  461. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  462. Partition 2 does not start on physical sector boundary.
  463. Partition 2 does not start on physical sector boundary.
  464. =================== sda1/etc/grub.d/ :
  465. drwxr-xr-x 2 root root 4096 Aug 17 13:36 grub.d
  466. total 76
  467. -rwxr-xr-x 1 root root 9791 Apr 15 22:00 00_header
  468. -rwxr-xr-x 1 root root 6258 Mar 15 18:08 05_debian_theme
  469. -rwxr-xr-x 1 root root 12261 Apr 15 22:00 10_linux
  470. -rwxr-xr-x 1 root root 11082 Apr 15 22:00 20_linux_xen
  471. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  472. -rwxr-xr-x 1 root root 11692 Apr 15 22:00 30_os-prober
  473. -rwxr-xr-x 1 root root 1418 Apr 15 22:00 30_uefi-firmware
  474. -rwxr-xr-x 1 root root 214 Apr 15 22:00 40_custom
  475. -rwxr-xr-x 1 root root 216 Apr 15 22:00 41_custom
  476. -rw-r--r-- 1 root root 483 Apr 15 22:00 README
  477. =================== sda1/etc/default/grub :
  478. # If you change this file, run 'update-grub' afterwards to update
  479. # /boot/grub/grub.cfg.
  480. # For full documentation of the options in this file, see:
  481. # info -f grub -n 'Simple configuration'
  482. GRUB_DEFAULT=0
  483. GRUB_HIDDEN_TIMEOUT=0
  484. GRUB_HIDDEN_TIMEOUT_QUIET=true
  485. GRUB_TIMEOUT=10
  486. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  487. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  488. GRUB_CMDLINE_LINUX=""
  489. # Uncomment to enable BadRAM filtering, modify to suit your needs
  490. # This works with Linux (no patch required) and with any kernel that obtains
  491. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  492. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  493. # Uncomment to disable graphical terminal (grub-pc only)
  494. #GRUB_TERMINAL=console
  495. # The resolution used on graphical terminal
  496. # note that you can use only modes which your graphic card supports via VBE
  497. # you can see them in real GRUB with the command `vbeinfo'
  498. #GRUB_GFXMODE=640x480
  499. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  500. #GRUB_DISABLE_LINUX_UUID=true
  501. # Uncomment to disable generation of recovery mode menu entries
  502. #GRUB_DISABLE_RECOVERY="true"
  503. # Uncomment to get a beep at grub start
  504. #GRUB_INIT_TUNE="480 440 1"
  505. ls /sys/firmware/efi/vars : WdtPersistentData-78ce2354-cfbc-4643-aeba-07a27fa892bf,UsbSupport-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,USB_POINT-8be4df61-93ca-11d2-aa0d-00e098032b8c,UsbMassDevValid-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,UsbMassDevNum-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,TxtFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c,TdtAdvancedSetupDataVar-7b77fb8b-1e0d-4d7e-953f-3980a261e076,StdDefaults-4599d26f-1a11-49b8-b91f-858745cff824,StageChk-8f132913-6907-4192-a227-6cbcd7a50e6c,SetupSnbPpmFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,SetupPlatformData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,SetupAmtFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Setup-80e1202e-2697-4264-9cc9-80762c3e5863,ScramblerBaseSeed-87f22dcb-7304-4105-bb7c-317143ccc23b,SbAslBufferPtrVar-01f33c25-764d-43ea-aeea-6b5a41f3f3e8,SaPegData-c4975200-64f1-4fb6-9773-f6a9f89d985e,S3SS-4bafc2b4-02dc-4104-b236-d6f1b98d9e84,Q_ASR_QUICKON-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,PNP0604_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0604_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0510_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0510_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_1_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_1_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0400_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0400_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,PetAlertCfg-8be4df61-93ca-11d2-aa0d-00e098032b8c,PchS3Peim-e6c2f70a-b604-4877-85ba-deec89e117eb,PchInit-e6c2f70a-b604-4877-85ba-deec89e117eb,OldLegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,OemCpuData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,OA3MSDMvariable-8be4df61-93ca-11d2-aa0d-00e098032b8c,NvRamSpdMap-717fc150-abd9-4614-8015-0b3323eab95c,new_var,NetworkStackVar-d1405d16-7afc-4695-bb12-41459d3695a2,NetConfigData-8f132913-6907-4192-a227-6cbcd7a50e6c,NBPlatformData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,MrcS3Resume-87f22dcb-7304-4105-bb7c-317143ccc23b,MonotonicCounter-8be4df61-93ca-11d2-aa0d-00e098032b8c,MokListRT-605dab50-e046-4300-abb6-3dd810dd8b23,MemCeil.-8be4df61-93ca-11d2-aa0d-00e098032b8c,MeBiosExtensionSetup-1bad711c-d451-4241-b1f3-8537812e0c70,MacAddrVar-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,LoadSetupDefault-8be4df61-93ca-11d2-aa0d-00e098032b8c,LegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,LangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,Lang-8be4df61-93ca-11d2-aa0d-00e098032b8c,IccAdvancedSetupDataVar-7b77fb8b-1e0d-4d7e-953f-3980a261e077,HobRomImage-dde1bc72-d45e-4209-ab85-14462d2f5074,HiiDB-1b838190-4625-4ead-abc9-cd5e6af18fe0,HddInfo4_InitStrings_HiiHandle-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HddBootDev-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,GoodNightLed-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,GnvsAreaVar-8be4df61-93ca-11d2-aa0d-00e098032b8c,ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ErrOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,EfiTime-9d0da369-540b-46f8-85a0-2b5f2c301e15,del_var,DefaultLegacyDevOrder-3c4ead08-45ae-4315-8d15-a60eaa8caf69,DefaultBootOrder-45cf35f6-0d6e-4d04-856a-0370a5b16f53,ConsoleLock-368cda0d-cf31-4b9b-8cf6-e7d1bfff157e,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,CaseOpenVsSetup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot_Last_Device-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,BootFlow-ef152fb4-7b2f-427d-bdb4-7e0a05826e64,Boot_Dev_name-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,ASR_USER_DEF_VER-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,ASR_USER_DEF_TSE-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,ASR_TIMERSMI-2781600e-9df9-4ef8-a5a4-66501ae55c41,AMITSESetup-c811fa38-42c8-4579-a9bb-60e94eddfb34,AcpiGlobalVariable-af9ffd67-ec10-488a-9dfc-6cbf5ee22c2e,AcpiAslPtr-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,AAFTaddr-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,
  506. Please report this message to [email protected]
  507. =================== efibootmgr -v
  508. BootCurrent: 0003
  509. Timeout: 1 seconds
  510. BootOrder: 0001,0002,0003
  511. Boot0001* Hard Drive BBS(HD,,0x0)AMGOAMNO........o.S.T.1.0.0.0.D.M.0.0.3.-.1.C.H.1.6.2....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .1.S.G.D.S.A.S.V......AMBO
  512. Boot0002* USB BBS(USB,,0x0)AMGOAMNO........{.I.n.t.e.n.s.o. .R.a.i.n.b.o.w. .L.i.n.e. .8...0.7....................A.............................H..Gd-.;.A..MQ..L.I.n.t.e.n.s.o. .R.a.i.n.b.o.w. .L.i.n.e. .8...0.7......AMBO
  513. Boot0003* UEFI: Intenso Rainbow Line 8.07 PciRoot(0x0)/Pci(0x1d,0x0)/USB(1,0)/USB(1,0)/HD(1,MBR,0x62,0x800,0x1ce7800)AMBO
  514. =================== UEFI/Legacy mode:
  515. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  516. SecureBoot maybe enabled. (maybe sec-boot, Please report this message to [email protected])
  517. =================== PARTITIONS & DISKS:
  518. sda1 : sda, not-sepboot, no-grubenv grub2, signed grub-efi , 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.
  519. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  520. =================== parted -l:
  521. Model: ATA ST1000DM003-1CH1 (scsi)
  522. Disk /dev/sda: 1000GB
  523. Sector size (logical/physical): 512B/4096B
  524. Partition Table: msdos
  525. Disk Flags:
  526. Number Start End Size Type File system Flags
  527. 1 1049kB 992GB 992GB primary ext4
  528. 2 992GB 1000GB 8262MB extended
  529. 5 992GB 1000GB 8262MB logical linux-swap(v1)
  530. Model: Intenso Rainbow Line (scsi)
  531. Disk /dev/sdb: 15.5GB
  532. Sector size (logical/physical): 512B/512B
  533. Partition Table: msdos
  534. Disk Flags:
  535. Number Start End Size Type File system Flags
  536. 1 1049kB 15.5GB 15.5GB primary fat32 boot
  537. =================== parted -lm:
  538. BYT;
  539. /dev/sda:1000GB:scsi:512:4096:msdos:ATA ST1000DM003-1CH1:;
  540. 1:1049kB:992GB:992GB:ext4::;
  541. 2:992GB:1000GB:8262MB:::;
  542. 5:992GB:1000GB:8262MB:linux-swap(v1)::;
  543. BYT;
  544. /dev/sdb:15.5GB:scsi:512:512:msdos:Intenso Rainbow Line:;
  545. 1:1049kB:15.5GB:15.5GB:fat32::boot;
  546. =================== lsblk:
  547. KNAME TYPE FSTYPE SIZE LABEL
  548. sda disk 931.5G
  549. sda1 part ext4 923.8G
  550. sda2 part 1K
  551. sda5 part swap 7.7G
  552. sdb disk 14.5G
  553. sdb1 part vfat 14.5G
  554. loop0 loop squashfs 1.1G
  555. KNAME ROTA RO RM STATE MOUNTPOINT
  556. sda 1 0 0 running
  557. sda1 1 0 0 /mnt/boot-sav/sda1
  558. sda2 1 0 0
  559. sda5 1 0 0 [SWAP]
  560. sdb 1 0 1 running
  561. sdb1 1 0 1 /cdrom
  562. loop0 1 1 0 /rofs
  563. =================== mount:
  564. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  565. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  566. udev on /dev type devtmpfs (rw,nosuid,relatime,size=3915176k,nr_inodes=978794,mode=755)
  567. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  568. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=785992k,mode=755)
  569. /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  570. /dev/loop0 on /rofs type squashfs (ro,noatime)
  571. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  572. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  573. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  574. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  575. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  576. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  577. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  578. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  579. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  580. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  581. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  582. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  583. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  584. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  585. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  586. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  587. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  588. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  589. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=35,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  590. mqueue on /dev/mqueue type mqueue (rw,relatime)
  591. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  592. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  593. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  594. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  595. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  596. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=785992k,mode=700,uid=999,gid=999)
  597. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  598. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw,relatime,data=ordered)
  599. =================== ls:
  600. /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
  601. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdb1 size slaves stat subsystem trace uevent
  602. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 initctl input kmsg kvm lightnvm log lp0 mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net watchdog watchdog0 zero
  603. ls /dev/mapper: control
  604. Partition 2 does not start on physical sector boundary.
  605. =================== df -Th:
  606. Filesystem Type Size Used Avail Use% Mounted on
  607. udev devtmpfs 3.8G 0 3.8G 0% /dev
  608. tmpfs tmpfs 768M 9.4M 759M 2% /run
  609. /dev/sdb1 vfat 15G 2.2G 13G 15% /cdrom
  610. /dev/loop0 squashfs 1.2G 1.2G 0 100% /rofs
  611. /cow overlay 3.8G 236M 3.6G 7% /
  612. tmpfs tmpfs 3.8G 164K 3.8G 1% /dev/shm
  613. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  614. tmpfs tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup
  615. tmpfs tmpfs 3.8G 180K 3.8G 1% /tmp
  616. tmpfs tmpfs 768M 40K 768M 1% /run/user/999
  617. /dev/sda1 ext4 910G 4.2G 859G 1% /mnt/boot-sav/sda1
  618. =================== fdisk -l:
  619. Disk /dev/ram0: 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/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  624. Units: sectors of 1 * 512 = 512 bytes
  625. Sector size (logical/physical): 512 bytes / 4096 bytes
  626. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  627. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 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. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  632. Units: sectors of 1 * 512 = 512 bytes
  633. Sector size (logical/physical): 512 bytes / 4096 bytes
  634. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  635. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  636. Units: sectors of 1 * 512 = 512 bytes
  637. Sector size (logical/physical): 512 bytes / 4096 bytes
  638. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  639. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  640. Units: sectors of 1 * 512 = 512 bytes
  641. Sector size (logical/physical): 512 bytes / 4096 bytes
  642. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  643. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  644. Units: sectors of 1 * 512 = 512 bytes
  645. Sector size (logical/physical): 512 bytes / 4096 bytes
  646. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  647. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  648. Units: sectors of 1 * 512 = 512 bytes
  649. Sector size (logical/physical): 512 bytes / 4096 bytes
  650. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  651. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  652. Units: sectors of 1 * 512 = 512 bytes
  653. Sector size (logical/physical): 512 bytes / 4096 bytes
  654. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  655. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  656. Units: sectors of 1 * 512 = 512 bytes
  657. Sector size (logical/physical): 512 bytes / 4096 bytes
  658. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  659. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  660. Units: sectors of 1 * 512 = 512 bytes
  661. Sector size (logical/physical): 512 bytes / 4096 bytes
  662. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  663. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  664. Units: sectors of 1 * 512 = 512 bytes
  665. Sector size (logical/physical): 512 bytes / 4096 bytes
  666. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  667. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  668. Units: sectors of 1 * 512 = 512 bytes
  669. Sector size (logical/physical): 512 bytes / 4096 bytes
  670. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  671. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  672. Units: sectors of 1 * 512 = 512 bytes
  673. Sector size (logical/physical): 512 bytes / 4096 bytes
  674. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  675. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  676. Units: sectors of 1 * 512 = 512 bytes
  677. Sector size (logical/physical): 512 bytes / 4096 bytes
  678. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  679. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  680. Units: sectors of 1 * 512 = 512 bytes
  681. Sector size (logical/physical): 512 bytes / 4096 bytes
  682. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  683. Disk /dev/loop0: 1.1 GiB, 1189208064 bytes, 2322672 sectors
  684. Units: sectors of 1 * 512 = 512 bytes
  685. Sector size (logical/physical): 512 bytes / 512 bytes
  686. I/O size (minimum/optimal): 512 bytes / 512 bytes
  687. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  688. Units: sectors of 1 * 512 = 512 bytes
  689. Sector size (logical/physical): 512 bytes / 4096 bytes
  690. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  691. Disklabel type: dos
  692. Disk identifier: 0x00060b5a
  693. Device Boot Start End Sectors Size Id Type
  694. /dev/sda1 2048 1937385471 1937383424 923.8G 83 Linux
  695. /dev/sda2 1937387518 1953523711 16136194 7.7G 5 Extended
  696. /dev/sda5 1937387520 1953523711 16136192 7.7G 82 Linux swap / Solaris
  697. Disk /dev/sdb: 14.5 GiB, 15518924800 bytes, 30310400 sectors
  698. Units: sectors of 1 * 512 = 512 bytes
  699. Sector size (logical/physical): 512 bytes / 512 bytes
  700. I/O size (minimum/optimal): 512 bytes / 512 bytes
  701. Disklabel type: dos
  702. Disk identifier: 0x00003a3e
  703. Device Boot Start End Sectors Size Id Type
  704. /dev/sdb1 * 2048 30310399 30308352 14.5G 83 Linux
  705. =================== Suggested repair
  706. The default repair of the Boot-Repair utility would purge (in order to fix packages) and reinstall the grub2 of sda1 into the MBR of sda.
  707. The boot flag would be placed on sda1.
  708. Additional repair would be performed: unhide-bootmenu-10s
  709. =================== Advice in case of suggested repair
  710. The boot of your PC is in EFI mode, but no EFI partition was detected. You may want to retry after creating a EFI partition (FAT32, 100MB~250MB, start of the disk, boot flag).
  711. Do you want to continue?
  712. =================== User settings
  713. The settings chosen by the user will not act on the boot.
  714. paste.ubuntu.com ko (), using paste.debian
  715. paste.debian.net ko (), using paste2