[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Updated Debian Ports installation images 2024-11-11



Hi,

On Tue, 2024-11-12 at 10:09 +0100, John Paul Adrian Glaubitz wrote:
> On Tue, 2024-11-12 at 02:21 +0000, Cao GH wrote:
> > I just tested the loong64 ISO with QEMU 9.0, and it does not seem to
> > include kernel modules for both virtio-scsi and virtio-blk?
> > 
> > I tried to attach the ISO to either one of those and both are not
> > recognized by the installer.
> 
> Thanks, this is the feedback I was looking for. I will check whether these
> modules are indeed missing and add them to the loong64 d-i kernel package.

I was just able to boot the installation image using the following command line:

qemu-system-loongarch64 \
         -m 4G  -machine virt \
         -bios /usr/share/edk2/loongarch64/QEMU_EFI.fd \
         -smp cpus=4 \
         -netdev user,id=eth0,hostfwd=tcp::5900-:5900 \
         -net nic,netdev=eth0 \
         -device nec-usb-xhci,id=xhci,addr=0x1b \
         -device usb-tablet,id=tablet,bus=xhci.0,port=1 \
         -device usb-kbd,id=keyboard,bus=xhci.0,port=2 \
         -device virtio-gpu-gl,xres=1280,yres=800 -display gtk,gl=on \
         -cdrom /home/glaubitz/qemu/debian-12.0.0-loong64-NETINST-1.iso \
         -drive file=/home/glaubitz/qemu/debian_loong64.qcow2,format=qcow2,media=disk

I can confirm that the virtio-blk driver is missing. I am going to investigate why.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


Reply to: