Advertisement
Guest User

Untitled

a guest
Aug 18th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.70 KB | None | 0 0
  1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 10Aug2013]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
  7. the same hard drive for core.img. core.img is at this location and looks
  8. for (,msdos2)/boot/grub on this drive.
  9.  
  10. sda1: __________________________________________________________________________
  11.  
  12. File system: vfat
  13. Boot sector type: Dell Utility: FAT16
  14. Boot sector info: No errors found in the Boot Parameter Block.
  15. Operating System:
  16. Boot files: /DELLBIO.BIN /DELLRMK.BIN /COMMAND.COM
  17.  
  18. sda2: __________________________________________________________________________
  19.  
  20. File system: ext4
  21. Boot sector type: -
  22. Boot sector info:
  23. Operating System: elementary OS Luna
  24. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  25.  
  26. sda3: __________________________________________________________________________
  27.  
  28. File system: ntfs
  29. Boot sector type: Windows 7/2008: NTFS
  30. Boot sector info: No errors found in the Boot Parameter Block.
  31. Operating System: Windows 7
  32. Boot files: /Windows/System32/winload.exe
  33.  
  34. sda4: __________________________________________________________________________
  35.  
  36. File system: swap
  37. Boot sector type: -
  38. Boot sector info:
  39.  
  40. ============================ Drive/Partition Info: =============================
  41.  
  42. Drive: sda _____________________________________________________________________
  43.  
  44. Disk /dev/sda: 128.0 GB, 128035676160 bytes
  45. 255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
  46. Units = sectors of 1 * 512 = 512 bytes
  47. Sector size (logical/physical): 512 bytes / 512 bytes
  48.  
  49. Partition Boot Start Sector End Sector # of Sectors Id System
  50.  
  51. /dev/sda1 63 80,324 80,262 de Dell Utility
  52. /dev/sda2 81,920 25,767,935 25,686,016 83 Linux
  53. /dev/sda3 * 25,767,936 233,289,727 207,521,792 7 NTFS / exFAT / HPFS
  54. /dev/sda4 233,289,728 237,195,977 3,906,250 82 Linux swap / Solaris
  55.  
  56.  
  57. "blkid" output: ________________________________________________________________
  58.  
  59. Device UUID TYPE LABEL
  60.  
  61. /dev/sda1 5450-4444 vfat DellUtility
  62. /dev/sda2 c8337ee0-284b-49b8-983c-5e647083ed53 ext4
  63. /dev/sda3 76448DAB448D6F25 ntfs OS
  64. /dev/sda4 3933e20b-8469-4d91-8f08-8e461da8c959 swap
  65.  
  66. ================================ Mount points: =================================
  67.  
  68. Device Mount_Point Type Options
  69.  
  70. /dev/sda2 / ext4 (rw,errors=remount-ro)
  71.  
  72.  
  73. =========================== sda2/boot/grub/grub.cfg: ===========================
  74.  
  75. --------------------------------------------------------------------------------
  76. #
  77. # DO NOT EDIT THIS FILE
  78. #
  79. # It is automatically generated by grub-mkconfig using templates
  80. # from /etc/grub.d and settings from /etc/default/grub
  81. #
  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. set default="0"
  89. if [ "${prev_saved_entry}" ]; then
  90. set saved_entry="${prev_saved_entry}"
  91. save_env saved_entry
  92. set prev_saved_entry=
  93. save_env prev_saved_entry
  94. set boot_once=true
  95. fi
  96.  
  97. function savedefault {
  98. if [ -z "${boot_once}" ]; then
  99. saved_entry="${chosen}"
  100. save_env saved_entry
  101. fi
  102. }
  103.  
  104. function recordfail {
  105. set recordfail=1
  106. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  107. }
  108.  
  109. function load_video {
  110. insmod vbe
  111. insmod vga
  112. insmod video_bochs
  113. insmod video_cirrus
  114. }
  115.  
  116. insmod part_msdos
  117. insmod ext2
  118. set root='(hd0,msdos2)'
  119. search --no-floppy --fs-uuid --set=root c8337ee0-284b-49b8-983c-5e647083ed53
  120. if loadfont /usr/share/grub/unicode.pf2 ; then
  121. set gfxmode=auto
  122. load_video
  123. insmod gfxterm
  124. insmod part_msdos
  125. insmod ext2
  126. set root='(hd0,msdos2)'
  127. search --no-floppy --fs-uuid --set=root c8337ee0-284b-49b8-983c-5e647083ed53
  128. set locale_dir=($root)/boot/grub/locale
  129. set lang=en_US
  130. insmod gettext
  131. fi
  132. terminal_output gfxterm
  133. if [ "${recordfail}" = 1 ]; then
  134. set timeout=10
  135. else
  136. set timeout=10
  137. fi
  138. ### END /etc/grub.d/00_header ###
  139.  
  140. ### BEGIN /etc/grub.d/05_debian_theme ###
  141. set menu_color_normal=white/black
  142. set menu_color_highlight=black/light-gray
  143. if background_color 0,0,0; then
  144. clear
  145. fi
  146. ### END /etc/grub.d/05_debian_theme ###
  147.  
  148. ### BEGIN /etc/grub.d/10_linux ###
  149. function gfxmode {
  150. set gfxpayload="${1}"
  151. if [ "${1}" = "keep" ]; then
  152. set vt_handoff=vt.handoff=7
  153. else
  154. set vt_handoff=
  155. fi
  156. }
  157. if [ "${recordfail}" != 1 ]; then
  158. if [ -e ${prefix}/gfxblacklist.txt ]; then
  159. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  160. if [ ${match} = 0 ]; then
  161. set linux_gfx_mode=keep
  162. else
  163. set linux_gfx_mode=text
  164. fi
  165. else
  166. set linux_gfx_mode=text
  167. fi
  168. else
  169. set linux_gfx_mode=keep
  170. fi
  171. else
  172. set linux_gfx_mode=text
  173. fi
  174. export linux_gfx_mode
  175. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  176. menuentry 'elementary OS, with Linux 3.2.0-51-generic' --class elementary --class gnu-linux --class gnu --class os {
  177. recordfail
  178. gfxmode $linux_gfx_mode
  179. insmod gzio
  180. insmod part_msdos
  181. insmod ext2
  182. set root='(hd0,msdos2)'
  183. search --no-floppy --fs-uuid --set=root c8337ee0-284b-49b8-983c-5e647083ed53
  184. linux /boot/vmlinuz-3.2.0-51-generic root=UUID=c8337ee0-284b-49b8-983c-5e647083ed53 ro quiet splash $vt_handoff
  185. initrd /boot/initrd.img-3.2.0-51-generic
  186. }
  187. menuentry 'elementary OS, with Linux 3.2.0-51-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os {
  188. recordfail
  189. insmod gzio
  190. insmod part_msdos
  191. insmod ext2
  192. set root='(hd0,msdos2)'
  193. search --no-floppy --fs-uuid --set=root c8337ee0-284b-49b8-983c-5e647083ed53
  194. echo 'Loading Linux 3.2.0-51-generic ...'
  195. linux /boot/vmlinuz-3.2.0-51-generic root=UUID=c8337ee0-284b-49b8-983c-5e647083ed53 ro recovery nomodeset
  196. echo 'Loading initial ramdisk ...'
  197. initrd /boot/initrd.img-3.2.0-51-generic
  198. }
  199. ### END /etc/grub.d/10_linux ###
  200.  
  201. ### BEGIN /etc/grub.d/20_linux_xen ###
  202. ### END /etc/grub.d/20_linux_xen ###
  203.  
  204. ### BEGIN /etc/grub.d/30_os-prober ###
  205. ### END /etc/grub.d/30_os-prober ###
  206.  
  207. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  208. ### END /etc/grub.d/30_uefi-firmware ###
  209.  
  210. ### BEGIN /etc/grub.d/40_custom ###
  211. # This file provides an easy way to add custom menu entries. Simply type the
  212. # menu entries you want to add after this comment. Be careful not to change
  213. # the 'exec tail' line above.
  214. ### END /etc/grub.d/40_custom ###
  215.  
  216. ### BEGIN /etc/grub.d/41_custom ###
  217. if [ -f $prefix/custom.cfg ]; then
  218. source $prefix/custom.cfg;
  219. fi
  220. ### END /etc/grub.d/41_custom ###
  221. --------------------------------------------------------------------------------
  222.  
  223. =============================== sda2/etc/fstab: ================================
  224.  
  225. --------------------------------------------------------------------------------
  226. # /etc/fstab: static file system information.
  227. #
  228. # Use 'blkid' to print the universally unique identifier for a
  229. # device; this may be used with UUID= as a more robust way to name devices
  230. # that works even if disks are added and removed. See fstab(5).
  231. #
  232. # <file system> <mount point> <type> <options> <dump> <pass>
  233. proc /proc proc nodev,noexec,nosuid 0 0
  234. # / was on /dev/sda2 during installation
  235. UUID=c8337ee0-284b-49b8-983c-5e647083ed53 / ext4 errors=remount-ro 0 1
  236. # swap was on /dev/sda4 during installation
  237. UUID=3933e20b-8469-4d91-8f08-8e461da8c959 none swap sw 0 0
  238. --------------------------------------------------------------------------------
  239.  
  240. =================== sda2: Location of files loaded by Grub: ====================
  241.  
  242. GiB - GB File Fragment(s)
  243.  
  244. 8.252639771 = 8.861204480 boot/grub/grub.cfg 1
  245. 8.498119354 = 9.124786176 boot/grub/core.img 1
  246. 8.293701172 = 8.905293824 boot/vmlinuz-3.2.0-51-generic 1
  247. 8.293701172 = 8.905293824 vmlinuz 1
  248. 0.920291901 = 0.988155904 boot/initrd.img-3.2.0-51-generic 2
  249. 0.920291901 = 0.988155904 initrd.img 2
  250.  
  251.  
  252. ADDITIONAL INFORMATION :
  253. =================== log of boot-repair 2013-08-18__19h43 ===================
  254. boot-repair version : 3.199~ppa12~precise
  255. boot-sav version : 3.199~ppa12~precise
  256. glade2script version : 3.2.2~ppa45~precise
  257. boot-sav-extra version : 3.199~ppa12~precise
  258. boot-repair is executed in installed-session (elementary OS Luna, luna, elementary OS, x86_64)
  259. CPU op-mode(s): 32-bit, 64-bit
  260. BOOT_IMAGE=/boot/vmlinuz-3.2.0-51-generic root=UUID=c8337ee0-284b-49b8-983c-5e647083ed53 ro quiet splash vt.handoff=7
  261.  
  262. =================== os-prober:
  263. /dev/sda2:The OS now in use - elementary OS Luna CurrentSession:linux
  264.  
  265. =================== blkid:
  266. /dev/sda1: SEC_TYPE="msdos" LABEL="DellUtility" UUID="5450-4444" TYPE="vfat"
  267. /dev/sda2: UUID="c8337ee0-284b-49b8-983c-5e647083ed53" TYPE="ext4"
  268. /dev/sda3: LABEL="OS" UUID="76448DAB448D6F25" TYPE="ntfs"
  269. /dev/sda4: UUID="3933e20b-8469-4d91-8f08-8e461da8c959" TYPE="swap"
  270.  
  271.  
  272. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  273.  
  274. Windows not detected by os-prober on sda3.
  275.  
  276. =================== /etc/grub.d/ :
  277. drwxr-xr-x 2 root root 4096 Aug 18 18:34 grub.d
  278. total 56
  279. -rwxr-xr-x 1 root root 6743 Jul 19 19:29 00_header
  280. -rwxr-xr-x 1 root root 5522 Jul 19 19:15 05_debian_theme
  281. -rwxr-xr-x 1 root root 7780 Jul 19 19:29 10_linux
  282. -rwxr-xr-x 1 root root 6335 Jul 19 19:29 20_linux_xen
  283. -rwxr-xr-x 1 root root 7603 Jul 19 19:29 30_os-prober
  284. -rwxr-xr-x 1 root root 1388 Jul 19 19:29 30_uefi-firmware
  285. -rwxr-xr-x 1 root root 214 Jul 19 19:29 40_custom
  286. -rwxr-xr-x 1 root root 95 Jul 19 19:29 41_custom
  287. -rw-r--r-- 1 root root 483 Jul 19 19:29 README
  288.  
  289.  
  290.  
  291.  
  292. =================== /etc/default/grub :
  293.  
  294. # If you change this file, run 'update-grub' afterwards to update
  295. # /boot/grub/grub.cfg.
  296. # For full documentation of the options in this file, see:
  297. # info -f grub -n 'Simple configuration'
  298.  
  299. GRUB_DEFAULT=0
  300. #GRUB_HIDDEN_TIMEOUT=0
  301. GRUB_HIDDEN_TIMEOUT_QUIET=true
  302. GRUB_TIMEOUT=10
  303. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  304. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  305. GRUB_CMDLINE_LINUX=""
  306.  
  307. # Uncomment to enable BadRAM filtering, modify to suit your needs
  308. # This works with Linux (no patch required) and with any kernel that obtains
  309. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  310. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  311.  
  312. # Uncomment to disable graphical terminal (grub-pc only)
  313. #GRUB_TERMINAL=console
  314.  
  315. # The resolution used on graphical terminal
  316. # note that you can use only modes which your graphic card supports via VBE
  317. # you can see them in real GRUB with the command `vbeinfo'
  318. #GRUB_GFXMODE=640x480
  319.  
  320. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  321. #GRUB_DISABLE_LINUX_UUID=true
  322.  
  323. # Uncomment to disable generation of recovery mode menu entries
  324. #GRUB_DISABLE_RECOVERY="true"
  325.  
  326. # Uncomment to get a beep at grub start
  327. #GRUB_INIT_TUNE="480 440 1"
  328.  
  329.  
  330.  
  331. =================== UEFI/Legacy mode:
  332. This installed-session is not in EFI-mode.
  333. EFI in dmesg.
  334. [ 0.000000] ACPI: UEFI 00000000dafea000 0003E (v01 DELL QA09 00000002 LOHR 00000002)
  335. [ 0.000000] ACPI: UEFI 00000000dafe9000 00042 (v01 PTL COMBUF 00000001 PTL 00000001)
  336. [ 0.000000] ACPI: UEFI 00000000dafe7000 00292 (v01 DELL QA09 00000002 LOHR 00000002)
  337. SecureBoot disabled.
  338.  
  339.  
  340. =================== PARTITIONS & DISKS:
  341. sda2 : sda, not-sepboot, grubenv-ok grub2, grub-pc , 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, not-far, .
  342. sda1 : 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, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  343. sda3 : 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/sda3.
  344.  
  345. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 63 sectors * 512 bytes
  346.  
  347.  
  348. =================== parted -l:
  349.  
  350. Model: ATA SAMSUNG SSD PM83 (scsi)
  351. Disk /dev/sda: 128GB
  352. Sector size (logical/physical): 512B/512B
  353. Partition Table: msdos
  354.  
  355. Number Start End Size Type File system Flags
  356. 1 32.3kB 41.1MB 41.1MB primary fat16 diag
  357. 2 41.9MB 13.2GB 13.2GB primary ext4
  358. 3 13.2GB 119GB 106GB primary ntfs boot
  359. 4 119GB 121GB 2000MB primary linux-swap(v1)
  360.  
  361. =================== parted -lm:
  362.  
  363. BYT;
  364. /dev/sda:128GB:scsi:512:512:msdos:ATA SAMSUNG SSD PM83;
  365. 1:32.3kB:41.1MB:41.1MB:fat16::diag;
  366. 2:41.9MB:13.2GB:13.2GB:ext4::;
  367. 3:13.2GB:119GB:106GB:ntfs::boot;
  368. 4:119GB:121GB:2000MB:linux-swap(v1)::;
  369.  
  370.  
  371. =================== mount:
  372. /dev/sda2 on / type ext4 (rw,errors=remount-ro)
  373. proc on /proc type proc (rw,noexec,nosuid,nodev)
  374. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  375. none on /sys/fs/fuse/connections type fusectl (rw)
  376. none on /sys/kernel/debug type debugfs (rw)
  377. none on /sys/kernel/security type securityfs (rw)
  378. udev on /dev type devtmpfs (rw,mode=0755)
  379. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  380. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  381. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  382. none on /run/shm type tmpfs (rw,nosuid,nodev)
  383. gvfs-fuse-daemon on /home/ginobili/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=ginobili)
  384. /dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw)
  385. /dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  386.  
  387.  
  388. =================== ls:
  389. /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 sda3 sda4 size slaves stat subsystem trace uevent
  390. /dev (filtered): agpgart autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency disk dri ecryptfs fb0 fd full fuse hpet input kmsg log mapper mcelog mei mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sg0 shm snapshot snd stderr stdin stdout uinput urandom usbmon0 usbmon1 usbmon2 usbmon3 usbmon4 v4l vga_arbiter video0 zero
  391. ls /dev/mapper: control
  392.  
  393. =================== hexdump -n512 -C /dev/sda1
  394. 00000000 eb 4a 90 44 45 4c 4c 20 34 2e 31 00 02 04 01 00 |.J.DELL 4.1.....|
  395. 00000010 02 00 02 00 00 f8 4f 00 3f 00 ff 00 3f 00 00 00 |......O.?...?...|
  396. 00000020 86 39 01 00 80 00 29 44 44 50 54 44 65 6c 6c 55 |.9....)DDPTDellU|
  397. 00000030 74 69 6c 69 74 79 46 41 54 31 36 20 20 20 10 00 |tilityFAT16 ..|
  398. 00000040 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  399. 00000050 00 00 00 00 00 00 33 c0 8e d0 bc 00 07 fc b9 80 |......3.........|
  400. 00000060 00 8e d8 be 00 7c b8 00 20 8e c0 33 ff f3 66 a5 |.....|.. ..3..f.|
  401. 00000070 ea 75 00 00 20 8e d8 be cc 01 b8 01 02 b9 01 00 |.u.. ...........|
  402. 00000080 b6 00 8a 16 24 00 bb 00 02 cd 13 0f 82 0c 01 80 |....$...........|
  403. 00000090 3e c2 03 06 74 0e c6 06 c2 03 06 b8 01 03 cd 13 |>...t...........|
  404. 000000a0 0f 82 f7 00 66 0f b7 06 0e 00 66 03 06 1c 00 66 |....f.....f....f|
  405. 000000b0 0f b7 0e 16 00 66 d1 e1 66 03 c1 66 a3 46 00 66 |.....f..f..f.F.f|
  406. 000000c0 0f b7 0e 11 00 89 0e 52 00 83 c1 0f c1 e9 04 88 |.......R........|
  407. 000000d0 0e 40 00 66 03 c1 66 a3 4e 00 b8 00 30 a3 44 00 |.@.f..f.N...0.D.|
  408. 000000e0 8e c0 e8 d4 00 33 db b9 0b 00 be e1 01 8b fb f3 |.....3..........|
  409. 000000f0 a6 74 0f 83 c3 20 ff 0e 52 00 75 eb be d7 01 e9 |.t... ..R.u.....|
  410. 00000100 99 00 26 8b 47 1a a3 54 00 a1 16 00 a3 52 00 66 |..&.G..T.....R.f|
  411. 00000110 0f b7 06 0e 00 66 03 06 1c 00 66 a3 46 00 a1 52 |.....f....f.F..R|
  412. 00000120 00 3d 40 00 76 02 b0 40 a2 40 00 e8 8b 00 66 0f |.=@.v..@.@....f.|
  413. 00000130 b6 06 40 00 66 01 06 46 00 29 06 52 00 74 09 c1 |..@.f..F.).R.t..|
  414. 00000140 e0 05 01 06 44 00 eb d6 c7 06 44 00 70 00 a0 0d |....D.....D.p...|
  415. 00000150 00 a2 40 00 66 0f b7 06 54 00 66 83 e8 02 66 0f |..@.f...T.f...f.|
  416. 00000160 b6 0e 0d 00 66 f7 e1 66 03 06 4e 00 66 a3 46 00 |....f..f..N.f.F.|
  417. 00000170 e8 46 00 8b 36 54 00 b8 00 30 d1 e6 73 03 05 00 |.F..6T...0..s...|
  418. 00000180 10 8e c0 26 ad 3d f8 ff 73 16 a3 54 00 0f b6 06 |...&.=..s..T....|
  419. 00000190 0d 00 c1 e0 09 01 06 42 00 eb b9 e8 0d 00 eb fe |.......B........|
  420. 000001a0 8a 16 24 00 33 ed ea 00 00 70 00 b4 0e ac bb 07 |..$.3....p......|
  421. 000001b0 00 cd 10 80 3c 00 75 f3 c3 b4 42 8a 16 24 00 be |....<.u...B..$..|
  422. 000001c0 3e 00 cd 13 72 01 c3 be cc 01 eb cf 44 69 73 6b |>...r.......Disk|
  423. 000001d0 20 65 72 72 6f 72 00 4e 6f 20 6c 6f 61 64 65 72 | error.No loader|
  424. 000001e0 00 44 45 4c 4c 42 49 4f 20 42 49 4e 00 00 00 00 |.DELLBIO BIN....|
  425. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  426. 00000200
  427.  
  428. =================== hexdump -n512 -C /dev/sda3
  429. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  430. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 30 89 01 |........?....0..|
  431. 00000020 00 00 00 00 80 00 80 00 ff 87 5e 0c 00 00 00 00 |..........^.....|
  432. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  433. 00000040 f6 00 00 00 01 00 00 00 25 6f 8d 44 ab 8d 44 76 |........%o.D..Dv|
  434. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  435. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  436. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  437. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  438. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  439. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  440. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  441. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  442. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  443. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  444. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  445. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  446. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  447. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  448. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  449. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  450. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  451. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  452. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  453. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  454. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  455. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  456. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  457. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  458. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  459. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  460. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  461. 00000200
  462.  
  463. =================== df -Th:
  464.  
  465. Filesystem Type Size Used Avail Use% Mounted on
  466. /dev/sda2 ext4 13G 3.4G 8.1G 30% /
  467. udev devtmpfs 1.6G 8.0K 1.6G 1% /dev
  468. tmpfs tmpfs 655M 844K 655M 1% /run
  469. none tmpfs 5.0M 0 5.0M 0% /run/lock
  470. none tmpfs 1.6G 148K 1.6G 1% /run/shm
  471. /dev/sda1 vfat 40M 116K 39M 1% /mnt/boot-sav/sda1
  472. /dev/sda3 fuseblk 99G 48G 51G 49% /mnt/boot-sav/sda3
  473.  
  474. =================== fdisk -l:
  475.  
  476. Disk /dev/sda: 128.0 GB, 128035676160 bytes
  477. 255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
  478. Units = sectors of 1 * 512 = 512 bytes
  479. Sector size (logical/physical): 512 bytes / 512 bytes
  480. I/O size (minimum/optimal): 512 bytes / 512 bytes
  481. Disk identifier: 0x1259f72f
  482.  
  483. Device Boot Start End Blocks Id System
  484. /dev/sda1 63 80324 40131 de Dell Utility
  485. /dev/sda2 81920 25767935 12843008 83 Linux
  486. /dev/sda3 * 25767936 233289727 103760896 7 HPFS/NTFS/exFAT
  487. /dev/sda4 233289728 237195977 1953125 82 Linux swap / Solaris
  488.  
  489.  
  490.  
  491. =================== Default settings
  492. Recommended-Repair
  493. This setting would reinstall the grub2 of sda2 into the MBR of sda.
  494. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot
  495.  
  496. =================== Settings chosen by the user
  497. Boot-Info
  498. This setting will not act on the MBR.
  499.  
  500.  
  501.  
  502. No change has been performed on your computer.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement