All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 822408] [NEW] Unable to access disk image on mipsel host
@ 2011-08-07 20:10 Artyom
  2017-05-08 11:44 ` [Qemu-devel] [Bug 822408] " Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Artyom @ 2011-08-07 20:10 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Something is wrong with hard disk images on MIPSel host.

The host system is mips64el (Loongson cpu, Linux 2.6.39, eglibc 2.13)
Tried Qemu 0.14.1 and 0.15.0-rc2, both compiled with GCC 4.6.0.

First I was trying to install WinXP (i386-softmmu).
Starting install, create partition, format (either quick and full), seems to complete, boom the error:

"
Setup was unable to format the partition.  The disk may be damaged.  Make sure the drive is switched on and properly connected to your computer.  If the disk is a SCSI disk, make sure your SCSI devices are properly terminated.  Consult your computer manual or SCSI adapter documentation for more information.

You must select a different partition for Windows XP.
To continue, press ENTER.
"

This happens with both raw and qcow2 image format.
Tried 10Gb image, tried 16Gb one - no difference.

On a x86 host, that formatting makes the image (qcow2) grow to about 81
Mb by the time it reaches 100% formatted (quick), but on mipsel it grows
to 0.8Mb at the same time and the error appears.

I tried the same installing of Windows in Qemu on x86 host and copied over the completed image.
In that case it starts loading, but in the middle of the animation there is an error:

"
STOP: c0000221 Unknown Hard Error
\Systemroot\System32\ntdll.dll
"
(or HAL.dll)

So, i tried linux-0.2.img.bz2 from the Qemu site, and that fails too.
Thus it's the minimal bug reproduction thing.

During boot there are multiple errors like:
"
hda: dma_intr: status=0x41 { DriveReady Error }
hda: dma_intr: error=0x04 { DriveStatusError }
hda: Failed opcode was: unknown
"

It booted and kind of worked, there were weird glitches in every program.
Unusable.

Summarily, that suggest some error in hard disk emulation or back
storage, specific either to MIPSel or non-x86 hosts.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/822408

Title:
  Unable to access disk image on mipsel host

Status in QEMU:
  New

Bug description:
  Something is wrong with hard disk images on MIPSel host.

  The host system is mips64el (Loongson cpu, Linux 2.6.39, eglibc 2.13)
  Tried Qemu 0.14.1 and 0.15.0-rc2, both compiled with GCC 4.6.0.

  First I was trying to install WinXP (i386-softmmu).
  Starting install, create partition, format (either quick and full), seems to complete, boom the error:

  "
  Setup was unable to format the partition.  The disk may be damaged.  Make sure the drive is switched on and properly connected to your computer.  If the disk is a SCSI disk, make sure your SCSI devices are properly terminated.  Consult your computer manual or SCSI adapter documentation for more information.

  You must select a different partition for Windows XP.
  To continue, press ENTER.
  "

  This happens with both raw and qcow2 image format.
  Tried 10Gb image, tried 16Gb one - no difference.

  On a x86 host, that formatting makes the image (qcow2) grow to about
  81 Mb by the time it reaches 100% formatted (quick), but on mipsel it
  grows to 0.8Mb at the same time and the error appears.

  I tried the same installing of Windows in Qemu on x86 host and copied over the completed image.
  In that case it starts loading, but in the middle of the animation there is an error:

  "
  STOP: c0000221 Unknown Hard Error
  \Systemroot\System32\ntdll.dll
  "
  (or HAL.dll)

  So, i tried linux-0.2.img.bz2 from the Qemu site, and that fails too.
  Thus it's the minimal bug reproduction thing.

  During boot there are multiple errors like:
  "
  hda: dma_intr: status=0x41 { DriveReady Error }
  hda: dma_intr: error=0x04 { DriveStatusError }
  hda: Failed opcode was: unknown
  "

  It booted and kind of worked, there were weird glitches in every program.
  Unusable.

  Summarily, that suggest some error in hard disk emulation or back
  storage, specific either to MIPSel or non-x86 hosts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/822408/+subscriptions

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

* [Qemu-devel] [Bug 822408] Re: Unable to access disk image on mipsel host
  2011-08-07 20:10 [Qemu-devel] [Bug 822408] [NEW] Unable to access disk image on mipsel host Artyom
@ 2017-05-08 11:44 ` Thomas Huth
  2017-05-08 16:04 ` Artyom
  2017-07-08  4:21 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2017-05-08 11:44 UTC (permalink / raw)
  To: qemu-devel

Triaging old bug tickets ... can you still reproduce this problem with
the latest version of QEMU (currently v2.9.0)?

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/822408

Title:
  Unable to access disk image on mipsel host

Status in QEMU:
  Incomplete

Bug description:
  Something is wrong with hard disk images on MIPSel host.

  The host system is mips64el (Loongson cpu, Linux 2.6.39, eglibc 2.13)
  Tried Qemu 0.14.1 and 0.15.0-rc2, both compiled with GCC 4.6.0.

  First I was trying to install WinXP (i386-softmmu).
  Starting install, create partition, format (either quick and full), seems to complete, boom the error:

  "
  Setup was unable to format the partition.  The disk may be damaged.  Make sure the drive is switched on and properly connected to your computer.  If the disk is a SCSI disk, make sure your SCSI devices are properly terminated.  Consult your computer manual or SCSI adapter documentation for more information.

  You must select a different partition for Windows XP.
  To continue, press ENTER.
  "

  This happens with both raw and qcow2 image format.
  Tried 10Gb image, tried 16Gb one - no difference.

  On a x86 host, that formatting makes the image (qcow2) grow to about
  81 Mb by the time it reaches 100% formatted (quick), but on mipsel it
  grows to 0.8Mb at the same time and the error appears.

  I tried the same installing of Windows in Qemu on x86 host and copied over the completed image.
  In that case it starts loading, but in the middle of the animation there is an error:

  "
  STOP: c0000221 Unknown Hard Error
  \Systemroot\System32\ntdll.dll
  "
  (or HAL.dll)

  So, i tried linux-0.2.img.bz2 from the Qemu site, and that fails too.
  Thus it's the minimal bug reproduction thing.

  During boot there are multiple errors like:
  "
  hda: dma_intr: status=0x41 { DriveReady Error }
  hda: dma_intr: error=0x04 { DriveStatusError }
  hda: Failed opcode was: unknown
  "

  It booted and kind of worked, there were weird glitches in every program.
  Unusable.

  Summarily, that suggest some error in hard disk emulation or back
  storage, specific either to MIPSel or non-x86 hosts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/822408/+subscriptions

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

* [Qemu-devel] [Bug 822408] Re: Unable to access disk image on mipsel host
  2011-08-07 20:10 [Qemu-devel] [Bug 822408] [NEW] Unable to access disk image on mipsel host Artyom
  2017-05-08 11:44 ` [Qemu-devel] [Bug 822408] " Thomas Huth
@ 2017-05-08 16:04 ` Artyom
  2017-07-08  4:21 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Artyom @ 2017-05-08 16:04 UTC (permalink / raw)
  To: qemu-devel

Well, that's a blast from the past.
Still have the MIPS laptop in question (Lemote Yeeloong 8101b), got it running.

Built Qemu 0.14.1, the bug is replicated as before.
Built Qemu 2.9.0,  the bug is still replicated as before (but qemu is now about 100x slower for some reason).

So it would appear that whatever the problem is, it never got solved in
the last 5 years.

Raw image (linux-0.2.img.bz2), can't quite test on WinXP any more since it's awfully slow.
Still gives the same kinds of errors:
hda: dma_intr: status=0x41 { DriveReady Error }
hda: dma_intr: error=0x04 { DriveStatusError }
hda: Failed opcode was: unknown

Built with ./configure --target-list=i386-softmmu


Triage-wise, both the laptop, the company and the CPU architecture lost the test of time and are at best collector's items these days, so unless the bug can be replicated on some modern MIPS system it's not worth bothering with.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/822408

Title:
  Unable to access disk image on mipsel host

Status in QEMU:
  Incomplete

Bug description:
  Something is wrong with hard disk images on MIPSel host.

  The host system is mips64el (Loongson cpu, Linux 2.6.39, eglibc 2.13)
  Tried Qemu 0.14.1 and 0.15.0-rc2, both compiled with GCC 4.6.0.

  First I was trying to install WinXP (i386-softmmu).
  Starting install, create partition, format (either quick and full), seems to complete, boom the error:

  "
  Setup was unable to format the partition.  The disk may be damaged.  Make sure the drive is switched on and properly connected to your computer.  If the disk is a SCSI disk, make sure your SCSI devices are properly terminated.  Consult your computer manual or SCSI adapter documentation for more information.

  You must select a different partition for Windows XP.
  To continue, press ENTER.
  "

  This happens with both raw and qcow2 image format.
  Tried 10Gb image, tried 16Gb one - no difference.

  On a x86 host, that formatting makes the image (qcow2) grow to about
  81 Mb by the time it reaches 100% formatted (quick), but on mipsel it
  grows to 0.8Mb at the same time and the error appears.

  I tried the same installing of Windows in Qemu on x86 host and copied over the completed image.
  In that case it starts loading, but in the middle of the animation there is an error:

  "
  STOP: c0000221 Unknown Hard Error
  \Systemroot\System32\ntdll.dll
  "
  (or HAL.dll)

  So, i tried linux-0.2.img.bz2 from the Qemu site, and that fails too.
  Thus it's the minimal bug reproduction thing.

  During boot there are multiple errors like:
  "
  hda: dma_intr: status=0x41 { DriveReady Error }
  hda: dma_intr: error=0x04 { DriveStatusError }
  hda: Failed opcode was: unknown
  "

  It booted and kind of worked, there were weird glitches in every program.
  Unusable.

  Summarily, that suggest some error in hard disk emulation or back
  storage, specific either to MIPSel or non-x86 hosts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/822408/+subscriptions

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

* [Qemu-devel] [Bug 822408] Re: Unable to access disk image on mipsel host
  2011-08-07 20:10 [Qemu-devel] [Bug 822408] [NEW] Unable to access disk image on mipsel host Artyom
  2017-05-08 11:44 ` [Qemu-devel] [Bug 822408] " Thomas Huth
  2017-05-08 16:04 ` Artyom
@ 2017-07-08  4:21 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Launchpad Bug Tracker @ 2017-07-08  4:21 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/822408

Title:
  Unable to access disk image on mipsel host

Status in QEMU:
  Expired

Bug description:
  Something is wrong with hard disk images on MIPSel host.

  The host system is mips64el (Loongson cpu, Linux 2.6.39, eglibc 2.13)
  Tried Qemu 0.14.1 and 0.15.0-rc2, both compiled with GCC 4.6.0.

  First I was trying to install WinXP (i386-softmmu).
  Starting install, create partition, format (either quick and full), seems to complete, boom the error:

  "
  Setup was unable to format the partition.  The disk may be damaged.  Make sure the drive is switched on and properly connected to your computer.  If the disk is a SCSI disk, make sure your SCSI devices are properly terminated.  Consult your computer manual or SCSI adapter documentation for more information.

  You must select a different partition for Windows XP.
  To continue, press ENTER.
  "

  This happens with both raw and qcow2 image format.
  Tried 10Gb image, tried 16Gb one - no difference.

  On a x86 host, that formatting makes the image (qcow2) grow to about
  81 Mb by the time it reaches 100% formatted (quick), but on mipsel it
  grows to 0.8Mb at the same time and the error appears.

  I tried the same installing of Windows in Qemu on x86 host and copied over the completed image.
  In that case it starts loading, but in the middle of the animation there is an error:

  "
  STOP: c0000221 Unknown Hard Error
  \Systemroot\System32\ntdll.dll
  "
  (or HAL.dll)

  So, i tried linux-0.2.img.bz2 from the Qemu site, and that fails too.
  Thus it's the minimal bug reproduction thing.

  During boot there are multiple errors like:
  "
  hda: dma_intr: status=0x41 { DriveReady Error }
  hda: dma_intr: error=0x04 { DriveStatusError }
  hda: Failed opcode was: unknown
  "

  It booted and kind of worked, there were weird glitches in every program.
  Unusable.

  Summarily, that suggest some error in hard disk emulation or back
  storage, specific either to MIPSel or non-x86 hosts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/822408/+subscriptions

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

end of thread, other threads:[~2017-07-08  4:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-07 20:10 [Qemu-devel] [Bug 822408] [NEW] Unable to access disk image on mipsel host Artyom
2017-05-08 11:44 ` [Qemu-devel] [Bug 822408] " Thomas Huth
2017-05-08 16:04 ` Artyom
2017-07-08  4:21 ` Launchpad Bug Tracker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.