Advertisement
Guest User

Boot info script results

a guest
Aug 23rd, 2012
585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.41 KB | None | 0 0
  1. Boot Info Script 0.61 [1 April 2012]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => Windows is installed in the MBR of /dev/sda.
  7. => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb.
  8.  
  9. sda1: __________________________________________________________________________
  10.  
  11. File system: ntfs
  12. Boot sector type: Windows Vista/7: NTFS
  13. Boot sector info: According to the info in the boot sector, sda1 starts
  14. at sector 2048. But according to the info from fdisk,
  15. sda1 starts at sector 63. The info in boot sector on
  16. the starting sector of the MFT is wrong. According to
  17. the info in the boot sector, sda1 has 407551 sectors,
  18. but according to the info from fdisk, it has 1984
  19. sectors.
  20. Operating System:
  21. Boot files: /bootmgr /Boot/BCD
  22.  
  23. sda2: __________________________________________________________________________
  24.  
  25. File system:
  26. Boot sector type: -
  27. Boot sector info:
  28. Mounting failed: mount: unknown filesystem type ''
  29.  
  30. sda3: __________________________________________________________________________
  31.  
  32. File system: ntfs
  33. Boot sector type: Windows Vista/7: NTFS
  34. Boot sector info: According to the info in the boot sector, sda3 starts
  35. at sector 1434787840. But according to the info from
  36. fdisk, sda3 starts at sector 409600. According to the
  37. info in the boot sector, sda3 has 30148607 sectors,
  38. but according to the info from fdisk, it has 199999999
  39. sectors.
  40. Operating System:
  41. Boot files: /bootmgr /boot/bcd
  42.  
  43. sda4: __________________________________________________________________________
  44.  
  45. File system: vfat
  46. Boot sector type: Windows 7: FAT32
  47. Boot sector info: According to the info in the boot sector, sda4 starts
  48. at sector 1464936448. But according to the info from
  49. fdisk, sda4 starts at sector 1434785792. According to
  50. the info in the boot sector, sda4 has 210672 sectors..
  51. But according to the info from the partition table, it
  52. has 30361327 sectors.
  53. Operating System:
  54. Boot files:
  55.  
  56. sdb1: __________________________________________________________________________
  57.  
  58. File system: vfat
  59. Boot sector type: SYSLINUX 4.06 4.06-pre1
  60. Boot sector info: Syslinux looks at sector 61550 of /dev/sdb1 for its
  61. second stage. SYSLINUX is installed in the directory.
  62. The integrity check of the ADV area failed. No errors
  63. found in the Boot Parameter Block.
  64. Operating System:
  65. Boot files: /boot/grub/grub.cfg /syslinux/syslinux.cfg
  66. /efi/boot/bootx64.efi /ldlinux.sys
  67.  
  68. ============================ Drive/Partition Info: =============================
  69.  
  70. Drive: sda _____________________________________________________________________
  71.  
  72. Disk /dev/sda: 750.2 GB, 750156374016 bytes
  73. 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
  74. Units = sectors of 1 * 512 = 512 bytes
  75. Sector size (logical/physical): 512 bytes / 4096 bytes
  76.  
  77. Partition Boot Start Sector End Sector # of Sectors Id System
  78.  
  79. /dev/sda1 63 2,047 1,985 42 SFS
  80. /dev/sda2 * 2,048 409,599 407,552 42 SFS
  81. /dev/sda3 409,600 200,409,599 200,000,000 b W95 FAT32
  82. /dev/sda4 1,434,785,792 1,465,147,119 30,361,328 42 SFS
  83.  
  84.  
  85. Drive: sdb _____________________________________________________________________
  86.  
  87. Disk /dev/sdb: 8097 MB, 8097103872 bytes
  88. 256 heads, 18 sectors/track, 3432 cylinders, total 15814656 sectors
  89. Units = sectors of 1 * 512 = 512 bytes
  90. Sector size (logical/physical): 512 bytes / 512 bytes
  91.  
  92. Partition Boot Start Sector End Sector # of Sectors Id System
  93.  
  94. /dev/sdb1 * 6,008 15,814,655 15,808,648 c W95 FAT32 (LBA)
  95.  
  96.  
  97. "blkid" output: ________________________________________________________________
  98.  
  99. Device UUID TYPE LABEL
  100.  
  101. /dev/loop0 squashfs
  102. /dev/sda1 7C7C2B407C2AF494 ntfs SYSTEM
  103. /dev/sda3 50204584204571D0 ntfs RECOVERY
  104. /dev/sda4 8E28-FE77 vfat HP_TOOLS
  105. /dev/sdb1 1E0F-3777 vfat PENDRIVE
  106.  
  107. ================================ Mount points: =================================
  108.  
  109. Device Mount_Point Type Options
  110.  
  111. /dev/loop0 /rofs squashfs (ro,noatime)
  112. /dev/sdb1 /cdrom vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  113.  
  114.  
  115. =========================== sdb1/boot/grub/grub.cfg: ===========================
  116.  
  117. --------------------------------------------------------------------------------
  118.  
  119. if loadfont /boot/grub/font.pf2 ; then
  120. set gfxmode=auto
  121. insmod efi_gop
  122. insmod efi_uga
  123. insmod gfxterm
  124. terminal_output gfxterm
  125. fi
  126.  
  127. set menu_color_normal=white/black
  128. set menu_color_highlight=black/light-gray
  129.  
  130. menuentry "Try Ubuntu without installing" {
  131. set gfxpayload=keep
  132. linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --
  133. initrd /casper/initrd.lz
  134. }
  135. menuentry "Install Ubuntu" {
  136. set gfxpayload=keep
  137. linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash --
  138. initrd /casper/initrd.lz
  139. }
  140. menuentry "Check disc for defects" {
  141. set gfxpayload=keep
  142. linux /casper/vmlinuz boot=casper integrity-check quiet splash --
  143. initrd /casper/initrd.lz
  144. }
  145. --------------------------------------------------------------------------------
  146.  
  147. ========================= sdb1/syslinux/syslinux.cfg: ==========================
  148.  
  149. --------------------------------------------------------------------------------
  150. # D-I config version 2.0
  151. include menu.cfg
  152. default vesamenu.c32
  153. prompt 0
  154. timeout 50
  155.  
  156. # If you would like to use the new menu and be presented with the option to install or run from USB at startup, remove # from the following line. This line was commented out (by request of many) to allow the old menu to be presented and to enable booting straight into the Live Environment!
  157. # ui gfxboot bootlogo
  158. --------------------------------------------------------------------------------
  159.  
  160. =================== sdb1: Location of files loaded by Grub: ====================
  161.  
  162. GiB - GB File Fragment(s)
  163.  
  164. ?? = ?? boot/grub/grub.cfg 1
  165.  
  166. ================= sdb1: Location of files loaded by Syslinux: ==================
  167.  
  168. GiB - GB File Fragment(s)
  169.  
  170. ?? = ?? ldlinux.sys 1
  171. ?? = ?? syslinux/chain.c32 1
  172. ?? = ?? syslinux/gfxboot.c32 1
  173. ?? = ?? syslinux/syslinux.cfg 1
  174. ?? = ?? syslinux/vesamenu.c32 1
  175.  
  176. ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
  177.  
  178. syslinux/chain.c32 : COM32R module (v4.xx)
  179. syslinux/gfxboot.c32 : COM32R module (v4.xx)
  180. syslinux/vesamenu.c32 : COM32R module (v4.xx)
  181.  
  182. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  183.  
  184. MFT Sector of sda1
  185.  
  186. 00000000 46 49 4c 45 30 00 03 00 ea 22 10 00 00 00 00 00 |FILE0...."......|
  187. 00000010 01 00 01 00 38 00 01 00 a0 01 00 00 00 04 00 00 |....8...........|
  188. 00000020 00 00 00 00 00 00 00 00 06 00 00 00 00 00 00 00 |................|
  189. 00000030 02 00 81 8e 00 00 00 00 10 00 00 00 60 00 00 00 |............`...|
  190. 00000040 00 00 18 00 00 00 00 00 48 00 00 00 18 00 00 00 |........H.......|
  191. 00000050 da 6d a9 29 69 a4 cc 01 da 6d a9 29 69 a4 cc 01 |.m.)i....m.)i...|
  192. *
  193. 00000070 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  194. 00000080 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 |................|
  195. 00000090 00 00 00 00 00 00 00 00 30 00 00 00 68 00 00 00 |........0...h...|
  196. 000000a0 00 00 18 00 00 00 03 00 4a 00 00 00 18 00 01 00 |........J.......|
  197. 000000b0 05 00 00 00 00 00 05 00 da 6d a9 29 69 a4 cc 01 |.........m.)i...|
  198. 000000c0 da 6d a9 29 69 a4 cc 01 da 6d a9 29 69 a4 cc 01 |.m.)i....m.)i...|
  199. 000000d0 da 6d a9 29 69 a4 cc 01 00 40 00 00 00 00 00 00 |.m.)i....@......|
  200. 000000e0 00 40 00 00 00 00 00 00 06 00 00 00 00 00 00 00 |.@..............|
  201. 000000f0 04 03 24 00 4d 00 46 00 54 00 00 00 00 00 00 00 |..$.M.F.T.......|
  202. 00000100 80 00 00 00 48 00 00 00 01 00 40 00 00 00 01 00 |....H.....@.....|
  203. 00000110 00 00 00 00 00 00 00 00 3f 00 00 00 00 00 00 00 |........?.......|
  204. 00000120 40 00 00 00 00 00 00 00 00 00 04 00 00 00 00 00 |@...............|
  205. 00000130 00 00 04 00 00 00 00 00 00 00 04 00 00 00 00 00 |................|
  206. 00000140 21 40 55 42 00 01 bc 97 b0 00 00 00 50 00 00 00 |!@UB........P...|
  207. 00000150 01 00 40 00 00 00 05 00 00 00 00 00 00 00 00 00 |..@.............|
  208. 00000160 01 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 |........@.......|
  209. 00000170 00 20 00 00 00 00 00 00 08 10 00 00 00 00 00 00 |. ..............|
  210. 00000180 08 10 00 00 00 00 00 00 21 01 54 42 21 01 fd fd |........!.TB!...|
  211. 00000190 00 00 01 00 00 40 81 8e ff ff ff ff 00 00 00 00 |.....@..........|
  212. 000001a0 00 00 04 00 00 00 00 00 21 40 55 42 00 01 bc 97 |........!@UB....|
  213. 000001b0 b0 00 00 00 50 00 00 00 01 00 40 00 00 00 05 00 |....P.....@.....|
  214. 000001c0 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 |................|
  215. 000001d0 40 00 00 00 00 00 00 00 00 20 00 00 00 00 00 00 |@........ ......|
  216. 000001e0 08 10 00 00 00 00 00 00 08 10 00 00 00 00 00 00 |................|
  217. 000001f0 21 01 54 42 21 01 fd fd 00 00 01 00 00 40 02 00 |!.TB!........@..|
  218. 00000200
  219.  
  220. ========= Devices which don't seem to have a corresponding hard drive: =========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement