- 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
- in partition 1 for .
- => Grub2 (v1.99) is installed in the MBR of /dev/sdb 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 /boot/grub/core.img
- 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:
- Boot sector type: -
- Boot sector info:
- Mounting failed: mount: unknown filesystem type ''
- sda6: __________________________________________________________________________
- File system: swap
- Boot sector type: -
- Boot sector info:
- sdb1: __________________________________________________________________________
- 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
- sdb2: __________________________________________________________________________
- File system: Extended Partition
- Boot sector type: -
- Boot sector info:
- sdb5: __________________________________________________________________________
- File system:
- Boot sector type: -
- Boot sector info:
- Mounting failed: mount: unknown filesystem type ''
- mount: unknown filesystem type ''
- ============================ 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 527,461,951 527,255,104 7 NTFS / exFAT / HPFS
- /dev/sda3 527,462,398 625,141,759 97,679,362 5 Extended
- /dev/sda5 527,462,400 621,053,951 93,591,552 83 Linux
- /dev/sda6 621,056,000 625,141,759 4,085,760 82 Linux swap / Solaris
- Drive: sdb _____________________________________________________________________
- Disk /dev/sdb: 500.1 GB, 500107862016 bytes
- 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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/sdb1 * 2,048 970,502,143 970,500,096 83 Linux
- /dev/sdb2 970,504,190 976,771,071 6,266,882 5 Extended
- /dev/sdb5 970,504,192 976,771,071 6,266,880 82 Linux swap / Solaris
- "blkid" output: ________________________________________________________________
- Device UUID TYPE LABEL
- /dev/mapper/cryptswap1 07822605-8e9a-4331-9a36-8f64350d1346 swap
- /dev/sda1 1242223F42222845 ntfs System Reserved
- /dev/sda2 7AB6249BB6245A41 ntfs
- /dev/sda6 25238d53-d14d-4a42-83af-dd6a923a070c swap
- /dev/sdb1 5a2cf061-7659-4fbf-a6bf-6fabc2ca6be5 ext4
- ========================= "ls -R /dev/mapper/" output: =========================
- /dev/mapper:
- control
- cryptswap1
- ================================ Mount points: =================================
- Device Mount_Point Type Options
- /dev/sdb1 / ext4 (rw,errors=remount-ro,commit=0)
- =================== sda1: Location of files loaded by Grub: ====================
- GiB - GB File Fragment(s)
- ?? = ?? boot/grub/core.img 1
- =========================== sdb1/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='(hd1,msdos1)'
- search --no-floppy --fs-uuid --set=root 5a2cf061-7659-4fbf-a6bf-6fabc2ca6be5
- if loadfont /usr/share/grub/unicode.pf2 ; then
- set gfxmode=1024x768x24
- load_video
- insmod gfxterm
- insmod part_msdos
- insmod ext2
- set root='(hd1,msdos1)'
- search --no-floppy --fs-uuid --set=root 5a2cf061-7659-4fbf-a6bf-6fabc2ca6be5
- set locale_dir=($root)/boot/grub/locale
- set lang=en_US
- insmod gettext
- fi
- terminal_output gfxterm
- if [ "${recordfail}" = 1 ]; then
- set timeout=-1
- else
- set timeout=3
- fi
- ### END /etc/grub.d/00_header ###
- ### BEGIN /etc/grub.d/05_debian_theme ###
- insmod part_msdos
- insmod ext2
- set root='(hd1,msdos1)'
- search --no-floppy --fs-uuid --set=root 5a2cf061-7659-4fbf-a6bf-6fabc2ca6be5
- insmod jpeg
- if background_image /boot/grub/wallpaper.jpg; then
- true
- else
- set menu_color_normal=white/black
- set menu_color_highlight=black/light-gray
- if background_color 44,0,30; then
- clear
- fi
- fi
- ### END /etc/grub.d/05_debian_theme ###
- ### BEGIN /etc/grub.d/10_linux_proxy ###
- 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 11.10 Oneiric Ocelot" --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- set gfxpayload=$linux_gfx_mode
- insmod gzio
- insmod part_msdos
- insmod ext2
- set root='(hd1,msdos1)'
- search --no-floppy --fs-uuid --set=root 5a2cf061-7659-4fbf-a6bf-6fabc2ca6be5
- linux /boot/vmlinuz-3.0.0-14-generic root=UUID=5a2cf061-7659-4fbf-a6bf-6fabc2ca6be5 ro quiet splash vt.handoff=7
- initrd /boot/initrd.img-3.0.0-14-generic
- }
- menuentry "Ubuntu 11.10 Oneiric Ocelot (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- insmod gzio
- insmod part_msdos
- insmod ext2
- set root='(hd1,msdos1)'
- search --no-floppy --fs-uuid --set=root 5a2cf061-7659-4fbf-a6bf-6fabc2ca6be5
- echo 'Loading Linux 3.0.0-14-generic ...'
- linux /boot/vmlinuz-3.0.0-14-generic root=UUID=5a2cf061-7659-4fbf-a6bf-6fabc2ca6be5 ro recovery nomodeset
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-3.0.0-14-generic
- }
- ### END /etc/grub.d/10_linux_proxy ###
- ### BEGIN /etc/grub.d/20_memtest86+_proxy ###
- menuentry "Memtest86+" {
- insmod part_msdos
- insmod ext2
- set root='(hd1,msdos1)'
- search --no-floppy --fs-uuid --set=root 5a2cf061-7659-4fbf-a6bf-6fabc2ca6be5
- linux16 /boot/memtest86+.bin
- }
- menuentry "Memtest86+, serial 115200" {
- insmod part_msdos
- insmod ext2
- set root='(hd1,msdos1)'
- search --no-floppy --fs-uuid --set=root 5a2cf061-7659-4fbf-a6bf-6fabc2ca6be5
- linux16 /boot/memtest86+.bin console=ttyS0,115200n8
- }
- ### END /etc/grub.d/20_memtest86+_proxy ###
- ### BEGIN /etc/grub.d/20_os-prober_proxy ###
- menuentry "Backtrack 5 R1" --class gnu-linux --class gnu --class os {
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos5)'
- search --no-floppy --fs-uuid --set=root 682dab25-a0f1-4132-a78e-14da2d79e374
- linux /boot/vmlinuz-2.6.39.4 root=UUID=682dab25-a0f1-4132-a78e-14da2d79e374 ro text splash vga=791
- initrd /boot/initrd.img-2.6.39.4
- }
- menuentry "Backtrack 5 R1 (recovery mode)" --class gnu-linux --class gnu --class os {
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos5)'
- search --no-floppy --fs-uuid --set=root 682dab25-a0f1-4132-a78e-14da2d79e374
- linux /boot/vmlinuz-2.6.39.4 root=UUID=682dab25-a0f1-4132-a78e-14da2d79e374 ro single
- initrd /boot/initrd.img-2.6.39.4
- }
- menuentry "Windows 7 Ultimate MSDN" --class windows --class os {
- insmod part_msdos
- insmod ntfs
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root 1242223F42222845
- chainloader +1
- }
- ### END /etc/grub.d/20_os-prober_proxy ###
- --------------------------------------------------------------------------------
- =============================== sdb1/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/sda1 during installation
- UUID=5a2cf061-7659-4fbf-a6bf-6fabc2ca6be5 / ext4 errors=remount-ro 0 1
- # swap was on /dev/sda5 during installation
- #UUID=233c203a-5259-44d3-ad83-572edda8246d none swap sw 0 0
- /dev/mapper/cryptswap1 none swap sw 0 0
- --------------------------------------------------------------------------------
- =================== sdb1: Location of files loaded by Grub: ====================
- GiB - GB File Fragment(s)
- = boot/grub/core.img 1
- = boot/grub/grub.cfg 1
- = boot/initrd.img-3.0.0-12-generic 2
- = boot/initrd.img-3.0.0-14-generic 1
- = boot/vmlinuz-3.0.0-12-generic 1
- = boot/vmlinuz-3.0.0-14-generic 1
- = initrd.img 1
- = initrd.img.old 2
- = vmlinuz 1
- = vmlinuz.old 1
- ======================== Unknown MBRs/Boot Sectors/etc: ========================
- Unknown BootLoader on sda3
- 00000000 9f ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
- 00000010 ff f8 70 6f 6f 6f 6f 6f 6f 6f 6f 6f 6f 6f 6f 6f |..pooooooooooooo|
- 00000020 6f 6f 6f 6f 6f 67 bf bf bf bf bf bf bf b8 0f 6f |ooooog.........o|
- 00000030 6f 6f 6f 6f 6f 6f 6f 60 f6 f6 f6 f6 f6 f7 87 ff |ooooooo`........|
- 00000040 ff ff ff ff 9f ff ff ff ff ff ff ff ff ff ff ff |................|
- 00000050 ff ff ff ff ff f8 70 f6 f6 f6 f6 f6 f6 f6 f6 f6 |......p.........|
- 00000060 f6 f6 f6 f6 f6 f6 f6 f6 f6 f7 fb fb fb fb fb fb |................|
- 00000070 fb f8 06 f6 f6 f6 f6 f6 f6 f6 f6 f0 6f 6f 6f 6f |............oooo|
- 00000080 6f 67 87 ff ff ff ff ff 9f ff ff ff ff ff ff ff |og..............|
- 00000090 ff ff ff ff ff ff ff ff ff f8 70 6f 6f 6f 6f 6f |..........pooooo|
- 000000a0 6f 6f 6f 6f 6f 6f 6f 6f 6f 6f 6f 9f 6f 67 bf bf |ooooooooooo.og..|
- 000000b0 bf bf bf bf bf b8 0f 6f 6f 6f 6f 6f 6f 6f 6f 60 |.......oooooooo`|
- 000000c0 f6 f6 f6 f6 f6 f7 87 ff ff ff ff ff 9f ff ff ff |................|
- 000000d0 ff ff ff ff ff ff ff ff ff ff ff ff ff f8 70 f6 |..............p.|
- 000000e0 f6 f6 f6 f6 f6 f6 f6 f6 f6 f6 f6 f6 f6 f6 f6 99 |................|
- 000000f0 96 f7 fb fb fb fb fb fb fb f8 06 f6 f6 f6 f6 f6 |................|
- 00000100 f6 f6 f6 f0 6f 6f 6f 6f 6f 67 87 ff ff ff ff ff |....ooooog......|
- 00000110 99 99 99 99 99 99 99 99 99 99 99 99 99 99 99 99 |................|
- *
- 00000130 99 99 99 99 99 67 bf bf bf bf bf bf bf b8 0f 6f |.....g.........o|
- 00000140 6f 6f 6f 6f 6f 6f 6f 60 f6 f6 f6 f6 f6 f7 87 ff |ooooooo`........|
- 00000150 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
- 00000160 ff ff ff ff ff f8 70 f6 f6 f6 f6 f6 f6 f6 f6 f6 |......p.........|
- 00000170 f6 f6 f6 f6 f6 f6 f6 99 96 f7 fb fb fb fb fb fb |................|
- 00000180 fb f8 06 f6 f6 f6 f6 f6 f6 f6 f6 f0 6f 6f 6f 6f |............oooo|
- 00000190 6f 67 87 ff ff ff ff ff ff ff ff ff ff ff ff ff |og..............|
- 000001a0 ff ff ff ff ff ff ff ff ff f8 70 6f 6f 6f 6f 6f |..........pooooo|
- 000001b0 6f 6f 6f 6f 6f 6f 6f 6f 6f 6f 6f 9f 6f 67 00 fe |ooooooooooo.og..|
- 000001c0 ff ff 83 fe ff ff 02 00 00 00 00 18 94 05 00 fe |................|
- 000001d0 ff ff 05 fe ff ff 02 18 94 05 00 60 3e 00 00 00 |...........`>...|
- 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
- =============================== StdErr Messages: ===============================
- unlzma: Decoder error
- unlzma: Decoder error
- awk: cmd. line:36: Math support is not compiled in
- awk: cmd. line:36: Math support is not compiled in
- awk: cmd. line:36: Math support is not compiled in
- awk: cmd. line:36: Math support is not compiled in
- awk: cmd. line:36: Math support is not compiled in
- awk: cmd. line:36: Math support is not compiled in
- awk: cmd. line:36: Math support is not compiled in
- awk: cmd. line:36: Math support is not compiled in
- awk: cmd. line:36: Math support is not compiled in
- awk: cmd. line:36: Math support is not compiled in
SHARE
TWEET
Ubuntu 10.04/11.10
a guest
Jan 21st, 2012
48
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data

