pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

Ubuntu-gr pastebin - Το pastebin της ελληνικής κοινότητας του ubuntu - Εργαλείο συνεργατικής διόρθωσης σφαλμάτων Βοήθεια | Περί pastebin | Μνεία

Καταχωρήθηκε από τον/την Teo21 στις Wed 25 Jan 21:52
Προβολή τροποποιήσεων από malakas | Λήψη | Νέα καταχώρηση

  1.                   Boot Info Script 0.60    from 17 May 2011
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6.  => Windows is installed in the MBR of /dev/sda.
  7.  
  8. sda1: __________________________________________________________________________
  9.  
  10.     File system:       ntfs
  11.     Boot sector type:  Grub2 (v1.99)
  12.     Boot sector info:   Grub2 (v1.99) is installed in the boot sector of sda1
  13.                        and looks at sector 589076952 of the same hard drive
  14.                        for core.img. core.img is at this location and looks
  15.                        for ?? on this drive. No errors found in the Boot
  16.                        Parameter Block.
  17.     Operating System:  Windows 7
  18.     Boot files:        /bootmgr /Boot/BCD /Windows/System32/winload.exe
  19.  
  20. sda2: __________________________________________________________________________
  21.  
  22.     File system:       Extended Partition
  23.     Boot sector type:  Unknown
  24.     Boot sector info: 
  25.  
  26. sda5: __________________________________________________________________________
  27.  
  28.     File system:       ext4
  29.     Boot sector type:  -
  30.     Boot sector info: 
  31.     Operating System:  Ubuntu 11.10
  32.     Boot files:        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  33.  
  34. sda6: __________________________________________________________________________
  35.  
  36.     File system:       swap
  37.     Boot sector type:  -
  38.     Boot sector info: 
  39.  
  40. ============================ Drive/Partition Info: =============================
  41.  
  42. Drive: sda _____________________________________________________________________
  43.  
  44. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  45. 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
  46. Units = sectors of 1 * 512 = 512 bytes
  47. Sector size (logical/physical): 512 bytes / 512 bytes
  48.  
  49. Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
  50.  
  51. /dev/sda1    *             63   575,551,384   575,551,322   7 NTFS / exFAT / HPFS
  52. /dev/sda2         575,551,486   625,141,759    49,590,274   5 Extended
  53. /dev/sda5         575,551,488   620,949,503    45,398,016  83 Linux
  54. /dev/sda6         620,951,552   625,141,759     4,190,208  82 Linux swap / Solaris
  55.  
  56.  
  57. "blkid" output: ________________________________________________________________
  58.  
  59. Device           UUID                                   TYPE       LABEL
  60.  
  61. /dev/sda1        7C44BF0E44BECA62                       ntfs       
  62. /dev/sda5        4b265953-7b0d-430e-8544-fe5bbcfb56b6   ext4       
  63. /dev/sda6        8322f8ee-c6d1-4ab0-aa96-c13b897a66df   swap       
  64.  
  65. ================================ Mount points: =================================
  66.  
  67. Device           Mount_Point              Type       Options
  68.  
  69. /dev/sda1        /media/7C44BF0E44BECA62  fuseblk    (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions)
  70. /dev/sda5        /                        ext4       (rw,errors=remount-ro,commit=0)
  71.  
  72.  
  73. =========================== sda5/boot/grub/grub.cfg: ===========================
  74.  
  75. --------------------------------------------------------------------------------
  76. #
  77. # DO NOT EDIT THIS FILE
  78. #
  79. # It is automatically generated by grub-mkconfig using templates
  80. # from /etc/grub.d and settings from /etc/default/grub
  81. #
  82.  
  83. ### BEGIN /etc/grub.d/00_header ###
  84. if [ -s $prefix/grubenv ]; then
  85.   set have_grubenv=true
  86.   load_env
  87. fi
  88. set default="0"
  89. if [ "${prev_saved_entry}" ]; then
  90.   set saved_entry="${prev_saved_entry}"
  91.   save_env saved_entry
  92.   set prev_saved_entry=
  93.   save_env prev_saved_entry
  94.   set boot_once=true
  95. fi
  96.  
  97. function savedefault {
  98.   if [ -z "${boot_once}" ]; then
  99.     saved_entry="${chosen}"
  100.     save_env saved_entry
  101.   fi
  102. }
  103.  
  104. function recordfail {
  105.   set recordfail=1
  106.   if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  107. }
  108.  
  109. function load_video {
  110.   insmod vbe
  111.   insmod vga
  112.   insmod video_bochs
  113.   insmod video_cirrus
  114. }
  115.  
  116. insmod part_msdos
  117. insmod ext2
  118. set root='(hd0,msdos5)'
  119. search --no-floppy --fs-uuid --set=root 4b265953-7b0d-430e-8544-fe5bbcfb56b6
  120. if loadfont /usr/share/grub/unicode.pf2 ; then
  121.   set gfxmode=auto
  122.   load_video
  123.   insmod gfxterm
  124.   insmod part_msdos
  125.   insmod ext2
  126.   set root='(hd0,msdos5)'
  127.   search --no-floppy --fs-uuid --set=root 4b265953-7b0d-430e-8544-fe5bbcfb56b6
  128.   set locale_dir=($root)/boot/grub/locale
  129.   set lang=en_US
  130.   insmod gettext
  131. fi
  132. terminal_output gfxterm
  133. if [ "${recordfail}" = 1 ]; then
  134.   set timeout=-1
  135. else
  136.   set timeout=10
  137. fi
  138. ### END /etc/grub.d/00_header ###
  139.  
  140. ### BEGIN /etc/grub.d/05_debian_theme ###
  141. set menu_color_normal=white/black
  142. set menu_color_highlight=black/light-gray
  143. if background_color 44,0,30; then
  144.   clear
  145. fi
  146. ### END /etc/grub.d/05_debian_theme ###
  147.  
  148. ### BEGIN /etc/grub.d/10_linux ###
  149. if [ ${recordfail} != 1 ]; then
  150.   if [ -e ${prefix}/gfxblacklist.txt ]; then
  151.     if hwmatch ${prefix}/gfxblacklist.txt 3; then
  152.       if [ ${match} = 0 ]; then
  153.         set linux_gfx_mode=keep
  154.       else
  155.         set linux_gfx_mode=text
  156.       fi
  157.     else
  158.       set linux_gfx_mode=text
  159.     fi
  160.   else
  161.     set linux_gfx_mode=keep
  162.   fi
  163. else
  164.   set linux_gfx_mode=text
  165. fi
  166. export linux_gfx_mode
  167. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  168. menuentry 'Ubuntu, with Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  169.         recordfail
  170.         set gfxpayload=$linux_gfx_mode
  171.         insmod gzio
  172.         insmod part_msdos
  173.         insmod ext2
  174.         set root='(hd0,msdos5)'
  175.         search --no-floppy --fs-uuid --set=root 4b265953-7b0d-430e-8544-fe5bbcfb56b6
  176.         linux   /boot/vmlinuz-3.0.0-12-generic root=UUID=4b265953-7b0d-430e-8544-fe5bbcfb56b6 ro   quiet splash vt.handoff=7
  177.         initrd  /boot/initrd.img-3.0.0-12-generic
  178. }
  179. menuentry 'Ubuntu, with Linux 3.0.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  180.         recordfail
  181.         insmod gzio
  182.         insmod part_msdos
  183.         insmod ext2
  184.         set root='(hd0,msdos5)'
  185.         search --no-floppy --fs-uuid --set=root 4b265953-7b0d-430e-8544-fe5bbcfb56b6
  186.         echo    'Loading Linux 3.0.0-12-generic ...'
  187.         linux   /boot/vmlinuz-3.0.0-12-generic root=UUID=4b265953-7b0d-430e-8544-fe5bbcfb56b6 ro recovery nomodeset
  188.         echo    'Loading initial ramdisk ...'
  189.         initrd  /boot/initrd.img-3.0.0-12-generic
  190. }
  191. ### END /etc/grub.d/10_linux ###
  192.  
  193. ### BEGIN /etc/grub.d/20_linux_xen ###
  194. ### END /etc/grub.d/20_linux_xen ###
  195.  
  196. ### BEGIN /etc/grub.d/20_memtest86+ ###
  197. menuentry "Memory test (memtest86+)" {
  198.         insmod part_msdos
  199.         insmod ext2
  200.         set root='(hd0,msdos5)'
  201.         search --no-floppy --fs-uuid --set=root 4b265953-7b0d-430e-8544-fe5bbcfb56b6
  202.         linux16 /boot/memtest86+.bin
  203. }
  204. menuentry "Memory test (memtest86+, serial console 115200)" {
  205.         insmod part_msdos
  206.         insmod ext2
  207.         set root='(hd0,msdos5)'
  208.         search --no-floppy --fs-uuid --set=root 4b265953-7b0d-430e-8544-fe5bbcfb56b6
  209.         linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  210. }
  211. ### END /etc/grub.d/20_memtest86+ ###
  212.  
  213. ### BEGIN /etc/grub.d/30_os-prober ###
  214. menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
  215.         insmod part_msdos
  216.         insmod ntfs
  217.         set root='(hd0,msdos1)'
  218.         search --no-floppy --fs-uuid --set=root 7C44BF0E44BECA62
  219.         chainloader +1
  220. }
  221. ### END /etc/grub.d/30_os-prober ###
  222.  
  223. ### BEGIN /etc/grub.d/40_custom ###
  224. # This file provides an easy way to add custom menu entries.  Simply type the
  225. # menu entries you want to add after this comment.  Be careful not to change
  226. # the 'exec tail' line above.
  227. ### END /etc/grub.d/40_custom ###
  228.  
  229. ### BEGIN /etc/grub.d/41_custom ###
  230. if [ -f  $prefix/custom.cfg ]; then
  231.   source $prefix/custom.cfg;
  232. fi
  233. ### END /etc/grub.d/41_custom ###
  234. --------------------------------------------------------------------------------
  235.  
  236. =============================== sda5/etc/fstab: ================================
  237.  
  238. --------------------------------------------------------------------------------
  239. # /etc/fstab: static file system information.
  240. #
  241. # Use 'blkid' to print the universally unique identifier for a
  242. # device; this may be used with UUID= as a more robust way to name devices
  243. # that works even if disks are added and removed. See fstab(5).
  244. #
  245. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  246. proc            /proc           proc    nodev,noexec,nosuid 0       0
  247. # / was on /dev/sda5 during installation
  248. UUID=4b265953-7b0d-430e-8544-fe5bbcfb56b6 /               ext4    errors=remount-ro 0       1
  249. # swap was on /dev/sda6 during installation
  250. UUID=8322f8ee-c6d1-4ab0-aa96-c13b897a66df none            swap    sw              0       0
  251. --------------------------------------------------------------------------------
  252.  
  253. =================== sda5: Location of files loaded by Grub: ====================
  254.  
  255.            GiB - GB             File                                 Fragment(s)
  256.  
  257.  280.893806458 = 301.607428096  boot/grub/core.img                             1
  258.  278.743347168 = 299.298390016  boot/grub/grub.cfg                             1
  259.  276.199207306 = 296.566640640  boot/initrd.img-3.0.0-12-generic               2
  260.  288.707820892 = 309.997662208  boot/vmlinuz-3.0.0-12-generic                  1
  261.  276.199207306 = 296.566640640  initrd.img                                     2
  262.  288.707820892 = 309.997662208  vmlinuz                                        1
  263.  
  264. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  265.  
  266. Unknown BootLoader on sda2
  267.  
  268. 00000000  d5 af 96 92 39 ce 5c 24  47 0f dc 7f ff 77 4b 6a  |....9.\$G....wKj|
  269. 00000010  2f 06 59 c1 a9 12 dd 36  a6 5e a3 f0 c3 d4 c8 87  |/.Y....6.^......|
  270. 00000020  e0 72 9b 53 2f 1e 2c 60  fa 17 4d bd 4c e4 3e 8b  |.r.S/.,`..M.L.>.|
  271. 00000030  b8 41 0f 9d d1 7a 13 cf  c3 e5 ca 92 9f 47 dc d7  |.A...z.......G..|
  272. 00000040  62 ba a9 8d 0c af f3 fd  c3 d4 f3 5d 3d ec 37 32  |b..........]=.72|
  273. 00000050  78 81 1f 65 2d 3e a3 28  30 c4 ce a7 2d e1 f8 a6  |x..e->.(0...-...|
  274. 00000060  83 1a 4f ad 9c b9 4c bb  ea 47 44 aa e2 d6 0f 29  |..O...L..GD....)|
  275. 00000070  be d1 33 1d 30 c6 61 5e  0b 95 4e ff f5 39 e5 77  |..3.0.a^..N..9.w|
  276. 00000080  bd 33 14 3a f5 90 1f 7d  d8 67 8b 77 5f 13 8a 3f  |.3.:...}.g.w_..?|
  277. 00000090  c3 18 43 6d 9b 6e 62 76  27 34 e6 4c 19 1d 48 c8  |..Cm.nbv'4.L..H.|
  278. 000000a0  8c 2a 69 96 99 e9 52 9c  f6 b1 07 7e db 90 fa 7a  |.*i...R....~...z|
  279. 000000b0  8b cd 5c e1 fb 83 47 db  de de 71 0b 00 89 0d 2d  |..\...G...q....-|
  280. 000000c0  bc 55 fb 01 f0 bf fb 7b  39 04 3d 6b 8a c1 8d 2f  |.U.....{9.=k.../|
  281. 000000d0  e0 1a 81 75 4e 34 6f 74  44 fc cb e7 e3 56 1b 16  |...uN4otD....V..|
  282. 000000e0  3d bd 63 4d 62 c4 f3 ec  9a 34 f6 da d3 ee d2 a6  |=.cMb....4......|
  283. 000000f0  22 62 47 b5 d3 fc 05 29  05 60 8d da 7d f7 69 da  |"bG....).`..}.i.|
  284. 00000100  7a ff 0c 61 11 b6 6d 17  b9 c6 14 f3 79 2d b9 64  |z..a..m.....y-.d|
  285. 00000110  4e 42 77 10 a6 9d 50 aa  b4 3a 1a 72 aa 53 eb 7a  |NBw...P..:.r.S.z|
  286. 00000120  94 28 51 65 b0 92 7d 4d  96 ce de 55 1c 1d e3 1d  |.(Qe..}M...U....|
  287. 00000130  1b 77 37 fe 72 17 e9 60  d3 1b 2c 1a 37 d7 b5 be  |.w7.r..`..,.7...|
  288. 00000140  b6 eb 19 03 79 f5 b7 a2  c8 8f b2 0c 75 6c e3 7b  |....y.......ul.{|
  289. 00000150  b5 fa 79 ec 70 9d 3c c9  33 bf 20 e8 85 34 d3 46  |..y.p.<.3. ..4.F|
  290. 00000160  4c fc 78 e8 ca 71 3c b6  88 e1 93 d3 09 9f 76 91  |L.x..q<.......v.|
  291. 00000170  f3 04 62 43 af 7d f7 86  bb 06 79 37 a6 49 46 bf  |..bC.}....y7.IF.|
  292. 00000180  f7 df 63 a6 1f 7d ce 87  2c b6 3d c8 b3 77 3b 1c  |..c..}..,.=..w;.|
  293. 00000190  ad 47 c0 29 0b 75 3c 87  d7 1f 4f f9 a7 86 7f 3c  |.G.).u<...O....<|
  294. 000001a0  8b 38 ae b9 cb f7 06 5f  c8 6d 17 4c 38 ca 46 bf  |.8....._.m.L8.F.|
  295. 000001b0  e5 76 29 a0 65 b8 a2 65  61 ac 3d f5 3f ab 00 fe  |.v).e..ea.=.?...|
  296. 000001c0  ff ff 83 fe ff ff 02 00  00 00 00 b8 b4 02 00 fe  |................|
  297. 000001d0  ff ff 05 fe ff ff 02 b8  b4 02 00 f8 3f 00 00 00  |............?...|
  298. 000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
  299. 000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
  300. 00000200
  301.  
  302.  
  303. =============================== StdErr Messages: ===============================
  304.  
  305. To be able to see for which directory Grub2 (v1.99) looks for, install "unlzma".

Προτείνετε μια διόρθωση ή τροποποίηση (κάντε κλικ εδώ για να δημιουργήσετε μια εντελώς νέα καταχώρηση)
Αφού αποθηκεύσετε τις αλλαγές, θα μπορείτε εύκολα να δείτε τις διαφορές μεταξύ της παλιάς και της νέας καταχώρησης.

Επισύμανση σύνταξης:

Για να επισημάνετε συγκεκριμένες γραμμές, βάλτε στην αρχή καθεμίας από αυτές τους χαρακτήρες @@


Θυμήσου με