miklos_akos (statz) | #7, Lófasz (884) |
1728 | #56ea | ^ | Idézet | Tue, 28 Feb 2023 20:33:51 +01 |
185.187.*.* | *.75.187.185.dialin.segfault.club |
Ubuntun elv ott van a /etc/default/grub es azt kene szerkesztgetned, nem a /boot/grub/grub.cfg-t. Nekem a HP DL360p G8-amon igy startol a /etc/default/grub: # 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="intel_iommu=on,relax_rmrr iommu=pt pcie_acs_override=downstream,multifunction" GRUB_CMDLINE_LINUX="" A HP Elite 8000 SFF-emen pedig igy: # 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=1 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="intel_iommu=on iommu=pt" GRUB_CMDLINE_LINUX="" A routeremen meg igy: # GRUB boot loader configuration GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="Arch" GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3" GRUB_CMDLINE_LINUX="" # Preload both GPT and MBR modules so that they are not missed GRUB_PRELOAD_MODULES="part_gpt part_msdos" Es kernel frissitesek utan is megmarad a konfig. |