Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.95 KB | None | 0 0
  1. Boot Info Script 0.60 from 17 May 2011
  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 5 for /boot/grub.
  9. => No boot loader is installed in the MBR of /dev/sdb.
  10. => No boot loader? is installed in the MBR of /dev/sdc.
  11.  
  12. sda1: __________________________________________________________________________
  13.  
  14. File system: ntfs
  15. Boot sector type: Windows Vista/7
  16. Boot sector info: No errors found in the Boot Parameter Block.
  17. Operating System: Windows Vista
  18. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  19.  
  20. sdb1: __________________________________________________________________________
  21.  
  22. File system: ntfs
  23. Boot sector type: Windows XP
  24. Boot sector info: No errors found in the Boot Parameter Block.
  25. Operating System:
  26. Boot files:
  27.  
  28. sdb2: __________________________________________________________________________
  29.  
  30. File system: Extended Partition
  31. Boot sector type: -
  32. Boot sector info:
  33.  
  34. sdb5: __________________________________________________________________________
  35.  
  36. File system: ext4
  37. Boot sector type: -
  38. Boot sector info:
  39. Operating System: Ubuntu 11.04
  40. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  41.  
  42. sdb6: __________________________________________________________________________
  43.  
  44. File system: swap
  45. Boot sector type: -
  46. Boot sector info:
  47.  
  48. sdc1: __________________________________________________________________________
  49.  
  50. File system: vfat
  51. Boot sector type: MSWIN4.1: FAT32
  52. Boot sector info: No errors found in the Boot Parameter Block.
  53. Operating System:
  54. Boot files:
  55.  
  56. ============================ Drive/Partition Info: =============================
  57.  
  58. Drive: sda _____________________________________________________________________
  59.  
  60. Disk /dev/sda: 750.2 GB, 750156374016 bytes
  61. 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
  62. Units = sectors of 1 * 512 = 512 bytes
  63. Sector size (logical/physical): 512 bytes / 512 bytes
  64.  
  65. Partition Boot Start Sector End Sector # of Sectors Id System
  66.  
  67. /dev/sda1 * 2,048 1,465,145,343 1,465,143,296 7 NTFS / exFAT / HPFS
  68.  
  69.  
  70. Drive: sdb _____________________________________________________________________
  71.  
  72. Disk /dev/sdb: 1000.2 GB, 1000204885504 bytes
  73. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525167 sectors
  74. Units = sectors of 1 * 512 = 512 bytes
  75. Sector size (logical/physical): 512 bytes / 512 bytes
  76.  
  77. Partition Boot Start Sector End Sector # of Sectors Id System
  78.  
  79. /dev/sdb1 63 1,754,294,285 1,754,294,223 7 NTFS / exFAT / HPFS
  80. /dev/sdb2 1,754,296,318 1,953,523,711 199,227,394 5 Extended
  81. /dev/sdb5 1,754,296,320 1,945,272,319 190,976,000 83 Linux
  82. /dev/sdb6 1,945,274,368 1,953,523,711 8,249,344 82 Linux swap / Solaris
  83.  
  84.  
  85. Drive: sdc _____________________________________________________________________
  86.  
  87. Disk /dev/sdc: 4009 MB, 4009754624 bytes
  88. 16 heads, 32 sectors/track, 15296 cylinders, total 7831552 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/sdc1 32 7,831,551 7,831,520 c W95 FAT32 (LBA)
  95.  
  96.  
  97. "blkid" output: ________________________________________________________________
  98.  
  99. Device UUID TYPE LABEL
  100.  
  101. /dev/sda1 60C8C224C8C1F7F4 ntfs
  102. /dev/sdb1 D010449510448486 ntfs FreeAgent GoFlex Drive
  103. /dev/sdb5 685b6bfb-1b64-4dd8-ab95-a603d3c9b518 ext4
  104. /dev/sdb6 81e77f62-82a7-473d-9e26-f99578208452 swap
  105. /dev/sdc1 414B-6FD5 vfat PATRIOT
  106.  
  107. ================================ Mount points: =================================
  108.  
  109. Device Mount_Point Type Options
  110.  
  111. /dev/sdb1 /media/FreeAgent GoFlex Drive fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions)
  112. /dev/sdb5 / ext4 (rw,errors=remount-ro,commit=0)
  113. /dev/sdc1 /media/PATRIOT vfat (rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush)
  114.  
  115.  
  116. =========================== sdb5/boot/grub/grub.cfg: ===========================
  117.  
  118. --------------------------------------------------------------------------------
  119. #
  120. # DO NOT EDIT THIS FILE
  121. #
  122. # It is automatically generated by grub-mkconfig using templates
  123. # from /etc/grub.d and settings from /etc/default/grub
  124. #
  125.  
  126. ### BEGIN /etc/grub.d/00_header ###
  127. if [ -s $prefix/grubenv ]; then
  128. set have_grubenv=true
  129. load_env
  130. fi
  131. set default="0"
  132. if [ "${prev_saved_entry}" ]; then
  133. set saved_entry="${prev_saved_entry}"
  134. save_env saved_entry
  135. set prev_saved_entry=
  136. save_env prev_saved_entry
  137. set boot_once=true
  138. fi
  139.  
  140. function savedefault {
  141. if [ -z "${boot_once}" ]; then
  142. saved_entry="${chosen}"
  143. save_env saved_entry
  144. fi
  145. }
  146.  
  147. function recordfail {
  148. set recordfail=1
  149. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  150. }
  151.  
  152. function load_video {
  153. insmod vbe
  154. insmod vga
  155. insmod video_bochs
  156. insmod video_cirrus
  157. }
  158.  
  159. insmod part_msdos
  160. insmod ext2
  161. set root='(/dev/sdb,msdos5)'
  162. search --no-floppy --fs-uuid --set=root 685b6bfb-1b64-4dd8-ab95-a603d3c9b518
  163. if loadfont /usr/share/grub/unicode.pf2 ; then
  164. set gfxmode=auto
  165. load_video
  166. insmod gfxterm
  167. fi
  168. terminal_output gfxterm
  169. insmod part_msdos
  170. insmod ext2
  171. set root='(/dev/sdb,msdos5)'
  172. search --no-floppy --fs-uuid --set=root 685b6bfb-1b64-4dd8-ab95-a603d3c9b518
  173. set locale_dir=($root)/boot/grub/locale
  174. set lang=en_US
  175. insmod gettext
  176. if [ "${recordfail}" = 1 ]; then
  177. set timeout=-1
  178. else
  179. set timeout=10
  180. fi
  181. ### END /etc/grub.d/00_header ###
  182.  
  183. ### BEGIN /etc/grub.d/05_debian_theme ###
  184. set menu_color_normal=white/black
  185. set menu_color_highlight=black/light-gray
  186. if background_color 44,0,30; then
  187. clear
  188. fi
  189. ### END /etc/grub.d/05_debian_theme ###
  190.  
  191. ### BEGIN /etc/grub.d/10_linux ###
  192. if [ ${recordfail} != 1 ]; then
  193. if [ -e ${prefix}/gfxblacklist.txt ]; then
  194. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  195. if [ ${match} = 0 ]; then
  196. set linux_gfx_mode=keep
  197. else
  198. set linux_gfx_mode=text
  199. fi
  200. else
  201. set linux_gfx_mode=text
  202. fi
  203. else
  204. set linux_gfx_mode=keep
  205. fi
  206. else
  207. set linux_gfx_mode=text
  208. fi
  209. export linux_gfx_mode
  210. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  211. menuentry 'Ubuntu, with Linux 2.6.38-8-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  212. recordfail
  213. set gfxpayload=$linux_gfx_mode
  214. insmod part_msdos
  215. insmod ext2
  216. set root='(/dev/sdb,msdos5)'
  217. search --no-floppy --fs-uuid --set=root 685b6bfb-1b64-4dd8-ab95-a603d3c9b518
  218. linux /boot/vmlinuz-2.6.38-8-generic-pae root=UUID=685b6bfb-1b64-4dd8-ab95-a603d3c9b518 ro quiet splash vt.handoff=7
  219. initrd /boot/initrd.img-2.6.38-8-generic-pae
  220. }
  221. menuentry 'Ubuntu, with Linux 2.6.38-8-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  222. recordfail
  223. set gfxpayload=$linux_gfx_mode
  224. insmod part_msdos
  225. insmod ext2
  226. set root='(/dev/sdb,msdos5)'
  227. search --no-floppy --fs-uuid --set=root 685b6bfb-1b64-4dd8-ab95-a603d3c9b518
  228. echo 'Loading Linux 2.6.38-8-generic-pae ...'
  229. linux /boot/vmlinuz-2.6.38-8-generic-pae root=UUID=685b6bfb-1b64-4dd8-ab95-a603d3c9b518 ro single
  230. echo 'Loading initial ramdisk ...'
  231. initrd /boot/initrd.img-2.6.38-8-generic-pae
  232. }
  233. ### END /etc/grub.d/10_linux ###
  234.  
  235. ### BEGIN /etc/grub.d/20_linux_xen ###
  236. ### END /etc/grub.d/20_linux_xen ###
  237.  
  238. ### BEGIN /etc/grub.d/20_memtest86+ ###
  239. menuentry "Memory test (memtest86+)" {
  240. insmod part_msdos
  241. insmod ext2
  242. set root='(/dev/sdb,msdos5)'
  243. search --no-floppy --fs-uuid --set=root 685b6bfb-1b64-4dd8-ab95-a603d3c9b518
  244. linux16 /boot/memtest86+.bin
  245. }
  246. menuentry "Memory test (memtest86+, serial console 115200)" {
  247. insmod part_msdos
  248. insmod ext2
  249. set root='(/dev/sdb,msdos5)'
  250. search --no-floppy --fs-uuid --set=root 685b6bfb-1b64-4dd8-ab95-a603d3c9b518
  251. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  252. }
  253. ### END /etc/grub.d/20_memtest86+ ###
  254.  
  255. ### BEGIN /etc/grub.d/30_os-prober ###
  256. menuentry "Windows Vista (loader) (on /dev/sda1)" --class windows --class os {
  257. insmod part_msdos
  258. insmod ntfs
  259. set root='(/dev/sda,msdos1)'
  260. search --no-floppy --fs-uuid --set=root 60C8C224C8C1F7F4
  261. chainloader +1
  262. }
  263. ### END /etc/grub.d/30_os-prober ###
  264.  
  265. ### BEGIN /etc/grub.d/40_custom ###
  266. # This file provides an easy way to add custom menu entries. Simply type the
  267. # menu entries you want to add after this comment. Be careful not to change
  268. # the 'exec tail' line above.
  269. ### END /etc/grub.d/40_custom ###
  270.  
  271. ### BEGIN /etc/grub.d/41_custom ###
  272. if [ -f $prefix/custom.cfg ]; then
  273. source $prefix/custom.cfg;
  274. fi
  275. ### END /etc/grub.d/41_custom ###
  276. --------------------------------------------------------------------------------
  277.  
  278. =============================== sdb5/etc/fstab: ================================
  279.  
  280. --------------------------------------------------------------------------------
  281. # /etc/fstab: static file system information.
  282. #
  283. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  284. # for a device; this may be used with UUID= as a more robust way to name
  285. # devices that works even if disks are added and removed. See fstab(5).
  286. #
  287. # <file system> <mount point> <type> <options> <dump> <pass>
  288. proc /proc proc nodev,noexec,nosuid 0 0
  289. # / was on /dev/sdb5 during installation
  290. UUID=685b6bfb-1b64-4dd8-ab95-a603d3c9b518 / ext4 errors=remount-ro 0 1
  291. # swap was on /dev/sdb6 during installation
  292. UUID=81e77f62-82a7-473d-9e26-f99578208452 none swap sw 0 0
  293. --------------------------------------------------------------------------------
  294.  
  295. =================== sdb5: Location of files loaded by Grub: ====================
  296.  
  297. GiB - GB File Fragment(s)
  298.  
  299. 924.695598602 = 992.884338688 boot/grub/core.img 1
  300. 848.740371704 = 911.328034816 boot/grub/grub.cfg 1
  301. 837.896865845 = 899.684909056 boot/initrd.img-2.6.38-8-generic-pae 2
  302. 838.924255371 = 900.788060160 boot/vmlinuz-2.6.38-8-generic-pae 1
  303. 837.896865845 = 899.684909056 initrd.img 2
  304. 838.924255371 = 900.788060160 vmlinuz 1
  305.  
  306. =============================== StdErr Messages: ===============================
  307.  
  308. unlzma: Decoder error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement