Advertisement
Guest User

boot info script result

a guest
Mar 29th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.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.97-1.98) is installed in the MBR of /dev/sda and looks at sector
  7. 1 of the same hard drive for core.img. core.img is at this location and
  8. looks in partition 5 for (,msdos5)/boot/grub.
  9.  
  10. sda1: __________________________________________________________________________
  11.  
  12. File system: ntfs
  13. Boot sector type: Windows Vista/7
  14. Boot sector info: No errors found in the Boot Parameter Block.
  15. Operating System:
  16. Boot files:
  17.  
  18. sda2: __________________________________________________________________________
  19.  
  20. File system: Extended Partition
  21. Boot sector type: -
  22. Boot sector info:
  23.  
  24. sda5: __________________________________________________________________________
  25.  
  26. File system: ext4
  27. Boot sector type: -
  28. Boot sector info:
  29. Operating System: Debian GNU/Linux 6.0
  30. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  31.  
  32. sda6: __________________________________________________________________________
  33.  
  34. File system: swap
  35. Boot sector type: -
  36. Boot sector info:
  37.  
  38. ============================ Drive/Partition Info: =============================
  39.  
  40. Drive: sda _____________________________________________________________________
  41.  
  42. Disk /dev/sda: 203.9 GB, 203928109056 bytes
  43. 255 heads, 63 sectors/track, 24792 cylinders, total 398297088 sectors
  44. Units = sectors of 1 * 512 = 512 bytes
  45. Sector size (logical/physical): 512 bytes / 512 bytes
  46.  
  47. Partition Boot Start Sector End Sector # of Sectors Id System
  48.  
  49. /dev/sda1 2,048 106,745,855 106,743,808 7 NTFS / exFAT / HPFS
  50. /dev/sda2 106,747,902 398,297,087 291,549,186 5 Extended
  51. /dev/sda5 106,747,904 384,303,103 277,555,200 83 Linux
  52. /dev/sda6 384,305,152 398,297,087 13,991,936 82 Linux swap / Solaris
  53.  
  54.  
  55. "blkid" output: ________________________________________________________________
  56.  
  57. Device UUID TYPE LABEL
  58.  
  59. /dev/loop0 squashfs
  60. /dev/loop1 squashfs
  61. /dev/sda1 84FAFA19FAFA0768 ntfs Archivio Video
  62. /dev/sda5 453e5be1-b2a5-48d6-9485-5d5105539884 ext4 serrver
  63. /dev/sda6 63c7e7ab-8215-4bb7-8e37-a3e4caf492bb swap
  64.  
  65. ================================ Mount points: =================================
  66.  
  67. Device Mount_Point Type Options
  68.  
  69.  
  70.  
  71. =========================== sda5/boot/grub/grub.cfg: ===========================
  72.  
  73. --------------------------------------------------------------------------------
  74. #
  75. # DO NOT EDIT THIS FILE
  76. #
  77. # It is automatically generated by grub-mkconfig using templates
  78. # from /etc/grub.d and settings from /etc/default/grub
  79. #
  80.  
  81. ### BEGIN /etc/grub.d/00_header ###
  82. if [ -s $prefix/grubenv ]; then
  83. load_env
  84. fi
  85. set default="0"
  86. if [ "${prev_saved_entry}" ]; then
  87. set saved_entry="${prev_saved_entry}"
  88. save_env saved_entry
  89. set prev_saved_entry=
  90. save_env prev_saved_entry
  91. set boot_once=true
  92. fi
  93.  
  94. function savedefault {
  95. if [ -z "${boot_once}" ]; then
  96. saved_entry="${chosen}"
  97. save_env saved_entry
  98. fi
  99. }
  100.  
  101. function load_video {
  102. insmod vbe
  103. insmod vga
  104. insmod video_bochs
  105. insmod video_cirrus
  106. }
  107.  
  108. insmod part_msdos
  109. insmod ext2
  110. set root='(hd0,msdos5)'
  111. search --no-floppy --fs-uuid --set 453e5be1-b2a5-48d6-9485-5d5105539884
  112. if loadfont /usr/share/grub/unicode.pf2 ; then
  113. set gfxmode=640x480
  114. load_video
  115. insmod gfxterm
  116. fi
  117. terminal_output gfxterm
  118. insmod part_msdos
  119. insmod ext2
  120. set root='(hd0,msdos5)'
  121. search --no-floppy --fs-uuid --set 453e5be1-b2a5-48d6-9485-5d5105539884
  122. set locale_dir=($root)/boot/grub/locale
  123. set lang=it
  124. insmod gettext
  125. set timeout=5
  126. ### END /etc/grub.d/00_header ###
  127.  
  128. ### BEGIN /etc/grub.d/05_debian_theme ###
  129. insmod part_msdos
  130. insmod ext2
  131. set root='(hd0,msdos5)'
  132. search --no-floppy --fs-uuid --set 453e5be1-b2a5-48d6-9485-5d5105539884
  133. insmod png
  134. if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
  135. set color_normal=light-gray/black
  136. set color_highlight=white/black
  137. else
  138. set menu_color_normal=cyan/blue
  139. set menu_color_highlight=white/blue
  140. fi
  141. ### END /etc/grub.d/05_debian_theme ###
  142.  
  143. ### BEGIN /etc/grub.d/10_linux ###
  144. menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686' --class debian --class gnu-linux --class gnu --class os {
  145. insmod part_msdos
  146. insmod ext2
  147. set root='(hd0,msdos5)'
  148. search --no-floppy --fs-uuid --set 453e5be1-b2a5-48d6-9485-5d5105539884
  149. echo 'Loading Linux 2.6.32-5-686 ...'
  150. linux /boot/vmlinuz-2.6.32-5-686 root=UUID=453e5be1-b2a5-48d6-9485-5d5105539884 ro quiet
  151. echo 'Loading initial ramdisk ...'
  152. initrd /boot/initrd.img-2.6.32-5-686
  153. }
  154. menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
  155. insmod part_msdos
  156. insmod ext2
  157. set root='(hd0,msdos5)'
  158. search --no-floppy --fs-uuid --set 453e5be1-b2a5-48d6-9485-5d5105539884
  159. echo 'Loading Linux 2.6.32-5-686 ...'
  160. linux /boot/vmlinuz-2.6.32-5-686 root=UUID=453e5be1-b2a5-48d6-9485-5d5105539884 ro single
  161. echo 'Loading initial ramdisk ...'
  162. initrd /boot/initrd.img-2.6.32-5-686
  163. }
  164. ### END /etc/grub.d/10_linux ###
  165.  
  166. ### BEGIN /etc/grub.d/20_linux_xen ###
  167. ### END /etc/grub.d/20_linux_xen ###
  168.  
  169. ### BEGIN /etc/grub.d/30_os-prober ###
  170. ### END /etc/grub.d/30_os-prober ###
  171.  
  172. ### BEGIN /etc/grub.d/40_custom ###
  173. # This file provides an easy way to add custom menu entries. Simply type the
  174. # menu entries you want to add after this comment. Be careful not to change
  175. # the 'exec tail' line above.
  176. ### END /etc/grub.d/40_custom ###
  177.  
  178. ### BEGIN /etc/grub.d/41_custom ###
  179. if [ -f $prefix/custom.cfg ]; then
  180. source $prefix/custom.cfg;
  181. fi
  182. ### END /etc/grub.d/41_custom ###
  183. --------------------------------------------------------------------------------
  184.  
  185. =============================== sda5/etc/fstab: ================================
  186.  
  187. --------------------------------------------------------------------------------
  188. # /etc/fstab: static file system information.
  189. #
  190. # Use 'blkid' to print the universally unique identifier for a
  191. # device; this may be used with UUID= as a more robust way to name devices
  192. # that works even if disks are added and removed. See fstab(5).
  193. #
  194. # <file system> <mount point> <type> <options> <dump> <pass>
  195. proc /proc proc defaults 0 0
  196. # / was on /dev/sda5 during installation
  197. UUID=453e5be1-b2a5-48d6-9485-5d5105539884 / ext4 errors=remount-ro 0 1
  198. # swap was on /dev/sda6 during installation
  199. UUID=63c7e7ab-8215-4bb7-8e37-a3e4caf492bb none swap sw 0 0
  200. /dev/scd1 /media/cdrom0 udf,iso9660 user,noauto 0 0
  201. /dev/scd0 /media/cdrom1 udf,iso9660 user,noauto 0 0
  202. /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
  203. --------------------------------------------------------------------------------
  204.  
  205. =================== sda5: Location of files loaded by Grub: ====================
  206.  
  207. GiB - GB File Fragment(s)
  208.  
  209. 171.028270721 = 183.640207360 boot/grub/core.img 1
  210. 171.028274536 = 183.640211456 boot/grub/grub.cfg 1
  211. 54.204101562 = 58.201210880 boot/initrd.img-2.6.32-5-686 2
  212. 51.421089172 = 55.212974080 boot/vmlinuz-2.6.32-5-686 1
  213. 54.204101562 = 58.201210880 initrd.img 2
  214. 51.421089172 = 55.212974080 vmlinuz 1
  215.  
  216. =============================== StdErr Messages: ===============================
  217.  
  218. No volume groups found
  219. mdadm: No arrays found in config file or automatically
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement