From 37b00d3b69ecffad1bf1cc3739ef7395d053d0d7 Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Wed, 9 Mar 2022 15:02:08 +0100 Subject: [PATCH] update the text --- lib/set_CMDLINE.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/set_CMDLINE.sh b/lib/set_CMDLINE.sh index da2277b..2a5ea26 100755 --- a/lib/set_CMDLINE.sh +++ b/lib/set_CMDLINE.sh @@ -22,8 +22,8 @@ $CMDLINE Make sure that the files inside \"$SCRIPTDIR/config/etc\" are copied to your /etc AND PLEASE MAKE A BACKUP FIRST! -Then run \"sudo update-initramfs -u\", that way you can boot an older kernel and edit out -the vfio kernel arguments if your system does not boot after this so you can restore your files from your backup. +Then run \"sudo update-initramfs -u\", that way you can boot an older kernel without vfio if needed, before commiting fully. +You can remove the the vfio_pci kernel arguments from the linux line in your bootloader to disable/unbind the graphic card from the vfio driver on boot. Finally reboot your system and run \"$SCRIPTDIR/vfio-verify\" to check if your GPU is properly set up. NOTE: Some AMD GPUs will require the vendor-reset kernel module from https://github.com/gnif/vendor-reset to be installed! @@ -46,4 +46,4 @@ function main () { set_CMDLINE } -main \ No newline at end of file +main