use stock kernel
This commit is contained in:
parent
95116a14a4
commit
0706cb784b
|
@ -1,6 +1,6 @@
|
||||||
title Archlinux w/ VFIO
|
title Archlinux w/ VFIO
|
||||||
linux /vmlinuz-linux-xanmod
|
linux /vmlinuz-linux
|
||||||
initrd /intel-ucode.img
|
initrd /intel-ucode.img
|
||||||
initrd /initramfs-linux-xanmod.img
|
initrd /initramfs-linux.img
|
||||||
options mitigations=off intel_iommu=on iommu=pt intel_iommu=igfx_off experimental_zcopytx=1 kvm.ignore_msrs=1 acpi_backlight=none root=LABEL=ARCHROOT rw
|
options mitigations=off intel_iommu=on iommu=pt intel_iommu=igfx_off experimental_zcopytx=1 kvm.ignore_msrs=1 acpi_backlight=none root=LABEL=ARCHROOT rw
|
||||||
|
|
||||||
|
|
|
@ -91,7 +91,7 @@
|
||||||
</disk>
|
</disk>
|
||||||
<disk type='block' device='disk'>
|
<disk type='block' device='disk'>
|
||||||
<driver name='qemu' type='raw' cache='none' io='native' discard='unmap' detect_zeroes='unmap'/>
|
<driver name='qemu' type='raw' cache='none' io='native' discard='unmap' detect_zeroes='unmap'/>
|
||||||
<source dev='/dev/nvme0n1'/>
|
<source dev='/dev/disk/by-id/nvme-CT1000P1SSD8_1910E1F03D8E'/>
|
||||||
<target dev='sdc' bus='scsi'/>
|
<target dev='sdc' bus='scsi'/>
|
||||||
<address type='drive' controller='0' bus='0' target='0' unit='2'/>
|
<address type='drive' controller='0' bus='0' target='0' unit='2'/>
|
||||||
</disk>
|
</disk>
|
||||||
|
|
Loading…
Reference in New Issue