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 .
- 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: Extended Partition
- Boot sector type: -
- Boot sector info:
- sda5: __________________________________________________________________________
- File system: ext4
- Boot sector type: -
- Boot sector info:
- Operating System:
- Boot files: /grub/grub.cfg
- sda6: __________________________________________________________________________
- File system: crypto_LUKS
- Boot sector type: Unknown
- Boot sector info:
- vgubuntu-root': ________________________________________________________________
- File system:
- Boot sector type: Unknown
- Boot sector info:
- Mounting failed: mount: /tmp/BootInfo-FU8yuki8/LVM/vgubuntu-root': unknown filesystem type ''.
- vgubuntu-swap_1': ______________________________________________________________
- File system:
- Boot sector type: Unknown
- Boot sector info:
- Mounting failed: mount: /tmp/BootInfo-FU8yuki8/LVM/vgubuntu-root': unknown filesystem type ''.
- mount: /tmp/BootInfo-FU8yuki8/LVM/vgubuntu-swap_1': unknown filesystem type ''.
- ============================ Drive/Partition Info: =============================
- Drive: sda _____________________________________________________________________
- Disk /dev/sda: 465.78 GiB, 500107862016 bytes, 976773168 sectors
- Disk model: WDC WD5000LPCX-2
- Units: sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 4096 bytes
- I/O size (minimum/optimal): 4096 bytes / 4096 bytes
- Partition Boot Start Sector End Sector # of Sectors Id System
- /dev/sda1 * 2,048 1,050,623 1,048,576 b W95 FAT32
- /dev/sda2 1,052,670 976,771,071 975,718,402 5 Extended
- /dev/sda5 1,052,672 2,549,759 1,497,088 83 Linux
- /dev/sda6 2,551,808 976,771,071 974,219,264 83 Linux
- "blkid" output: ________________________________________________________________
- Device UUID TYPE LABEL
- /dev/loop0 squashfs
- /dev/loop1 squashfs
- /dev/loop10 squashfs
- /dev/loop2 squashfs
- /dev/loop3 squashfs
- /dev/loop4 squashfs
- /dev/loop5 squashfs
- /dev/loop6 squashfs
- /dev/loop7 squashfs
- /dev/loop8 squashfs
- /dev/loop9 squashfs
- /dev/mapper/sda6_crypt Sb4hi1-DVct-3azy-GuEv-msGp-hNrc-wmHNbZ LVM2_member
- /dev/mapper/vgubuntu-root 50fc752d-020a-48b6-8aaa-785179027029 ext4
- /dev/mapper/vgubuntu-swap_1 fc32f07a-ccab-4dc6-adca-c7a36b8daf71 swap
- /dev/sda1 1304-0546 vfat
- /dev/sda5 364a54f7-5520-48d0-aed7-54a422fd6f17 ext4
- /dev/sda6 b405e7df-4f1f-4bbc-8eee-36c080da91fb crypto_LUKS
- ========================= "ls -R /dev/mapper/" output: =========================
- /dev/mapper:
- control
- sda6_crypt
- vgubuntu-root
- vgubuntu-swap_1
- ================================ Mount points: =================================
- Device Mount_Point Type Options
- /dev/fuse /run/user/1000/doc fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
- /dev/mapper/vgubuntu-root / ext4 (rw,relatime,errors=remount-ro)
- /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
- /dev/sda5 /boot ext4 (rw,relatime)
- ============================= sda5/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 [ "${initrdfail}" = 2 ]; then
- set initrdfail=
- elif [ "${initrdfail}" = 1 ]; then
- set next_entry="${prev_entry}"
- set prev_entry=
- save_env prev_entry
- if [ "${next_entry}" ]; then
- set initrdfail=2
- fi
- 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 initrdfail {
- if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
- if [ -z "${initrdfail}" ]; then
- set initrdfail=1
- if [ -n "${boot_once}" ]; then
- set prev_entry="${default}"
- save_env prev_entry
- fi
- fi
- save_env initrdfail
- fi; 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 lvm
- insmod ext2
- set root='lvmid/ZjiYvf-kg4B-prDo-ERot-buDM-PvMe-IAAk5s/NizGY2-PcmB-kJlX-rKpl-RW7k-WBUn-dymCcS'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint='lvmid/ZjiYvf-kg4B-prDo-ERot-buDM-PvMe-IAAk5s/NizGY2-PcmB-kJlX-rKpl-RW7k-WBUn-dymCcS' 50fc752d-020a-48b6-8aaa-785179027029
- else
- search --no-floppy --fs-uuid --set=root 50fc752d-020a-48b6-8aaa-785179027029
- 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=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-50fc752d-020a-48b6-8aaa-785179027029' {
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 364a54f7-5520-48d0-aed7-54a422fd6f17
- else
- search --no-floppy --fs-uuid --set=root 364a54f7-5520-48d0-aed7-54a422fd6f17
- fi
- linux /vmlinuz-5.4.0-45-generic root=/dev/mapper/vgubuntu-root ro quiet splash $vt_handoff
- initrd /initrd.img-5.4.0-45-generic
- }
- submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-50fc752d-020a-48b6-8aaa-785179027029' {
- menuentry 'Ubuntu, with Linux 5.4.0-45-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-45-generic-advanced-50fc752d-020a-48b6-8aaa-785179027029' {
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 364a54f7-5520-48d0-aed7-54a422fd6f17
- else
- search --no-floppy --fs-uuid --set=root 364a54f7-5520-48d0-aed7-54a422fd6f17
- fi
- echo 'Loading Linux 5.4.0-45-generic ...'
- linux /vmlinuz-5.4.0-45-generic root=/dev/mapper/vgubuntu-root ro quiet splash $vt_handoff
- echo 'Loading initial ramdisk ...'
- initrd /initrd.img-5.4.0-45-generic
- }
- menuentry 'Ubuntu, with Linux 5.4.0-45-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-45-generic-recovery-50fc752d-020a-48b6-8aaa-785179027029' {
- recordfail
- load_video
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 364a54f7-5520-48d0-aed7-54a422fd6f17
- else
- search --no-floppy --fs-uuid --set=root 364a54f7-5520-48d0-aed7-54a422fd6f17
- fi
- echo 'Loading Linux 5.4.0-45-generic ...'
- linux /vmlinuz-5.4.0-45-generic root=/dev/mapper/vgubuntu-root ro recovery nomodeset dis_ucode_ldr
- echo 'Loading initial ramdisk ...'
- initrd /initrd.img-5.4.0-45-generic
- }
- menuentry 'Ubuntu, with Linux 5.4.0-42-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-42-generic-advanced-50fc752d-020a-48b6-8aaa-785179027029' {
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 364a54f7-5520-48d0-aed7-54a422fd6f17
- else
- search --no-floppy --fs-uuid --set=root 364a54f7-5520-48d0-aed7-54a422fd6f17
- fi
- echo 'Loading Linux 5.4.0-42-generic ...'
- linux /vmlinuz-5.4.0-42-generic root=/dev/mapper/vgubuntu-root ro quiet splash $vt_handoff
- echo 'Loading initial ramdisk ...'
- initrd /initrd.img-5.4.0-42-generic
- }
- menuentry 'Ubuntu, with Linux 5.4.0-42-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-42-generic-recovery-50fc752d-020a-48b6-8aaa-785179027029' {
- recordfail
- load_video
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 364a54f7-5520-48d0-aed7-54a422fd6f17
- else
- search --no-floppy --fs-uuid --set=root 364a54f7-5520-48d0-aed7-54a422fd6f17
- fi
- echo 'Loading Linux 5.4.0-42-generic ...'
- linux /vmlinuz-5.4.0-42-generic root=/dev/mapper/vgubuntu-root ro recovery nomodeset dis_ucode_ldr
- echo 'Loading initial ramdisk ...'
- initrd /initrd.img-5.4.0-42-generic
- }
- }
- ### END /etc/grub.d/10_linux ###
- ### BEGIN /etc/grub.d/10_linux_zfs ###
- ### END /etc/grub.d/10_linux_zfs ###
- ### 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,msdos5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 364a54f7-5520-48d0-aed7-54a422fd6f17
- else
- search --no-floppy --fs-uuid --set=root 364a54f7-5520-48d0-aed7-54a422fd6f17
- fi
- knetbsd /memtest86+.elf
- }
- menuentry 'Memory test (memtest86+, serial console 115200)' {
- insmod part_msdos
- insmod ext2
- set root='hd0,msdos5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 364a54f7-5520-48d0-aed7-54a422fd6f17
- else
- search --no-floppy --fs-uuid --set=root 364a54f7-5520-48d0-aed7-54a422fd6f17
- fi
- linux16 /memtest86+.bin console=ttyS0,115200n8
- }
- ### 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 ###
- --------------------------------------------------------------------------------
- =================== sda5: Location of files loaded by Grub: ====================
- GiB - GB File Fragment(s)
- ======================== Unknown MBRs/Boot Sectors/etc: ========================
- Unknown BootLoader on sda6
- 00000000 4c 55 4b 53 ba be 00 02 00 00 00 00 00 00 40 00 |LUKS..........@.|
- 00000010 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00 |................|
- 00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- *
- 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 d8 b2 f7 1a 8a 39 0d a8 |.............9..|
- 00000070 7b a4 38 c4 9f ca f0 b1 45 ed 3c 50 39 86 d7 7c |{.8.....E.<P9..||
- 00000080 6b 72 ba d8 00 e5 7f 47 56 06 f6 3f 6a f6 25 65 |kr.....GV..?j.%e|
- 00000090 6d cc a9 1f 5a 03 7a 26 53 ac a9 73 ca 8f cd 00 |m...Z.z&S..s....|
- 000000a0 66 8f ee ed 16 ba fa bc 62 34 30 35 65 37 64 66 |f.......b405e7df|
- 000000b0 2d 34 66 31 66 2d 34 62 62 63 2d 38 65 65 65 2d |-4f1f-4bbc-8eee-|
- 000000c0 33 36 63 30 38 30 64 61 39 31 66 62 00 00 00 00 |36c080da91fb....|
- 000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- *
- 000001c0 14 34 4f 07 8a d1 ef 61 39 be ec 71 17 04 5e 6d |.4O....a9..q..^m|
- 000001d0 99 bc 63 a2 6d 88 aa d2 3d 9e 0d c1 6d 50 45 dc |..c.m...=...mPE.|
- 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- *
- 00000200
- Unknown BootLoader on vgubuntu-root'
- Unknown BootLoader on vgubuntu-swap_1'
- =============================== StdErr Messages: ===============================
- cat: /tmp/BootInfo-FU8yuki8/Tmp_Log: No such file or directory
- Failed to find logical volume "vgubuntu/root'"
- Failed to find logical volume "vgubuntu/root'"
- Failed to find logical volume "vgubuntu/root'"
- hexdump: /dev/mapper/vgubuntu-root': No such file or directory
- hexdump: /dev/mapper/vgubuntu-root': No such file or directory
- Failed to find logical volume "vgubuntu/swap_1'"
- Failed to find logical volume "vgubuntu/swap_1'"
- Failed to find logical volume "vgubuntu/swap_1'"
- hexdump: /dev/mapper/vgubuntu-swap_1': No such file or directory
- hexdump: /dev/mapper/vgubuntu-swap_1': No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement