qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] no virtual network emulation
@ 2004-04-28 10:51 Savio Ramos
  2004-04-28 11:09 ` Jean-Michel POURE
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Savio Ramos @ 2004-04-28 10:51 UTC (permalink / raw)
  To: Qemu

Qemu 0.5.2-4 don't run. I did:

# apt-get install qemu

$ cd /home/savio

$ dd if=/dev/zero of=emu.img bs=1024 count=614400

$ qemu -boot a -hda /home/savio/emu.img

warning: could not open /dev/net/tun: no virtual network emulation
BIOS panic at rombios.c, line 1558


Any help?

[]'s

-- 
Savio Martins Ramos -  Arquiteto
Rio de Janeiro  ICQ 174972645
Pirataria não, seja livre: Linux
http://www.debian.org

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Qemu-devel] no virtual network emulation
  2004-04-28 10:51 [Qemu-devel] no virtual network emulation Savio Ramos
@ 2004-04-28 11:09 ` Jean-Michel POURE
  2004-04-28 11:12 ` [Qemu-devel] " Gabriel Ebner
  2004-04-28 12:10 ` [Qemu-devel] " J. Mayer
  2 siblings, 0 replies; 11+ messages in thread
From: Jean-Michel POURE @ 2004-04-28 11:09 UTC (permalink / raw)
  To: qemu-devel

Le mercredi 28 Avril 2004 12:51, Savio Ramos a écrit :
> # apt-get install qemu
> $ cd /home/savio
> $ dd if=/dev/zero of=emu.img bs=1024 count=614400
> $ qemu -boot a -hda /home/savio/emu.img
> warning: could not open /dev/net/tun: no virtual network emulation
> BIOS panic at rombios.c, line 1558

It seems like you have to be root.
Cheers, Jean-Michel

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Qemu-devel] Re: no virtual network emulation
  2004-04-28 10:51 [Qemu-devel] no virtual network emulation Savio Ramos
  2004-04-28 11:09 ` Jean-Michel POURE
@ 2004-04-28 11:12 ` Gabriel Ebner
  2004-04-28 13:54   ` Savio Ramos
  2004-04-28 12:10 ` [Qemu-devel] " J. Mayer
  2 siblings, 1 reply; 11+ messages in thread
From: Gabriel Ebner @ 2004-04-28 11:12 UTC (permalink / raw)
  To: qemu-devel

Hello,

Savio Ramos wrote:
> $ qemu -boot a -hda /home/savio/emu.img
> 
> warning: could not open /dev/net/tun: no virtual network emulation

That's a warning.  It's harmless.  If you want virtual network, please go
ahead and set up tun support, then the warning will disappear.

> BIOS panic at rombios.c, line 1558

No boot sector.  Did you expect a plain image to magically contain an OS?

        Gabriel.

-- 
Gabriel Ebner - reverse "ta.renbeleirbag@eg"

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Qemu-devel] no virtual network emulation
  2004-04-28 10:51 [Qemu-devel] no virtual network emulation Savio Ramos
  2004-04-28 11:09 ` Jean-Michel POURE
  2004-04-28 11:12 ` [Qemu-devel] " Gabriel Ebner
@ 2004-04-28 12:10 ` J. Mayer
  2004-04-28 13:12   ` Savio Ramos
  2004-04-28 13:32   ` Jamie Burns
  2 siblings, 2 replies; 11+ messages in thread
From: J. Mayer @ 2004-04-28 12:10 UTC (permalink / raw)
  To: qemu-devel

On Wed, 2004-04-28 at 12:51, Savio Ramos wrote:
> Qemu 0.5.2-4 don't run. I did:

[...]
> $ dd if=/dev/zero of=emu.img bs=1024 count=614400
> 
> $ qemu -boot a -hda /home/savio/emu.img
> 
> warning: could not open /dev/net/tun: no virtual network emulation
> BIOS panic at rombios.c, line 1558

your disk image if empty. So it's not bootable, and the BIOS can't find
a valid bootsector. So it stops...

-- 
J. Mayer <l_indien@magic.fr>
Never organized

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Qemu-devel] no virtual network emulation
  2004-04-28 12:10 ` [Qemu-devel] " J. Mayer
@ 2004-04-28 13:12   ` Savio Ramos
  2004-04-28 13:45     ` [Qemu-devel] " Gabriel Ebner
  2004-04-28 13:52     ` [Qemu-devel] " Rudi Lippert
  2004-04-28 13:32   ` Jamie Burns
  1 sibling, 2 replies; 11+ messages in thread
From: Savio Ramos @ 2004-04-28 13:12 UTC (permalink / raw)
  To: qemu-devel

On Wed, 28 Apr 2004 14:10:36 +0200
"J. Mayer" <l_indien@magic.fr> wrote:

> > $ dd if=/dev/zero of=emu.img bs=1024 count=614400
> > 
> > $ qemu -boot a -hda /home/savio/emu.img
> > 
> > warning: could not open /dev/net/tun: no virtual network emulation
> > BIOS panic at rombios.c, line 1558
> 
> your disk image if empty. So it's not bootable, and the BIOS can't find
> a valid bootsector. So it stops...

I want to install win98 in emu.img. So, the image on hard disk is empty and I used the parameter "-boot a".

I did any mistake?

[]'s
-- 
Savio Martins Ramos -  Arquiteto
Rio de Janeiro  ICQ 174972645
Pirataria não, seja livre: Linux
http://www.debian.org

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Qemu-devel] no virtual network emulation
  2004-04-28 12:10 ` [Qemu-devel] " J. Mayer
  2004-04-28 13:12   ` Savio Ramos
@ 2004-04-28 13:32   ` Jamie Burns
  1 sibling, 0 replies; 11+ messages in thread
From: Jamie Burns @ 2004-04-28 13:32 UTC (permalink / raw)
  To: qemu-devel

Could it not be turned into a more friendly error message like:

BIOS: Bootsector could not be found.

Or something similar?

J.

----- Original Message ----- 
From: "J. Mayer" <l_indien@magic.fr>
To: <qemu-devel@nongnu.org>
Sent: Wednesday, April 28, 2004 1:10 PM
Subject: Re: [Qemu-devel] no virtual network emulation


> On Wed, 2004-04-28 at 12:51, Savio Ramos wrote:
> > Qemu 0.5.2-4 don't run. I did:
> 
> [...]
> > $ dd if=/dev/zero of=emu.img bs=1024 count=614400
> > 
> > $ qemu -boot a -hda /home/savio/emu.img
> > 
> > warning: could not open /dev/net/tun: no virtual network emulation
> > BIOS panic at rombios.c, line 1558
> 
> your disk image if empty. So it's not bootable, and the BIOS can't find
> a valid bootsector. So it stops...
> 
> -- 
> J. Mayer <l_indien@magic.fr>
> Never organized
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://mail.nongnu.org/mailman/listinfo/qemu-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Qemu-devel] Re: no virtual network emulation
  2004-04-28 13:12   ` Savio Ramos
@ 2004-04-28 13:45     ` Gabriel Ebner
  2004-04-28 14:59       ` Savio Ramos
  2004-04-28 16:45       ` Savio Ramos
  2004-04-28 13:52     ` [Qemu-devel] " Rudi Lippert
  1 sibling, 2 replies; 11+ messages in thread
From: Gabriel Ebner @ 2004-04-28 13:45 UTC (permalink / raw)
  To: qemu-devel

Hello,

Savio Ramos wrote:
>> > $ dd if=/dev/zero of=emu.img bs=1024 count=614400
>> > 
>> > $ qemu -boot a -hda /home/savio/emu.img
>> > 
>> > warning: could not open /dev/net/tun: no virtual network emulation
>> > BIOS panic at rombios.c, line 1558
>> 
>> your disk image if empty. So it's not bootable, and the BIOS can't find
>> a valid bootsector. So it stops...
> 
> I want to install win98 in emu.img. So, the image on hard disk is empty
> and I used the parameter "-boot a".

Then you have to supply "-fda /dev/fd0" to qemu if you want to boot from
floppy (as you told qemu with "-boot a"), but since I don't think
Windows 98 comes on floppys (correct me if I'm wrong) you'll have to supply
"-boot d -cdrom /dev/cdrom" to qemu in order to boot from cdrom.

But don't forget to insert the floppys/cdrom.

        Gabriel.

-- 
Gabriel Ebner - reverse "ta.renbeleirbag@eg"

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Qemu-devel] no virtual network emulation
  2004-04-28 13:12   ` Savio Ramos
  2004-04-28 13:45     ` [Qemu-devel] " Gabriel Ebner
@ 2004-04-28 13:52     ` Rudi Lippert
  1 sibling, 0 replies; 11+ messages in thread
From: Rudi Lippert @ 2004-04-28 13:52 UTC (permalink / raw)
  To: qemu-devel

"Re: [Qemu-devel] no virtual network emulation" (Savio Ramos, Wednesday 28 
April 2004 15:12):
> > > $ qemu -boot a -hda /home/savio/emu.img
> I want to install win98 in emu.img. So, the image on hard disk is empty and
> I used the parameter "-boot a".
>
> I did any mistake?
you did not specify what "a" is supposed to be. you probably meant
$ qemu -boot a -hda emu.img -fda /dev/fd0
or
$ qemu -boot a -hda emu.img -fda floppy.img

you will also need "-cdrom cd.img" or "-cdrom /dev/hdc", since win98 just 
doesn't fit on a floppy.

hope this helps.

Rudi

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Qemu-devel] Re: no virtual network emulation
  2004-04-28 11:12 ` [Qemu-devel] " Gabriel Ebner
