On 21/04/17 16:12, Ajallooiean Hossein wrote: > Thanks for the files and the notes. > > I am attaching my config-host file for you. I'm on x86_64, running Linux 64, > Ubuntu 16.04.2 LTS > > so, i can also boot like you do - this worked before as well. btw, if you try > to install that to a disk, itll not be able to as youll need to define memory > for it. > > The problem is after i install the iso on the qcow2 disk and then try to boot > qemu-system-sparc64. > > so here is the steps to reproduce the issue: > 1- create a qcow2 image : debian-9.0-sparc64-NETINST-1.qcow2 > 2- download debian image: debian-9.0-sparc64-NETINST-1.iso > 3- install the OS on dIsk > i use the below command line to do it: > > ./qemu-system-sparc64 -cdrom > /home/nihosa/Downloads/debian-9.0-sparc64-NETINST-1.iso -hda > /home/nihosa/Downloads/debian-sparc.qcow2 -nographic -boot d -L pc-bios -m 200 > > i guess i dont have to define a kernel in the above code??? > > 4- installation goes all well. > 5- i try to run the new disk image: - here i add kernel as if i dont add it > ill get the below: > > https://pastebin.com/cFwrX9E9
I've just done a test install with https://people.debian.org/~glaubitz/debian-cd/2017-03-24/debian-9.0-sparc64-NETINST-1.iso and I didn't see any errors similar to the ones you mention (although I did have to blacklist the bochs_drm module upon boot). The resulting qcow2 image can be found temporarily at https://www.ilande.co.uk/tmp/qemu/sparc64-kernel/deb90.qcow2.xz and you can launch it with: ./qemu-system-sparc64 -hda deb90.qcow2 -m 256 -nographic Username and password are both root. ATB, Mark.