1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
  2. ============================= Boot Info Summary: ===============================
  3. => Windows 7/8/2012 is installed in the MBR of /dev/sda.
  4. => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb.
  5. sda1: __________________________________________________________________________
  6. File system: ntfs
  7. Boot sector type: Windows 8/2012: NTFS
  8. Boot sector info: No errors found in the Boot Parameter Block.
  9. Operating System:
  10. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  11. sda2: __________________________________________________________________________
  12. File system: ntfs
  13. Boot sector type: Windows 8/2012: NTFS
  14. Boot sector info: No errors found in the Boot Parameter Block.
  15. Operating System:
  16. Boot files:
  17. sdb1: __________________________________________________________________________
  18. File system: vfat
  19. Boot sector type: SYSLINUX 6.03 2014-10-06................................................2....0............A20 gate n
  20. Boot sector info: Syslinux looks at sector 10884008 of /dev/sdb1 for
  21. its second stage. SYSLINUX is installed in the
  22. directory. No errors found in the Boot Parameter Block.
  23. Operating System:
  24. Boot files: /boot/grub/grub.cfg /syslinux/syslinux.cfg
  25. /casper/vmlinuz.efi /EFI/BOOT/grubx64.efi /ldlinux.sys
  26. ============================ Drive/Partition Info: =============================
  27. Drive: sda _____________________________________________________________________
  28. Disk /dev/sda: 279.5 GiB, 300069052416 bytes, 586072368 sectors
  29. Units: sectors of 1 * 512 = 512 bytes
  30. Sector size (logical/physical): 512 bytes / 512 bytes
  31. I/O size (minimum/optimal): 512 bytes / 512 bytes
  32. Disklabel type: dos
  33. Partition Boot Start Sector End Sector # of Sectors Id System
  34. /dev/sda1 * 2,048 153,802,751 153,800,704 7 NTFS / exFAT / HPFS
  35. /dev/sda2 153,802,752 154,724,351 921,600 27 Hidden NTFS (Recovery Environment)
  36. Drive: sdb _____________________________________________________________________
  37. Disk /dev/sdb: 7.3 GiB, 7822376960 bytes, 15278080 sectors
  38. Units: sectors of 1 * 512 = 512 bytes
  39. Sector size (logical/physical): 512 bytes / 512 bytes
  40. I/O size (minimum/optimal): 512 bytes / 512 bytes
  41. Disklabel type: dos
  42. Partition Boot Start Sector End Sector # of Sectors Id System
  43. /dev/sdb1 * 8,192 15,278,079 15,269,888 b W95 FAT32
  44. "blkid" output: ________________________________________________________________
  45. Device UUID TYPE LABEL
  46. /dev/loop0 347ccbe1-38ba-4f44-b3d0-e775d91ccc56 ext2
  47. /dev/loop1 squashfs
  48. /dev/sda1 51B8537947B0B335 ntfs win10
  49. /dev/sda2 E4F6CA65F6CA3816 ntfs
  50. /dev/sdb1 60B4-CF09 vfat MYLINUXLIVE
  51. ========================= "ls -l /dev/disk/by-id" output: ======================
  52. total 0
  53. lrwxrwxrwx 1 root root 9 Apr 22 21:23 ata-TSSTcorp_CDDVDW_SH-S203D -> ../../sr0
  54. lrwxrwxrwx 1 root root 9 Apr 22 22:00 ata-WDC_WD3000HLHX-01JJPV0_WD-WXF1E61MYV98 -> ../../sda
  55. lrwxrwxrwx 1 root root 10 Apr 22 22:00 ata-WDC_WD3000HLHX-01JJPV0_WD-WXF1E61MYV98-part1 -> ../../sda1
  56. lrwxrwxrwx 1 root root 10 Apr 22 22:00 ata-WDC_WD3000HLHX-01JJPV0_WD-WXF1E61MYV98-part2 -> ../../sda2
  57. lrwxrwxrwx 1 root root 9 Apr 22 22:00 usb-Generic-_SD_MMC_20090815198100000-0:0 -> ../../sdb
  58. lrwxrwxrwx 1 root root 10 Apr 22 22:00 usb-Generic-_SD_MMC_20090815198100000-0:0-part1 -> ../../sdb1
  59. lrwxrwxrwx 1 root root 9 Apr 22 22:00 wwn-0x50014ee002f71fa2 -> ../../sda
  60. lrwxrwxrwx 1 root root 10 Apr 22 22:00 wwn-0x50014ee002f71fa2-part1 -> ../../sda1
  61. lrwxrwxrwx 1 root root 10 Apr 22 22:00 wwn-0x50014ee002f71fa2-part2 -> ../../sda2
  62. ================================ Mount points: =================================
  63. Device Mount_Point Type Options
  64. /dev/loop1 /rofs squashfs (ro,noatime)
  65. /dev/sdb1 /cdrom vfat (rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  66. =========================== sdb1/boot/grub/grub.cfg: ===========================
  67. --------------------------------------------------------------------------------
  68. if loadfont /boot/grub/font.pf2 ; then
  69. set gfxmode=auto
  70. insmod efi_gop
  71. insmod efi_uga
  72. insmod gfxterm
  73. terminal_output gfxterm
  74. fi
  75. set menu_color_normal=white/black
  76. set menu_color_highlight=black/light-gray
  77. menuentry "Try Ubuntu GNOME without installing" {
  78. set gfxpayload=keep
  79. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu-gnome.seed boot=casper quiet splash ---
  80. initrd /casper/initrd.lz
  81. }
  82. menuentry "Install Ubuntu GNOME" {
  83. set gfxpayload=keep
  84. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu-gnome.seed boot=casper only-ubiquity quiet splash ---
  85. initrd /casper/initrd.lz
  86. }
  87. menuentry "OEM install (for manufacturers)" {
  88. set gfxpayload=keep
  89. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu-gnome.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  90. initrd /casper/initrd.lz
  91. }
  92. menuentry "Check disc for defects" {
  93. set gfxpayload=keep
  94. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  95. initrd /casper/initrd.lz
  96. }
  97. --------------------------------------------------------------------------------
  98. ========================= sdb1/syslinux/syslinux.cfg: ==========================
  99. --------------------------------------------------------------------------------
  100. # D-I config version 2.0
  101. # search path for the c32 support libraries (libcom32, libutil etc.)
  102. path
  103. include menu.cfg
  104. default vesamenu.c32
  105. prompt 0
  106. timeout 50
  107. ui gfxboot bootlogo
  108. --------------------------------------------------------------------------------
  109. ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
  110. ldlinux.c32 : not a COM32/COM32R module
  111. syslinux/chain.c32 : not a COM32/COM32R module
  112. syslinux/gfxboot.c32 : not a COM32/COM32R module
  113. syslinux/ldlinux.c32 : not a COM32/COM32R module
  114. syslinux/libcom32.c32 : not a COM32/COM32R module
  115. syslinux/libutil.c32 : not a COM32/COM32R module
  116. syslinux/vesamenu.c32 : not a COM32/COM32R module
  117. =============================== StdErr Messages: ===============================
  118. File descriptor 9 (/proc/16668/mounts) leaked on lvs invocation. Parent PID 22397: bash
  119. File descriptor 63 (pipe:[93486]) leaked on lvs invocation. Parent PID 22397: bash
  120. ADDITIONAL INFORMATION :
  121. =================== log of boot-info 2016-04-22__22h00 ===================
  122. boot-info version : 4ppa35
  123. boot-sav version : 4ppa35
  124. glade2script version : 3.2.2~ppa47~saucy
  125. boot-sav-extra version : 4ppa35
  126. boot-info is executed in live-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
  127. CPU op-mode(s): 32-bit, 64-bit
  128. bootkbd=fr-latin1 console-setup/layoutcode=fr console-setup/variantcode=nodeadkeys locale=fr_FR persistent noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/cli.seed boot=casper initrd=/casper/initrd.lz splash -- maybe-ubiquity
  129. ls: cannot access '/home/usr/.config': No such file or directory
  130. =================== os-prober:
  131. /dev/sda1:Windows 10 (loader):Windows:chain
  132. =================== blkid:
  133. /dev/sda1: LABEL="win10" UUID="51B8537947B0B335" TYPE="ntfs" PARTUUID="16e7ab8f-01"
  134. /dev/sda2: UUID="E4F6CA65F6CA3816" TYPE="ntfs" PARTUUID="16e7ab8f-02"
  135. /dev/sdb1: LABEL="MYLINUXLIVE" UUID="60B4-CF09" TYPE="vfat" PARTUUID="00b200b1-01"
  136. /dev/loop0: UUID="347ccbe1-38ba-4f44-b3d0-e775d91ccc56" TYPE="ext2"
  137. /dev/loop1: TYPE="squashfs"
  138. 1 disks with OS, 1 OS : 0 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  139. =================== UEFI/Legacy mode:
  140. This live-session is not in EFI-mode.
  141. SecureBoot maybe enabled.
  142. =================== PARTITIONS & DISKS:
  143. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  144. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda2.
  145. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  146. =================== parted -l:
  147. Model: ATA WDC WD3000HLHX-0 (scsi)
  148. Disk /dev/sda: 300GB
  149. Sector size (logical/physical): 512B/512B
  150. Partition Table: msdos
  151. Disk Flags:
  152. Number Start End Size Type File system Flags
  153. 1 1049kB 78.7GB 78.7GB primary ntfs boot
  154. 2 78.7GB 79.2GB 472MB primary ntfs diag
  155. Model: Generic- SD/MMC (scsi)
  156. Disk /dev/sdb: 7822MB
  157. Sector size (logical/physical): 512B/512B
  158. Partition Table: msdos
  159. Disk Flags:
  160. Number Start End Size Type File system Flags
  161. 1 4194kB 7822MB 7818MB primary fat32 boot
  162. =================== parted -lm:
  163. BYT;
  164. /dev/sda:300GB:scsi:512:512:msdos:ATA WDC WD3000HLHX-0:;
  165. 1:1049kB:78.7GB:78.7GB:ntfs::boot;
  166. 2:78.7GB:79.2GB:472MB:ntfs::diag;
  167. BYT;
  168. /dev/sdb:7822MB:scsi:512:512:msdos:Generic- SD/MMC:;
  169. 1:4194kB:7822MB:7818MB:fat32::boot;
  170. =================== lsblk:
  171. KNAME TYPE FSTYPE SIZE LABEL
  172. sda disk 279,5G
  173. sda1 part ntfs 73,3G win10
  174. sda2 part ntfs 450M
  175. sdb disk 7,3G
  176. sdb1 part vfat 7,3G MYLINUXLIVE
  177. sr0 rom 1024M
  178. loop0 loop ext2 4G
  179. loop1 loop squashfs 1,1G
  180. KNAME ROTA RO RM STATE MOUNTPOINT
  181. sda 1 0 0 running
  182. sda1 1 0 0 /mnt/boot-sav/sda1
  183. sda2 1 0 0 /mnt/boot-sav/sda2
  184. sdb 1 0 1 running
  185. sdb1 1 0 1 /cdrom
  186. sr0 1 0 1 running
  187. loop0 1 0 0
  188. loop1 1 0 0 /rofs
  189. =================== mount:
  190. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  191. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  192. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4035708k,nr_inodes=1008927,mode=755)
  193. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  194. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=810052k,mode=755)
  195. /dev/sdb1 on /cdrom type vfat (rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  196. /dev/loop1 on /rofs type squashfs (ro,noatime)
  197. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  198. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  199. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  200. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  201. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  202. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  203. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  204. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  205. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  206. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  207. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  208. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  209. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  210. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  211. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  212. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  213. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  214. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=23,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  215. mqueue on /dev/mqueue type mqueue (rw,relatime)
  216. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  217. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  218. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  219. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  220. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  221. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=810052k,mode=700,uid=999,gid=999)
  222. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  223. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  224. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  225. =================== ls:
  226. /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 size slaves stat subsystem trace uevent
  227. /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
  228. /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
  229. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fb1 fd full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 i2c-15 i2c-16 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 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sdb sdb1 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net zero
  230. ls /dev/mapper: control
  231. =================== hexdump -n512 -C /dev/sda1
  232. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  233. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  234. 00000020 00 00 00 00 80 00 80 00 ff cf 2a 09 00 00 00 00 |..........*.....|
  235. 00000030 04 00 00 00 00 00 00 00 ff 8d 93 00 00 00 00 00 |................|
  236. 00000040 f6 00 00 00 01 00 00 00 35 b3 b0 47 79 53 b8 51 |........5..GyS.Q|
  237. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  238. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  239. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  240. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  241. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  242. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  243. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  244. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  245. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  246. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  247. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  248. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  249. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  250. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  251. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  252. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  253. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  254. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  255. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  256. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  257. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  258. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  259. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  260. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  261. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  262. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  263. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  264. 00000200
  265. =================== hexdump -n512 -C /dev/sda2
  266. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  267. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 d8 2a 09 |........?.....*.|
  268. 00000020 00 00 00 00 80 00 80 00 ff 0f 0e 00 00 00 00 00 |................|
  269. 00000030 00 96 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  270. 00000040 f6 00 00 00 01 00 00 00 16 38 ca f6 65 ca f6 e4 |.........8..e...|
  271. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  272. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  273. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  274. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  275. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  276. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  277. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  278. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  279. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  280. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  281. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  282. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  283. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  284. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  285. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  286. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  287. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  288. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  289. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  290. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
  291. 00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
  292. 000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
  293. 000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
  294. 000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
  295. 000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
  296. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  297. 000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
  298. 00000200
  299. =================== df -Th:
  300. Filesystem Type Size Used Avail Use% Mounted on
  301. udev devtmpfs 3.9G 0 3.9G 0% /dev
  302. tmpfs tmpfs 792M 9.6M 782M 2% /run
  303. /dev/sdb1 vfat 7.3G 5.5G 1.9G 75% /cdrom
  304. /dev/loop1 squashfs 1.2G 1.2G 0 100% /rofs
  305. /cow overlay 3.9G 333M 3.4G 9% /
  306. tmpfs tmpfs 3.9G 664K 3.9G 1% /dev/shm
  307. tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
  308. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  309. tmpfs tmpfs 3.9G 4.0K 3.9G 1% /tmp
  310. tmpfs tmpfs 792M 40K 792M 1% /run/user/999
  311. /dev/sda1 fuseblk 74G 29G 45G 40% /mnt/boot-sav/sda1
  312. /dev/sda2 fuseblk 450M 330M 121M 74% /mnt/boot-sav/sda2
  313. =================== fdisk -l:
  314. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  315. Units: sectors of 1 * 512 = 512 bytes
  316. Sector size (logical/physical): 512 bytes / 4096 bytes
  317. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  318. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  319. Units: sectors of 1 * 512 = 512 bytes
  320. Sector size (logical/physical): 512 bytes / 4096 bytes
  321. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  322. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  323. Units: sectors of 1 * 512 = 512 bytes
  324. Sector size (logical/physical): 512 bytes / 4096 bytes
  325. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  326. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  327. Units: sectors of 1 * 512 = 512 bytes
  328. Sector size (logical/physical): 512 bytes / 4096 bytes
  329. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  330. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  331. Units: sectors of 1 * 512 = 512 bytes
  332. Sector size (logical/physical): 512 bytes / 4096 bytes
  333. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  334. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  335. Units: sectors of 1 * 512 = 512 bytes
  336. Sector size (logical/physical): 512 bytes / 4096 bytes
  337. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  338. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  339. Units: sectors of 1 * 512 = 512 bytes
  340. Sector size (logical/physical): 512 bytes / 4096 bytes
  341. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  342. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  343. Units: sectors of 1 * 512 = 512 bytes
  344. Sector size (logical/physical): 512 bytes / 4096 bytes
  345. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  346. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  347. Units: sectors of 1 * 512 = 512 bytes
  348. Sector size (logical/physical): 512 bytes / 4096 bytes
  349. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  350. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  351. Units: sectors of 1 * 512 = 512 bytes
  352. Sector size (logical/physical): 512 bytes / 4096 bytes
  353. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  354. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  355. Units: sectors of 1 * 512 = 512 bytes
  356. Sector size (logical/physical): 512 bytes / 4096 bytes
  357. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  358. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  359. Units: sectors of 1 * 512 = 512 bytes
  360. Sector size (logical/physical): 512 bytes / 4096 bytes
  361. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  362. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  363. Units: sectors of 1 * 512 = 512 bytes
  364. Sector size (logical/physical): 512 bytes / 4096 bytes
  365. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  366. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  367. Units: sectors of 1 * 512 = 512 bytes
  368. Sector size (logical/physical): 512 bytes / 4096 bytes
  369. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  370. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  371. Units: sectors of 1 * 512 = 512 bytes
  372. Sector size (logical/physical): 512 bytes / 4096 bytes
  373. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  374. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  375. Units: sectors of 1 * 512 = 512 bytes
  376. Sector size (logical/physical): 512 bytes / 4096 bytes
  377. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  378. Disk /dev/loop0: 4 GiB, 4288675840 bytes, 8376320 sectors
  379. Units: sectors of 1 * 512 = 512 bytes
  380. Sector size (logical/physical): 512 bytes / 512 bytes
  381. I/O size (minimum/optimal): 512 bytes / 512 bytes
  382. Disk /dev/loop1: 1.1 GiB, 1215135744 bytes, 2373312 sectors
  383. Units: sectors of 1 * 512 = 512 bytes
  384. Sector size (logical/physical): 512 bytes / 512 bytes
  385. I/O size (minimum/optimal): 512 bytes / 512 bytes
  386. Disk /dev/sda: 279.5 GiB, 300069052416 bytes, 586072368 sectors
  387. Units: sectors of 1 * 512 = 512 bytes
  388. Sector size (logical/physical): 512 bytes / 512 bytes
  389. I/O size (minimum/optimal): 512 bytes / 512 bytes
  390. Disklabel type: dos
  391. Disk identifier: 0x16e7ab8f
  392. Device Boot Start End Sectors Size Id Type
  393. /dev/sda1 * 2048 153802751 153800704 73.3G 7 HPFS/NTFS/exFAT
  394. /dev/sda2 153802752 154724351 921600 450M 27 Hidden NTFS WinRE
  395. Disk /dev/sdb: 7.3 GiB, 7822376960 bytes, 15278080 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: 0x00b200b1
  401. Device Boot Start End Sectors Size Id Type
  402. /dev/sdb1 * 8192 15278079 15269888 7.3G b W95 FAT32
  403. No OS or WinEFI system
  404. gui-tab-other.sh: line 94: _checkbutton_repairfilesystems: command not found
  405. =================== Suggested repair
  406. The default repair of the Boot-Repair utility would not act on the MBR.
  407. Additional repair would be performed: repair-filesystems
  408. =================== User settings
  409. The settings chosen by the user will not act on the boot.
  410. paste.ubuntu.com ko (), using paste.debian
  411. paste.debian.net ko (), using paste2