@ 2004-04-28 13:54   ` Savio Ramos
  0 siblings, 0 replies; 11+ messages in thread
From: Savio Ramos @ 2004-04-28 13:54 UTC (permalink / raw)
  To: qemu-devel

On Wed, 28 Apr 2004 13:12:32 +0200
Gabriel Ebner <ge@gabrielebner.at> wrote:

> > warning: could not open /dev/net/tun: no virtual network emulation
> 
> That's a warning.  It's harmless.  If you want virtual network, please go
> ahead and set up tun support, then the warning will disappear.

I don't know if it necessary or not virtual network to install win98 on Linux. Is it?

> > BIOS panic at rombios.c, line 1558
> 
> No boot sector.  Did you expect a plain image to magically contain an OS?

I want to install win98 on Linux. So, the emu.img don't contain an OS yet.

Any help?

[]'s
-- 
Savio Martins Ramos -  Arquiteto
Rio de Janeiro  ICQ 174972645
Pirataria não, seja livre: Linux
http://www.debian.org

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Qemu-devel] Re: no virtual network emulation
  2004-04-28 13:45     ` [Qemu-devel] " Gabriel Ebner
@ 2004-04-28 14:59       ` Savio Ramos
  2004-04-28 16:45       ` Savio Ramos
  1 sibling, 0 replies; 11+ messages in thread
From: Savio Ramos @ 2004-04-28 14:59 UTC (permalink / raw)
  To: qemu-devel

On Wed, 28 Apr 2004 15:45:58 +0200
Gabriel Ebner <ge@gabrielebner.at> wrote:

> Then you have to supply "-fda /dev/fd0" to qemu if you want to boot

Now I tried this:

# qemu -boot a -fda /dev/fd0 /home/savio/emu.img

The error message is below:

warning: could not open /dev/net/tun: no virtual network emulation
sb16: 0x3f is unknownAbortado

P.S. "Abortado" means "aborted" 

Any help?

[]'s
-- 
Savio Martins Ramos -  Arquiteto
Rio de Janeiro  ICQ 174972645
Pirataria não, seja livre: Linux
http://www.debian.org

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Qemu-devel] Re: no virtual network emulation
  2004-04-28 13:45     ` [Qemu-devel] " Gabriel Ebner
  2004-04-28 14:59       ` Savio Ramos
@ 2004-04-28 16:45       ` Savio Ramos
  1 sibling, 0 replies; 11+ messages in thread
From: Savio Ramos @ 2004-04-28 16:45 UTC (permalink / raw)
  To: qemu-devel

On Wed, 28 Apr 2004 15:45:58 +0200
Gabriel Ebner <ge@gabrielebner.at> wrote:

> Then you have to supply "-fda /dev/fd0" to qemu if you want to boot from
> floppy (as you told qemu with "-boot a"), 

Now I tried:

qemu -boot a -fda /dev/fd0 /home/savio/emu.img

When boot options appears it is possible to choose three options:
1. boot without cdrom support
2. boot with cdrom support
3. help

The options 2 and 3 works fine but the first crashes. The error messages is below. (note that this message appear in qemu window not in x-terminal of linux).

no drivers found, abort instalation
ERROR PCI READ CONFIGURATION FAILURE


> but since I don't think Windows 98 comes on floppys (correct me if I'm wrong) > you'll have to supply "-boot d -cdrom /dev/cdrom" to qemu in order to boot 
> from cdrom.

My win98 cdrom can't boot. It's necessary boot with floppy, choose "boot with cdrom support", put cdrom in the device, change to "drive e:" and install windows of cdrom.

 
> But don't forget to insert the floppys/cdrom.

I inserted.

Any other idea?

[]'s
-- 
Savio Martins Ramos -  Arquiteto
Rio de Janeiro  ICQ 174972645
Pirataria não, seja livre: Linux
http://www.debian.org

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2004-04-28 17:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-28 10:51 [Qemu-devel] no virtual network emulation Savio Ramos
2004-04-28 11:09 ` Jean-Michel POURE
2004-04-28 11:12 ` [Qemu-devel] " Gabriel Ebner
2004-04-28 13:54   ` Savio Ramos
2004-04-28 12:10 ` [Qemu-devel] " J. Mayer
2004-04-28 13:12   ` Savio Ramos
2004-04-28 13:45     ` [Qemu-devel] " Gabriel Ebner
2004-04-28 14:59       ` Savio Ramos
2004-04-28 16:45       ` Savio Ramos
2004-04-28 13:52     ` [Qemu-devel] " Rudi Lippert
2004-04-28 13:32   ` Jamie Burns

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).