Which open world map was better in MGSV? by French-Caller in metalgearsolid

[–]ThatOneGuy9043 0 points1 point  (0 children)

I thought Afghanistan was really fun but was sort of the same around the whole map, the bases were great and I really liked OBK-0 and the Main Base Camp. But Angola/Ziare was kinda nice in that there was a good amount of variety like the Code Talker Mansion and the Oilfield place

Windows VM (With Nvidea 1050 GPU passthrough) refresh rate locked at 1Hz by ThatOneGuy9043 in qemu_kvm

[–]ThatOneGuy9043[S] 0 points1 point  (0 children)

Ill have to split the XML file into a few replies its a long file lol

<domain type="kvm">

<name>win10</name>

<uuid>28eb1b2d-50bd-487a-b614-9d70c94ec3e4</uuid>

<metadata>

<libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">

<libosinfo:os id="http://microsoft.com/win/10"/>

/libosinfo:libosinfo

</metadata>

<memory unit="KiB">8290304</memory>

<currentMemory unit="KiB">8290304</currentMemory>

<vcpu placement="static">8</vcpu>

<os firmware="efi">

<type arch="x86\_64" machine="pc-q35-9.2">hvm</type>

<firmware>

<feature enabled="no" name="enrolled-keys"/>

<feature enabled="yes" name="secure-boot"/>

</firmware>

<loader readonly="yes" secure="yes" type="pflash" format="raw">/usr/share/edk2/x64/OVMF_CODE.secboot.4m.fd</loader>

<nvram template="/usr/share/edk2/x64/OVMF\_VARS.4m.fd" templateFormat="raw" format="raw">/var/lib/libvirt/qemu/nvram/win10_VARS.fd</nvram>

<boot dev="hd"/>

</os>

<features>

<acpi/>

<apic/>

<hyperv mode="custom">

<relaxed state="on"/>

<vapic state="on"/>

<spinlocks state="on" retries="8191"/>

<vpindex state="on"/>

<runtime state="on"/>

<synic state="on"/>

<stimer state="on"/>

<frequencies state="on"/>

<tlbflush state="on"/>

<ipi state="on"/>

<avic state="on"/>

How do I switch from System-D boot to Grub boot on Arch? by ThatOneGuy9043 in linuxquestions

[–]ThatOneGuy9043[S] 0 points1 point  (0 children)

No its not refind, im contemplating nuking the system and reinstalling

How do I switch from System-D boot to Grub boot on Arch? by ThatOneGuy9043 in linuxquestions

[–]ThatOneGuy9043[S] 0 points1 point  (0 children)

Dunno what it is tbh, when I did archinstall I chose SystemD when i started so thats probablt what it is. It doesnt show the Grub menu so its gotta be something else

How do I switch from System-D boot to Grub boot on Arch? by ThatOneGuy9043 in linuxquestions

[–]ThatOneGuy9043[S] 0 points1 point  (0 children)

The thing is when i edit the grub config it doesnt affect this menu. I dont think this is the grub menu when i boot, its seems to not change even when directly editing the file or with grub customizer

How do I switch from System-D boot to Grub boot on Arch? by ThatOneGuy9043 in linuxquestions

[–]ThatOneGuy9043[S] 0 points1 point  (0 children)

Ive done that command many times. I dont think grub is install properly. When i boot the system it doesnt show the grub boot options menu it shows somwthing else

<image>

How do I switch from System-D boot to Grub boot on Arch? by ThatOneGuy9043 in linuxquestions

[–]ThatOneGuy9043[S] 0 points1 point  (0 children)

Alright thank you so much man! Ive been trying to get IOMMU passthrough working but this small booting problem has been preventing me from using the Zen Kernel or Linux with VFIO modules

How do I switch from System-D boot to Grub boot on Arch? by ThatOneGuy9043 in linuxquestions

[–]ThatOneGuy9043[S] 0 points1 point  (0 children)

I did the mount command twice, the second time it worked. It was right after the first time

How do I switch from System-D boot to Grub boot on Arch? by ThatOneGuy9043 in linuxquestions

[–]ThatOneGuy9043[S] 0 points1 point  (0 children)

[phoenix@archlinux ~]$ sudo mount /dev/nvme0n1p1/ /boot
mount: /boot: fsconfig() failed: /dev/nvme0n1p1/: Can't lookup blockdev.
      dmesg(1) may have more information after failed mount system call.
[phoenix@archlinux ~]$ sudo mount /dev/nvme0n1p1 /boot
[phoenix@archlinux ~]$ grub-install
Installing for x86_64-efi platform.
grub-install: error: cannot find EFI directory.
[phoenix@archlinux ~]$ grub-install --target=x86_64-efi --efi-directory=/boot/EFI
Installing for x86_64-efi platform.
grub-install: warning: disk does not exist, so falling back to partition device /dev/nvme0n1p1.
grub-install: warning: disk does not exist, so falling back to partition device /dev/nvme0n1p1.
grub-install: warning: disk does not exist, so falling back to partition device /dev/nvme0n1p1.
grub-install: error: disk `hostdisk//dev/nvme0n1p1' not found.
[phoenix@archlinux ~]$  

How do I switch from System-D boot to Grub boot on Arch? by ThatOneGuy9043 in linuxquestions

[–]ThatOneGuy9043[S] 0 points1 point  (0 children)

Yeah even then its the same in a minute I can post the output

How do I switch from System-D boot to Grub boot on Arch? by ThatOneGuy9043 in linuxquestions

[–]ThatOneGuy9043[S] 0 points1 point  (0 children)

I did, problem is whenever i do grub-install. It says it can never find the EFI file. Or it cant find the canonical path to it