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
- 976703488 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:
- Boot files:
- sda2: __________________________________________________________________________
- 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/refind/grubx64.efi /efi/refind/mmx64.efi
- /efi/refind/shimx64.efi /efi/ubuntu/grubx64.efi
- /efi/ubuntu/mmx64.efi /efi/ubuntu/shimx64.efi
- sda3: __________________________________________________________________________
- File system:
- Boot sector type: -
- Boot sector info:
- Mounting failed: mount: /tmp/BootInfo-nkTgLiGD/sda3: unknown filesystem type ''.
- sda4: __________________________________________________________________________
- 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: /Windows/System32/winload.exe
- sda5: __________________________________________________________________________
- File system: ext4
- Boot sector type: -
- Boot sector info:
- Operating System: Ubuntu 20.04.2 LTS
- Boot files: /boot/grub/grub.cfg /etc/fstab
- sda6: __________________________________________________________________________
- File system: BIOS Boot partition
- Boot sector type: Grub2's core.img
- Boot sector info:
- ============================ Drive/Partition Info: =============================
- Drive: sda _____________________________________________________________________
- Disk /dev/sda: 465,78 GiB, 500107862016 bytes, 976773168 sectors
- Disk model: ST500LT012-9WS14
- 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 1 976,773,167 976,773,167 ee GPT
- GUID Partition Table detected.
- Partition Start Sector End Sector # of Sectors System
- /dev/sda1 2,048 821,247 819,200 Windows Recovery Environment (Windows)
- /dev/sda2 821,248 1,435,647 614,400 EFI System partition
- /dev/sda3 1,435,648 1,697,791 262,144 Microsoft Reserved Partition (Windows)
- /dev/sda4 1,697,792 887,224,319 885,526,528 Data partition (Windows/Linux)
- /dev/sda5 887,224,320 976,703,487 89,479,168 Data partition (Linux)
- /dev/sda6 976,703,488 976,773,119 69,632 BIOS Boot partition
- "blkid" output: ________________________________________________________________
- Device UUID TYPE LABEL
- /dev/loop0 squashfs
- /dev/loop1 squashfs
- /dev/loop2 squashfs
- /dev/loop3 squashfs
- /dev/loop4 squashfs
- /dev/loop5 squashfs
- /dev/loop6 squashfs
- /dev/loop7 squashfs
- /dev/sda1 62107AA6107A80B9 ntfs Recovery
- /dev/sda2 4DF5-12AD vfat
- /dev/sda3
- /dev/sda4 8C787EE3787ECC08 ntfs Acer
- /dev/sda5 3619ba7c-87d2-4f85-add7-e8890a226259 ext4
- /dev/sda6
- ================================ Mount points: =================================
- Device Mount_Point Type Options
- /dev/fuse /run/user/1000/doc fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1001)
- /dev/sda4 /home/diogor/windows fuseblk (rw,nosuid,nodev,noexec,relatime,user_id=0,group_id=0,allow_other,blksize=4096,user)
- /dev/sda5 / ext4 (rw,relatime)
- =========================== sda5/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 [ "${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
- }
- terminal_input console
- terminal_output console
- 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
- ### 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-3619ba7c-87d2-4f85-add7-e8890a226259' {
- 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,gpt5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 3619ba7c-87d2-4f85-add7-e8890a226259
- else
- search --no-floppy --fs-uuid --set=root 3619ba7c-87d2-4f85-add7-e8890a226259
- fi
- linux /boot/vmlinuz-5.8.0-43-generic root=UUID=3619ba7c-87d2-4f85-add7-e8890a226259 ro quiet splash $vt_handoff
- initrd /boot/initrd.img-5.8.0-43-generic
- }
- submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-3619ba7c-87d2-4f85-add7-e8890a226259' {
- menuentry 'Ubuntu, with Linux 5.8.0-43-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.8.0-43-generic-advanced-3619ba7c-87d2-4f85-add7-e8890a226259' {
- 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,gpt5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 3619ba7c-87d2-4f85-add7-e8890a226259
- else
- search --no-floppy --fs-uuid --set=root 3619ba7c-87d2-4f85-add7-e8890a226259
- fi
- echo 'Loading Linux 5.8.0-43-generic ...'
- linux /boot/vmlinuz-5.8.0-43-generic root=UUID=3619ba7c-87d2-4f85-add7-e8890a226259 ro quiet splash $vt_handoff
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-5.8.0-43-generic
- }
- menuentry 'Ubuntu, with Linux 5.8.0-43-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.8.0-43-generic-recovery-3619ba7c-87d2-4f85-add7-e8890a226259' {
- recordfail
- load_video
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_gpt
- insmod ext2
- set root='hd0,gpt5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 3619ba7c-87d2-4f85-add7-e8890a226259
- else
- search --no-floppy --fs-uuid --set=root 3619ba7c-87d2-4f85-add7-e8890a226259
- fi
- echo 'Loading Linux 5.8.0-43-generic ...'
- linux /boot/vmlinuz-5.8.0-43-generic root=UUID=3619ba7c-87d2-4f85-add7-e8890a226259 ro recovery nomodeset dis_ucode_ldr
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-5.8.0-43-generic
- }
- menuentry 'Ubuntu, with Linux 5.8.0-41-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.8.0-41-generic-advanced-3619ba7c-87d2-4f85-add7-e8890a226259' {
- 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,gpt5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 3619ba7c-87d2-4f85-add7-e8890a226259
- else
- search --no-floppy --fs-uuid --set=root 3619ba7c-87d2-4f85-add7-e8890a226259
- fi
- echo 'Loading Linux 5.8.0-41-generic ...'
- linux /boot/vmlinuz-5.8.0-41-generic root=UUID=3619ba7c-87d2-4f85-add7-e8890a226259 ro quiet splash $vt_handoff
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-5.8.0-41-generic
- }
- menuentry 'Ubuntu, with Linux 5.8.0-41-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.8.0-41-generic-recovery-3619ba7c-87d2-4f85-add7-e8890a226259' {
- recordfail
- load_video
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_gpt
- insmod ext2
- set root='hd0,gpt5'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 3619ba7c-87d2-4f85-add7-e8890a226259
- else
- search --no-floppy --fs-uuid --set=root 3619ba7c-87d2-4f85-add7-e8890a226259
- fi
- echo 'Loading Linux 5.8.0-41-generic ...'
- linux /boot/vmlinuz-5.8.0-41-generic root=UUID=3619ba7c-87d2-4f85-add7-e8890a226259 ro recovery nomodeset dis_ucode_ldr
- echo 'Loading initial ramdisk ...'
- initrd /boot/initrd.img-5.8.0-41-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/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.
- menuentry "Windows 8.1" {
- insmod ntfs
- set root='(hd0,1)'
- search --no-floppy --fs-uuid --set 4DF5-12AD
- chainloader +1
- }
- ### 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/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>
- #UUID=4DF5-12AD /boot/efi vfat umask=0077 0 2
- UUID=3619ba7c-87d2-4f85-add7-e8890a226259 / ext4 defaults 0 1
- UUID=8C787EE3787ECC08 /home/diogor/windows ntfs defaults,user,auto 0 1
- --------------------------------------------------------------------------------
- =================== sda5: Location of files loaded by Grub: ====================
- GiB - GB File Fragment(s)
- =============================== StdErr Messages: ===============================
- cat: /tmp/BootInfo-nkTgLiGD/Tmp_Log: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement