Advertisement
UncleAsriel

BootInfo summary

Jul 31st, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.29 KB | None | 0 0
  1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 31Jan2013]
  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. in partition 1 for /boot/grub.
  9. => Windows Vista is installed in the MBR of /dev/sdb.
  10.  
  11. sda1: __________________________________________________________________________
  12.  
  13. File system: ntfs
  14. Boot sector type: Windows Vista: NTFS
  15. Boot sector info: No errors found in the Boot Parameter Block.
  16. Operating System: Windows Vista
  17. Boot files: /bootmgr /Boot/BCD /wubildr /wubildr.mbr
  18.  
  19. sda2: __________________________________________________________________________
  20.  
  21. File system: ntfs
  22. Boot sector type: Windows Vista: NTFS
  23. Boot sector info: No errors found in the Boot Parameter Block.
  24. Operating System:
  25. Boot files: /bootmgr /boot/bcd /wubildr
  26.  
  27. sdb1: __________________________________________________________________________
  28.  
  29. File system: ext4
  30. Boot sector type: Grub2 (v1.99-2.00)
  31. Boot sector info: Grub2 (v1.99) is installed in the boot sector of sdb1
  32. and looks at sector 453253680 of the same hard drive
  33. for core.img. core.img is at this location and looks
  34. for (,msdos1)/boot/grub on this drive.
  35. Operating System: Ubuntu 12.04.2 LTS
  36. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  37.  
  38. sdb2: __________________________________________________________________________
  39.  
  40. File system:
  41. Boot sector type: -
  42. Boot sector info:
  43. Mounting failed: mount: unknown filesystem type ''
  44.  
  45. ============================ Drive/Partition Info: =============================
  46.  
  47. Drive: sda _____________________________________________________________________
  48.  
  49. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  50. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  51. Units = sectors of 1 * 512 = 512 bytes
  52. Sector size (logical/physical): 512 bytes / 512 bytes
  53.  
  54. Partition Boot Start Sector End Sector # of Sectors Id System
  55.  
  56. /dev/sda1 * 63 920,432,702 920,432,640 7 NTFS / exFAT / HPFS
  57. /dev/sda2 953,200,710 976,768,064 23,567,355 7 NTFS / exFAT / HPFS
  58.  
  59.  
  60. Drive: sdb _____________________________________________________________________
  61.  
  62. Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  63. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  64. Units = sectors of 1 * 512 = 512 bytes
  65. Sector size (logical/physical): 512 bytes / 4096 bytes
  66.  
  67. Partition Boot Start Sector End Sector # of Sectors Id System
  68.  
  69. /dev/sdb1 * 2,048 968,959,999 968,957,952 83 Linux
  70. /dev/sdb2 968,960,000 976,771,071 7,811,072 82 Linux swap / Solaris
  71.  
  72.  
  73. "blkid" output: ________________________________________________________________
  74.  
  75. Device UUID TYPE LABEL
  76.  
  77. /dev/loop0 squashfs
  78. /dev/sda1 6ED84C77D84C3F97 ntfs HP
  79. /dev/sda2 949CA48C9CA46A86 ntfs FACTORY_IMAGE
  80. /dev/sdb1 8864a41d-4c11-460c-99a5-1cc0089a894e ext4
  81. /dev/sr0 iso9660 Boot-Repair-Disk 64bit
  82.  
  83. ================================ Mount points: =================================
  84.  
  85. Device Mount_Point Type Options
  86.  
  87. /dev/loop0 /rofs squashfs (ro,noatime)
  88. /dev/sr0 /cdrom iso9660 (ro,noatime)
  89.  
  90.  
  91. =========================== sdb1/boot/grub/grub.cfg: ===========================
  92.  
  93. --------------------------------------------------------------------------------
  94. #
  95. # DO NOT EDIT THIS FILE
  96. #
  97. # It is automatically generated by grub-mkconfig using templates
  98. # from /etc/grub.d and settings from /etc/default/grub
  99. #
  100.  
  101. ### BEGIN /etc/grub.d/00_header ###
  102. if [ -s $prefix/grubenv ]; then
  103. set have_grubenv=true
  104. load_env
  105. fi
  106. set default="0"
  107. if [ "${prev_saved_entry}" ]; then
  108. set saved_entry="${prev_saved_entry}"
  109. save_env saved_entry
  110. set prev_saved_entry=
  111. save_env prev_saved_entry
  112. set boot_once=true
  113. fi
  114.  
  115. function savedefault {
  116. if [ -z "${boot_once}" ]; then
  117. saved_entry="${chosen}"
  118. save_env saved_entry
  119. fi
  120. }
  121.  
  122. function recordfail {
  123. set recordfail=1
  124. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  125. }
  126.  
  127. function load_video {
  128. insmod vbe
  129. insmod vga
  130. insmod video_bochs
  131. insmod video_cirrus
  132. }
  133.  
  134. insmod part_msdos
  135. insmod ext2
  136. set root='(hd1,msdos1)'
  137. search --no-floppy --fs-uuid --set=root 8864a41d-4c11-460c-99a5-1cc0089a894e
  138. if loadfont /usr/share/grub/unicode.pf2 ; then
  139. set gfxmode=auto
  140. load_video
  141. insmod gfxterm
  142. insmod part_msdos
  143. insmod ext2
  144. set root='(hd1,msdos1)'
  145. search --no-floppy --fs-uuid --set=root 8864a41d-4c11-460c-99a5-1cc0089a894e
  146. set locale_dir=($root)/boot/grub/locale
  147. set lang=en_US
  148. insmod gettext
  149. fi
  150. terminal_output gfxterm
  151. if [ "${recordfail}" = 1 ]; then
  152. set timeout=-1
  153. else
  154. set timeout=10
  155. fi
  156. ### END /etc/grub.d/00_header ###
  157.  
  158. ### BEGIN /etc/grub.d/05_debian_theme ###
  159. set menu_color_normal=white/black
  160. set menu_color_highlight=black/light-gray
  161. if background_color 44,0,30; then
  162. clear
  163. fi
  164. ### END /etc/grub.d/05_debian_theme ###
  165.  
  166. ### BEGIN /etc/grub.d/10_linux ###
  167. function gfxmode {
  168. set gfxpayload="${1}"
  169. if [ "${1}" = "keep" ]; then
  170. set vt_handoff=vt.handoff=7
  171. else
  172. set vt_handoff=
  173. fi
  174. }
  175. if [ "${recordfail}" != 1 ]; then
  176. if [ -e ${prefix}/gfxblacklist.txt ]; then
  177. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  178. if [ ${match} = 0 ]; then
  179. set linux_gfx_mode=keep
  180. else
  181. set linux_gfx_mode=text
  182. fi
  183. else
  184. set linux_gfx_mode=text
  185. fi
  186. else
  187. set linux_gfx_mode=keep
  188. fi
  189. else
  190. set linux_gfx_mode=text
  191. fi
  192. export linux_gfx_mode
  193. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  194. menuentry 'Ubuntu, with Linux 3.5.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  195. recordfail
  196. gfxmode $linux_gfx_mode
  197. insmod gzio
  198. insmod part_msdos
  199. insmod ext2
  200. set root='(hd1,msdos1)'
  201. search --no-floppy --fs-uuid --set=root 8864a41d-4c11-460c-99a5-1cc0089a894e
  202. linux /boot/vmlinuz-3.5.0-23-generic root=UUID=8864a41d-4c11-460c-99a5-1cc0089a894e ro quiet splash $vt_handoff
  203. initrd /boot/initrd.img-3.5.0-23-generic
  204. }
  205. menuentry 'Ubuntu, with Linux 3.5.0-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  206. recordfail
  207. insmod gzio
  208. insmod part_msdos
  209. insmod ext2
  210. set root='(hd1,msdos1)'
  211. search --no-floppy --fs-uuid --set=root 8864a41d-4c11-460c-99a5-1cc0089a894e
  212. echo 'Loading Linux 3.5.0-23-generic ...'
  213. linux /boot/vmlinuz-3.5.0-23-generic root=UUID=8864a41d-4c11-460c-99a5-1cc0089a894e ro recovery nomodeset
  214. echo 'Loading initial ramdisk ...'
  215. initrd /boot/initrd.img-3.5.0-23-generic
  216. }
  217. ### END /etc/grub.d/10_linux ###
  218.  
  219. ### BEGIN /etc/grub.d/20_linux_xen ###
  220. ### END /etc/grub.d/20_linux_xen ###
  221.  
  222. ### BEGIN /etc/grub.d/20_memtest86+ ###
  223. menuentry "Memory test (memtest86+)" {
  224. insmod part_msdos
  225. insmod ext2
  226. set root='(hd1,msdos1)'
  227. search --no-floppy --fs-uuid --set=root 8864a41d-4c11-460c-99a5-1cc0089a894e
  228. linux16 /boot/memtest86+.bin
  229. }
  230. menuentry "Memory test (memtest86+, serial console 115200)" {
  231. insmod part_msdos
  232. insmod ext2
  233. set root='(hd1,msdos1)'
  234. search --no-floppy --fs-uuid --set=root 8864a41d-4c11-460c-99a5-1cc0089a894e
  235. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  236. }
  237. ### END /etc/grub.d/20_memtest86+ ###
  238.  
  239. ### BEGIN /etc/grub.d/30_os-prober ###
  240. menuentry "Windows Vista (loader) (on /dev/sda2)" --class windows --class os {
  241. insmod part_msdos
  242. insmod ntfs
  243. set root='(hd0,msdos2)'
  244. search --no-floppy --fs-uuid --set=root 949CA48C9CA46A86
  245. chainloader +1
  246. }
  247. ### END /etc/grub.d/30_os-prober ###
  248.  
  249. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  250. ### END /etc/grub.d/30_uefi-firmware ###
  251.  
  252. ### BEGIN /etc/grub.d/40_custom ###
  253. # This file provides an easy way to add custom menu entries. Simply type the
  254. # menu entries you want to add after this comment. Be careful not to change
  255. # the 'exec tail' line above.
  256. ### END /etc/grub.d/40_custom ###
  257.  
  258. ### BEGIN /etc/grub.d/41_custom ###
  259. if [ -f $prefix/custom.cfg ]; then
  260. source $prefix/custom.cfg;
  261. fi
  262. ### END /etc/grub.d/41_custom ###
  263. --------------------------------------------------------------------------------
  264.  
  265. =============================== sdb1/etc/fstab: ================================
  266.  
  267. --------------------------------------------------------------------------------
  268. # /etc/fstab: static file system information.
  269. #
  270. # Use 'blkid' to print the universally unique identifier for a
  271. # device; this may be used with UUID= as a more robust way to name devices
  272. # that works even if disks are added and removed. See fstab(5).
  273. #
  274. # <file system> <mount point> <type> <options> <dump> <pass>
  275. proc /proc proc nodev,noexec,nosuid 0 0
  276. # / was on /dev/sdb1 during installation
  277. UUID=8864a41d-4c11-460c-99a5-1cc0089a894e / ext4 errors=remount-ro 0 1
  278. # swap was on /dev/sdb2 during installation
  279. #UUID=9ddddbe5-3f0b-48dc-87f1-87b3bff931de none swap sw 0 0
  280. /dev/mapper/cryptswap1 none swap sw 0 0
  281. --------------------------------------------------------------------------------
  282.  
  283. =================== sdb1: Location of files loaded by Grub: ====================
  284.  
  285. GiB - GB File Fragment(s)
  286.  
  287. 216.130168915 = 232.068001792 boot/grub/grub.cfg 1
  288. 216.128223419 = 232.065912832 boot/grub/core.img 1
  289. 0.435497284 = 0.467611648 boot/vmlinuz-3.5.0-23-generic 2
  290. 0.435497284 = 0.467611648 vmlinuz 2
  291. 280.295410156 = 300.964904960 boot/initrd.img-3.5.0-23-generic 1
  292. 280.295410156 = 300.964904960 initrd.img 1
  293.  
  294. =============================== StdErr Messages: ===============================
  295.  
  296. File descriptor 8 (/proc/12507/mounts) leaked on lvscan invocation. Parent PID 21541: bash
  297. No volume groups found
  298.  
  299. ADDITIONAL INFORMATION :
  300. =================== log of boot-repair 2013-07-31__13h30 ===================
  301. boot-repair version : 3.198~ppa16~raring
  302. boot-sav version : 3.198~ppa16~raring
  303. glade2script version : 3.2.2~ppa45~raring
  304. boot-sav-extra version : 3.198~ppa16~raring
  305. File descriptor 8 (/proc/12507/mounts) leaked on lvs invocation. Parent PID 13889: /bin/sh
  306. No volume groups found
  307. boot-repair is executed in live-session (Boot-Repair-Disk 64bit 24avr2013, raring, Ubuntu, x86_64)
  308. ls: cannot access /home/usr/.config: No such file or directory
  309. CPU op-mode(s): 32-bit, 64-bit
  310. file=/cdrom/preseed/lubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --
  311.  
  312. =================== os-prober:
  313. /dev/sda1:Windows Vista (loader):Windows:chain
  314. /dev/sda2:Windows Vista (loader):Windows1:chain
  315. /dev/sdb1:Ubuntu 12.04.2 LTS (12.04):Ubuntu:linux
  316.  
  317. =================== blkid:
  318. /dev/loop0: TYPE="squashfs"
  319. /dev/sr0: LABEL="Boot-Repair-Disk 64bit" TYPE="iso9660"
  320. /dev/sda1: LABEL="HP" UUID="6ED84C77D84C3F97" TYPE="ntfs"
  321. /dev/sda2: LABEL="FACTORY_IMAGE" UUID="949CA48C9CA46A86" TYPE="ntfs"
  322. /dev/sdb1: UUID="8864a41d-4c11-460c-99a5-1cc0089a894e" TYPE="ext4"
  323.  
  324.  
  325. 2 disks with OS, 3 OS : 1 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
  326.  
  327.  
  328.  
  329. =================== sdb1/etc/default/grub :
  330.  
  331. # If you change this file, run 'update-grub' afterwards to update
  332. # /boot/grub/grub.cfg.
  333. # For full documentation of the options in this file, see:
  334. # info -f grub -n 'Simple configuration'
  335.  
  336. GRUB_DEFAULT=0
  337. #GRUB_HIDDEN_TIMEOUT=0
  338. GRUB_HIDDEN_TIMEOUT_QUIET=true
  339. GRUB_TIMEOUT=10
  340. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  341. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  342. GRUB_CMDLINE_LINUX=""
  343.  
  344. # Uncomment to enable BadRAM filtering, modify to suit your needs
  345. # This works with Linux (no patch required) and with any kernel that obtains
  346. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  347. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  348.  
  349. # Uncomment to disable graphical terminal (grub-pc only)
  350. #GRUB_TERMINAL=console
  351.  
  352. # The resolution used on graphical terminal
  353. # note that you can use only modes which your graphic card supports via VBE
  354. # you can see them in real GRUB with the command `vbeinfo'
  355. #GRUB_GFXMODE=640x480
  356.  
  357. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  358. #GRUB_DISABLE_LINUX_UUID=true
  359.  
  360. # Uncomment to disable generation of recovery mode menu entries
  361. #GRUB_DISABLE_RECOVERY="true"
  362.  
  363. # Uncomment to get a beep at grub start
  364. #GRUB_INIT_TUNE="480 440 1"
  365.  
  366.  
  367.  
  368.  
  369. =================== sdb1/etc/grub.d/ :
  370. drwxr-xr-x 2 root root 4096 Feb 13 22:10 grub.d
  371. total 60
  372. -rwxr-xr-x 1 root root 6743 Jan 22 2013 00_header
  373. -rwxr-xr-x 1 root root 5522 Jan 22 2013 05_debian_theme
  374. -rwxr-xr-x 1 root root 7780 Jan 22 2013 10_linux
  375. -rwxr-xr-x 1 root root 6335 Jan 22 2013 20_linux_xen
  376. -rwxr-xr-x 1 root root 1588 Nov 27 2011 20_memtest86+
  377. -rwxr-xr-x 1 root root 7603 Jan 22 2013 30_os-prober
  378. -rwxr-xr-x 1 root root 1388 Jan 22 2013 30_uefi-firmware
  379. -rwxr-xr-x 1 root root 214 Jan 22 2013 40_custom
  380. -rwxr-xr-x 1 root root 95 Jan 22 2013 41_custom
  381. -rw-r--r-- 1 root root 483 Jan 22 2013 README
  382.  
  383.  
  384. =================== UEFI/Legacy mode:
  385. This live-session is not in EFI-mode.
  386. SecureBoot maybe enabled.
  387.  
  388.  
  389. =================== PARTITIONS & DISKS:
  390. 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, farbios, /mnt/boot-sav/sda1.
  391. 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, no-winload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  392. sdb1 : sdb, 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, farbios, /mnt/boot-sav/sdb1.
  393.  
  394. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 63 sectors * 512 bytes
  395. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  396.  
  397.  
  398. =================== parted -l:
  399.  
  400. Model: ATA Hitachi HDP72505 (scsi)
  401. Disk /dev/sda: 500GB
  402. Sector size (logical/physical): 512B/512B
  403. Partition Table: msdos
  404.  
  405. Number Start End Size Type File system Flags
  406. 1 32.3kB 471GB 471GB primary ntfs boot
  407. 2 488GB 500GB 12.1GB primary ntfs
  408.  
  409.  
  410. Model: ATA ST500DM002-1BD14 (scsi)
  411. Disk /dev/sdb: 500GB
  412. Sector size (logical/physical): 512B/4096B
  413. Partition Table: msdos
  414.  
  415. Number Start End Size Type File system Flags
  416. 1 1049kB 496GB 496GB primary ext4 boot
  417. 2 496GB 500GB 3999MB primary
  418.  
  419.  
  420.  
  421.  
  422. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  423. has been opened read-only.
  424.  
  425.  
  426. Error: /dev/sr0: unrecognised disk label
  427.  
  428. =================== parted -lm:
  429.  
  430. BYT;
  431. /dev/sda:500GB:scsi:512:512:msdos:ATA Hitachi HDP72505;
  432. 1:32.3kB:471GB:471GB:ntfs::boot;
  433. 2:488GB:500GB:12.1GB:ntfs::;
  434.  
  435. BYT;
  436. /dev/sdb:500GB:scsi:512:4096:msdos:ATA ST500DM002-1BD14;
  437. 1:1049kB:496GB:496GB:ext4::boot;
  438. 2:496GB:500GB:3999MB:::;
  439.  
  440.  
  441.  
  442. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  443. has been opened read-only.
  444.  
  445.  
  446. Error: /dev/sr0: unrecognised disk label
  447.  
  448.  
  449. =================== mount:
  450. /cow on / type overlayfs (rw)
  451. proc on /proc type proc (rw,noexec,nosuid,nodev)
  452. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  453. udev on /dev type devtmpfs (rw,mode=0755)
  454. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  455. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  456. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  457. /dev/loop0 on /rofs type squashfs (ro,noatime)
  458. none on /sys/fs/cgroup type tmpfs (rw)
  459. none on /sys/fs/fuse/connections type fusectl (rw)
  460. none on /sys/kernel/debug type debugfs (rw)
  461. none on /sys/kernel/security type securityfs (rw)
  462. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  463. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  464. none on /run/shm type tmpfs (rw,nosuid,nodev)
  465. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  466. gvfsd-fuse on /run/user/lubuntu/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=lubuntu)
  467. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  468. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  469. /dev/sdb1 on /mnt/boot-sav/sdb1 type ext4 (rw)
  470.  
  471.  
  472. =================== ls:
  473. /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
  474. /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 sdb1 sdb2 size slaves stat subsystem trace uevent
  475. /sys/block/sr0 (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
  476. /dev (filtered): alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd full fuse fw0 hidraw0 hidraw1 hidraw2 hpet input kmsg kvm log mapper mcelog mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sdb sdb1 sdb2 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uinput urandom vga_arbiter vhost-net zero
  477. ls /dev/mapper: control
  478.  
  479. =================== hexdump -n512 -C /dev/sda1
  480. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  481. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
  482. 00000020 00 00 00 00 80 00 80 00 ff af dc 36 00 00 00 00 |...........6....|
  483. 00000030 00 00 0c 00 00 00 00 00 00 0b 8d 03 00 00 00 00 |................|
  484. 00000040 f6 00 00 00 01 00 00 00 97 3f 4c d8 77 4c d8 6e |.........?L.wL.n|
  485. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  486. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  487. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  488. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 d2 00 1e 83 ec |U.u.....u.......|
  489. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  490. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  491. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  492. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  493. 000000d0 40 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |@.+.w......f#.u-|
  494. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  495. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  496. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a e9 6a 01 |U...h..fa.....j.|
  497. 00000110 90 90 66 60 1e 06 66 a1 11 00 66 03 06 1c 00 1e |..f`..f...f.....|
  498. 00000120 66 68 00 00 00 00 66 50 06 53 68 01 00 68 10 00 |fh....fP.Sh..h..|
  499. 00000130 b4 42 8a 16 0e 00 16 1f 8b f4 cd 13 66 59 5b 5a |.B..........fY[Z|
  500. 00000140 66 59 66 59 1f 0f 82 16 00 66 ff 06 11 00 03 16 |fYfY.....f......|
  501. 00000150 0f 00 8e c2 ff 0e 16 00 75 bc 07 1f 66 61 c3 a0 |........u...fa..|
  502. 00000160 f8 01 e8 08 00 a0 fb 01 e8 02 00 eb fe b4 01 8b |................|
  503. 00000170 f0 ac 3c 00 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 |..<.t...........|
  504. 00000180 0d 0a 41 20 64 69 73 6b 20 72 65 61 64 20 65 72 |..A disk read er|
  505. 00000190 72 6f 72 20 6f 63 63 75 72 72 65 64 00 0d 0a 42 |ror occurred...B|
  506. 000001a0 4f 4f 54 4d 47 52 20 69 73 20 6d 69 73 73 69 6e |OOTMGR is missin|
  507. 000001b0 67 00 0d 0a 42 4f 4f 54 4d 47 52 20 69 73 20 63 |g...BOOTMGR is c|
  508. 000001c0 6f 6d 70 72 65 73 73 65 64 00 0d 0a 50 72 65 73 |ompressed...Pres|
  509. 000001d0 73 20 43 74 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 |s Ctrl+Alt+Del t|
  510. 000001e0 6f 20 72 65 73 74 61 72 74 0d 0a 00 00 00 00 00 |o restart.......|
  511. 000001f0 00 00 00 00 00 00 00 00 80 9d b2 ca 00 00 55 aa |..............U.|
  512. 00000200
  513.  
  514. =================== hexdump -n512 -C /dev/sda2
  515. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  516. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 46 b0 d0 38 |........?...F..8|
  517. 00000020 00 00 00 00 80 00 80 00 f9 9b 67 01 00 00 00 00 |..........g.....|
  518. 00000030 08 f6 01 00 00 00 00 00 0b f1 02 00 00 00 00 00 |................|
  519. 00000040 f6 00 00 00 01 00 00 00 86 6a a4 9c 8c a4 9c 94 |.........j......|
  520. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  521. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  522. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  523. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 d2 00 1e 83 ec |U.u.....u.......|
  524. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  525. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  526. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  527. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  528. 000000d0 40 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |@.+.w......f#.u-|
  529. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  530. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  531. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a e9 6a 01 |U...h..fa.....j.|
  532. 00000110 90 90 66 60 1e 06 66 a1 11 00 66 03 06 1c 00 1e |..f`..f...f.....|
  533. 00000120 66 68 00 00 00 00 66 50 06 53 68 01 00 68 10 00 |fh....fP.Sh..h..|
  534. 00000130 b4 42 8a 16 0e 00 16 1f 8b f4 cd 13 66 59 5b 5a |.B..........fY[Z|
  535. 00000140 66 59 66 59 1f 0f 82 16 00 66 ff 06 11 00 03 16 |fYfY.....f......|
  536. 00000150 0f 00 8e c2 ff 0e 16 00 75 bc 07 1f 66 61 c3 a0 |........u...fa..|
  537. 00000160 f8 01 e8 08 00 a0 fb 01 e8 02 00 eb fe b4 01 8b |................|
  538. 00000170 f0 ac 3c 00 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 |..<.t...........|
  539. 00000180 0d 0a 41 20 64 69 73 6b 20 72 65 61 64 20 65 72 |..A disk read er|
  540. 00000190 72 6f 72 20 6f 63 63 75 72 72 65 64 00 0d 0a 42 |ror occurred...B|
  541. 000001a0 4f 4f 54 4d 47 52 20 69 73 20 6d 69 73 73 69 6e |OOTMGR is missin|
  542. 000001b0 67 00 0d 0a 42 4f 4f 54 4d 47 52 20 69 73 20 63 |g...BOOTMGR is c|
  543. 000001c0 6f 6d 70 72 65 73 73 65 64 00 0d 0a 50 72 65 73 |ompressed...Pres|
  544. 000001d0 73 20 43 74 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 |s Ctrl+Alt+Del t|
  545. 000001e0 6f 20 72 65 73 74 61 72 74 0d 0a 00 00 00 00 00 |o restart.......|
  546. 000001f0 52 45 43 4f 56 45 52 59 80 9d b2 ca 00 00 55 aa |RECOVERY......U.|
  547. 00000200
  548.  
  549. =================== df -Th:
  550.  
  551. Filesystem Type Size Used Avail Use% Mounted on
  552. /cow overlayfs 1.9G 21M 1.9G 2% /
  553. udev devtmpfs 1.9G 12K 1.9G 1% /dev
  554. tmpfs tmpfs 383M 788K 382M 1% /run
  555. /dev/sr0 iso9660 508M 508M 0 100% /cdrom
  556. /dev/loop0 squashfs 435M 435M 0 100% /rofs
  557. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  558. tmpfs tmpfs 1.9G 616K 1.9G 1% /tmp
  559. none tmpfs 5.0M 0 5.0M 0% /run/lock
  560. none tmpfs 1.9G 0 1.9G 0% /run/shm
  561. none tmpfs 100M 12K 100M 1% /run/user
  562. /dev/sda1 fuseblk 439G 293G 147G 67% /mnt/boot-sav/sda1
  563. /dev/sda2 fuseblk 12G 11G 1.1G 91% /mnt/boot-sav/sda2
  564. /dev/sdb1 ext4 455G 2.8G 429G 1% /mnt/boot-sav/sdb1
  565.  
  566. =================== fdisk -l:
  567.  
  568. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  569. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  570. Units = sectors of 1 * 512 = 512 bytes
  571. Sector size (logical/physical): 512 bytes / 512 bytes
  572. I/O size (minimum/optimal): 512 bytes / 512 bytes
  573. Disk identifier: 0x1549f232
  574.  
  575. Device Boot Start End Blocks Id System
  576. /dev/sda1 * 63 920432702 460216320 7 HPFS/NTFS/exFAT
  577. /dev/sda2 953200710 976768064 11783677+ 7 HPFS/NTFS/exFAT
  578.  
  579. Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  580. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  581. Units = sectors of 1 * 512 = 512 bytes
  582. Sector size (logical/physical): 512 bytes / 4096 bytes
  583. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  584. Disk identifier: 0x19280873
  585.  
  586. Device Boot Start End Blocks Id System
  587. /dev/sdb1 * 2048 968959999 484478976 83 Linux
  588. /dev/sdb2 968960000 976771071 3905536 82 Linux swap / Solaris
  589.  
  590.  
  591. User choice: Is sdb (500GB) a removable disk? no
  592. =================== Final advice in case of recommended repair
  593. Please do not forget to make your BIOS boot on sdb (500GB) disk!
  594.  
  595. A broken Wubi has been detected. Please fix it this way:
  596. https://wiki.ubuntu.com/WubiGuide#Cannot_boot_into_Ubuntu
  597.  
  598. =================== Default settings
  599. Recommended-Repair
  600. This setting would reinstall the grub2 of sdb1 into the MBRs of all disks (except USB without OS).
  601. Additional repair would be performed: unhide-bootmenu-10s repair-filesystems fix-windows-boot
  602.  
  603. =================== Settings chosen by the user
  604. Boot-Info
  605. This setting will not act on the MBR.
  606.  
  607.  
  608.  
  609. No change has been performed on your computer.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement