Hi,
I am trying to enable IOMMU in my Proxmox
I have Asrock B365M Pro4 + i5 8400
I modify
Read more
I am trying to enable IOMMU in my Proxmox
I have Asrock B365M Pro4 + i5 8400
I modify
Code:
nano /etc/default/grub as below
Code:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
#GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX_DEFAULT="quiet...
Read more