Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- in partition 112 for .
- => No known boot loader is installed in the MBR of /dev/sdb.
- => Grub2 (v1.99) is installed in the MBR of /dev/sdc and looks at sector
- 194382912 of the same hard drive for core.img. core.img is at this
- location and looks in partition 112 for .
- sda1: __________________________________________________________________________
- File system: ntfs
- Boot sector type: Windows Vista/7: NTFS
- Boot sector info: No errors found in the Boot Parameter Block.
- Operating System: Windows Vista
- Boot files: /bootmgr /Boot/BCD
- sdb1: __________________________________________________________________________
- File system:
- Boot sector type: -
- Boot sector info:
- Mounting failed: mount: unknown filesystem type ''
- sdb2: __________________________________________________________________________
- File system: ntfs
- Boot sector type: Windows Vista/7: NTFS
- Boot sector info: No errors found in the Boot Parameter Block.
- Operating System:
- Boot files:
- sdc1: __________________________________________________________________________
- File system: vfat
- Boot sector type: FAT32
- Boot sector info: No errors found in the Boot Parameter Block.
- Operating System:
- Boot files: /efi/Boot/bootx64.efi /efi/ubuntu/grubx64.efi
- /efi/ubuntu/MokManager.efi /efi/ubuntu/shimx64.efi
- sdc2: __________________________________________________________________________
- File system: ext4
- Boot sector type: -
- Boot sector info:
- Operating System: Ubuntu 14.04.3 LTS
- Boot files: /boot/grub/grub.cfg /etc/fstab
- sdc3: __________________________________________________________________________
- File system: swap
- Boot sector type: -
- Boot sector info:
- ============================ Drive/Partition Info: =============================
- Drive: sda _____________________________________________________________________
- Disk /dev/sda: 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/sda1 * 63 976,768,064 976,768,002 7 NTFS / exFAT / HPFS
- Drive: sdb _____________________________________________________________________
- Disk /dev/sdb: 80.0 GB, 80000000000 bytes
- 255 heads, 63 sectors/track, 9726 cylinders, total 156250000 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 1 156,249,999 156,249,999 ee GPT
- GUID Partition Table detected.
- Partition Start Sector End Sector # of Sectors System
- /dev/sdb1 34 262,177 262,144 Microsoft Reserved Partition (Windows)
- /dev/sdb2 264,192 156,248,063 155,983,872 Data partition (Windows/Linux)
- Drive: sdc _____________________________________________________________________
- Disk /dev/sdc: 300.1 GB, 300069052416 bytes
- 255 heads, 63 sectors/track, 36481 cylinders, total 586072368 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/sdc1 1 586,072,367 586,072,367 ee GPT
- GUID Partition Table detected.
- Partition Start Sector End Sector # of Sectors System
- /dev/sdc1 2,048 1,050,623 1,048,576 EFI System partition
- /dev/sdc2 1,050,624 569,384,959 568,334,336 Data partition (Linux)
- /dev/sdc3 569,384,960 586,072,063 16,687,104 Swap partition (Linux)
- "blkid" output: ________________________________________________________________
- Device UUID TYPE LABEL
- /dev/sda1 59C97ED8F8B4A084 ntfs SATA 500
- /dev/sdb2 680C05670C05319C ntfs SATA 80
- /dev/sdc1 6EEE-45B3 vfat
- /dev/sdc2 36031762-5523-454a-a03d-bde395045581 ext4
- /dev/sdc3 3a529df0-8ddf-4679-88c7-9870b2e9f462 swap
- ================================ Mount points: =================================
- Device Mount_Point Type Options
- /dev/sda1 /media/jdb/SATA 500 fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
- /dev/sdc1 /boot/efi vfat (rw)
- /dev/sdc2 / ext4 (rw,errors=remount-ro)
- =========================== sdc2/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
- if [ "${next_entry}" ] ; then
- set default="${next_entry}"
- set next_entry=
- save_env next_entry
- set boot_once=true
- else
- set default="0"
- fi
- if [ x"${feature_menuentry_id}" = xy ]; then
- menuentry_id_option="--id"
- else
- menuentry_id_option=""
- fi
- export menuentry_id_option
- 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 {
- if [ x$feature_all_video_module = xy ]; then
- insmod all_video
- else
- insmod efi_gop
- insmod efi_uga
- insmod ieee1275_fb
- insmod vbe
- insmod vga
- insmod video_bochs
- insmod video_cirrus
- fi
- }
- if [ x$feature_default_font_path = xy ] ; then
- font=unicode
- else
- insmod part_gpt
- insmod ext2
- set root='hd2,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 36031762-5523-454a-a03d-bde395045581
- else
- search --no-floppy --fs-uuid --set=root 36031762-5523-454a-a03d-bde395045581
- fi
- font="/usr/share/grub/unicode.pf2"
- fi
- if loadfont $font ; then
- set gfxmode=auto
- load_video
- insmod gfxterm
- set locale_dir=$prefix/locale
- set lang=en_US
- insmod gettext
- fi
- terminal_output gfxterm
- if [ "${recordfail}" = 1 ] ; then
- set timeout=30
- else
- if [ x$feature_timeout_style = xy ] ; then
- set timeout_style=menu
- set timeout=10
- # Fallback normal timeout code in case the timeout_style feature is
- # unavailable.
- else
- set timeout=10
- fi
- 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,0; then
- clear
- fi
- ### 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
- menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-36031762-5523-454a-a03d-bde395045581' {
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- insmod part_gpt
- insmod ext2
- set root='hd2,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 36031762-5523-454a-a03d-bde395045581
- else
- search --no-floppy --fs-uuid --set=root 36031762-5523-454a-a03d-bde395045581
- fi
- linux /boot/vmlinuz-3.19.0-43-generic.efi.signed root=UUID=36031762-5523-454a-a03d-bde395045581 ro quiet splash $vt_handoff
- initrd /boot/initrd.img-3.19.0-43-generic
- }
- submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-36031762-5523-454a-a03d-bde395045581' {
- menuentry 'Ubuntu, with Linux 3.19.0-43-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-43-generic-advanced-36031762-5523-454a-a03d-bde395045581' {
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- insmod part_gpt
- insmod ext2
- set root='hd2,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 36031762-5523-454a-a03d-bde395045581
- else
- search --no-floppy --fs-uuid --set=root 36031762-5523-454a-a03d-bde395045581
- fi
- echo 'Loading Linux 3.19.0-43-generic ...'
- linux /boot/vmlinuz-3.19.0-43-generic.efi.signed root=UUID=36031762-5523-454a-a03d-bde395045581 ro quiet splash $vt_handoff
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-3.19.0-43-generic
- }
- menuentry 'Ubuntu, with Linux 3.19.0-43-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-43-generic-recovery-36031762-5523-454a-a03d-bde395045581' {
- recordfail
- load_video
- insmod gzio
- insmod part_gpt
- insmod ext2
- set root='hd2,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 36031762-5523-454a-a03d-bde395045581
- else
- search --no-floppy --fs-uuid --set=root 36031762-5523-454a-a03d-bde395045581
- fi
- echo 'Loading Linux 3.19.0-43-generic ...'
- linux /boot/vmlinuz-3.19.0-43-generic.efi.signed root=UUID=36031762-5523-454a-a03d-bde395045581 ro recovery nomodeset
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-3.19.0-43-generic
- }
- menuentry 'Ubuntu, with Linux 3.19.0-25-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-25-generic-advanced-36031762-5523-454a-a03d-bde395045581' {
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- insmod part_gpt
- insmod ext2
- set root='hd2,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 36031762-5523-454a-a03d-bde395045581
- else
- search --no-floppy --fs-uuid --set=root 36031762-5523-454a-a03d-bde395045581
- fi
- echo 'Loading Linux 3.19.0-25-generic ...'
- linux /boot/vmlinuz-3.19.0-25-generic root=UUID=36031762-5523-454a-a03d-bde395045581 ro quiet splash $vt_handoff
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-3.19.0-25-generic
- }
- menuentry 'Ubuntu, with Linux 3.19.0-25-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-25-generic-recovery-36031762-5523-454a-a03d-bde395045581' {
- recordfail
- load_video
- insmod gzio
- insmod part_gpt
- insmod ext2
- set root='hd2,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 36031762-5523-454a-a03d-bde395045581
- else
- search --no-floppy --fs-uuid --set=root 36031762-5523-454a-a03d-bde395045581
- fi
- echo 'Loading Linux 3.19.0-25-generic ...'
- linux /boot/vmlinuz-3.19.0-25-generic root=UUID=36031762-5523-454a-a03d-bde395045581 ro recovery nomodeset
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-3.19.0-25-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+ ###
- ### END /etc/grub.d/20_memtest86+ ###
- ### BEGIN /etc/grub.d/25_custom ###
- menuentry "EFI/ubuntu/MokManager.efi" {
- search --fs-uuid --no-floppy --set=root 6EEE-45B3
- chainloader (${root})/EFI/ubuntu/MokManager.efi
- }
- ### END /etc/grub.d/25_custom ###
- ### BEGIN /etc/grub.d/30_os-prober ###
- ### END /etc/grub.d/30_os-prober ###
- ### BEGIN /etc/grub.d/30_uefi-firmware ###
- menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
- fwsetup
- }
- ### END /etc/grub.d/30_uefi-firmware ###
- ### 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 ${config_directory}/custom.cfg ]; then
- source ${config_directory}/custom.cfg
- elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
- source $prefix/custom.cfg;
- fi
- ### END /etc/grub.d/41_custom ###
- --------------------------------------------------------------------------------
- =============================== sdc2/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>
- # / was on /dev/sdc2 during installation
- UUID=36031762-5523-454a-a03d-bde395045581 / ext4 errors=remount-ro 0 1
- # /boot/efi was on /dev/sdc1 during installation
- #UUID=6EEE-45B3 /boot/efi vfat defaults 0 1
- # swap was on /dev/sdc3 during installation
- UUID=3a529df0-8ddf-4679-88c7-9870b2e9f462 none swap sw 0 0
- UUID=6EEE-45B3 /boot/efi vfat defaults 0 1
- --------------------------------------------------------------------------------
- =================== sdc2: Location of files loaded by Grub: ====================
- GiB - GB File Fragment(s)
- ======================== Unknown MBRs/Boot Sectors/etc: ========================
- Unknown MBR on /dev/sdb
- 00000000 e8 12 01 b9 f0 01 be 10 7c bf 10 06 57 f3 a4 c3 |........|...W...|
- 00000010 8b 4e 14 83 f9 0e 75 08 8d 5e 07 43 02 07 e2 fb |.N....u..^.C....|
- 00000020 8c 56 0c 8c 56 0e 75 69 8a 56 10 84 d2 79 62 e8 |.V..V.ui.V...yb.|
- 00000030 f6 00 bb aa 55 cd 13 72 6f 3b 5e 5c 75 6a d1 e9 |....U..ro;^\uj..|
- 00000040 73 66 b4 42 c6 46 02 01 eb 66 89 b6 f6 fe 8a 44 |sf.B.F...f.....D|
- 00000050 04 84 c0 74 0f 3c 05 74 0b 3c 0f 74 07 8a 14 80 |...t.<.t.<.t....|
- 00000060 e2 80 75 cb 83 c6 10 06 c4 5c 08 89 5e 08 8c 46 |..u......\..^..F|
- 00000070 0a 07 fe 8e f9 fe 75 d2 b0 31 c6 46 d7 50 88 46 |......u..1.F.P.F|
- 00000080 d4 be 6a 07 ac 84 c0 74 08 b4 0e b3 07 cd 10 eb |..j....t........|
- 00000090 f3 e8 81 00 88 46 11 be ae 07 3c 05 75 c6 cd 16 |.....F....<.u...|
- 000000a0 33 d2 89 56 08 89 56 0a e8 7d 00 72 1b b8 01 02 |3..V..V..}.r....|
- 000000b0 bf 05 00 8b dc 56 50 50 32 e4 cd 13 58 8b f5 cd |.....VPP2...X...|
- 000000c0 13 58 5e 73 03 4f 75 eb b0 32 72 b2 40 8a 66 11 |.X^s.Ou..2r.@.f.|
- 000000d0 9e 7b 04 c6 47 02 0e 72 35 75 0c 88 57 40 c4 4e |.{..G..r5u..W@.N|
- 000000e0 08 89 4f 1c 8c 47 1e 79 06 8a 4e 12 88 4f 25 80 |..O..G.y..N..O%.|
- 000000f0 c7 02 81 7f fe 55 aa 75 85 81 7f fa cd 19 75 09 |.....U.u......u.|
- 00000100 c6 47 fa e9 c7 47 fb 94 88 e8 1c 00 ff e4 74 ce |.G...G........t.|
- 00000110 88 57 24 eb c9 5d 33 c0 8e d8 8e c0 8e d0 bc 00 |.W$..]3.........|
- 00000120 7c 55 bd a2 07 fc fb c3 b4 08 52 06 cd 13 07 72 ||U........R....r|
- 00000130 33 33 db 8a de 8b 46 0a 33 d2 83 e1 3f f7 f1 91 |33....F.3...?...|
- 00000140 97 8b 46 08 f7 f7 42 87 ca 3b da 72 17 43 f7 f3 |..F...B..;.r.C..|
- 00000150 8a f2 86 c5 d1 e8 d1 e8 0a c8 d0 cc d0 cc 0a f4 |................|
- 00000160 84 e4 74 02 b4 41 5b 8a d3 c3 0d 0a 4d 42 52 20 |..t..A[.....MBR |
- 00000170 45 72 72 6f 72 20 00 0d 0a 00 72 65 73 73 20 61 |Error ....ress a|
- 00000180 6e 79 20 6b 65 79 20 74 6f 20 62 6f 6f 74 20 66 |ny key to boot f|
- 00000190 72 6f 6d 20 66 6c 6f 70 70 79 2e 2e 2e 00 00 00 |rom floppy......|
- 000001a0 00 00 10 00 01 00 00 7c 00 00 00 00 00 00 00 00 |.......|........|
- 000001b0 00 00 00 00 00 00 00 00 16 f0 86 e6 00 00 00 00 |................|
- 000001c0 02 00 ee fe ff ff 01 00 00 00 8f 2f 50 09 00 00 |.........../P...|
- 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 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
- ========= Devices which don't seem to have a corresponding hard drive: =========
- sdd sde sdf sdg sdh
- =============================== StdErr Messages: ===============================
- cat: /tmp/BootInfo-P36Jh0Mi/Tmp_Log: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement