Qemu의 Linux 테스트 컴퓨터에서 Fedora 가상 머신을 부팅하려고 합니다. 실제로 첫 번째 로그인에 대한 임시 비밀번호가 표시됩니다. 하지만 해당 비밀번호를 시도하면 로그인이 올바르지 않다고 표시됩니다.
올바른 비밀번호를 입력했는데 왜 비밀번호가 잘못 표시되는지 모르겠습니다.
Fedora 클라우드 이미지를 다음에서 다운로드했습니다.https://mirror.genesisadaptive.com/fedora/linux/releases/36/Cloud/x86_64/images/
내가 사용하는 명령은 다음과 같습니다
sudo virt-install --connect qemu:///system --name CXL-Test --memory 4096 --cpu host --vcpus 4 --os-variant fedora35 --import --graphics none --disk /var/lib/libvirt/images/CXL-Test.qcow2,format=qcow2,bus=virtio --cloud-init
내가 따르는 튜토리얼은 다음과 같습니다.https://stevescargall.com/blog/2022/01/20/how-to-emulate-cxl-devices-using-kvm-and-qemu/#configure-the-guest-os-using-a-cloud-init - 부트스트립 이미지
콘솔에는 다음이 표시됩니다.
Starting install...
Password for first root login is: gjxGCzxrSzkknlu4
Creating domain... | 0 B 00:00:00
Running text console command: virsh --connect qemu:///system console CXL-Test
Connected to domain 'CXL-Test'
Fedora Linux 36 (Cloud Edition)
Kernel 5.17.5-300.fc36.x86_64 on an x86_64 (ttyS0)
fedora login: root
Password: Login incorrect