Advertisement
kabads

bootinfoscript

Jan 18th, 2013
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.32 KB | None | 0 0
  1. Boot Info Script 0.61 [1 April 2012]
  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 72 for .
  9. => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb.
  10.  
  11. sda1: __________________________________________________________________________
  12.  
  13. File system: ntfs
  14. Boot sector type: Windows Vista/7: NTFS
  15. Boot sector info: No errors found in the Boot Parameter Block.
  16. Operating System: Windows Vista
  17. Boot files: /BOOTMGR /BOOT/BCD /Windows/System32/winload.exe
  18.  
  19. sda2: __________________________________________________________________________
  20.  
  21. File system: ntfs
  22. Boot sector type: Windows Vista/7: NTFS
  23. Boot sector info: No errors found in the Boot Parameter Block.
  24. Operating System: Windows Vista
  25. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  26.  
  27. sda3: __________________________________________________________________________
  28.  
  29. File system: Extended Partition
  30. Boot sector type: Unknown
  31. Boot sector info:
  32.  
  33. sda5: __________________________________________________________________________
  34.  
  35. File system: swap
  36. Boot sector type: -
  37. Boot sector info:
  38.  
  39. sda4: __________________________________________________________________________
  40.  
  41. File system: ntfs
  42. Boot sector type: Windows Vista/7: NTFS
  43. Boot sector info: No errors found in the Boot Parameter Block.
  44. Operating System: Windows XP
  45. Boot files: /boot.ini /ntldr /NTDETECT.COM
  46.  
  47. sdb1: __________________________________________________________________________
  48.  
  49. File system: vfat
  50. Boot sector type: SYSLINUX 4.04 20110518
  51. Boot sector info: Syslinux looks at sector 520 of /dev/sdb1 for its
  52. second stage. SYSLINUX is installed in the directory.
  53. No errors found in the Boot Parameter Block.
  54. Operating System:
  55. Boot files: /boot/grub/grub.cfg /syslinux.cfg
  56. /efi/BOOT/grubx64.efi /ldlinux.sys
  57.  
  58. ============================ Drive/Partition Info: =============================
  59.  
  60. Drive: sda _____________________________________________________________________
  61.  
  62. Disk /dev/sda: 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 / 512 bytes
  66.  
  67. Partition Boot Start Sector End Sector # of Sectors Id System
  68.  
  69. /dev/sda1 2,048 23,070,719 23,068,672 27 Hidden NTFS (Recovery Environment)
  70. /dev/sda2 * 23,070,720 499,124,223 476,053,504 7 NTFS / exFAT / HPFS
  71. /dev/sda3 499,126,270 970,983,423 471,857,154 5 Extended
  72. /dev/sda5 930,365,440 970,983,423 40,617,984 82 Linux swap / Solaris
  73. /dev/sda4 970,983,424 976,769,023 5,785,600 7 NTFS / exFAT / HPFS
  74.  
  75.  
  76. Drive: sdb _____________________________________________________________________
  77.  
  78. Disk /dev/sdb: 1998 MB, 1998585856 bytes
  79. 16 heads, 32 sectors/track, 7624 cylinders, total 3903488 sectors
  80. Units = sectors of 1 * 512 = 512 bytes
  81. Sector size (logical/physical): 512 bytes / 512 bytes
  82.  
  83. Partition Boot Start Sector End Sector # of Sectors Id System
  84.  
  85. /dev/sdb1 * 32 3,903,487 3,903,456 e W95 FAT16 (LBA)
  86.  
  87.  
  88. "blkid" output: ________________________________________________________________
  89.  
  90. Device UUID TYPE LABEL
  91.  
  92. /dev/loop0 squashfs
  93. /dev/sda1 66F4675EF4672F8B ntfs PQSERVICE
  94. /dev/sda2 CEC8DCB8C8DC9FCF ntfs ACER
  95. /dev/sda4 42726159726152A9 ntfs
  96. /dev/sda5 f409ddb1-3b39-4f4f-b06f-42800bddb4bb swap
  97. /dev/sdb1 7C06-62BE vfat KINGSTON
  98.  
  99. ================================ Mount points: =================================
  100.  
  101. Device Mount_Point Type Options
  102.  
  103. /dev/loop0 /rofs squashfs (ro,noatime)
  104. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  105.  
  106.  
  107. ================================ sda4/boot.ini: ================================
  108.  
  109. --------------------------------------------------------------------------------
  110. [boot loader]
  111. timeout=0
  112. default=multi(0)disk(0)rdisk(0)partition(4)\WINDOWS
  113. [operating systems]
  114. multi(0)disk(0)rdisk(0)partition(4)\WINDOWS="Microsoft Windows XP Embedded" /fastdetect /maxmem=768
  115. --------------------------------------------------------------------------------
  116.  
  117. =========================== sdb1/boot/grub/grub.cfg: ===========================
  118.  
  119. --------------------------------------------------------------------------------
  120.  
  121. if loadfont /boot/grub/font.pf2 ; then
  122. set gfxmode=auto
  123. insmod efi_gop
  124. insmod efi_uga
  125. insmod gfxterm
  126. terminal_output gfxterm
  127. fi
  128.  
  129. set menu_color_normal=white/black
  130. set menu_color_highlight=black/light-gray
  131.  
  132. menuentry "Start Linux Mint" {
  133. set gfxpayload=keep
  134. linux /casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper iso-scan/filename=${iso_path} quiet splash --
  135. initrd /casper/initrd.lz
  136. }
  137. menuentry "Start Linux Mint (compatibility mode)" {
  138. linux /casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper xforcevesa iso-scan/filename=${iso_path} ramdisk_size=1048576 root=/dev/ram rw noapic noapci nosplash irqpoll --
  139. initrd /casper/initrd.lz
  140. }
  141. menuentry "Check the integrity of the medium" {
  142. linux /casper/vmlinuz boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash --
  143. initrd /casper/initrd.lz
  144. }
  145. menuentry "Test memory" {
  146. linux16 /install/mt86plus
  147. }
  148. --------------------------------------------------------------------------------
  149.  
  150. ============================== sdb1/syslinux.cfg: ==============================
  151.  
  152. --------------------------------------------------------------------------------
  153. default menu.c32
  154. prompt 0
  155. menu title UNetbootin
  156. timeout 100
  157.  
  158. label unetbootindefault
  159. menu label Default
  160. kernel /ubnkern
  161. append initrd=/ubninit file=/cdrom/preseed/mint.seed boot=casper quiet splash --
  162.  
  163. label ubnentry0
  164. menu label Start Linux Mint
  165. kernel /casper/vmlinuz
  166. append initrd=/casper/initrd.lz file=/cdrom/preseed/mint.seed boot=casper quiet splash --
  167.  
  168. label ubnentry1
  169. menu label Start in compatibility mode
  170. kernel /casper/vmlinuz
  171. append initrd=/casper/initrd.lz file=/cdrom/preseed/mint.seed boot=casper xforcevesa nomodeset b43.blacklist=yes ramdisk_size=1048576 root=/dev/ram rw noapic noapci nosplash irqpoll --
  172.  
  173. label ubnentry2
  174. menu label Integrity check
  175. kernel /casper/vmlinuz
  176. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash --
  177.  
  178. label ubnentry3
  179. menu label Memory test
  180. kernel /isolinux/memtest
  181. append initrd=/ubninit
  182.  
  183. label ubnentry4
  184. menu label Boot from local drive
  185. kernel /ubnkern
  186. append initrd=/ubninit
  187.  
  188. label ubnentry5
  189. menu label Start Linux Mint (compatibility mode)
  190. kernel /casper/vmlinuz
  191. append initrd=/casper/initrd.lz file=/cdrom/preseed/mint.seed boot=casper xforcevesa iso-scan/filename=${iso_path} ramdisk_size=1048576 root=/dev/ram rw noapic noapci nosplash irqpoll --
  192.  
  193. label ubnentry6
  194. menu label Check the integrity of the medium
  195. kernel /casper/vmlinuz
  196. append initrd=/casper/initrd.lz boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash --
  197.  
  198. label ubnentry7
  199. menu label Test memory
  200. kernel /ubnkern
  201. append initrd=/ubninit
  202.  
  203. --------------------------------------------------------------------------------
  204.  
  205. =================== sdb1: Location of files loaded by Grub: ====================
  206.  
  207. GiB - GB File Fragment(s)
  208.  
  209. ?? = ?? boot/grub/grub.cfg 1
  210. ?? = ?? initrd.gz 1
  211.  
  212. ================= sdb1: Location of files loaded by Syslinux: ==================
  213.  
  214. GiB - GB File Fragment(s)
  215.  
  216. ?? = ?? ldlinux.sys 1
  217. ?? = ?? menu.c32 1
  218. ?? = ?? syslinux.cfg 1
  219.  
  220. ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
  221.  
  222. menu.c32 : COM32R module (v4.xx)
  223.  
  224. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  225.  
  226. Unknown BootLoader on sda3
  227.  
  228. 00000000 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
  229. *
  230. 000001b0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff 00 fe |................|
  231. 000001c0 ff ff 82 fe ff ff 02 30 b4 19 00 c8 6b 02 00 00 |.......0....k...|
  232. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  233. *
  234. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  235. 00000200
  236.  
  237.  
  238. =============================== StdErr Messages: ===============================
  239.  
  240. No volume groups found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement