JustPaste.it

[root@ant-19 antergos]# mount /dev/nvme0n1p5 /mnt
mount: /mnt: /dev/nvme0n1p5 already mounted on /mnt.
[root@ant-19 antergos]# cat /mnt/boot/grub/grub.cfg | curl -F 'f:1=<-' ix.io
http://ix.io/1FZm
[root@ant-19 antergos]# cat /mnt/grub/grub.cfg | curl -F 'f:1=<-' ix.io
cat: /mnt/grub/grub.cfg: No such file or directory

[root@ant-19 antergos]# cat /mnt/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 ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
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
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 4afb7ee2-88c3-4333-b952-8ce18d7aae73
else
search --no-floppy --fs-uuid --set=root 4afb7ee2-88c3-4333-b952-8ce18d7aae73
fi
font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
set gfxmode=1024x768x32,auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=en_US
insmod gettext
fi
terminal_input console
terminal_output gfxterm
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 4afb7ee2-88c3-4333-b952-8ce18d7aae73
else
search --no-floppy --fs-uuid --set=root 4afb7ee2-88c3-4333-b952-8ce18d7aae73
fi
insmod gfxmenu
loadfont ($root)/boot/grub/themes/Antergos-Default/ascii.pf2
loadfont ($root)/boot/grub/themes/Antergos-Default/rlwy14.pf2
loadfont ($root)/boot/grub/themes/Antergos-Default/rlwy16.pf2
insmod png
set theme=($root)/boot/grub/themes/Antergos-Default/theme.txt
export theme
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
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/06_grub-customizer_menu_color_helper ###
### END /etc/grub.d/06_grub-customizer_menu_color_helper ###

### BEGIN /etc/grub.d/10_antergos_proxy ###

 


menuentry "Antergos Linux" --class antergos --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-4afb7ee2-88c3-4333-b952-8ce18d7aae73' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 4afb7ee2-88c3-4333-b952-8ce18d7aae73
else
search --no-floppy --fs-uuid --set=root 4afb7ee2-88c3-4333-b952-8ce18d7aae73
fi
echo 'Loading linux kernel ...'
linux /boot/vmlinuz-linux root=UUID=4afb7ee2-88c3-4333-b952-8ce18d7aae73 rw quiet resume=UUID=49f0e4cc-69a6-4a80-a3b3-b704ccce40d3
echo 'Loading initial ramdisk ...'
initrd /boot/intel-ucode.img /boot/initramfs-linux.img
}
### END /etc/grub.d/10_antergos_proxy ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober_proxy ###


menuentry "Windows 10" --class windows --class os $menuentry_id_option 'osprober-efi-38B4-DDC3' {
insmod part_gpt
insmod fat
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 38B4-DDC3
else
search --no-floppy --fs-uuid --set=root 38B4-DDC3
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
### END /etc/grub.d/30_os-prober_proxy ###

### BEGIN /etc/grub.d/31_antergos_proxy ###
submenu "Advanced options for Antergos Linux"{
menuentry "Antergos Linux" --class antergos --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-4afb7ee2-88c3-4333-b952-8ce18d7aae73' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 4afb7ee2-88c3-4333-b952-8ce18d7aae73
else
search --no-floppy --fs-uuid --set=root 4afb7ee2-88c3-4333-b952-8ce18d7aae73
fi
echo 'Loading linux kernel ...'
linux /boot/vmlinuz-linux root=UUID=4afb7ee2-88c3-4333-b952-8ce18d7aae73 rw quiet resume=UUID=49f0e4cc-69a6-4a80-a3b3-b704ccce40d3
echo 'Loading initial ramdisk ...'
initrd /boot/intel-ucode.img /boot/initramfs-linux.img
}
menuentry "Antergos Linux - Fallback" --class antergos --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-4afb7ee2-88c3-4333-b952-8ce18d7aae73' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 4afb7ee2-88c3-4333-b952-8ce18d7aae73
else
search --no-floppy --fs-uuid --set=root 4afb7ee2-88c3-4333-b952-8ce18d7aae73
fi
echo 'Loading linux kernel ...'
linux /boot/vmlinuz-linux root=UUID=4afb7ee2-88c3-4333-b952-8ce18d7aae73 rw quiet resume=UUID=49f0e4cc-69a6-4a80-a3b3-b704ccce40d3
echo 'Loading initial ramdisk ...'
initrd /boot/intel-ucode.img /boot/initramfs-linux-fallback.img
}
}
### END /etc/grub.d/31_antergos_proxy ###

### 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 ###


[root@ant-19 antergos]# lsblk -fm
NAME FSTYPE LABEL UUID FSAVAIL FSUSE% MOUNTPOINT SIZE OWNER GROUP MODE
loop0 squashfs 0 100% /run/archiso/sfs/root-image 2G brw-rw----
sda 7.5G brw-rw----
└─sda1 vfat ANTERGOS 4ED0-3A58 5.3G 29% /run/archiso/bootmnt 7.5G brw-rw----
nvme0n1 238.5G brw-rw----
├─nvme0n1p1 ntfs 4CB29579B295686A 499M brw-rw----
├─nvme0n1p2 vfat 38B4-DDC3 100M brw-rw----
├─nvme0n1p3 16M brw-rw----
├─nvme0n1p4 ntfs DRIVE 022401A424019C33 104.7G brw-rw----
├─nvme0n1p5 ext4 4afb7ee2-88c3-4333-b952-8ce18d7aae73 27.5G 32% /mnt 41.9G brw-rw----
├─nvme0n1p6 swap 49f0e4cc-69a6-4a80-a3b3-b704ccce40d3 3.7G brw-rw----
└─nvme0n1p7 ext4 7b0d41c7-5069-45e9-9b98-fbd968978bb0 87.6G brw-rw----
[root@ant-19 antergos]#