daily pastebin goal
66%
SHARE
TWEET

Untitled

a guest Jun 5th, 2012 42 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cat /etc/initramfs-tools/conf.d/resume
  2. RESUME=UUID=c53ced66-fadd-49be-8d78-a78fa252fae3
  3.  
  4.  
  5.  
  6.                   Boot Info Script 0.61      [1 April 2012]
  7.  
  8.  
  9. ============================= Boot Info Summary: ===============================
  10.  
  11.  => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
  12.     the same hard drive for core.img. core.img is at this location and looks
  13.     for (,msdos5)/boot/grub on this drive.
  14.  
  15. sda1: __________________________________________________________________________
  16.  
  17.     File system:       ntfs
  18.     Boot sector type:  Windows Vista/7: NTFS
  19.     Boot sector info:  No errors found in the Boot Parameter Block.
  20.     Operating System:  
  21.     Boot files:        /bootmgr /Boot/BCD
  22.  
  23. sda2: __________________________________________________________________________
  24.  
  25.     File system:       ntfs
  26.     Boot sector type:  Windows Vista/7: NTFS
  27.     Boot sector info:  No errors found in the Boot Parameter Block.
  28.     Operating System:  Windows 7
  29.     Boot files:        /Windows/System32/winload.exe
  30.  
  31. sda3: __________________________________________________________________________
  32.  
  33.     File system:       ntfs
  34.     Boot sector type:  Windows Vista/7: NTFS
  35.     Boot sector info:  No errors found in the Boot Parameter Block.
  36.     Operating System:  
  37.     Boot files:        
  38.  
  39. sda4: __________________________________________________________________________
  40.  
  41.     File system:       Extended Partition
  42.     Boot sector type:  -
  43.     Boot sector info:
  44.  
  45. sda5: __________________________________________________________________________
  46.  
  47.     File system:       ext4
  48.     Boot sector type:  -
  49.     Boot sector info:
  50.     Operating System:  Ubuntu 12.04 LTS
  51.     Boot files:        /boot/grub/grub.cfg /etc/fstab
  52.                        /boot/extlinux/extlinux.conf /boot/grub/core.img
  53.  
  54. sda6: __________________________________________________________________________
  55.  
  56.     File system:       ext4
  57.     Boot sector type:  -
  58.     Boot sector info:
  59.     Operating System:  
  60.     Boot files:        
  61.  
  62. sda7: __________________________________________________________________________
  63.  
  64.     File system:       swap
  65.     Boot sector type:  -
  66.     Boot sector info:
  67.  
  68. ============================ Drive/Partition Info: =============================
  69.  
  70. Drive: sda _____________________________________________________________________
  71.  
  72. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  73. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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/sda1    *          2,048       206,847       204,800   7 NTFS / exFAT / HPFS
  80. /dev/sda2             206,848    59,371,519    59,164,672   7 NTFS / exFAT / HPFS
  81. /dev/sda3          59,371,520   913,856,511   854,484,992   7 NTFS / exFAT / HPFS
  82. /dev/sda4         913,858,558   976,771,071    62,912,514   5 Extended
  83. /dev/sda5         913,858,560   933,393,716    19,535,157  83 Linux
  84. /dev/sda6         933,394,432   970,179,588    36,785,157  83 Linux
  85. /dev/sda7         970,180,608   976,771,071     6,590,464  82 Linux swap / Solaris
  86.  
  87.  
  88. "blkid" output: ________________________________________________________________
  89.  
  90. Device           UUID                                   TYPE       LABEL
  91.  
  92. /dev/sda1        78CE9121CE90D928                       ntfs       Зарезервировано системой
  93. /dev/sda2        F0E4DC0DE4DBD3C6                       ntfs       ms
  94. /dev/sda3        E0A47833A4780E72                       ntfs       data
  95. /dev/sda5        d05acf65-a4fb-4fc2-b271-d835d821e158   ext4      
  96. /dev/sda6        645ac3d1-b13e-42ba-9408-d9675c2de9fd   ext4      
  97. /dev/sda7        c53ced66-fadd-49be-8d78-a78fa252fae3   swap      
  98.  
  99. ================================ Mount points: =================================
  100.  
  101. Device           Mount_Point              Type       Options
  102.  
  103. /dev/sda5        /                        ext4       (rw,errors=remount-ro)
  104. /dev/sda6        /home                    ext4       (rw,user_xattr)
  105.  
  106.  
  107. =========================== sda5/boot/grub/grub.cfg: ===========================
  108.  
  109. --------------------------------------------------------------------------------
  110. #
  111. # DO NOT EDIT THIS FILE
  112. #
  113. # It is automatically generated by grub-mkconfig using templates
  114. # from /etc/grub.d and settings from /etc/default/grub
  115. #
  116.  
  117. ### BEGIN /etc/grub.d/00_header ###
  118. if [ -s $prefix/grubenv ]; then
  119.   set have_grubenv=true
  120.   load_env
  121. fi
  122. set default="0"
  123. if [ "${prev_saved_entry}" ]; then
  124.   set saved_entry="${prev_saved_entry}"
  125.   save_env saved_entry
  126.   set prev_saved_entry=
  127.   save_env prev_saved_entry
  128.   set boot_once=true
  129. fi
  130.  
  131. function savedefault {
  132.   if [ -z "${boot_once}" ]; then
  133.     saved_entry="${chosen}"
  134.     save_env saved_entry
  135.   fi
  136. }
  137.  
  138. function recordfail {
  139.   set recordfail=1
  140.   if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  141. }
  142.  
  143. function load_video {
  144.   insmod vbe
  145.   insmod vga
  146.   insmod video_bochs
  147.   insmod video_cirrus
  148. }
  149.  
  150. insmod part_msdos
  151. insmod ext2
  152. set root='(hd0,msdos5)'
  153. search --no-floppy --fs-uuid --set=root d05acf65-a4fb-4fc2-b271-d835d821e158
  154. if loadfont /usr/share/grub/unicode.pf2 ; then
  155.   set gfxmode=640x480
  156.   load_video
  157.   insmod gfxterm
  158.   insmod part_msdos
  159.   insmod ext2
  160.   set root='(hd0,msdos5)'
  161.   search --no-floppy --fs-uuid --set=root d05acf65-a4fb-4fc2-b271-d835d821e158
  162.   set locale_dir=($root)/boot/grub/locale
  163.   set lang=en_US
  164.   insmod gettext
  165. fi
  166. terminal_output gfxterm
  167. if [ "${recordfail}" = 1 ]; then
  168.   set timeout=-1
  169. else
  170.   set timeout=4
  171. fi
  172. ### END /etc/grub.d/00_header ###
  173.  
  174. ### BEGIN /etc/grub.d/10_linux ###
  175. function gfxmode {
  176.         set gfxpayload="${1}"
  177.         if [ "${1}" = "keep" ]; then
  178.                 set vt_handoff=vt.handoff=7
  179.         else
  180.                 set vt_handoff=
  181.         fi
  182. }
  183. if [ "${recordfail}" != 1 ]; then
  184.   if [ -e ${prefix}/gfxblacklist.txt ]; then
  185.     if hwmatch ${prefix}/gfxblacklist.txt 3; then
  186.       if [ ${match} = 0 ]; then
  187.         set linux_gfx_mode=keep
  188.       else
  189.         set linux_gfx_mode=text
  190.       fi
  191.     else
  192.       set linux_gfx_mode=text
  193.     fi
  194.   else
  195.     set linux_gfx_mode=keep
  196.   fi
  197. else
  198.   set linux_gfx_mode=text
  199. fi
  200. export linux_gfx_mode
  201. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  202. menuentry 'Ubuntu, with Linux 3.2.0-24-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  203.         recordfail
  204.         gfxmode $linux_gfx_mode
  205.         insmod gzio
  206.         insmod part_msdos
  207.         insmod ext2
  208.         set root='(hd0,msdos5)'
  209.         search --no-floppy --fs-uuid --set=root d05acf65-a4fb-4fc2-b271-d835d821e158
  210.         linux   /boot/vmlinuz-3.2.0-24-generic-pae root=UUID=d05acf65-a4fb-4fc2-b271-d835d821e158 ro  
  211.         initrd  /boot/initrd.img-3.2.0-24-generic-pae
  212. }
  213. menuentry 'Ubuntu, with Linux 3.2.0-24-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  214.         recordfail
  215.         insmod gzio
  216.         insmod part_msdos
  217.         insmod ext2
  218.         set root='(hd0,msdos5)'
  219.         search --no-floppy --fs-uuid --set=root d05acf65-a4fb-4fc2-b271-d835d821e158
  220.         echo    'Loading Linux 3.2.0-24-generic-pae ...'
  221.         linux   /boot/vmlinuz-3.2.0-24-generic-pae root=UUID=d05acf65-a4fb-4fc2-b271-d835d821e158 ro recovery nomodeset
  222.         echo    'Loading initial ramdisk ...'
  223.         initrd  /boot/initrd.img-3.2.0-24-generic-pae
  224. }
  225. ### END /etc/grub.d/10_linux ###
  226.  
  227. ### BEGIN /etc/grub.d/20_linux_xen ###
  228. ### END /etc/grub.d/20_linux_xen ###
  229.  
  230. ### BEGIN /etc/grub.d/30_os-prober ###
  231. menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
  232.         insmod part_msdos
  233.         insmod ntfs
  234.         set root='(hd0,msdos1)'
  235.         search --no-floppy --fs-uuid --set=root 78CE9121CE90D928
  236.         chainloader +1
  237. }
  238. ### END /etc/grub.d/30_os-prober ###
  239.  
  240. ### BEGIN /etc/grub.d/40_custom ###
  241. # This file provides an easy way to add custom menu entries.  Simply type the
  242. # menu entries you want to add after this comment.  Be careful not to change
  243. # the 'exec tail' line above.
  244. ### END /etc/grub.d/40_custom ###
  245.  
  246. ### BEGIN /etc/grub.d/41_custom ###
  247. if [ -f  $prefix/custom.cfg ]; then
  248.   source $prefix/custom.cfg;
  249. fi
  250. ### END /etc/grub.d/41_custom ###
  251. --------------------------------------------------------------------------------
  252.  
  253. =============================== sda5/etc/fstab: ================================
  254.  
  255. --------------------------------------------------------------------------------
  256. # /etc/fstab: static file system information.
  257. #
  258. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  259.  
  260. proc    /proc   proc    nodev,noexec,nosuid     0       0
  261. #Entry for /dev/sda5 :
  262. UUID=d05acf65-a4fb-4fc2-b271-d835d821e158       /       ext4    errors=remount-ro       0       1
  263. #Entry for /dev/sda6 :
  264. UUID=645ac3d1-b13e-42ba-9408-d9675c2de9fd       /home   ext4    defaults,user_xattr     0       2
  265. #Entry for /dev/sda3 :
  266. #UUID=E0A47833A4780E72  /home/hobagos/data      ntfs-3g defaults,locale=en_US.UTF-8     0       0
  267. #Entry for /dev/sda7 :
  268. UUID=c53ced66-fadd-49be-8d78-a78fa252fae3       none    swap    sw      0       0
  269.  
  270.  
  271. --------------------------------------------------------------------------------
  272.  
  273. ====================== sda5/boot/extlinux/extlinux.conf: =======================
  274.  
  275. --------------------------------------------------------------------------------
  276. ## /boot/extlinux/extlinux.conf
  277. ##
  278. ## IMPORTANT WARNING
  279. ##
  280. ## The configuration of this file is generated automatically.
  281. ## Do not edit this file manually, use: extlinux-update
  282.  
  283.  
  284. default l0
  285. prompt 1
  286. timeout 50
  287.  
  288. include themes/debian/theme.cfg
  289. --------------------------------------------------------------------------------
  290.  
  291. =================== sda5: Location of files loaded by Grub: ====================
  292.  
  293.            GiB - GB             File                                 Fragment(s)
  294.  
  295.                =                boot/grub/core.img                             1
  296.                =                boot/grub/grub.cfg                             1
  297.                =                boot/initrd.img-3.2.0-24-generic-pae           3
  298.                =                boot/vmlinuz-3.2.0-24-generic-pae              1
  299.                =                initrd.img                                     3
  300.                =                vmlinuz                                        1
  301.  
  302. ================= sda5: Location of files loaded by Syslinux: ==================
  303.  
  304.            GiB - GB             File                                 Fragment(s)
  305.  
  306.                =                boot/extlinux/chain.c32                        1
  307.                =                boot/extlinux/extlinux.conf                    1
  308.  
  309. ============== sda5: Version of COM32(R) files used by Syslinux: ===============
  310.  
  311.  boot/extlinux/chain.c32            :  COM32R module (v4.xx)
  312.  
  313. =============================== StdErr Messages: ===============================
  314.  
  315. xz: (stdin): Compressed data is corrupt
  316. awk: cmd. line:36: Math support is not compiled in
  317. awk: cmd. line:36: Math support is not compiled in
  318. awk: cmd. line:36: Math support is not compiled in
  319. awk: cmd. line:36: Math support is not compiled in
  320. awk: cmd. line:36: Math support is not compiled in
  321. awk: cmd. line:36: Math support is not compiled in
  322. awk: cmd. line:36: Math support is not compiled in
  323. awk: cmd. line:36: Math support is not compiled in
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top