Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Boot Info Script 0.60 from 17 May 2011
- ============================= 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 on this drive.
- sda1: __________________________________________________________________________
- File system: ntfs
- Boot sector type: Windows Vista/7
- Boot sector info: No errors found in the Boot Parameter Block.
- Operating System:
- Boot files: /bootmgr /Boot/BCD
- sda2: __________________________________________________________________________
- File system: ntfs
- Boot sector type: Windows Vista/7
- Boot sector info: No errors found in the Boot Parameter Block.
- Operating System: Windows 7
- Boot files: /Windows/System32/winload.exe
- 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: swap
- Boot sector type: -
- Boot sector info:
- sda7: __________________________________________________________________________
- File system: ext4
- Boot sector type: -
- Boot sector info:
- Operating System: Ubuntu 11.10
- Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
- sda8: __________________________________________________________________________
- File system: swap
- Boot sector type: -
- Boot sector info:
- sda4: __________________________________________________________________________
- File system: ntfs
- Boot sector type: Windows Vista/7
- Boot sector info: No errors found in the Boot Parameter Block.
- Operating System:
- Boot files: /bootmgr /boot/BCD
- ============================ Drive/Partition Info: =============================
- Drive: sda _____________________________________________________________________
- Disk /dev/sda: 320.1 GB, 320072933376 bytes
- 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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 206,847 204,800 7 NTFS / exFAT / HPFS
- /dev/sda2 206,848 406,893,002 406,686,155 7 NTFS / exFAT / HPFS
- /dev/sda3 406,894,590 598,374,399 191,479,810 5 Extended
- /dev/sda5 590,252,032 598,374,399 8,122,368 82 Linux swap / Solaris
- /dev/sda6 582,129,664 590,239,743 8,110,080 82 Linux swap / Solaris
- /dev/sda7 406,894,592 574,007,295 167,112,704 83 Linux
- /dev/sda8 574,009,344 582,119,423 8,110,080 82 Linux swap / Solaris
- /dev/sda4 598,374,400 625,139,711 26,765,312 7 NTFS / exFAT / HPFS
- "blkid" output: ________________________________________________________________
- Device UUID TYPE LABEL
- /dev/sda1 2200F20F00F1EA25 ntfs SYSTEM
- /dev/sda2 38A4C5F5A4C5B5A2 ntfs HP
- /dev/sda4 96E85AEDE85ACADF ntfs FACTORY_IMAGE
- /dev/sda5 1d3d8d5c-cdc1-4dc7-9790-64dd666b3967 swap
- /dev/sda6 swap
- /dev/sda7 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf ext4
- /dev/sda8 247f17be-2740-42f9-9dd8-da700a384e68 swap
- ================================ Mount points: =================================
- Device Mount_Point Type Options
- /dev/sda7 / ext4 (rw,errors=remount-ro,commit=0)
- /dev/sr0 /media/Ubuntu 11.10 amd64 iso9660 (ro,nosuid,nodev,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks)
- =========================== sda7/boot/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,msdos7)'
- search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
- if loadfont /usr/share/grub/unicode.pf2 ; then
- set gfxmode=auto
- load_video
- insmod gfxterm
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos7)'
- search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
- set locale_dir=($root)/boot/grub/locale
- set lang=en_CA
- insmod gettext
- fi
- terminal_output gfxterm
- if [ "${recordfail}" = 1 ]; then
- set timeout=10
- 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
- if background_color 44,0,30; then
- clear
- fi
- ### END /etc/grub.d/05_debian_theme ###
- ### BEGIN /etc/grub.d/10_linux ###
- 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.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- set gfxpayload=$linux_gfx_mode
- insmod gzio
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos7)'
- search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
- linux /boot/vmlinuz-3.0.0-12-generic root=UUID=1b7a6ee0-8322-4eec-9a06-67e1b501b9bf ro quiet splash vt.handoff=7
- initrd /boot/initrd.img-3.0.0-12-generic
- }
- menuentry 'Ubuntu, with Linux 3.0.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- insmod gzio
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos7)'
- search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
- echo 'Loading Linux 3.0.0-12-generic ...'
- linux /boot/vmlinuz-3.0.0-12-generic root=UUID=1b7a6ee0-8322-4eec-9a06-67e1b501b9bf ro recovery nomodeset
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-3.0.0-12-generic
- }
- ### 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,msdos7)'
- search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
- linux16 /boot/memtest86+.bin
- }
- menuentry "Memory test (memtest86+, serial console 115200)" {
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos7)'
- search --no-floppy --fs-uuid --set=root 1b7a6ee0-8322-4eec-9a06-67e1b501b9bf
- linux16 /boot/memtest86+.bin console=ttyS0,115200n8
- }
- ### END /etc/grub.d/20_memtest86+ ###
- ### BEGIN /etc/grub.d/30_os-prober ###
- menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
- insmod part_msdos
- insmod ntfs
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root 2200F20F00F1EA25
- chainloader +1
- }
- menuentry "Windows Recovery Environment (loader) (on /dev/sda4)" --class windows --class os {
- insmod part_msdos
- insmod ntfs
- set root='(hd0,msdos4)'
- search --no-floppy --fs-uuid --set=root 96E85AEDE85ACADF
- drivemap -s (hd0) ${root}
- chainloader +1
- }
- ### 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 ###
- --------------------------------------------------------------------------------
- =============================== sda7/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/sda7 during installation
- UUID=1b7a6ee0-8322-4eec-9a06-67e1b501b9bf / ext4 errors=remount-ro 0 1
- # swap was on /dev/sda8 during installation
- UUID=247f17be-2740-42f9-9dd8-da700a384e68 none swap sw 0 0
- --------------------------------------------------------------------------------
- =================== sda7: Location of files loaded by Grub: ====================
- GiB - GB File Fragment(s)
- 218.232112885 = 234.324946944 boot/grub/core.img 1
- 258.147476196 = 277.183741952 boot/grub/grub.cfg 1
- 256.964942932 = 275.914006528 boot/initrd.img-3.0.0-12-generic 2
- 250.155464172 = 268.602384384 boot/vmlinuz-3.0.0-12-generic 1
- 256.964942932 = 275.914006528 initrd.img 2
- 250.155464172 = 268.602384384 vmlinuz 1
- ======================== Unknown MBRs/Boot Sectors/etc: ========================
- Unknown BootLoader on sda3
- 00000000 5e 97 b2 ff 60 97 b3 ff 63 96 b2 ff 65 96 b2 ff |^...`...c...e...|
- 00000010 65 96 b2 ff 66 97 b4 ff 63 96 b4 ff 61 96 b5 ff |e...f...c...a...|
- 00000020 60 95 b5 ff 61 96 b5 ff 61 95 b3 ff 61 95 b1 ff |`...a...a...a...|
- 00000030 5f 93 af ff 5e 92 ae ff 5c 92 ad ff 5b 94 af ff |_...^...\...[...|
- 00000040 59 95 af ff 5b 96 b1 ff 5b 97 b1 ff 59 97 b2 ff |Y...[...[...Y...|
- 00000050 54 96 b0 ff 54 97 b1 ff 54 97 b1 ff 55 98 b3 ff |T...T...T...U...|
- 00000060 54 99 b5 ff 54 9a b6 ff 52 98 b4 ff 53 97 b4 ff |T...T...R...S...|
- 00000070 57 97 b3 ff 5c 99 b3 ff 5b 98 b2 ff 5a 98 b1 ff |W...\...[...Z...|
- 00000080 5a 96 b1 ff 5b 95 b4 ff 5b 94 b3 ff 5b 94 b3 ff |Z...[...[...[...|
- 00000090 59 94 b2 ff 59 96 b3 ff 57 96 b4 ff 57 95 b3 ff |Y...Y...W...W...|
- 000000a0 55 94 b1 ff 52 93 af ff 4e 91 ae ff 4f 92 af ff |U...R...N...O...|
- 000000b0 50 93 af ff 54 93 b1 ff 57 91 b1 ff 5a 91 b3 ff |P...T...W...Z...|
- 000000c0 59 91 b3 ff 5b 92 b4 ff 5f 93 b5 ff 63 94 b6 ff |Y...[..._...c...|
- 000000d0 63 94 b6 ff 63 95 b6 ff 64 94 b5 ff 67 93 b4 ff |c...c...d...g...|
- 000000e0 68 92 b3 ff 68 93 b4 ff 68 93 b4 ff 68 93 b4 ff |h...h...h...h...|
- 000000f0 68 92 b3 ff 69 93 b4 ff 68 93 b4 ff 65 94 b5 ff |h...i...h...e...|
- 00000100 60 93 b4 ff 60 94 b5 ff 60 94 b5 ff 5e 95 b4 ff |`...`...`...^...|
- 00000110 59 94 b2 ff 57 96 b3 ff 57 96 b4 ff 5a 97 b5 ff |Y...W...W...Z...|
- 00000120 5b 95 b3 ff 5e 94 b2 ff 5f 95 b3 ff 60 96 b6 ff |[...^..._...`...|
- 00000130 5f 95 b4 ff 60 95 b2 ff 5f 95 b1 ff 60 96 b2 ff |_...`..._...`...|
- 00000140 62 96 b2 ff 66 97 b2 ff 69 96 b1 ff 6a 96 b1 ff |b...f...i...j...|
- 00000150 68 95 b0 ff 66 97 b2 ff 62 98 b3 ff 62 99 b4 ff |h...f...b...b...|
- 00000160 62 99 b3 ff 64 98 b3 ff 68 96 b3 ff 6b 95 b4 ff |b...d...h...k...|
- 00000170 6b 95 b3 ff 6d 97 b5 ff 6e 97 b7 ff 70 98 ba ff |k...m...n...p...|
- 00000180 6e 96 b9 ff 6d 95 b7 ff 69 95 b5 ff 64 97 b5 ff |n...m...i...d...|
- 00000190 62 97 b4 ff 63 98 b5 ff 65 97 b5 ff 68 96 b6 ff |b...c...e...h...|
- 000001a0 6a 94 b6 ff 6c 96 b7 ff 6d 96 b8 ff 6c 96 b7 ff |j...l...m...l...|
- 000001b0 6b 94 b5 ff 6c 94 b6 ff 6d 95 b7 ff 6e 96 00 ef |k...l...m...n...|
- 000001c0 ff ff 82 ef ff ff 02 d0 ed 0a 00 f0 7b 00 00 ef |............{...|
- 000001d0 ff ff 05 ef ff ff 42 ba 71 0a c0 e5 7b 00 00 00 |......B.q...{...|
- 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
- =============================== StdErr Messages: ===============================
- unlzma: Decoder error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement