Code:
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to get a beep at grub start
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_GFXMODE=640x480
# you can see them in real GRUB with the command `vbeinfo'
# note that you can use only modes which your graphic card supports via VBE
# The resolution used on graphical terminal
#GRUB_TERMINAL=console
# Uncomment to disable graphical terminal
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
# This works with Linux (no patch required) and with any kernel that obtains
# Uncomment to enable BadRAM filtering, modify to suit your needs
#GRUB_DISABLE_OS_PROBER=false
# filesystems to look for things.
# os-prober can cause damage to those guest OSes as it mounts
# for guest OSes installed via LVM or raw disk devices, running
# probably want to run os-prober. However, if your computer is a host
# If your computer has multiple operating systems installed, then you
GRUB_CMDLINE_LINUX=""
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash amd_iommu=on kvm.ignore_msrs=1"
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_TIMEOUT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_DEFAULT=0
# info -f grub -n 'Simple configuration'
# For full documentation of the options in this file, see:
# /boot/grub/grub.cfg.
# If you change this file, run 'update-grub' afterwards to update
as to the relevance of the guide, I am attempting to follow it to install the nouveau driver, that is where the problem is, I cant seem to install it on one of my GPUs, as it doesnt show up in software center. For some reason the Nvidia driver installs for both GPUs and works for them fine, but, as you say, it doesn't help me complete this process. Again, thank you for your time, and I hope the output above helps!