Skip to content

Instantly share code, notes, and snippets.

/RESULTS.txt Secret

Created October 19, 2017 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0661d0b7cfdc72c3dda92f88c653e4dc to your computer and use it in GitHub Desktop.
Save anonymous/0661d0b7cfdc72c3dda92f88c653e4dc to your computer and use it in GitHub Desktop.
bootinfoscript results
Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> No boot loader is installed in the MBR of /dev/sda.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files: /grub/grub.cfg
sda3: __________________________________________________________________________
File system: crypto_LUKS
Boot sector type: Unknown
Boot sector info:
xubuntu-vg-root': ______________________________________________________________
File system:
Boot sector type: Unknown
Boot sector info:
Mounting failed: mount: unknown filesystem type ''
xubuntu-vg-swap_1': ____________________________________________________________
File system:
Boot sector type: Unknown
Boot sector info:
Mounting failed: mount: unknown filesystem type ''
mount: unknown filesystem type ''
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 1 500,118,191 500,118,191 ee GPT
GUID Partition Table detected.
Partition Start Sector End Sector # of Sectors System
/dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
/dev/sda2 1,050,624 2,050,047 999,424 Data partition (Linux)
/dev/sda3 2,050,048 500,117,503 498,067,456 Data partition (Linux)
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/mapper/sda3_crypt bSeiWX-6UfU-3gwg-1f0w-vwRP-zgt8-LDnfZb LVM2_member
/dev/mapper/xubuntu--vg-root 16c838cb-d704-436d-afb7-638835dc357e ext4
/dev/mapper/xubuntu--vg-swap_1 0a410ffa-6618-458f-ac9a-6a84c942475b swap
/dev/sda1 58DB-FED9 vfat
/dev/sda2 b1f717ff-4150-4db3-91cf-940018f67f7c ext4
/dev/sda3 73ae298b-e713-4e48-b4f5-df35aaa6c467 crypto_LUKS
========================= "ls -R /dev/mapper/" output: =========================
/dev/mapper:
control
sda3_crypt
xubuntu--vg-root
xubuntu--vg-swap_1
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/fuse /keybase fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/dev/mapper/xubuntu--vg-root / ext4 (rw,relatime,errors=remount-ro,data=ordered)
/dev/sda1 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda2 /boot ext4 (rw,relatime,data=ordered)
============================= sda2/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='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 b1f717ff-4150-4db3-91cf-940018f67f7c
else
search --no-floppy --fs-uuid --set=root b1f717ff-4150-4db3-91cf-940018f67f7c
fi
font="/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=hidden
set timeout=0
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 0 ; then
set timeout=0
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
### 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-16c838cb-d704-436d-afb7-638835dc357e' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 b1f717ff-4150-4db3-91cf-940018f67f7c
else
search --no-floppy --fs-uuid --set=root b1f717ff-4150-4db3-91cf-940018f67f7c
fi
linux /vmlinuz-4.10.0-19-generic.efi.signed root=/dev/mapper/xubuntu--vg-root ro quiet splash $vt_handoff
initrd /initrd.img-4.10.0-19-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-16c838cb-d704-436d-afb7-638835dc357e' {
menuentry 'Ubuntu, with Linux 4.10.0-19-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-19-generic-advanced-16c838cb-d704-436d-afb7-638835dc357e' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 b1f717ff-4150-4db3-91cf-940018f67f7c
else
search --no-floppy --fs-uuid --set=root b1f717ff-4150-4db3-91cf-940018f67f7c
fi
echo 'Loading Linux 4.10.0-19-generic ...'
linux /vmlinuz-4.10.0-19-generic.efi.signed root=/dev/mapper/xubuntu--vg-root ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /initrd.img-4.10.0-19-generic
}
menuentry 'Ubuntu, with Linux 4.10.0-19-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-19-generic-recovery-16c838cb-d704-436d-afb7-638835dc357e' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 b1f717ff-4150-4db3-91cf-940018f67f7c
else
search --no-floppy --fs-uuid --set=root b1f717ff-4150-4db3-91cf-940018f67f7c
fi
echo 'Loading Linux 4.10.0-19-generic ...'
linux /vmlinuz-4.10.0-19-generic.efi.signed root=/dev/mapper/xubuntu--vg-root ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /initrd.img-4.10.0-19-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/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
### 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 ###
--------------------------------------------------------------------------------
=================== sda2: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda3
00000000 4c 55 4b 53 ba be 00 01 61 65 73 00 00 00 00 00 |LUKS....aes.....|
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000020 00 00 00 00 00 00 00 00 78 74 73 2d 70 6c 61 69 |........xts-plai|
00000030 6e 36 34 00 00 00 00 00 00 00 00 00 00 00 00 00 |n64.............|
00000040 00 00 00 00 00 00 00 00 73 68 61 32 35 36 00 00 |........sha256..|
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000060 00 00 00 00 00 00 00 00 00 00 10 00 00 00 00 40 |...............@|
00000070 19 5d 82 c2 12 0d 16 66 54 e9 78 c9 05 9b af 95 |.].....fT.x.....|
00000080 1a 36 50 94 4f 15 a3 e1 a3 de d9 e8 fa b1 fb 8f |.6P.O...........|
00000090 c6 ff af ec 8f 10 86 c5 38 55 3e 8f ee 47 93 ac |........8U>..G..|
000000a0 aa 25 7d c2 00 02 55 a8 37 33 61 65 32 39 38 62 |.%}...U.73ae298b|
000000b0 2d 65 37 31 33 2d 34 65 34 38 2d 62 34 66 35 2d |-e713-4e48-b4f5-|
000000c0 64 66 33 35 61 61 61 36 63 34 36 37 00 00 00 00 |df35aaa6c467....|
000000d0 00 ac 71 f3 00 12 99 e6 71 fa ba ac e0 9f 96 0e |..q.....q.......|
000000e0 7e 75 24 86 0b 5f 82 73 7b 85 f1 6e bb cc 29 13 |~u$.._.s{..n..).|
000000f0 d7 6a 1d 12 8a 5c 3f d8 00 00 00 08 00 00 0f a0 |.j...\?.........|
00000100 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000120 00 00 00 00 00 00 00 00 00 00 02 00 00 00 0f a0 |................|
00000130 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000150 00 00 00 00 00 00 00 00 00 00 03 f8 00 00 0f a0 |................|
00000160 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000180 00 00 00 00 00 00 00 00 00 00 05 f0 00 00 0f a0 |................|
00000190 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001b0 00 00 00 00 00 00 00 00 00 00 07 e8 00 00 0f a0 |................|
000001c0 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
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 09 e0 00 00 0f a0 |................|
000001f0 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000200
Unknown BootLoader on xubuntu-vg-root'
Unknown BootLoader on xubuntu-vg-swap_1'
=============================== StdErr Messages: ===============================
cat: /tmp/BootInfo-pCArZGYo/Tmp_Log: No such file or directory
skip_dev_dir: Couldn't split up device name xubuntu-vg-root'.
Volume group name "xubuntu-vg-root'" has invalid characters.
Cannot process volume group xubuntu-vg-root'
skip_dev_dir: Couldn't split up device name xubuntu-vg-root'.
Volume group name "xubuntu-vg-root'" has invalid characters.
Cannot process volume group xubuntu-vg-root'
skip_dev_dir: Couldn't split up device name xubuntu-vg-root'.
Volume group name "xubuntu-vg-root'" has invalid characters.
Cannot process volume group xubuntu-vg-root'
hexdump: /dev/mapper/xubuntu-vg-root': No such file or directory
hexdump: /dev/mapper/xubuntu-vg-root': No such file or directory
skip_dev_dir: Couldn't split up device name xubuntu-vg-swap_1'.
Volume group name "xubuntu-vg-swap_1'" has invalid characters.
Cannot process volume group xubuntu-vg-swap_1'
skip_dev_dir: Couldn't split up device name xubuntu-vg-swap_1'.
Volume group name "xubuntu-vg-swap_1'" has invalid characters.
Cannot process volume group xubuntu-vg-swap_1'
skip_dev_dir: Couldn't split up device name xubuntu-vg-swap_1'.
Volume group name "xubuntu-vg-swap_1'" has invalid characters.
Cannot process volume group xubuntu-vg-swap_1'
hexdump: /dev/mapper/xubuntu-vg-swap_1': No such file or directory
hexdump: /dev/mapper/xubuntu-vg-swap_1': No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment