新增 避免虛擬化啟動失敗
@@ -0,0 +1,14 @@
|
|||||||
|
```bash
|
||||||
|
sudo nano /boot/cmdline.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
(修改內容)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cgroup_memory=1
|
||||||
|
cgroup_enable=memory
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo reboot
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user