From 27a52cda1f9da9faac1e66db4aa270e5a48c96e8 Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Mon, 10 Apr 2023 13:55:44 +0200 Subject: [PATCH] update vbios dumper script --- internal/configs/config_vbios_dumper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/configs/config_vbios_dumper.go b/internal/configs/config_vbios_dumper.go index c64b773..4aa1861 100644 --- a/internal/configs/config_vbios_dumper.go +++ b/internal/configs/config_vbios_dumper.go @@ -31,7 +31,7 @@ func GenerateVBIOSDumper(vbios_path string) { "echo 1 | sudo tee %s\n", "echo\n", "echo Attempting to dump VBIOS\n", - "sudo bash -c \"cat %s\" > %s/%s/vfio_card.rom || echo \"Failed to dump the VBIOS, in most cases a reboot can fix this.\nOr you have to bind the gpu to the vfio-pci driver, reboot the machine and try dumping again\"\n", + "sudo bash -c \"cat %s\" > %s/%s/vfio_card.rom || echo \"\nFailed to dump the VBIOS, in most cases a reboot can fix this.\nOr you have to bind the gpu to the vfio-pci driver, reboot the machine and try dumping again.\nIf that still fails, you might find your VBIOS at: https://www.techpowerup.com/vgabios/\n\"\n", "file \"%s/%s/vfio_card.rom\"\n", "echo\n", "echo Attempting to disable reading from rom \\(cleanup\\)\n",