qemu-devel
[Top][All Lists]
Advanced

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

Re: qemu broke booting of old RedHat floppies


From: Michael Tokarev
Subject: Re: qemu broke booting of old RedHat floppies
Date: Wed, 20 Jan 2021 18:20:14 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

20.01.2021 18:11, Michael Tokarev wrote:
..
Now, I don't even know where to put that "type=144/288/auto" thing,
I tried this:

  -drive 
file=RedHatLinuxBootDisk521998.disk1of1.img,if=floppy,format=raw,type=144

but it says that format=raw does not support "type=144" option.

So I found this:

 $ qemu-system-x86_64 \
  -drive file=RedHatLinuxBootDisk521998.disk1of1.img,if=none,id=d,format=raw \
  -device floppy,drive=d,type=144

But it fails:

 qemu-system-x86_64: -device floppy,drive=d,type=144: Insufficient permission 
to perform this operation

Umm?

/mjt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]