Code: Select all
Boot Info Script 0.78 [09 October 2019]
============================= 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: /efi/BOOT/fbx64.efi /efi/BOOT/mmx64.efi
/efi/debian/fbx64.efi /efi/debian/grubx64.efi
/efi/debian/mmx64.efi /efi/debian/shimx64.efi
/efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi
/efi/ubuntu/shimx64.efi /efi/debian/grub.cfg
/efi/ubuntu/grub.cfg
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Debian GNU/Linux 12 (bookworm)
Boot files: /boot/grub/grub.cfg /etc/fstab
sda3: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb: ___________________________________________________________________________
File system:
Boot sector type: -
Boot sector info:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 232.89 GiB, 250059350016 bytes, 488397168 sectors
Disk model: CT250MX500SSD1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 1 488,397,167 488,397,167 ee GPT
GUID Partition Table detected.
Partition Attrs 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 486,395,903 485,345,280 Data partition (Linux)
/dev/sda3 486,395,904 488,396,799 2,000,896 Swap partition (Linux)
Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 7FC4-548F vfat
/dev/sda2 bed3d46f-4053-42e6-a47c-ddc915196b3a ext4
/dev/sda3 e00ce4a8-d8ea-42a2-a795-52d8c195c002 swap
/dev/sdb
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Aug 26 12:53 ata-CT250MX500SSD1_2213E6212A2C -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 26 12:53 ata-CT250MX500SSD1_2213E6212A2C-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 26 12:53 ata-CT250MX500SSD1_2213E6212A2C-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 26 12:53 ata-CT250MX500SSD1_2213E6212A2C-part3 -> ../../sda3
lrwxrwxrwx 1 root root 9 Aug 26 12:53 ata-HGST_HTS541010A9E680_JD100ADM06J9AK -> ../../sdb
lrwxrwxrwx 1 root root 9 Aug 26 12:53 wwn-0x5000cca827c2f76b -> ../../sdb
lrwxrwxrwx 1 root root 9 Aug 26 12:53 wwn-0x500a0751e6212a2c -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 26 12:53 wwn-0x500a0751e6212a2c-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 26 12:53 wwn-0x500a0751e6212a2c-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 26 12:53 wwn-0x500a0751e6212a2c-part3 -> ../../sda3
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda1 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
/dev/sda2 / ext4 (rw,relatime,errors=remount-ro)
========================== sda1/efi/debian/grub.cfg: ===========================
--------------------------------------------------------------------------------
search.fs_uuid bed3d46f-4053-42e6-a47c-ddc915196b3a root hd1,gpt2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
--------------------------------------------------------------------------------
========================== sda1/efi/ubuntu/grub.cfg: ===========================
--------------------------------------------------------------------------------
search.fs_uuid e580da07-8daa-4125-bb59-ac76ffcc25f9 root hd0,gpt2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
--------------------------------------------------------------------------------
=========================== sda2/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 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='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 bed3d46f-4053-42e6-a47c-ddc915196b3a
else
search --no-floppy --fs-uuid --set=root bed3d46f-4053-42e6-a47c-ddc915196b3a
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_IN
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=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 bed3d46f-4053-42e6-a47c-ddc915196b3a
else
search --no-floppy --fs-uuid --set=root bed3d46f-4053-42e6-a47c-ddc915196b3a
fi
insmod png
if background_image /usr/share/desktop-base/emerald-theme/grub/grub-4x3.png; then
set color_normal=white/black
set color_highlight=black/white
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-bed3d46f-4053-42e6-a47c-ddc915196b3a' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 bed3d46f-4053-42e6-a47c-ddc915196b3a
else
search --no-floppy --fs-uuid --set=root bed3d46f-4053-42e6-a47c-ddc915196b3a
fi
echo 'Loading Linux 6.1.0-23-amd64 ...'
linux /boot/vmlinuz-6.1.0-23-amd64 root=UUID=bed3d46f-4053-42e6-a47c-ddc915196b3a ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.1.0-23-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-bed3d46f-4053-42e6-a47c-ddc915196b3a' {
menuentry 'Debian GNU/Linux, with Linux 6.1.0-23-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-23-amd64-advanced-bed3d46f-4053-42e6-a47c-ddc915196b3a' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 bed3d46f-4053-42e6-a47c-ddc915196b3a
else
search --no-floppy --fs-uuid --set=root bed3d46f-4053-42e6-a47c-ddc915196b3a
fi
echo 'Loading Linux 6.1.0-23-amd64 ...'
linux /boot/vmlinuz-6.1.0-23-amd64 root=UUID=bed3d46f-4053-42e6-a47c-ddc915196b3a ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.1.0-23-amd64
}
menuentry 'Debian GNU/Linux, with Linux 6.1.0-23-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-23-amd64-recovery-bed3d46f-4053-42e6-a47c-ddc915196b3a' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 bed3d46f-4053-42e6-a47c-ddc915196b3a
else
search --no-floppy --fs-uuid --set=root bed3d46f-4053-42e6-a47c-ddc915196b3a
fi
echo 'Loading Linux 6.1.0-23-amd64 ...'
linux /boot/vmlinuz-6.1.0-23-amd64 root=UUID=bed3d46f-4053-42e6-a47c-ddc915196b3a ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.1.0-23-amd64
}
menuentry 'Debian GNU/Linux, with Linux 6.1.0-22-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-22-amd64-advanced-bed3d46f-4053-42e6-a47c-ddc915196b3a' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 bed3d46f-4053-42e6-a47c-ddc915196b3a
else
search --no-floppy --fs-uuid --set=root bed3d46f-4053-42e6-a47c-ddc915196b3a
fi
echo 'Loading Linux 6.1.0-22-amd64 ...'
linux /boot/vmlinuz-6.1.0-22-amd64 root=UUID=bed3d46f-4053-42e6-a47c-ddc915196b3a ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.1.0-22-amd64
}
menuentry 'Debian GNU/Linux, with Linux 6.1.0-22-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-22-amd64-recovery-bed3d46f-4053-42e6-a47c-ddc915196b3a' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 bed3d46f-4053-42e6-a47c-ddc915196b3a
else
search --no-floppy --fs-uuid --set=root bed3d46f-4053-42e6-a47c-ddc915196b3a
fi
echo 'Loading Linux 6.1.0-22-amd64 ...'
linux /boot/vmlinuz-6.1.0-22-amd64 root=UUID=bed3d46f-4053-42e6-a47c-ddc915196b3a ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.1.0-22-amd64
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/35_fwupd ###
### END /etc/grub.d/35_fwupd ###
### 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/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).
#
# systemd generates mount units based on this file, see systemd.mount(5).
# Please run 'systemctl daemon-reload' after making changes here.
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb2 during installation
UUID=bed3d46f-4053-42e6-a47c-ddc915196b3a / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sdb1 during installation
UUID=7FC4-548F /boot/efi vfat umask=0077 0 1
# swap was on /dev/sdb3 during installation
UUID=e00ce4a8-d8ea-42a2-a795-52d8c195c002 none swap sw 0 0
--------------------------------------------------------------------------------
=================== sda2: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
72.634387970 = 77.990580224 boot/grub/grub.cfg 1
210.453899384 = 225.973153792 boot/vmlinuz-6.1.0-22-amd64 1
48.438274384 = 52.010201088 boot/vmlinuz-6.1.0-23-amd64 1
48.438274384 = 52.010201088 vmlinuz 1
210.453899384 = 225.973153792 vmlinuz.old 1
32.412536621 = 34.802696192 boot/initrd.img-6.1.0-22-amd64 1
129.229511261 = 138.759131136 boot/initrd.img-6.1.0-23-amd64 1
129.229511261 = 138.759131136 initrd.img 1
32.412536621 = 34.802696192 initrd.img.old 1