Diego Nieto Cid wrote: > I tried on qemu and also had some issues, I'm not sure why :( > > ----------------- IRC ----------------- > <diegonc> hmm it seems I also have some trouble running the latest image > too. > <diegonc> > qemu-system-x86_64 -drive > file=debian-hurd-amd64-20250807.img,cache=writeback > <diegonc> this leads to: panic: ../vm/vm_page.c:1607: vm_page_alloc_pa: > vm_page:: privileged thread unable to allocate page > <diegonc> and bumping a bit the assigned memory > <diegonc> > qemu-system-x86_64 -m 4G -drive > file=debian-hurd-amd64-20250807.img,cache=writeback > <diegonc> I get instead: ext2fs: part1: device:wd0: Input/output error > ----------------- IRC -----------------
I'm using the command line from https://cdimage.debian.org/cdimage/ports/latest/hurd-amd64/YES_REALLY_README.txt with one modification: "-m 1G" instead of "-m 2G", and that works for me (qemu version 9.0.2, built from source). So, most likely your problem is that you haven't specified "-M q35". Bruno