On Sun, Jun 01, 2025 at 06:20:17PM +0200, наб wrote:
> On Sun, Jun 01, 2025 at 07:07:18PM +0300, Michael Tokarev wrote:
> > On 01.06.2025 18:47, наб wrote:
> > >    curl -SOL 
> > > ftp://ftp.netbsd.org/pub/NetBSD/images/10.1/NetBSD-10.1-i386.iso
> > >    qemu-system-i386 -enable-kvm -smp 6 -m 4G -cdrom NetBSD-10.1-i386.iso
> > > no longer manages to advance past the bootloader
> > I just tried the exact commands with qemu 10.0.0+ds-2~bpo12+2.
> > Works just fine for me, after hitting Enter to confirm the
> > default boot option, it starts netbsd installer which start
> > asking questions.
> For me it loads the kernel (numbers and spinners) then bootloops...
> 
> > Also tried with tcg (not kvm) and using qemu-system-x86_64, -
> > also works.
> > 
> > I'm on an amd notebook here right now, maybe this is important,
> > but it shouldn't be for tcg.  The system is bookworm.
> I'm also on bookworm, lscpu says
>     Model name:             Intel(R) Xeon(R) CPU           E5645  @ 2.40GHz
> 
> I don't think I have anything weird going on.
> 
> > What I'm doing wrong?
> Your setup seems the same as mine
> (except for the underlying hardware, which really shouldn't matter).
> 
> I'll try some other systems and see what falls out.

I repro this with

debootstrap --variant minbase bookworm bookworm
mount --bind /dev bookworm/dev
mount --bind /sys bookworm/sys
mount --bind /proc bookworm/proc
# copy NetBSD-10.1-i386.iso
chroot bookworm
cat >> /etc/apt/sources.list
deb     http://deb.debian.org/debian bookworm-backports main contrib non-free 
non-free-firmware
deb-src http://deb.debian.org/debian bookworm-backports main contrib non-free 
non-free-firmware
^D
apt update
apt install qemu-system-x86
apt install qemu-system-x86/bookworm-backports
qemu-system-i386 -enable-kvm -smp 6 -m 4G -cdrom NetBSD-10.1-i386.iso

both on the machine above (bookworm host) and on a 
  Intel(R) Core(TM) i5-10210Y CPU @ 1.00GHz
laptop (slightly old sid host, 6.1.0-27 kernel).

Attaching log from -vga none -nographic.

Attachment: out
Description: Binary data

Attachment: signature.asc
Description: PGP signature

Reply via email to