1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
  2. ============================= Boot Info Summary: ===============================
  3. => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: ntfs
  6. Boot sector type: Windows 7/2008: NTFS
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files: /bootmgr /Boot/BCD
  10. sda2: __________________________________________________________________________
  11. File system: ntfs
  12. Boot sector type: Windows 7/2008: NTFS
  13. Boot sector info: No errors found in the Boot Parameter Block.
  14. Operating System: Windows 7
  15. Boot files: /Boot/BCD /Windows/System32/winload.exe
  16. sdb: ___________________________________________________________________________
  17. File system: vfat
  18. Boot sector type: SYSLINUX 4.03 2010-10-22 ........>..sr>........N.9...0...~.....~...f...M.f.f....f..0~....>E}.u......
  19. Boot sector info: Syslinux looks at sector 3271904 of /dev/sdb for its
  20. second stage. SYSLINUX is installed in the directory.
  21. No errors found in the Boot Parameter Block.
  22. Operating System:
  23. Boot files: /boot/grub/grub.cfg /syslinux.cfg
  24. /EFI/BOOT/grubx64.efi /ldlinux.sys
  25. ============================ Drive/Partition Info: =============================
  26. Drive: sda _____________________________________________________________________
  27. Disk /dev/sda: 128.0 GB, 128034594304 bytes
  28. 255 heads, 63 sectors/track, 15565 cylinders, total 250067567 sectors
  29. Units = sectors of 1 * 512 = 512 bytes
  30. Sector size (logical/physical): 512 bytes / 512 bytes
  31. Partition Boot Start Sector End Sector # of Sectors Id System
  32. /dev/sda1 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
  33. /dev/sda2 * 206,848 250,063,470 249,856,623 7 NTFS / exFAT / HPFS
  34. "blkid" output: ________________________________________________________________
  35. Device UUID TYPE LABEL
  36. /dev/loop0 squashfs
  37. /dev/sda1 0E8C48438C482813 ntfs Réservé au système
  38. /dev/sda2 127E5FF77E5FD259 ntfs
  39. /dev/sdb 881E-39C0 vfat 16GO
  40. ========================= "ls -l /dev/disk/by-id" output: ======================
  41. total 0
  42. lrwxrwxrwx 1 root root 9 Sep 4 07:33 ata-C300-CTFDDAC128MAG_00000000103402FCE572 -> ../../sda
  43. lrwxrwxrwx 1 root root 10 Sep 4 07:33 ata-C300-CTFDDAC128MAG_00000000103402FCE572-part1 -> ../../sda1
  44. lrwxrwxrwx 1 root root 10 Sep 4 07:33 ata-C300-CTFDDAC128MAG_00000000103402FCE572-part2 -> ../../sda2
  45. lrwxrwxrwx 1 root root 9 Sep 4 07:33 usb-JetFlash_Transcend_16GB_2749794148-0:0 -> ../../sdb
  46. lrwxrwxrwx 1 root root 9 Sep 4 07:33 wwn-0x500a075102fce572 -> ../../sda
  47. lrwxrwxrwx 1 root root 10 Sep 4 07:33 wwn-0x500a075102fce572-part1 -> ../../sda1
  48. lrwxrwxrwx 1 root root 10 Sep 4 07:33 wwn-0x500a075102fce572-part2 -> ../../sda2
  49. ================================ Mount points: =================================
  50. Device Mount_Point Type Options
  51. /dev/loop0 /rofs squashfs (ro,noatime)
  52. /dev/sdb /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  53. =========================== sdb/boot/grub/grub.cfg: ============================
  54. --------------------------------------------------------------------------------
  55. if loadfont /boot/grub/font.pf2 ; then
  56. set gfxmode=auto
  57. insmod efi_gop
  58. insmod efi_uga
  59. insmod gfxterm
  60. terminal_output gfxterm
  61. fi
  62. set menu_color_normal=white/black
  63. set menu_color_highlight=black/light-gray
  64. menuentry "Start Linux Mint 17.2 Cinnamon 64-bit" {
  65. set gfxpayload=keep
  66. linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=${iso_path} quiet splash --
  67. initrd /casper/initrd.lz
  68. }
  69. menuentry "Start Linux Mint 17.2 Cinnamon 64-bit (compatibility mode)" {
  70. linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper xforcevesa iso-scan/filename=${iso_path} ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
  71. initrd /casper/initrd.lz
  72. }
  73. menuentry "Check the integrity of the medium" {
  74. linux /casper/vmlinuz boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash --
  75. initrd /casper/initrd.lz
  76. }
  77. --------------------------------------------------------------------------------
  78. ============================== sdb/syslinux.cfg: ===============================
  79. --------------------------------------------------------------------------------
  80. default menu.c32
  81. prompt 0
  82. menu title UNetbootin
  83. timeout 100
  84. label unetbootindefault
  85. menu label Default
  86. kernel /ubnkern
  87. append initrd=/ubninit file=/cdrom/preseed/linuxmint.seed boot=casper quiet splash --
  88. label ubnentry0
  89. menu label Start Linux Mint
  90. kernel /casper/vmlinuz
  91. append initrd=/casper/initrd.lz file=/cdrom/preseed/linuxmint.seed boot=casper quiet splash --
  92. label ubnentry1
  93. menu label Start in compatibility mode
  94. kernel /casper/vmlinuz
  95. append initrd=/casper/initrd.lz file=/cdrom/preseed/linuxmint.seed boot=casper xforcevesa nomodeset b43.blacklist=yes ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
  96. label ubnentry2
  97. menu label Integrity check
  98. kernel /casper/vmlinuz
  99. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash --
  100. label ubnentry3
  101. menu label Memory test
  102. kernel /casper/memtest
  103. append initrd=/ubninit
  104. label ubnentry4
  105. menu label Boot from local drive
  106. kernel /ubnkern
  107. append initrd=/ubninit hd0
  108. label ubnentry5
  109. menu label Start Linux Mint 17.2 Cinnamon 64-bit
  110. kernel /casper/vmlinuz
  111. append initrd=/casper/initrd.lz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=${iso_path} quiet splash --
  112. label ubnentry6
  113. menu label Start Linux Mint 17.2 Cinnamon 64-bit (compatibility mode)
  114. kernel /casper/vmlinuz
  115. append initrd=/casper/initrd.lz file=/cdrom/preseed/linuxmint.seed boot=casper xforcevesa iso-scan/filename=${iso_path} ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
  116. label ubnentry7
  117. menu label Check the integrity of the medium
  118. kernel /casper/vmlinuz
  119. append initrd=/casper/initrd.lz boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash --
  120. --------------------------------------------------------------------------------
  121. =============== sdb: Version of COM32(R) files used by Syslinux: ===============
  122. menu.c32 : COM32R module (v4.xx)
  123. =============================== StdErr Messages: ===============================
  124. File descriptor 9 (/proc/23389/mounts) leaked on lvs invocation. Parent PID 29763: bash
  125. File descriptor 63 (pipe:[56948]) leaked on lvs invocation. Parent PID 29763: bash
  126. No volume groups found
  127. ADDITIONAL INFORMATION :
  128. =================== log of boot-repair 2015-09-04__07h33 ===================
  129. boot-repair version : 4ppa33
  130. boot-sav version : 4ppa33
  131. glade2script version : 3.2.2~ppa47~saucy
  132. boot-sav-extra version :
  133. boot-repair is executed in live-session (Linux Mint 17.2 Rafaela, rafaela, LinuxMint, x86_64)
  134. CPU op-mode(s): 32-bit, 64-bit
  135. initrd=/ubninit file=/cdrom/preseed/linuxmint.seed boot=casper quiet splash -- BOOT_IMAGE=/ubnkern
  136. ls: cannot access /home/usr/.config: No such file or directory
  137. =================== os-prober:
  138. /dev/sda1:Windows 7 (loader):Windows:chain
  139. =================== blkid:
  140. /dev/loop0: TYPE="squashfs"
  141. /dev/sda1: LABEL="RM-CM-)servM-CM-) au systM-CM-(me" UUID="0E8C48438C482813" TYPE="ntfs"
  142. /dev/sda2: UUID="127E5FF77E5FD259" TYPE="ntfs"
  143. /dev/sdb: LABEL="16GO" UUID="881E-39C0" TYPE="vfat"
  144. 1 disks with OS, 1 OS : 0 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  145. Windows not detected by os-prober on sda2.
  146. =================== UEFI/Legacy mode:
  147. This live-session is not in EFI-mode.
  148. SecureBoot maybe enabled.
  149. =================== PARTITIONS & DISKS:
  150. 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, no-winload, 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.
  151. sda2 : 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, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  152. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  153. =================== parted -l:
  154. Model: ATA C300-CTFDDAC128M (scsi)
  155. Disk /dev/sda: 128GB
  156. Sector size (logical/physical): 512B/512B
  157. Partition Table: msdos
  158. Number Start End Size Type File system Flags
  159. 1 1049kB 106MB 105MB primary ntfs
  160. 2 106MB 128GB 128GB primary ntfs boot
  161. Model: JetFlash Transcend 16GB (scsi)
  162. Disk /dev/sdb: 15.8GB
  163. Sector size (logical/physical): 512B/512B
  164. Partition Table: loop
  165. Number Start End Size File system Flags
  166. 1 0.00B 15.8GB 15.8GB fat32
  167. =================== parted -lm:
  168. BYT;
  169. /dev/sda:128GB:scsi:512:512:msdos:ATA C300-CTFDDAC128M;
  170. 1:1049kB:106MB:105MB:ntfs::;
  171. 2:106MB:128GB:128GB:ntfs::boot;
  172. BYT;
  173. /dev/sdb:15.8GB:scsi:512:512:loop:JetFlash Transcend 16GB;
  174. 1:0.00B:15.8GB:15.8GB:fat32::;
  175. =================== lsblk:
  176. KNAME TYPE FSTYPE SIZE LABEL MODEL UUID
  177. sda disk 119.2G C300-CTF
  178. sda1 part ntfs 100M Réservé au système
  179. 0E8C48438C482813
  180. sda2 part ntfs 119.1G 127E5FF77E5FD259
  181. sdb disk vfat 14.7G 16GO Transcen 881E-39C0
  182. loop0 loop squashfs 1.5G
  183. KNAME ROTA RO RM STATE MOUNTPOINT
  184. sda 0 0 0 running
  185. sda1 0 0 0 /mnt/boot-sav/sda1
  186. sda2 0 0 0 /mnt/boot-sav/sda2
  187. sdb 1 0 1 running /cdrom
  188. loop0 1 1 0 /rofs
  189. =================== mount:
  190. /cow on / type overlayfs (rw)
  191. proc on /proc type proc (rw,noexec,nosuid,nodev)
  192. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  193. udev on /dev type devtmpfs (rw,mode=0755)
  194. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  195. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  196. /dev/sdb on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  197. /dev/loop0 on /rofs type squashfs (ro,noatime)
  198. none on /sys/fs/cgroup type tmpfs (rw)
  199. none on /sys/fs/fuse/connections type fusectl (rw)
  200. none on /sys/kernel/debug type debugfs (rw)
  201. none on /sys/kernel/security type securityfs (rw)
  202. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  203. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  204. none on /run/shm type tmpfs (rw,nosuid,nodev)
  205. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  206. none on /sys/fs/pstore type pstore (rw)
  207. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  208. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  209. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=mint)
  210. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  211. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  212. =================== ls:
  213. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 size slaves stat subsystem trace uevent
  214. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  215. /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 hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sdb sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom usb vfio vga_arbiter vhci vhost-net zero
  216. ls /dev/mapper: control
  217. =================== hexdump -n512 -C /dev/sda1
  218. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  219. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  220. 00000020 00 00 00 00 80 00 80 00 ff 1f 03 00 00 00 00 00 |................|
  221. 00000030 55 21 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |U!..............|
  222. 00000040 f6 00 00 00 01 00 00 00 13 28 48 8c 43 48 8c 0e |.........(H.CH..|
  223. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  224. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  225. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  226. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  227. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  228. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  229. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  230. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  231. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  232. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  233. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  234. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  235. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  236. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  237. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  238. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  239. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  240. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  241. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  242. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  243. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  244. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  245. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  246. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  247. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  248. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  249. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  250. 00000200
  251. =================== hexdump -n512 -C /dev/sda2
  252. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  253. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 28 03 00 |........?....(..|
  254. 00000020 00 00 00 00 80 00 80 00 6e 82 e4 0e 00 00 00 00 |........n.......|
  255. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  256. 00000040 f6 00 00 00 01 00 00 00 59 d2 5f 7e f7 5f 7e 12 |........Y._~._~.|
  257. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  258. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  259. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  260. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  261. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  262. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  263. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  264. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  265. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  266. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  267. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  268. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  269. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  270. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  271. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  272. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  273. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  274. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  275. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  276. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  277. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  278. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  279. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  280. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  281. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  282. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  283. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  284. 00000200
  285. =================== df -Th:
  286. Filesystem Type Size Used Avail Use% Mounted on
  287. /cow overlayfs 2.9G 267M 2.6G 10% /
  288. udev devtmpfs 2.9G 12K 2.9G 1% /dev
  289. tmpfs tmpfs 586M 1.4M 585M 1% /run
  290. /dev/sdb vfat 15G 1.6G 14G 11% /cdrom
  291. /dev/loop0 squashfs 1.5G 1.5G 0 100% /rofs
  292. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  293. tmpfs tmpfs 2.9G 96K 2.9G 1% /tmp
  294. none tmpfs 5.0M 0 5.0M 0% /run/lock
  295. none tmpfs 2.9G 668K 2.9G 1% /run/shm
  296. none tmpfs 100M 16K 100M 1% /run/user
  297. /dev/sda1 fuseblk 100M 26M 75M 26% /mnt/boot-sav/sda1
  298. /dev/sda2 fuseblk 120G 39G 81G 33% /mnt/boot-sav/sda2
  299. =================== fdisk -l:
  300. Disk /dev/sda: 128.0 GB, 128034594304 bytes
  301. 255 heads, 63 sectors/track, 15565 cylinders, total 250067567 sectors
  302. Units = sectors of 1 * 512 = 512 bytes
  303. Sector size (logical/physical): 512 bytes / 512 bytes
  304. I/O size (minimum/optimal): 512 bytes / 512 bytes
  305. Disk identifier: 0x52fc907d
  306. Device Boot Start End Blocks Id System
  307. /dev/sda1 2048 206847 102400 7 HPFS/NTFS/exFAT
  308. /dev/sda2 * 206848 250063470 124928311+ 7 HPFS/NTFS/exFAT
  309. Disk /dev/sdb: 15.8 GB, 15804137472 bytes
  310. 64 heads, 32 sectors/track, 15072 cylinders, total 30867456 sectors
  311. Units = sectors of 1 * 512 = 512 bytes
  312. Sector size (logical/physical): 512 bytes / 512 bytes
  313. I/O size (minimum/optimal): 512 bytes / 512 bytes
  314. Disk identifier: 0x0009e87d
  315. This doesn't look like a partition table
  316. Probably you selected the wrong device.
  317. Device Boot Start End Blocks Id System
  318. /dev/sdb1 ? 3223366752 3470046675 123339962 f4 SpeedStor
  319. /dev/sdb2 ? 378192737 710426324 166116794 10 OPUS
  320. /dev/sdb3 ? 225603442 225603451 5 74 Unknown
  321. Partition table entries are not in disk order
  322. =================== Recommended repair
  323. The default repair of the Boot-Repair utility will restore the [(generic mbr)] MBR in sda, and make it boot on sda2.
  324. Additional repair will be performed: unhide-bootmenu-10s fix-windows-boot
  325. Quantity of real Windows: 1
  326. Will restore the MBR_TO_RESTORE : sda (generic mbr) into sda
  327. dd if=/usr/lib/syslinux/mbr.bin of=/dev/sda
  328. 0+1 records in
  329. 0+1 records out
  330. Boot successfully repaired.
  331. You can now reboot your computer.