Advertisement
Guest User

wynik bootinfoscript

a guest
May 22nd, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.84 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
  7. 8803192 of the same hard drive for core.img. core.img is at this location
  8. and looks for (,gpt2)/boot/grub on this drive.
  9.  
  10. sda1: __________________________________________________________________________
  11.  
  12. File system: vfat
  13. Boot sector type: -
  14. Boot sector info: No errors found in the Boot Parameter Block.
  15. Operating System:
  16. Boot files: /grub/menu.lst /grub/grub.cfg
  17.  
  18. sda2: __________________________________________________________________________
  19.  
  20. File system: ext4
  21. Boot sector type: -
  22. Boot sector info:
  23. Mounting failed: mount: /dev/sda2 jest już zamontowany lub sda2 jest zajęty
  24.  
  25. sda4: __________________________________________________________________________
  26.  
  27. File system: ext4
  28. Boot sector type: -
  29. Boot sector info:
  30. Operating System:
  31. Boot files:
  32.  
  33. ============================ Drive/Partition Info: =============================
  34.  
  35. Drive: sda _____________________________________________________________________
  36.  
  37. Dysk /dev/sda: 30.0 GB, bajtów: 30016659456
  38. głowic: 255, sektorów/ścieżkę: 63, cylindrów: 3649, w sumie sektorów: 58626288
  39. Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
  40. Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
  41.  
  42. Partition Boot Start Sector End Sector # of Sectors Id System
  43.  
  44. /dev/sda1 1 58,626,287 58,626,287 ee GPT
  45.  
  46.  
  47. GUID Partition Table detected.
  48.  
  49. Partition Start Sector End Sector # of Sectors System
  50. /dev/sda1 2,048 999,423 997,376 EFI System partition
  51. /dev/sda2 999,424 20,531,199 19,531,776 Data partition (Windows/Linux)
  52. /dev/sda4 20,531,200 58,626,047 38,094,848 Data partition (Windows/Linux)
  53.  
  54. "blkid" output: ________________________________________________________________
  55.  
  56. Device UUID TYPE LABEL
  57.  
  58. /dev/sda1 BCAB-DF8D vfat
  59. /dev/sda2 ecb13fae-af15-4332-a914-50a5a9631479 ext4
  60. /dev/sda4 caa0d81f-2ca2-492e-93bb-85aa091b67dd ext4
  61.  
  62. ================================ Mount points: =================================
  63.  
  64. Device Mount_Point Type Options
  65.  
  66. /dev/disk/by-uuid/ecb13fae-af15-4332-a914-50a5a9631479 / ext4 (rw,noatime,nodiratime,discard,errors=remount-ro,data=ordered)
  67. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro)
  68. /dev/sda4 /home ext4 (rw,noatime,nodiratime,discard,data=ordered)
  69.  
  70.  
  71. ============================= sda1/grub/menu.lst: ==============================
  72.  
  73. --------------------------------------------------------------------------------
  74. # menu.lst - See: grub(8), info grub, update-grub(8)
  75. # grub-install(8), grub-floppy(8),
  76. # grub-md5-crypt, /usr/share/doc/grub
  77. # and /usr/share/doc/grub-legacy-doc/.
  78.  
  79. ## default num
  80. # Set the default entry to the entry number NUM. Numbering starts from 0, and
  81. # the entry number 0 is the default if the command is not used.
  82. #
  83. # You can specify 'saved' instead of a number. In this case, the default entry
  84. # is the entry saved with the command 'savedefault'.
  85. # WARNING: If you are using dmraid do not change this entry to 'saved' or your
  86. # array will desync and will not let you boot your system.
  87. default 0
  88.  
  89. ## timeout sec
  90. # Set a timeout, in SEC seconds, before automatically booting the default entry
  91. # (normally the first entry defined).
  92. timeout 5
  93.  
  94. # Pretty colours
  95. color cyan/blue white/blue
  96.  
  97. ## password ['--md5'] passwd
  98. # If used in the first section of a menu file, disable all interactive editing
  99. # control (menu entry editor and command-line) and entries protected by the
  100. # command 'lock'
  101. # e.g. password topsecret
  102. # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
  103. # password topsecret
  104.  
  105. #
  106. # examples
  107. #
  108. # title Windows 95/98/NT/2000
  109. # root (hd0,0)
  110. # makeactive
  111. # chainloader +1
  112. #
  113. # title Linux
  114. # root (hd0,1)
  115. # kernel /vmlinuz root=/dev/hda2 ro
  116. #
  117.  
  118. #
  119. # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
  120.  
  121. ### BEGIN AUTOMAGIC KERNELS LIST
  122. ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
  123. ## by the debian update-grub script except for the default options below
  124.  
  125. ## DO NOT UNCOMMENT THEM, Just edit them to your needs
  126.  
  127. ## ## Start Default Options ##
  128. ## default kernel options
  129. ## default kernel options for automagic boot options
  130. ## If you want special options for specific kernels use kopt_x_y_z
  131. ## where x.y.z is kernel version. Minor versions can be omitted.
  132. ## e.g. kopt=root=/dev/hda1 ro
  133. ## kopt_2_6_8=root=/dev/hdc1 ro
  134. ## kopt_2_6_8_2_686=root=/dev/hdc2 ro
  135. # kopt=root=UUID=ecb13fae-af15-4332-a914-50a5a9631479 ro
  136.  
  137. ## default grub root device
  138. ## e.g. groot=(hd0,0)
  139. # groot=(hd0,0)
  140.  
  141. ## should update-grub create alternative automagic boot options
  142. ## e.g. alternative=true
  143. ## alternative=false
  144. # alternative=true
  145.  
  146. ## should update-grub lock alternative automagic boot options
  147. ## e.g. lockalternative=true
  148. ## lockalternative=false
  149. # lockalternative=false
  150.  
  151. ## additional options to use with the default boot option, but not with the
  152. ## alternatives
  153. ## e.g. defoptions=vga=791 resume=/dev/hda5
  154. # defoptions=
  155.  
  156. ## should update-grub lock old automagic boot options
  157. ## e.g. lockold=false
  158. ## lockold=true
  159. # lockold=false
  160.  
  161. ## Xen hypervisor options to use with the default Xen boot option
  162. # xenhopt=
  163.  
  164. ## Xen Linux kernel options to use with the default Xen boot option
  165. # xenkopt=console=tty0
  166.  
  167. ## altoption boot targets option
  168. ## multiple altoptions lines are allowed
  169. ## e.g. altoptions=(extra menu suffix) extra boot options
  170. ## altoptions=(single-user) single
  171. # altoptions=(single-user mode) single
  172.  
  173. ## controls how many kernels should be put into the menu.lst
  174. ## only counts the first occurence of a kernel, not the
  175. ## alternative kernel options
  176. ## e.g. howmany=all
  177. ## howmany=7
  178. # howmany=all
  179.  
  180. ## should update-grub create memtest86 boot option
  181. ## e.g. memtest86=true
  182. ## memtest86=false
  183. # memtest86=true
  184.  
  185. ## should update-grub adjust the value of the default booted system
  186. ## can be true or false
  187. # updatedefaultentry=false
  188.  
  189. ## should update-grub add savedefault to the default options
  190. ## can be true or false
  191. # savedefault=false
  192.  
  193. ## ## End Default Options ##
  194.  
  195. ### END DEBIAN AUTOMAGIC KERNELS LIST
  196. --------------------------------------------------------------------------------
  197.  
  198. ============================= sda1/grub/grub.cfg: ==============================
  199.  
  200. --------------------------------------------------------------------------------
  201. #
  202. # DO NOT EDIT THIS FILE
  203. #
  204. # It is automatically generated by grub-mkconfig using templates
  205. # from /etc/grub.d and settings from /etc/default/grub
  206. #
  207.  
  208. ### BEGIN /etc/grub.d/00_header ###
  209. if [ -s $prefix/grubenv ]; then
  210. load_env
  211. fi
  212. set default="0"
  213. if [ "${prev_saved_entry}" ]; then
  214. set saved_entry="${prev_saved_entry}"
  215. save_env saved_entry
  216. set prev_saved_entry=
  217. save_env prev_saved_entry
  218. set boot_once=true
  219. fi
  220.  
  221. function savedefault {
  222. if [ -z "${boot_once}" ]; then
  223. saved_entry="${chosen}"
  224. save_env saved_entry
  225. fi
  226. }
  227.  
  228. function load_video {
  229. insmod efi_gop
  230. insmod efi_uga
  231. insmod video_bochs
  232. insmod video_cirrus
  233. }
  234.  
  235. insmod part_gpt
  236. insmod ext2
  237. set root='(hd0,gpt2)'
  238. search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
  239. if loadfont /usr/share/grub/unicode.pf2 ; then
  240. set gfxmode=640x480
  241. load_video
  242. insmod gfxterm
  243. insmod part_gpt
  244. insmod fat
  245. set root='(hd0,gpt1)'
  246. search --no-floppy --fs-uuid --set=root BCAB-DF8D
  247. set locale_dir=($root)/grub/locale
  248. set lang=pl_PL
  249. insmod gettext
  250. fi
  251. terminal_output gfxterm
  252. set timeout=5
  253. ### END /etc/grub.d/00_header ###
  254.  
  255. ### BEGIN /etc/grub.d/05_debian_theme ###
  256. insmod part_gpt
  257. insmod ext2
  258. set root='(hd0,gpt2)'
  259. search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
  260. insmod png
  261. if background_image /usr/share/images/desktop-base/joy-grub.png; then
  262. set color_normal=white/black
  263. set color_highlight=black/white
  264. else
  265. set menu_color_normal=cyan/blue
  266. set menu_color_highlight=white/blue
  267. fi
  268. ### END /etc/grub.d/05_debian_theme ###
  269.  
  270. ### BEGIN /etc/grub.d/10_linux ###
  271. ### END /etc/grub.d/10_linux ###
  272.  
  273. ### BEGIN /etc/grub.d/20_linux_xen ###
  274. ### END /etc/grub.d/20_linux_xen ###
  275.  
  276. ### BEGIN /etc/grub.d/20_memtest86+ ###
  277. ### END /etc/grub.d/20_memtest86+ ###
  278.  
  279. ### BEGIN /etc/grub.d/30_os-prober ###
  280. ### END /etc/grub.d/30_os-prober ###
  281.  
  282. ### BEGIN /etc/grub.d/40_custom ###
  283. # This file provides an easy way to add custom menu entries. Simply type the
  284. # menu entries you want to add after this comment. Be careful not to change
  285. # the 'exec tail' line above.
  286. ### END /etc/grub.d/40_custom ###
  287.  
  288. ### BEGIN /etc/grub.d/41_custom ###
  289. if [ -f $prefix/custom.cfg ]; then
  290. source $prefix/custom.cfg;
  291. fi
  292. ### END /etc/grub.d/41_custom ###
  293. --------------------------------------------------------------------------------
  294.  
  295. =================== sda1: Location of files loaded by Grub: ====================
  296.  
  297. GiB - GB File Fragment(s)
  298.  
  299. ?? = ?? grub/grub.cfg 1
  300. ?? = ?? grub/menu.lst 1
  301. ?? = ?? grub/stage2 1
  302.  
  303. =============================== StdErr Messages: ===============================
  304.  
  305. xz: (stdin): Dane skompresowane są uszkodzone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement