or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Ubuntu 20.04 + Nvidia Software 470
Ubuntu20.04 Driver FailureNVIDIA out-of-box driver fails to load when system has NVIDIA GPGPUs on Ubuntu 20.04
Workaround Link
After Applied will result in halt in bootup
Enable virtualization setting
reconfirm if the following BIOS settings are enabled on your server platform (Dell 750XA server):

VT-D/IOMMU
SR-IOV
Disable nouveau driver
Ref Link
blacklist nouveau
options nouveau modeset=0
Prerequest Run ansible playbook
HKFLAIR GIT
Install Nvidia Software & Assign to KVM
Ref Link
Install software download from Nvidia, which obtain in host driver folder.
Check status and pci info after installation.
Enable virtual function and check available vGPU instance
domain, bus, slot and function are the figure below referring to.
Assign UUID to vGPU profile
Check vGPU creation
Run custom script sriov-manage provided by NVIDIA vGPU software and list out vGPU
Generate a correctly formatted universally unique identifier (UUID) for the vGPU and check result
(KVMHost1):::info
root@kvmhost1:~# uuidgen
root@kvmhost1:/sys/bus/pci/devices/0000:65:00.5/mdev_supported_types# mdevctl list
888fd5a6-8628-4790-8eb3-3a58a75e3ed7 0000:65:00.7 nvidia-696 (defined)
5d8f8ef6-af21-43d2-9293-16412ed10553 0000:e3:00.6 nvidia-696 (defined)
d95ac5a7-f869-4547-bb87-9b66b138c9bb 0000:ca:00.6 nvidia-696 (defined)
c061fb82-6cd7-4d31-a603-e926ae97534e 0000:65:00.6 nvidia-696 (defined)
406ba918-3eae-42c5-8dac-54213d58a790 0000:17:00.5 nvidia-696 (defined)
c369486d-99ae-4900-824f-4ebf711fca97 0000:ca:00.5 nvidia-696 (defined)
3b654341-6b4a-46c0-abae-c42b01f60518 0000:ca:00.4 nvidia-696 (defined)
85f634ee-7ebf-4195-be59-a2aacaccba85 0000:65:00.4 nvidia-696 (defined)
1ea90a44-1c43-4d42-9f4f-3838a069acdd 0000:e3:00.7 nvidia-696 (defined)
73360179-570e-4b3b-943f-c0a63e0d3c1d 0000:e3:00.4 nvidia-696 (defined)
dc5c4ca7-3a3e-4db7-86dd-b7971a2246b9 0000:17:00.4 nvidia-696 (defined)
24a697fe-8f51-4e38-b1bb-7c1e62ce660b 0000:ca:00.7 nvidia-696 (defined)
4ae7ac78-03e1-4ee8-9b52-2ad3c68c9156 0000:65:00.5 nvidia-696 (defined)
83e024ea-58ea-4b09-880d-09752524ed2e 0000:17:00.7 nvidia-696 (defined)
d881f3d5-2d2e-4098-b126-8ae296b1a1e0 0000:17:00.6 nvidia-696 (defined)
b377287e-100a-498c-9669-7bc74a2434cb 0000:e3:00.5 nvidia-696 (defined)
root@kvmhost1:~#
(KVMHost2):::info
/sys/class/mdev_bus/0000:65:00.4/mdev_supported_types/nvidia-696
4f28ef3b-6710-449d-9df0-84cf3ca29308
/sys/class/mdev_bus/0000:65:00.5/mdev_supported_types/nvidia-696
44cc85a1-5f56-4f82-b71d-4a36050f2942
/sys/class/mdev_bus/0000:65:00.6/mdev_supported_types/nvidia-696
77e0cffb-b685-4496-a4be-12ffa30ffcfb
/sys/class/mdev_bus/0000:65:00.7/mdev_supported_types/nvidia-696
b06ebd67-f9eb-4ab3-b62d-f5f3762b9011
:::
Add vGPU to VM Guest
Debug for support