ghik / kubernetes-the-harder-way

A guide to setting up a production-like Kubernetes cluster on a local machine
Apache License 2.0
512 stars 49 forks source link

Error, When i run cloud image. Please help me ! #8

Closed NguyenThaiHoc1 closed 8 months ago

NguyenThaiHoc1 commented 9 months ago

Hi Ghik, Thank for your repo that is a good resource. But when i run i have a error like

When i run

sudo qemu-system-aarch64 \
    -nographic \
    -machine virt,accel=hvf,highmem=on \
    -cpu host \
    -smp 2 \
    -m 2G \
    -bios /opt/homebrew/share/qemu/edk2-aarch64-code.fd \
    -nic vmnet-shared \
    -hda ubuntu0.img
image

I hope you can help me to fix this error

ghik commented 9 months ago

Hi @NguyenThaiHoc1, please see the discussion and workarounds in #6

ghik commented 8 months ago

Closing as a duplicate of #6 (which seems fixed in QEMU 8.2.1)