- Boot Info Script 0.61 [1 April 2012]
- ============================= Boot Info Summary: ===============================
- => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
- the same hard drive for core.img. core.img is at this location and looks
- for (,msdos1)/grub on this drive.
- sda1: __________________________________________________________________________
- File system: ext2
- Boot sector type: -
- Boot sector info:
- Operating System:
- Boot files: /grub/grub.cfg /grub/core.img
- sda2: __________________________________________________________________________
- File system: ext2
- Boot sector type: -
- Boot sector info:
- Operating System: Ubuntu 12.04 LTS
- Boot files: /etc/fstab
- sda3: __________________________________________________________________________
- File system: Extended Partition
- Boot sector type: Unknown
- Boot sector info:
- sda5: __________________________________________________________________________
- File system: swap
- Boot sector type: -
- Boot sector info:
- sda6: __________________________________________________________________________
- File system: ext3
- Boot sector type: -
- Boot sector info:
- Operating System:
- Boot files:
- sda7: __________________________________________________________________________
- File system: ext3
- Boot sector type: -
- Boot sector info:
- Operating System:
- Boot files:
- sda8: __________________________________________________________________________
- File system: ext3
- Boot sector type: -
- Boot sector info:
- Operating System:
- Boot files:
- ============================ Drive/Partition Info: =============================
- Drive: sda _____________________________________________________________________
- Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
- 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
- Units = sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- Partition Boot Start Sector End Sector # of Sectors Id System
- /dev/sda1 * 2,048 487,423 485,376 83 Linux
- /dev/sda2 487,424 293,455,871 292,968,448 83 Linux
- /dev/sda3 293,457,918 1,953,523,711 1,660,065,794 5 Extended
- /dev/sda5 293,457,920 309,080,063 15,622,144 82 Linux swap / Solaris
- /dev/sda6 309,082,112 1,131,931,647 822,849,536 83 Linux
- /dev/sda7 1,131,933,696 1,426,180,095 294,246,400 83 Linux
- /dev/sda8 1,426,182,144 1,953,523,711 527,341,568 83 Linux
- "blkid" output: ________________________________________________________________
- Device UUID TYPE LABEL
- /dev/sda1 c406ec0f-0105-48df-8cc2-1dbdc1f63ffe ext2
- /dev/sda2 0790c9b9-8eef-4822-9294-81d292d7c95a ext2
- /dev/sda5 7ce3927b-7bde-4b14-b996-e6f41d0df13b swap
- /dev/sda6 7d60beb5-f612-4d87-a451-e39e61ef2cb0 ext3
- /dev/sda7 53760784-f21b-49ca-9776-37c7907aab4b ext3
- /dev/sda8 1c985295-a7ed-4e2f-b0e6-e7ff0565f793 ext3
- ================================ Mount points: =================================
- Device Mount_Point Type Options
- /dev/sda1 /boot ext2 (rw)
- /dev/sda2 / ext2 (rw,errors=remount-ro)
- /dev/sda6 /media/7d60beb5-f612-4d87-a451-e39e61ef2cb0 ext3 (rw,nosuid,nodev,uhelper=udisks)
- /dev/sda7 /home ext3 (rw)
- /dev/sda8 /usr ext3 (rw)
- ============================= sda1/grub/grub.cfg: ==============================
- --------------------------------------------------------------------------------
- #
- # DO NOT EDIT THIS FILE
- #
- # It is automatically generated by grub-mkconfig using templates
- # from /etc/grub.d and settings from /etc/default/grub
- #
- ### BEGIN /etc/grub.d/00_header ###
- if [ -s $prefix/grubenv ]; then
- set have_grubenv=true
- load_env
- fi
- set default="0"
- if [ "${prev_saved_entry}" ]; then
- set saved_entry="${prev_saved_entry}"
- save_env saved_entry
- set prev_saved_entry=
- save_env prev_saved_entry
- set boot_once=true
- fi
- function savedefault {
- if [ -z "${boot_once}" ]; then
- saved_entry="${chosen}"
- save_env saved_entry
- fi
- }
- function recordfail {
- set recordfail=1
- if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
- }
- function load_video {
- insmod vbe
- insmod vga
- insmod video_bochs
- insmod video_cirrus
- }
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos8)'
- search --no-floppy --fs-uuid --set=root 1c985295-a7ed-4e2f-b0e6-e7ff0565f793
- if loadfont /share/grub/unicode.pf2 ; then
- set gfxmode=auto
- load_video
- insmod gfxterm
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root c406ec0f-0105-48df-8cc2-1dbdc1f63ffe
- set locale_dir=($root)/grub/locale
- set lang=en_US
- insmod gettext
- fi
- terminal_output gfxterm
- if [ "${recordfail}" = 1 ]; then
- set timeout=-1
- else
- set timeout=10
- fi
- ### END /etc/grub.d/00_header ###
- ### BEGIN /etc/grub.d/05_debian_theme ###
- set menu_color_normal=white/black
- set menu_color_highlight=black/light-gray
- ### END /etc/grub.d/05_debian_theme ###
- ### BEGIN /etc/grub.d/10_linux ###
- function gfxmode {
- set gfxpayload="${1}"
- if [ "${1}" = "keep" ]; then
- set vt_handoff=vt.handoff=7
- else
- set vt_handoff=
- fi
- }
- if [ "${recordfail}" != 1 ]; then
- if [ -e ${prefix}/gfxblacklist.txt ]; then
- if hwmatch ${prefix}/gfxblacklist.txt 3; then
- if [ ${match} = 0 ]; then
- set linux_gfx_mode=keep
- else
- set linux_gfx_mode=text
- fi
- else
- set linux_gfx_mode=text
- fi
- else
- set linux_gfx_mode=keep
- fi
- else
- set linux_gfx_mode=text
- fi
- export linux_gfx_mode
- if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
- menuentry 'Ubuntu, with Linux 3.2.0-25-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- gfxmode $linux_gfx_mode
- insmod gzio
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root c406ec0f-0105-48df-8cc2-1dbdc1f63ffe
- linux /vmlinuz-3.2.0-25-generic-pae root=UUID=0790c9b9-8eef-4822-9294-81d292d7c95a ro quiet splash $vt_handoff
- initrd /initrd.img-3.2.0-25-generic-pae
- }
- menuentry 'Ubuntu, with Linux 3.2.0-25-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- insmod gzio
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root c406ec0f-0105-48df-8cc2-1dbdc1f63ffe
- echo 'Loading Linux 3.2.0-25-generic-pae ...'
- linux /vmlinuz-3.2.0-25-generic-pae root=UUID=0790c9b9-8eef-4822-9294-81d292d7c95a ro recovery nomodeset
- echo 'Loading initial ramdisk ...'
- initrd /initrd.img-3.2.0-25-generic-pae
- }
- submenu "Previous Linux versions" {
- menuentry 'Ubuntu, with Linux 3.2.0-23-lowlatency-pae' --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- gfxmode $linux_gfx_mode
- insmod gzio
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root c406ec0f-0105-48df-8cc2-1dbdc1f63ffe
- linux /vmlinuz-3.2.0-23-lowlatency-pae root=UUID=0790c9b9-8eef-4822-9294-81d292d7c95a ro quiet splash $vt_handoff
- initrd /initrd.img-3.2.0-23-lowlatency-pae
- }
- menuentry 'Ubuntu, with Linux 3.2.0-23-lowlatency-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- insmod gzio
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root c406ec0f-0105-48df-8cc2-1dbdc1f63ffe
- echo 'Loading Linux 3.2.0-23-lowlatency-pae ...'
- linux /vmlinuz-3.2.0-23-lowlatency-pae root=UUID=0790c9b9-8eef-4822-9294-81d292d7c95a ro recovery nomodeset
- echo 'Loading initial ramdisk ...'
- initrd /initrd.img-3.2.0-23-lowlatency-pae
- }
- }
- ### END /etc/grub.d/10_linux ###
- ### BEGIN /etc/grub.d/20_linux_xen ###
- ### END /etc/grub.d/20_linux_xen ###
- ### BEGIN /etc/grub.d/20_memtest86+ ###
- menuentry "Memory test (memtest86+)" {
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root c406ec0f-0105-48df-8cc2-1dbdc1f63ffe
- linux16 /memtest86+.bin
- }
- menuentry "Memory test (memtest86+, serial console 115200)" {
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root c406ec0f-0105-48df-8cc2-1dbdc1f63ffe
- linux16 /memtest86+.bin console=ttyS0,115200n8
- }
- ### END /etc/grub.d/20_memtest86+ ###
- ### BEGIN /etc/grub.d/30_os-prober ###
- if [ "x${timeout}" != "x-1" ]; then
- if keystatus; then
- if keystatus --shift; then
- set timeout=-1
- else
- set timeout=0
- fi
- else
- if sleep --interruptible 3 ; then
- set timeout=0
- fi
- fi
- fi
- ### END /etc/grub.d/30_os-prober ###
- ### BEGIN /etc/grub.d/40_custom ###
- # This file provides an easy way to add custom menu entries. Simply type the
- # menu entries you want to add after this comment. Be careful not to change
- # the 'exec tail' line above.
- ### END /etc/grub.d/40_custom ###
- ### BEGIN /etc/grub.d/41_custom ###
- if [ -f $prefix/custom.cfg ]; then
- source $prefix/custom.cfg;
- fi
- ### END /etc/grub.d/41_custom ###
- --------------------------------------------------------------------------------
- =================== sda1: Location of files loaded by Grub: ====================
- GiB - GB File Fragment(s)
- 0.103027344 = 0.110624768 grub/core.img 3
- 0.160162926 = 0.171973632 grub/grub.cfg 1
- 0.094341278 = 0.101298176 initrd.img-3.2.0-23-lowlatency-pae 84
- 0.060544014 = 0.065008640 initrd.img-3.2.0-25-generic-pae 57
- 0.009632111 = 0.010342400 vmlinuz-3.2.0-23-lowlatency-pae 20
- 0.032040596 = 0.034403328 vmlinuz-3.2.0-25-generic-pae 21
- =============================== sda2/etc/fstab: ================================
- --------------------------------------------------------------------------------
- # /etc/fstab: static file system information.
- #
- # Use 'blkid' to print the universally unique identifier for a
- # device; this may be used with UUID= as a more robust way to name devices
- # that works even if disks are added and removed. See fstab(5).
- #
- # <file system> <mount point> <type> <options> <dump> <pass>
- proc /proc proc nodev,noexec,nosuid 0 0
- # / was on /dev/sda2 during installation
- UUID=0790c9b9-8eef-4822-9294-81d292d7c95a / ext2 errors=remount-ro 0 1
- # /boot was on /dev/sda1 during installation
- UUID=c406ec0f-0105-48df-8cc2-1dbdc1f63ffe /boot ext2 defaults 0 2
- # /home was on /dev/sda7 during installation
- UUID=53760784-f21b-49ca-9776-37c7907aab4b /home ext3 defaults 0 2
- # /usr was on /dev/sda8 during installation
- UUID=1c985295-a7ed-4e2f-b0e6-e7ff0565f793 /usr ext3 defaults 0 2
- # swap was on /dev/sda5 during installation
- UUID=7ce3927b-7bde-4b14-b996-e6f41d0df13b none swap sw 0 0
- --------------------------------------------------------------------------------
- =================== sda2: Location of files loaded by Grub: ====================
- GiB - GB File Fragment(s)
- 0.325786591 = 0.349810688 initrd.img 84
- 0.325786591 = 0.349810688 initrd.img.old 84
- 0.241077423 = 0.258854912 vmlinuz 20
- ======================== Unknown MBRs/Boot Sectors/etc: ========================
- Unknown BootLoader on sda3
- 00000000 3a 17 1e 46 63 fd a4 bf ca bb 49 fc 8c 73 f0 da |:..Fc.....I..s..|
- 00000010 63 5f 4b eb e6 7b f3 6f 65 d6 8f 97 51 4d 11 d8 |c_K..{.oe...QM..|
- 00000020 b6 3c 7a 99 8d ea 0c 73 94 0e 26 19 85 8c 1a e5 |.<z....s..&.....|
- 00000030 79 ae 30 de 31 08 3c ed 12 d4 e3 fb 41 72 a5 f5 |y.0.1.<.....Ar..|
- 00000040 6e 8b da 3d 90 bd ca 58 26 ca 19 a2 6b 55 d4 c7 |n..=...X&...kU..|
- 00000050 ef a8 01 22 74 8d 16 d9 36 a5 4d 42 2c 7b 4b 99 |..."t...6.MB,{K.|
- 00000060 80 ad 75 7e 12 bd 55 8a 32 36 b8 d2 53 34 41 df |..u~..U.26..S4A.|
- 00000070 07 69 ac 0f a9 ef 36 5a b9 dd f1 24 09 14 b0 b8 |.i....6Z...$....|
- 00000080 e0 36 ff 69 92 f4 9d ff f3 a1 34 1a df 02 72 6e |.6.i......4...rn|
- 00000090 be 67 62 9e 12 d0 f6 92 ac 62 bf 36 a8 3e 40 f0 |.gb......b.6.>@.|
- 000000a0 d8 ac a0 48 f8 ac cc 32 0d a9 11 0c f8 ec a2 b3 |...H...2........|
- 000000b0 6f df f0 96 36 04 04 93 cc 4c 8f 01 68 76 e7 3f |o...6....L..hv.?|
- 000000c0 68 d9 e9 df b3 69 fc ad cc b8 17 e7 d6 96 6c e1 |h....i........l.|
- 000000d0 47 0a 2d 85 c2 ac 6b 0d d6 a9 a8 41 b0 a5 a1 d4 |G.-...k....A....|
- 000000e0 b1 7f 18 0c 62 1f 99 84 1f 3a 89 6d 26 5d 8a 74 |....b....:.m&].t|
- 000000f0 57 2e 17 19 6d 4b 8b 7c 40 ac 3f 76 3c 58 dd f6 |W...mK.|@.?v<X..|
- 00000100 b7 a5 07 da 37 88 b4 35 5d 21 a3 de 1e c8 33 52 |....7..5]!....3R|
- 00000110 b7 d9 b4 a9 b4 ba 60 4b 3f 90 4e 2d ce eb 72 ff |......`K?.N-..r.|
- 00000120 66 cf d4 12 a9 83 5d 3a 4f d8 af fc aa 5a 56 0a |f.....]:O....ZV.|
- 00000130 57 19 36 68 e0 80 24 78 21 6c 6e 71 96 53 ec a1 |W.6h..$x!lnq.S..|
- 00000140 32 35 0a f1 8a 98 ce d2 21 69 3c 4a 1e 0a 3f 6e |25......!i<J..?n|
- 00000150 da ab 51 7a 98 92 cd 1f a4 84 b9 52 be 66 b4 18 |..Qz.......R.f..|
- 00000160 66 55 0d da a4 58 72 99 34 91 55 f1 ec 12 70 c3 |fU...Xr.4.U...p.|
- 00000170 c2 24 83 f5 45 f9 a9 b8 e3 bf e6 45 bb 50 60 04 |.$..E......E.P`.|
- 00000180 ea 8e ab 95 5f f4 f0 55 db 05 aa f4 c8 04 6a 9b |...._..U......j.|
- 00000190 81 56 3d 45 16 0f b0 20 8b e3 15 95 b9 df 2c 7d |.V=E... ......,}|
- 000001a0 5a 00 a6 54 60 fb a8 22 0d 4e 20 24 01 72 48 f7 |Z..T`..".N $.rH.|
- 000001b0 69 53 46 d8 92 52 92 4f f1 56 7d 76 f8 45 00 fe |iSF..R.O.V}v.E..|
- 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 60 ee 00 00 fe |...........`....|
- 000001d0 ff ff 05 fe ff ff 02 60 ee 00 00 b8 0b 31 00 00 |.......`.....1..|
- 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
- 00000200
- ========= Devices which don't seem to have a corresponding hard drive: =========
- sdb sdc sdd sde
- =============================== StdErr Messages: ===============================
- xz: (stdin): Compressed data is corrupt
SHARE
TWEET
Untitled
a guest
Jun 25th, 2012
18
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data

