[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [Bug 652293] [NEW] Linux for SPARC does not work
From: |
Roman Franchuk |
Subject: |
[Qemu-devel] [Bug 652293] [NEW] Linux for SPARC does not work |
Date: |
Thu, 30 Sep 2010 18:28:37 -0000 |
Public bug reported:
I tried to use debian for sparc. I downloaded Debain Lenny 5.06 sparc netinst
(file name: debian-506-sparc-netinst.iso). I tried to boot it by command:
qemu-system-sparc -cdrom debian-506-sparc-netinst.iso -boot d
It printed some messages to screen. The last 2 was:
entry point is 0x4000
Jumping to entry point...
I tried to run it as sparc64 (debian.org sais that debian runs fine on sparc32,
but i tried):
qemu-system-sparc64 -cdrom debian-506-sparc-netinst.iso -boot d
It loaded SILO. When i press enter or print kernel commandline, it starts
booting, writes, that it loaded kernel 2.6.26, initrd, and after it i get black
screen. System does not boot.
I went to google and found that debian lenny can not run on sparc32 (it uses
sparc64 kernel, but 32-bit userspace). People recomended me to try debian 4. I
downloaded file debian-40r8-sparc-netinst.iso. But i got the same bug with
qemu-system-sparc. With sparc64 i did not get black screen.It finished by
string:
Remapping the kernel... done.
What is it?
QEMU 0.12.5, from debian repositories. i386 and x86-64 emulation works fine.
My computer: Celeron 1.8 Ghz, DDR 1.25 Gb, NVIDIA GeForce 4 MX.
As host i use debian squeeze (kernel updated to 2.6.35).
** Affects: qemu
Importance: Undecided
Status: New
--
Linux for SPARC does not work
https://bugs.launchpad.net/bugs/652293
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: New
Bug description:
I tried to use debian for sparc. I downloaded Debain Lenny 5.06 sparc netinst
(file name: debian-506-sparc-netinst.iso). I tried to boot it by command:
qemu-system-sparc -cdrom debian-506-sparc-netinst.iso -boot d
It printed some messages to screen. The last 2 was:
entry point is 0x4000
Jumping to entry point...
I tried to run it as sparc64 (debian.org sais that debian runs fine on sparc32,
but i tried):
qemu-system-sparc64 -cdrom debian-506-sparc-netinst.iso -boot d
It loaded SILO. When i press enter or print kernel commandline, it starts
booting, writes, that it loaded kernel 2.6.26, initrd, and after it i get black
screen. System does not boot.
I went to google and found that debian lenny can not run on sparc32 (it uses
sparc64 kernel, but 32-bit userspace). People recomended me to try debian 4. I
downloaded file debian-40r8-sparc-netinst.iso. But i got the same bug with
qemu-system-sparc. With sparc64 i did not get black screen.It finished by
string:
Remapping the kernel... done.
What is it?
QEMU 0.12.5, from debian repositories. i386 and x86-64 emulation works fine.
My computer: Celeron 1.8 Ghz, DDR 1.25 Gb, NVIDIA GeForce 4 MX.
As host i use debian squeeze (kernel updated to 2.6.35).
- [Qemu-devel] [PATCH v2 00/19] Monitor: split HMP and QMP dispatch tables, Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 01/19] Monitor: Introduce search_dispatch_table(), Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 02/19] QMP: handle_qmp_command(): Move 'cmd' sanity check, Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 03/19] QMP: Don't use do_info(), Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 04/19] Monitor: Drop QMP bits from do_info(), Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 05/19] Monitor: Drop is_async_return(), Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 06/19] Monitor: Convert do_info() back to HMP, Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 07/19] Monitor: Introduce the qmp-commands.hx file, Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 09/19] QMP: Introduce command dispatch table, Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 08/19] QMP: Introduce qmp_find_cmd(), Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 10/19] QMP: Introduce query commands dispatch table, Luiz Capitulino, 2010/09/30