mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-02 14:56:13 -04:00
Fix broken link syntax cases
Thank you to Tokidev for pointing these out.
This commit is contained in:
parent
84c1cb36ea
commit
26f3a6567b
5 changed files with 6 additions and 8 deletions
|
@ -45,7 +45,7 @@ A device that does not support reset is not ideal and generally should not be as
|
|||
Most likely the offending controller is a USB 3.0 device.
|
||||
You can remove this controller from the usbVM, and see if this allows the VM to boot.
|
||||
Alternatively you may be able to disable USB 3.0 in the BIOS.
|
||||
If the BIOS does not have the option to disable USB 3.0, try running the following command in dom0 to [force USB 2.0 modes for the USB ports][force_usb2]:
|
||||
If the BIOS does not have the option to disable USB 3.0, try running the following command in dom0 to force USB 2.0 modes for the USB ports:
|
||||
|
||||
```
|
||||
lspci -nn | grep USB | cut -d '[' -f3 | cut -d ']' -f1 | xargs -I@ setpci -H1 -d @ d0.l=0
|
||||
|
@ -81,7 +81,7 @@ Another solution would be to set the pci_strictreset option in dom0:
|
|||
```
|
||||
|
||||
These options allow the VM to ignore the error and the VM will start.
|
||||
Please review the notes in the `qvm-prefs` man page and [here][assign_devices] and be aware of the potential risks.
|
||||
Please review the notes in the `qvm-prefs` man page and [here](/doc/device-handling/) and be aware of the potential risks.
|
||||
|
||||
## Can't use keyboard or mouse after creating sys-usb
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@ This issue has been seen to occur if a dom0 update is interrupted halfway throug
|
|||
|
||||
## Can not uninstall a VM / “ERROR: VM installed by package manager: template-vm-name”
|
||||
|
||||
Try the [normal method] before resorting to this method to remove a VM manually.
|
||||
All of the following commands should be executed in a dom0 terminal.
|
||||
|
||||
When a template is marked as 'installed by package manager', but cannot be uninstalled there, trying to uninstall manually will result in the error "ERROR: VM installed by package manager: template-vm-name". Do as follows to be able to uninstall the template:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue