Xử lý vấn đề VM trên PCS bị lỗi file boot làm Windows không boot được
Lab:
VM1 --> đang chạy và boot tốt
VM2 --> bị corrupt file hệ thống không boot được
http://www.wikihow.com/Fix-Ntoskrnl....-Corrupt-Error
Cách Fix:
Copy file ntoskrnl.exe từ VM1 qua bên VM2
Thực hiện trên máy chủ Node đang chạy VM1 và VM2
#prlctl stop "VM1"
#prlctl stop "VM2"
#prlctl mount "VM1"
#prlctl mount "VM2"
#cd /vz/mnt/
# ll
|
Trích dẫn:
|
drwxr-x--- 3 root root 4096 Oct 10 13:33 {ba686e1c-403c-42e9-b0b3-45dfb1eeb12a}
drwxr-x--- 3 root root 4096 Oct 10 13:36 {fdb2adad-6560-44db-b5b7-8830b9e095a4}
|
#cp \{fdb2adad-6560-44db-b5b7-8830b9e095a4\}/volume_1/WINDOWS/system32/ntoskrnl.exe \{ba686
e1c-403c-42e9-b0b3-45dfb1eeb12a\}/volume_1/WINDOWS/system32/
#prlctl umount "VM1"
#prlctl umount "VM2"
#prlctl start "VM1"
#prlctl start "VM2"
