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 (3.61-4.03) is installed in the MBR of /dev/sdb.
  11. sda1: __________________________________________________________________________
  12. File system:
  13. Boot sector type: Unknown
  14. Boot sector info:
  15. Mounting failed: mount: unknown filesystem type ''
  16. sda2: __________________________________________________________________________
  17. File system: Extended Partition
  18. Boot sector type: -
  19. Boot sector info:
  20. sda5: __________________________________________________________________________
  21. File system: swap
  22. Boot sector type: -
  23. Boot sector info:
  24. sdb1: __________________________________________________________________________
  25. File system: vfat
  26. Boot sector type: SYSLINUX 4.03 2010-10-22 ........>..sr>.......k4.9...0...~.....~...f...M.f.f....f..0~....>E}.u......
  27. Boot sector info: Syslinux looks at sector 2116344 of /dev/sdb1 for its
  28. second stage. SYSLINUX is installed in the directory.
  29. No errors found in the Boot Parameter Block.
  30. Operating System:
  31. Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
  32. /EFI/BOOT/grubx64.efi /ldlinux.sys
  33. ============================ Drive/Partition Info: =============================
  34. Drive: sda _____________________________________________________________________
  35. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  36. Units: sectors of 1 * 512 = 512 bytes
  37. Sector size (logical/physical): 512 bytes / 512 bytes
  38. I/O size (minimum/optimal): 512 bytes / 512 bytes
  39. Disklabel type: dos
  40. Partition Boot Start Sector End Sector # of Sectors Id System
  41. /dev/sda1 * 2,048 968,452,095 968,450,048 83 Linux
  42. /dev/sda2 968,454,142 976,771,071 8,316,930 5 Extended
  43. /dev/sda5 968,454,144 976,771,071 8,316,928 82 Linux swap / Solaris
  44. Drive: sdb _____________________________________________________________________
  45. Disk /dev/sdb: 3.8 GiB, 4051697664 bytes, 7913472 sectors
  46. Units: sectors of 1 * 512 = 512 bytes
  47. Sector size (logical/physical): 512 bytes / 512 bytes
  48. I/O size (minimum/optimal): 512 bytes / 512 bytes
  49. Disklabel type: dos
  50. Partition Boot Start Sector End Sector # of Sectors Id System
  51. /dev/sdb1 * 32 7,913,471 7,913,440 c W95 FAT32 (LBA)
  52. "blkid" output: ________________________________________________________________
  53. Device UUID TYPE LABEL
  54. /dev/loop0 squashfs
  55. /dev/sda5 26b60571-2217-4717-b914-228a10cbf590 swap
  56. /dev/sdb1 A00C-CAA4 vfat
  57. /dev/zram0 395a0280-2995-47e2-b04a-fcfaad4da7ca swap
  58. /dev/zram1 a79249ca-17be-4837-83a6-a8bb5d6106b5 swap
  59. ========================= "ls -l /dev/disk/by-id" output: ======================
  60. total 0
  61. lrwxrwxrwx 1 root root 9 Feb 15 19:43 ata-HL-DT-ST_DVDRAM_GT20N_910HQ036464 -> ../../sr0
  62. lrwxrwxrwx 1 root root 9 Feb 15 19:52 ata-SAMSUNG_HM500JI_S208JD0SA27665 -> ../../sda
  63. lrwxrwxrwx 1 root root 10 Feb 15 19:52 ata-SAMSUNG_HM500JI_S208JD0SA27665-part1 -> ../../sda1
  64. lrwxrwxrwx 1 root root 10 Feb 15 19:52 ata-SAMSUNG_HM500JI_S208JD0SA27665-part2 -> ../../sda2
  65. lrwxrwxrwx 1 root root 10 Feb 15 19:52 ata-SAMSUNG_HM500JI_S208JD0SA27665-part5 -> ../../sda5
  66. lrwxrwxrwx 1 root root 9 Feb 15 19:52 usb-USB_Flash_DISK_1406030020075171-0:0 -> ../../sdb
  67. lrwxrwxrwx 1 root root 10 Feb 15 19:52 usb-USB_Flash_DISK_1406030020075171-0:0-part1 -> ../../sdb1
  68. lrwxrwxrwx 1 root root 9 Feb 15 19:52 wwn-0x50024e90024d31ca -> ../../sda
  69. lrwxrwxrwx 1 root root 10 Feb 15 19:52 wwn-0x50024e90024d31ca-part1 -> ../../sda1
  70. lrwxrwxrwx 1 root root 10 Feb 15 19:52 wwn-0x50024e90024d31ca-part2 -> ../../sda2
  71. lrwxrwxrwx 1 root root 10 Feb 15 19:52 wwn-0x50024e90024d31ca-part5 -> ../../sda5
  72. ================================ Mount points: =================================
  73. Device Mount_Point Type Options
  74. /dev/loop0 /rofs squashfs (ro,noatime)
  75. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  76. =========================== sdb1/boot/grub/grub.cfg: ===========================
  77. --------------------------------------------------------------------------------
  78. if loadfont /boot/grub/font.pf2 ; then
  79. set gfxmode=auto
  80. insmod efi_gop
  81. insmod efi_uga
  82. insmod gfxterm
  83. terminal_output gfxterm
  84. fi
  85. set menu_color_normal=white/black
  86. set menu_color_highlight=black/light-gray
  87. menuentry "Try Lubuntu without installing" {
  88. set gfxpayload=keep
  89. linux /casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash ---
  90. initrd /casper/initrd.lz
  91. }
  92. menuentry "Install Lubuntu" {
  93. set gfxpayload=keep
  94. linux /casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash ---
  95. initrd /casper/initrd.lz
  96. }
  97. menuentry "OEM install (for manufacturers)" {
  98. set gfxpayload=keep
  99. linux /casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  100. initrd /casper/initrd.lz
  101. }
  102. menuentry "Check disc for defects" {
  103. set gfxpayload=keep
  104. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  105. initrd /casper/initrd.lz
  106. }
  107. --------------------------------------------------------------------------------
  108. ============================== sdb1/syslinux.cfg: ==============================
  109. --------------------------------------------------------------------------------
  110. default menu.c32
  111. prompt 0
  112. menu title UNetbootin
  113. timeout 100
  114. label unetbootindefault
  115. menu label Default
  116. kernel /ubnkern
  117. append initrd=/ubninit file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash ---
  118. label ubnentry0
  119. menu label ^Help
  120. kernel /ubnkern
  121. append initrd=/ubninit
  122. label ubnentry1
  123. menu label ^Try Lubuntu without installing
  124. kernel /casper/vmlinuz.efi
  125. append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash ---
  126. label ubnentry2
  127. menu label ^Install Lubuntu
  128. kernel /casper/vmlinuz.efi
  129. append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash ---
  130. label ubnentry3
  131. menu label ^Check disc for defects
  132. kernel /casper/vmlinuz.efi
  133. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  134. label ubnentry4
  135. menu label Test ^memory
  136. kernel /install/mt86plus
  137. append initrd=/ubninit
  138. label ubnentry5
  139. menu label ^Boot from first hard disk
  140. kernel /ubnkern
  141. append initrd=/ubninit
  142. label ubnentry6
  143. menu label Try Lubuntu without installing
  144. kernel /casper/vmlinuz.efi
  145. append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash ---
  146. label ubnentry7
  147. menu label Install Lubuntu
  148. kernel /casper/vmlinuz.efi
  149. append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash ---
  150. label ubnentry8
  151. menu label OEM install (for manufacturers)
  152. kernel /casper/vmlinuz.efi
  153. append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  154. label ubnentry9
  155. menu label Check disc for defects
  156. kernel /casper/vmlinuz.efi
  157. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  158. --------------------------------------------------------------------------------
  159. =================== sdb1: Location of files loaded by Grub: ====================
  160. GiB - GB File Fragment(s)
  161. ?? = ?? boot/grub/grub.cfg 1
  162. ================= sdb1: Location of files loaded by Syslinux: ==================
  163. GiB - GB File Fragment(s)
  164. ?? = ?? syslinux.cfg 1
  165. ?? = ?? ldlinux.sys 1
  166. ?? = ?? menu.c32 1
  167. ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
  168. menu.c32 : COM32R module (v4.xx)
  169. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  170. Unknown BootLoader on sda1
  171. =============================== StdErr Messages: ===============================
  172. hexdump: /dev/sda1: Input/output error
  173. hexdump: /dev/sda1: Input/output error
  174. ADDITIONAL INFORMATION :
  175. =================== log of boot-repair 2017-02-15__19h48 ===================
  176. boot-repair version : 4ppa40
  177. boot-sav version : 4ppa40
  178. glade2script version : 3.2.3~ppa1
  179. boot-sav-extra version : 4ppa40
  180. boot-repair is executed in live-session (Ubuntu 16.10, yakkety, Ubuntu, x86_64)
  181. CPU op-mode(s): 32-bit, 64-bit
  182. initrd=/ubninit file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash --- BOOT_IMAGE=/ubnkern
  183. ls: cannot access '/home/usr/.config': No such file or directory
  184. =================== os-prober:
  185. =================== blkid:
  186. /dev/sdb1: UUID="A00C-CAA4" TYPE="vfat" PARTUUID="7fd3dc57-01"
  187. /dev/loop0: TYPE="squashfs"
  188. /dev/sda5: UUID="26b60571-2217-4717-b914-228a10cbf590" TYPE="swap" PARTUUID="000ca81a-05"
  189. /dev/zram0: UUID="395a0280-2995-47e2-b04a-fcfaad4da7ca" TYPE="swap"
  190. /dev/zram1: UUID="a79249ca-17be-4837-83a6-a8bb5d6106b5" TYPE="swap"
  191. =================== UEFI/Legacy mode:
  192. This live-session is not in EFI-mode.
  193. SecureBoot maybe enabled.
  194. =================== PARTITIONS & DISKS:
  195. =================== parted -l:
  196. Model: ATA SAMSUNG HM500JI (scsi)
  197. Disk /dev/sda: 500GB
  198. Sector size (logical/physical): 512B/512B
  199. Partition Table: msdos
  200. Disk Flags:
  201. Number Start End Size Type File system Flags
  202. 1 1049kB 496GB 496GB primary boot
  203. 2 496GB 500GB 4258MB extended
  204. 5 496GB 500GB 4258MB logical linux-swap(v1)
  205. Model: USB Flash DISK (scsi)
  206. Disk /dev/sdb: 4052MB
  207. Sector size (logical/physical): 512B/512B
  208. Partition Table: msdos
  209. Disk Flags:
  210. Number Start End Size Type File system Flags
  211. 1 16.4kB 4052MB 4052MB primary fat32 boot, lba
  212. Model: Unknown (unknown)
  213. Disk /dev/zram1: 1027MB
  214. Sector size (logical/physical): 4096B/4096B
  215. Partition Table: loop
  216. Disk Flags:
  217. Number Start End Size File system Flags
  218. 1 0.00B 1027MB 1027MB linux-swap(v1)
  219. Model: Unknown (unknown)
  220. Disk /dev/zram0: 1027MB
  221. Sector size (logical/physical): 4096B/4096B
  222. Partition Table: loop
  223. Disk Flags:
  224. Number Start End Size File system Flags
  225. 1 0.00B 1027MB 1027MB linux-swap(v1)
  226. =================== parted -lm:
  227. BYT;
  228. /dev/sda:500GB:scsi:512:512:msdos:ATA SAMSUNG HM500JI:;
  229. 1:1049kB:496GB:496GB:::boot;
  230. 2:496GB:500GB:4258MB:::;
  231. 5:496GB:500GB:4258MB:linux-swap(v1)::;
  232. BYT;
  233. /dev/sdb:4052MB:scsi:512:512:msdos:USB Flash DISK:;
  234. 1:16.4kB:4052MB:4052MB:fat32::boot, lba;
  235. BYT;
  236. /dev/zram1:1027MB:unknown:4096:4096:loop:Unknown:;
  237. 1:0.00B:1027MB:1027MB:linux-swap(v1)::;
  238. BYT;
  239. /dev/zram0:1027MB:unknown:4096:4096:loop:Unknown:;
  240. 1:0.00B:1027MB:1027MB:linux-swap(v1)::;
  241. =================== lsblk:
  242. KNAME TYPE FSTYPE SIZE LABEL
  243. sdb disk 3.8G
  244. sdb1 part vfat 3.8G
  245. zram1 disk 979.6M
  246. sr0 rom 1024M
  247. loop0 loop squashfs 852.1M
  248. sda disk 465.8G
  249. sda2 part 1K
  250. sda5 part swap 4G
  251. sda1 part 461.8G
  252. zram0 disk 979.6M
  253. KNAME ROTA RO RM STATE MOUNTPOINT
  254. sdb 1 0 1 running
  255. sdb1 1 0 1 /cdrom
  256. zram1 0 0 0 [SWAP]
  257. sr0 1 0 1 running
  258. loop0 1 1 0 /rofs
  259. sda 1 0 0 running
  260. sda2 1 0 0
  261. sda5 1 0 0 [SWAP]
  262. sda1 1 0 0
  263. zram0 0 0 0 [SWAP]
  264. =================== mount:
  265. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  266. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  267. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1990636k,nr_inodes=497659,mode=755)
  268. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  269. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=401248k,mode=755)
  270. /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  271. /dev/loop0 on /rofs type squashfs (ro,noatime)
  272. aufs on / type aufs (rw,noatime,si=10e995f339d9eb72)
  273. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  274. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  275. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  276. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  277. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  278. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  279. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  280. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  281. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  282. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  283. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  284. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  285. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  286. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  287. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  288. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  289. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=694)
  290. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  291. mqueue on /dev/mqueue type mqueue (rw,relatime)
  292. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  293. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  294. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  295. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  296. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=401244k,mode=700,uid=999,gid=999)
  297. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  298. =================== ls:
  299. /sys/block/sda (filtered): alignment_offset badblocks 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
  300. /sys/block/sdb (filtered): alignment_offset badblocks 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
  301. /sys/block/sr0 (filtered): alignment_offset badblocks 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
  302. /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 fw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 initctl input kfd kmsg 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 sda5 sdb sdb1 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  303. ls /dev/mapper: control
  304. =================== df -Th:
  305. Filesystem Type Size Used Avail Use% Mounted on
  306. udev devtmpfs 1.9G 0 1.9G 0% /dev
  307. tmpfs tmpfs 392M 12M 381M 3% /run
  308. /dev/sdb1 vfat 3.8G 932M 2.9G 25% /cdrom
  309. /dev/loop0 squashfs 853M 853M 0 100% /rofs
  310. aufs aufs 2.0G 230M 1.7G 12% /
  311. tmpfs tmpfs 2.0G 16M 1.9G 1% /dev/shm
  312. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  313. tmpfs tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
  314. tmpfs tmpfs 2.0G 4.0K 2.0G 1% /tmp
  315. tmpfs tmpfs 392M 12K 392M 1% /run/user/999
  316. =================== fdisk -l:
  317. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  318. Units: sectors of 1 * 512 = 512 bytes
  319. Sector size (logical/physical): 512 bytes / 4096 bytes
  320. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  321. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  322. Units: sectors of 1 * 512 = 512 bytes
  323. Sector size (logical/physical): 512 bytes / 4096 bytes
  324. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  325. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  326. Units: sectors of 1 * 512 = 512 bytes
  327. Sector size (logical/physical): 512 bytes / 4096 bytes
  328. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  329. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  330. Units: sectors of 1 * 512 = 512 bytes
  331. Sector size (logical/physical): 512 bytes / 4096 bytes
  332. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  333. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  334. Units: sectors of 1 * 512 = 512 bytes
  335. Sector size (logical/physical): 512 bytes / 4096 bytes
  336. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  337. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  338. Units: sectors of 1 * 512 = 512 bytes
  339. Sector size (logical/physical): 512 bytes / 4096 bytes
  340. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  341. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  342. Units: sectors of 1 * 512 = 512 bytes
  343. Sector size (logical/physical): 512 bytes / 4096 bytes
  344. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  345. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  346. Units: sectors of 1 * 512 = 512 bytes
  347. Sector size (logical/physical): 512 bytes / 4096 bytes
  348. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  349. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  350. Units: sectors of 1 * 512 = 512 bytes
  351. Sector size (logical/physical): 512 bytes / 4096 bytes
  352. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  353. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  354. Units: sectors of 1 * 512 = 512 bytes
  355. Sector size (logical/physical): 512 bytes / 4096 bytes
  356. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  357. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  358. Units: sectors of 1 * 512 = 512 bytes
  359. Sector size (logical/physical): 512 bytes / 4096 bytes
  360. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  361. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  362. Units: sectors of 1 * 512 = 512 bytes
  363. Sector size (logical/physical): 512 bytes / 4096 bytes
  364. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  365. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  366. Units: sectors of 1 * 512 = 512 bytes
  367. Sector size (logical/physical): 512 bytes / 4096 bytes
  368. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  369. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  370. Units: sectors of 1 * 512 = 512 bytes
  371. Sector size (logical/physical): 512 bytes / 4096 bytes
  372. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  373. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  374. Units: sectors of 1 * 512 = 512 bytes
  375. Sector size (logical/physical): 512 bytes / 4096 bytes
  376. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  377. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  378. Units: sectors of 1 * 512 = 512 bytes
  379. Sector size (logical/physical): 512 bytes / 4096 bytes
  380. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  381. Disk /dev/loop0: 852.1 MiB, 893485056 bytes, 1745088 sectors
  382. Units: sectors of 1 * 512 = 512 bytes
  383. Sector size (logical/physical): 512 bytes / 512 bytes
  384. I/O size (minimum/optimal): 512 bytes / 512 bytes
  385. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  386. Units: sectors of 1 * 512 = 512 bytes
  387. Sector size (logical/physical): 512 bytes / 512 bytes
  388. I/O size (minimum/optimal): 512 bytes / 512 bytes
  389. Disklabel type: dos
  390. Disk identifier: 0x000ca81a
  391. Device Boot Start End Sectors Size Id Type
  392. /dev/sda1 * 2048 968452095 968450048 461.8G 83 Linux
  393. /dev/sda2 968454142 976771071 8316930 4G 5 Extended
  394. /dev/sda5 968454144 976771071 8316928 4G 82 Linux swap / Solaris
  395. Disk /dev/sdb: 3.8 GiB, 4051697664 bytes, 7913472 sectors
  396. Units: sectors of 1 * 512 = 512 bytes
  397. Sector size (logical/physical): 512 bytes / 512 bytes
  398. I/O size (minimum/optimal): 512 bytes / 512 bytes
  399. Disklabel type: dos
  400. Disk identifier: 0x7fd3dc57
  401. Device Boot Start End Sectors Size Id Type
  402. /dev/sdb1 * 32 7913471 7913440 3.8G c W95 FAT32 (LBA)
  403. Disk /dev/zram0: 979.6 MiB, 1027190784 bytes, 250779 sectors
  404. Units: sectors of 1 * 4096 = 4096 bytes
  405. Sector size (logical/physical): 4096 bytes / 4096 bytes
  406. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  407. Disk /dev/zram1: 979.6 MiB, 1027190784 bytes, 250779 sectors
  408. Units: sectors of 1 * 4096 = 4096 bytes
  409. Sector size (logical/physical): 4096 bytes / 4096 bytes
  410. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  411. Error: no partitions
  412. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:66:13: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  413. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:97:29: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  414. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:98:29: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  415. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:104:39: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  416. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:107:39: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  417. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:158:33: The :focused pseudo-class is deprecated. Use :focus instead.
  418. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:174:38: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  419. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:175:40: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  420. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:176:53: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  421. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:177:55: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  422. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:178:53: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  423. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:179:55: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  424. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:180:48: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  425. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:181:50: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  426. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:182:44: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  427. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:183:46: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  428. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:184:52: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  429. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:185:54: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  430. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:186:52: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  431. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:187:54: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  432. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:188:47: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  433. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:189:49: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  434. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:190:21: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  435. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:191:23: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  436. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:196:34: The :insensitive pseudo-class is deprecated. Use :disabled instead.
  437. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:286:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'
  438. (zenity:10078): Gtk-WARNING **: Theme parsing error: gtk-lubuntu.css:309:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'
  439. (zenity:10078): Gtk-WARNING **: Theme directory imported-Humanity/192 of theme Lubuntu has no size field
  440. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  441. =================== Suggested repair
  442. The default repair of the Boot-Repair utility would not act on the MBR.
  443. Additional repair would be performed: repair-filesystems
  444. =================== User settings
  445. The settings chosen by the user will not act on the boot.
  446. paste.ubuntu.com ko (), using paste.debian
  447. paste.debian.net ko (), using paste2