daily pastebin goal
74%
SHARE
TWEET

Untitled

a guest Jun 25th, 2012 18 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.     for (,msdos1)/grub on this drive.
  9.  
  10. sda1: __________________________________________________________________________
  11.  
  12.     File system:       ext2
  13.     Boot sector type:  -
  14.     Boot sector info:
  15.     Operating System:  
  16.     Boot files:        /grub/grub.cfg /grub/core.img
  17.  
  18. sda2: __________________________________________________________________________
  19.  
  20.     File system:       ext2
  21.     Boot sector type:  -
  22.     Boot sector info:
  23.     Operating System:  Ubuntu 12.04 LTS
  24.     Boot files:        /etc/fstab
  25.  
  26. sda3: __________________________________________________________________________
  27.  
  28.     File system:       Extended Partition
  29.     Boot sector type:  Unknown
  30.     Boot sector info:
  31.  
  32. sda5: __________________________________________________________________________
  33.  
  34.     File system:       swap
  35.     Boot sector type:  -
  36.     Boot sector info:
  37.  
  38. sda6: __________________________________________________________________________
  39.  
  40.     File system:       ext3
  41.     Boot sector type:  -
  42.     Boot sector info:
  43.     Operating System:  
  44.     Boot files:        
  45.  
  46. sda7: __________________________________________________________________________
  47.  
  48.     File system:       ext3
  49.     Boot sector type:  -
  50.     Boot sector info:
  51.     Operating System:  
  52.     Boot files:        
  53.  
  54. sda8: __________________________________________________________________________
  55.  
  56.     File system:       ext3
  57.     Boot sector type:  -
  58.     Boot sector info:
  59.     Operating System:  
  60.     Boot files:        
  61.  
  62. ============================ Drive/Partition Info: =============================
  63.  
  64. Drive: sda _____________________________________________________________________
  65.  
  66. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  67. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  68. Units = sectors of 1 * 512 = 512 bytes
  69. Sector size (logical/physical): 512 bytes / 512 bytes
  70.  
  71. Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
  72.  
  73. /dev/sda1    *          2,048       487,423       485,376  83 Linux
  74. /dev/sda2             487,424   293,455,871   292,968,448  83 Linux
  75. /dev/sda3         293,457,918 1,953,523,711 1,660,065,794   5 Extended
  76. /dev/sda5         293,457,920   309,080,063    15,622,144  82 Linux swap / Solaris
  77. /dev/sda6         309,082,112 1,131,931,647   822,849,536  83 Linux
  78. /dev/sda7       1,131,933,696 1,426,180,095   294,246,400  83 Linux
  79. /dev/sda8       1,426,182,144 1,953,523,711   527,341,568  83 Linux
  80.  
  81.  
  82. "blkid" output: ________________________________________________________________
  83.  
  84. Device           UUID                                   TYPE       LABEL
  85.  
  86. /dev/sda1        c406ec0f-0105-48df-8cc2-1dbdc1f63ffe   ext2      
  87. /dev/sda2        0790c9b9-8eef-4822-9294-81d292d7c95a   ext2      
  88. /dev/sda5        7ce3927b-7bde-4b14-b996-e6f41d0df13b   swap      
  89. /dev/sda6        7d60beb5-f612-4d87-a451-e39e61ef2cb0   ext3      
  90. /dev/sda7        53760784-f21b-49ca-9776-37c7907aab4b   ext3      
  91. /dev/sda8        1c985295-a7ed-4e2f-b0e6-e7ff0565f793   ext3      
  92.  
  93. ================================ Mount points: =================================
  94.  
  95. Device           Mount_Point              Type       Options
  96.  
  97. /dev/sda1        /boot                    ext2       (rw)
  98. /dev/sda2        /                        ext2       (rw,errors=remount-ro)
  99. /dev/sda6        /media/7d60beb5-f612-4d87-a451-e39e61ef2cb0 ext3       (rw,nosuid,nodev,uhelper=udisks)
  100. /dev/sda7        /home                    ext3       (rw)
  101. /dev/sda8        /usr                     ext3       (rw)
  102.  
  103.  
  104. ============================= sda1/grub/grub.cfg: ==============================
  105.  
  106. --------------------------------------------------------------------------------
  107. #
  108. # DO NOT EDIT THIS FILE
  109. #
  110. # It is automatically generated by grub-mkconfig using templates
  111. # from /etc/grub.d and settings from /etc/default/grub
  112. #
  113.  
  114. ### BEGIN /etc/grub.d/00_header ###
  115. if [ -s $prefix/grubenv ]; then
  116.   set have_grubenv=true
  117.   load_env
  118. fi
  119. set default="0"
  120. if [ "${prev_saved_entry}" ]; then
  121.   set saved_entry="${prev_saved_entry}"
  122.   save_env saved_entry
  123.   set prev_saved_entry=
  124.   save_env prev_saved_entry
  125.   set boot_once=true
  126. fi
  127.  
  128. function savedefault {
  129.   if [ -z "${boot_once}" ]; then
  130.     saved_entry="${chosen}"
  131.     save_env saved_entry
  132.   fi
  133. }
  134.  
  135. function recordfail {
  136.   set recordfail=1
  137.   if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  138. }
  139.  
  140. function load_video {
  141.   insmod vbe
  142.   insmod vga
  143.   insmod video_bochs
  144.   insmod video_cirrus
  145. }
  146.  
  147. insmod part_msdos
  148. insmod ext2
  149. set root='(hd0,msdos8)'
  150. search --no-floppy --fs-uuid --set=root 1c985295-a7ed-4e2f-b0e6-e7ff0565f793
  151. if loadfont /share/grub/unicode.pf2 ; then
  152.   set gfxmode=auto
  153.   load_video
  154.   insmod gfxterm
  155.   insmod part_msdos
  156.   insmod ext2
  157.   set root='(hd0,msdos1)'
  158.   search --no-floppy --fs-uuid --set=root c406ec0f-0105-48df-8cc2-1dbdc1f63ffe
  159.   set locale_dir=($root)/grub/locale
  160.   set lang=en_US
  161.   insmod gettext
  162. fi
  163. terminal_output gfxterm
  164. if [ "${recordfail}" = 1 ]; then
  165.   set timeout=-1
  166. else
  167.   set timeout=10
  168. fi
  169. ### END /etc/grub.d/00_header ###
  170.  
  171. ### BEGIN /etc/grub.d/05_debian_theme ###
  172. set menu_color_normal=white/black
  173. set menu_color_highlight=black/light-gray
  174. ### END /etc/grub.d/05_debian_theme ###
  175.  
  176. ### BEGIN /etc/grub.d/10_linux ###
  177. function gfxmode {
  178.         set gfxpayload="${1}"
  179.         if [ "${1}" = "keep" ]; then
  180.                 set vt_handoff=vt.handoff=7
  181.         else
  182.                 set vt_handoff=
  183.         fi
  184. }
  185. if [ "${recordfail}" != 1 ]; then
  186.   if [ -e ${prefix}/gfxblacklist.txt ]; then
  187.     if hwmatch ${prefix}/gfxblacklist.txt 3; then
  188.       if [ ${match} = 0 ]; then
  189.         set linux_gfx_mode=keep
  190.       else
  191.         set linux_gfx_mode=text
  192.       fi
  193.     else
  194.       set linux_gfx_mode=text
  195.     fi
  196.   else
  197.     set linux_gfx_mode=keep
  198.   fi
  199. else
  200.   set linux_gfx_mode=text
  201. fi
  202. export linux_gfx_mode
  203. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  204. menuentry 'Ubuntu, with Linux 3.2.0-25-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  205.         recordfail
  206.         gfxmode $linux_gfx_mode
  207.         insmod gzio
  208.         insmod part_msdos
  209.         insmod ext2
  210.         set root='(hd0,msdos1)'
  211.         search --no-floppy --fs-uuid --set=root c406ec0f-0105-48df-8cc2-1dbdc1f63ffe
  212.         linux   /vmlinuz-3.2.0-25-generic-pae root=UUID=0790c9b9-8eef-4822-9294-81d292d7c95a ro   quiet splash $vt_handoff
  213.         initrd  /initrd.img-3.2.0-25-generic-pae
  214. }
  215. menuentry 'Ubuntu, with Linux 3.2.0-25-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  216.         recordfail
  217.         insmod gzio
  218.         insmod part_msdos
  219.         insmod ext2
  220.         set root='(hd0,msdos1)'
  221.         search --no-floppy --fs-uuid --set=root c406ec0f-0105-48df-8cc2-1dbdc1f63ffe
  222.         echo    'Loading Linux 3.2.0-25-generic-pae ...'
  223.         linux   /vmlinuz-3.2.0-25-generic-pae root=UUID=0790c9b9-8eef-4822-9294-81d292d7c95a ro recovery nomodeset
  224.         echo    'Loading initial ramdisk ...'
  225.         initrd  /initrd.img-3.2.0-25-generic-pae
  226. }
  227. submenu "Previous Linux versions" {
  228. menuentry 'Ubuntu, with Linux 3.2.0-23-lowlatency-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  229.         recordfail
  230.         gfxmode $linux_gfx_mode
  231.         insmod gzio
  232.         insmod part_msdos
  233.         insmod ext2
  234.         set root='(hd0,msdos1)'
  235.         search --no-floppy --fs-uuid --set=root c406ec0f-0105-48df-8cc2-1dbdc1f63ffe
  236.         linux   /vmlinuz-3.2.0-23-lowlatency-pae root=UUID=0790c9b9-8eef-4822-9294-81d292d7c95a ro   quiet splash $vt_handoff
  237.         initrd  /initrd.img-3.2.0-23-lowlatency-pae
  238. }
  239. menuentry 'Ubuntu, with Linux 3.2.0-23-lowlatency-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  240.         recordfail
  241.         insmod gzio
  242.         insmod part_msdos
  243.         insmod ext2
  244.         set root='(hd0,msdos1)'
  245.         search --no-floppy --fs-uuid --set=root c406ec0f-0105-48df-8cc2-1dbdc1f63ffe
  246.         echo    'Loading Linux 3.2.0-23-lowlatency-pae ...'
  247.         linux   /vmlinuz-3.2.0-23-lowlatency-pae root=UUID=0790c9b9-8eef-4822-9294-81d292d7c95a ro recovery nomodeset
  248.         echo    'Loading initial ramdisk ...'
  249.         initrd  /initrd.img-3.2.0-23-lowlatency-pae
  250. }
  251. }
  252. ### END /etc/grub.d/10_linux ###
  253.  
  254. ### BEGIN /etc/grub.d/20_linux_xen ###
  255. ### END /etc/grub.d/20_linux_xen ###
  256.  
  257. ### BEGIN /etc/grub.d/20_memtest86+ ###
  258. menuentry "Memory test (memtest86+)" {
  259.         insmod part_msdos
  260.         insmod ext2
  261.         set root='(hd0,msdos1)'
  262.         search --no-floppy --fs-uuid --set=root c406ec0f-0105-48df-8cc2-1dbdc1f63ffe
  263.         linux16 /memtest86+.bin
  264. }
  265. menuentry "Memory test (memtest86+, serial console 115200)" {
  266.         insmod part_msdos
  267.         insmod ext2
  268.         set root='(hd0,msdos1)'
  269.         search --no-floppy --fs-uuid --set=root c406ec0f-0105-48df-8cc2-1dbdc1f63ffe
  270.         linux16 /memtest86+.bin console=ttyS0,115200n8
  271. }
  272. ### END /etc/grub.d/20_memtest86+ ###
  273.  
  274. ### BEGIN /etc/grub.d/30_os-prober ###
  275. if [ "x${timeout}" != "x-1" ]; then
  276.   if keystatus; then
  277.     if keystatus --shift; then
  278.       set timeout=-1
  279.     else
  280.       set timeout=0
  281.     fi
  282.   else
  283.     if sleep --interruptible 3 ; then
  284.       set timeout=0
  285.     fi
  286.   fi
  287. fi
  288. ### END /etc/grub.d/30_os-prober ###
  289.  
  290. ### BEGIN /etc/grub.d/40_custom ###
  291. # This file provides an easy way to add custom menu entries.  Simply type the
  292. # menu entries you want to add after this comment.  Be careful not to change
  293. # the 'exec tail' line above.
  294. ### END /etc/grub.d/40_custom ###
  295.  
  296. ### BEGIN /etc/grub.d/41_custom ###
  297. if [ -f  $prefix/custom.cfg ]; then
  298.   source $prefix/custom.cfg;
  299. fi
  300. ### END /etc/grub.d/41_custom ###
  301. --------------------------------------------------------------------------------
  302.  
  303. =================== sda1: Location of files loaded by Grub: ====================
  304.  
  305.            GiB - GB             File                                 Fragment(s)
  306.  
  307.    0.103027344 = 0.110624768    grub/core.img                                  3
  308.    0.160162926 = 0.171973632    grub/grub.cfg                                  1
  309.    0.094341278 = 0.101298176    initrd.img-3.2.0-23-lowlatency-pae            84
  310.    0.060544014 = 0.065008640    initrd.img-3.2.0-25-generic-pae               57
  311.    0.009632111 = 0.010342400    vmlinuz-3.2.0-23-lowlatency-pae               20
  312.    0.032040596 = 0.034403328    vmlinuz-3.2.0-25-generic-pae                  21
  313.  
  314. =============================== sda2/etc/fstab: ================================
  315.  
  316. --------------------------------------------------------------------------------
  317. # /etc/fstab: static file system information.
  318. #
  319. # Use 'blkid' to print the universally unique identifier for a
  320. # device; this may be used with UUID= as a more robust way to name devices
  321. # that works even if disks are added and removed. See fstab(5).
  322. #
  323. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  324. proc            /proc           proc    nodev,noexec,nosuid 0       0
  325. # / was on /dev/sda2 during installation
  326. UUID=0790c9b9-8eef-4822-9294-81d292d7c95a /               ext2    errors=remount-ro 0       1
  327. # /boot was on /dev/sda1 during installation
  328. UUID=c406ec0f-0105-48df-8cc2-1dbdc1f63ffe /boot           ext2    defaults        0       2
  329. # /home was on /dev/sda7 during installation
  330. UUID=53760784-f21b-49ca-9776-37c7907aab4b /home           ext3    defaults        0       2
  331. # /usr was on /dev/sda8 during installation
  332. UUID=1c985295-a7ed-4e2f-b0e6-e7ff0565f793 /usr            ext3    defaults        0       2
  333. # swap was on /dev/sda5 during installation
  334. UUID=7ce3927b-7bde-4b14-b996-e6f41d0df13b none            swap    sw              0       0
  335. --------------------------------------------------------------------------------
  336.  
  337. =================== sda2: Location of files loaded by Grub: ====================
  338.  
  339.            GiB - GB             File                                 Fragment(s)
  340.  
  341.    0.325786591 = 0.349810688    initrd.img                                    84
  342.    0.325786591 = 0.349810688    initrd.img.old                                84
  343.    0.241077423 = 0.258854912    vmlinuz                                       20
  344.  
  345. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  346.  
  347. Unknown BootLoader on sda3
  348.  
  349. 00000000  3a 17 1e 46 63 fd a4 bf  ca bb 49 fc 8c 73 f0 da  |:..Fc.....I..s..|
  350. 00000010  63 5f 4b eb e6 7b f3 6f  65 d6 8f 97 51 4d 11 d8  |c_K..{.oe...QM..|
  351. 00000020  b6 3c 7a 99 8d ea 0c 73  94 0e 26 19 85 8c 1a e5  |.<z....s..&.....|
  352. 00000030  79 ae 30 de 31 08 3c ed  12 d4 e3 fb 41 72 a5 f5  |y.0.1.<.....Ar..|
  353. 00000040  6e 8b da 3d 90 bd ca 58  26 ca 19 a2 6b 55 d4 c7  |n..=...X&...kU..|
  354. 00000050  ef a8 01 22 74 8d 16 d9  36 a5 4d 42 2c 7b 4b 99  |..."t...6.MB,{K.|
  355. 00000060  80 ad 75 7e 12 bd 55 8a  32 36 b8 d2 53 34 41 df  |..u~..U.26..S4A.|
  356. 00000070  07 69 ac 0f a9 ef 36 5a  b9 dd f1 24 09 14 b0 b8  |.i....6Z...$....|
  357. 00000080  e0 36 ff 69 92 f4 9d ff  f3 a1 34 1a df 02 72 6e  |.6.i......4...rn|
  358. 00000090  be 67 62 9e 12 d0 f6 92  ac 62 bf 36 a8 3e 40 f0  |.gb......b.6.>@.|
  359. 000000a0  d8 ac a0 48 f8 ac cc 32  0d a9 11 0c f8 ec a2 b3  |...H...2........|
  360. 000000b0  6f df f0 96 36 04 04 93  cc 4c 8f 01 68 76 e7 3f  |o...6....L..hv.?|
  361. 000000c0  68 d9 e9 df b3 69 fc ad  cc b8 17 e7 d6 96 6c e1  |h....i........l.|
  362. 000000d0  47 0a 2d 85 c2 ac 6b 0d  d6 a9 a8 41 b0 a5 a1 d4  |G.-...k....A....|
  363. 000000e0  b1 7f 18 0c 62 1f 99 84  1f 3a 89 6d 26 5d 8a 74  |....b....:.m&].t|
  364. 000000f0  57 2e 17 19 6d 4b 8b 7c  40 ac 3f 76 3c 58 dd f6  |W...mK.|@.?v<X..|
  365. 00000100  b7 a5 07 da 37 88 b4 35  5d 21 a3 de 1e c8 33 52  |....7..5]!....3R|
  366. 00000110  b7 d9 b4 a9 b4 ba 60 4b  3f 90 4e 2d ce eb 72 ff  |......`K?.N-..r.|
  367. 00000120  66 cf d4 12 a9 83 5d 3a  4f d8 af fc aa 5a 56 0a  |f.....]:O....ZV.|
  368. 00000130  57 19 36 68 e0 80 24 78  21 6c 6e 71 96 53 ec a1  |W.6h..$x!lnq.S..|
  369. 00000140  32 35 0a f1 8a 98 ce d2  21 69 3c 4a 1e 0a 3f 6e  |25......!i<J..?n|
  370. 00000150  da ab 51 7a 98 92 cd 1f  a4 84 b9 52 be 66 b4 18  |..Qz.......R.f..|
  371. 00000160  66 55 0d da a4 58 72 99  34 91 55 f1 ec 12 70 c3  |fU...Xr.4.U...p.|
  372. 00000170  c2 24 83 f5 45 f9 a9 b8  e3 bf e6 45 bb 50 60 04  |.$..E......E.P`.|
  373. 00000180  ea 8e ab 95 5f f4 f0 55  db 05 aa f4 c8 04 6a 9b  |...._..U......j.|
  374. 00000190  81 56 3d 45 16 0f b0 20  8b e3 15 95 b9 df 2c 7d  |.V=E... ......,}|
  375. 000001a0  5a 00 a6 54 60 fb a8 22  0d 4e 20 24 01 72 48 f7  |Z..T`..".N $.rH.|
  376. 000001b0  69 53 46 d8 92 52 92 4f  f1 56 7d 76 f8 45 00 fe  |iSF..R.O.V}v.E..|
  377. 000001c0  ff ff 82 fe ff ff 02 00  00 00 00 60 ee 00 00 fe  |...........`....|
  378. 000001d0  ff ff 05 fe ff ff 02 60  ee 00 00 b8 0b 31 00 00  |.......`.....1..|
  379. 000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
  380. 000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
  381. 00000200
  382.  
  383.  
  384. ========= Devices which don't seem to have a corresponding hard drive: =========
  385.  
  386. sdb sdc sdd sde
  387.  
  388. =============================== StdErr Messages: ===============================
  389.  
  390. xz: (stdin): Compressed data is corrupt
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top