All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1721187] [NEW] install Centos7 or fedora27 on qemu on windows8.1
@ 2017-10-04  6:27 laurent
  2017-10-04  9:46 ` [Qemu-devel] [Bug 1721187] " Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: laurent @ 2017-10-04  6:27 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Hello,
I have tried to install CentOs or Fedora27 on my Windows8 using QEMU. I work on notepad with 4GB.
Unfortunatly, my touchpad nor my usb-mouse are not recognise on the graphical installation of CentOs and Fedora installation. So, I cannot install them.
Here are the commands I use for installation :

qemu-img create -f qcow2 fedora27b2_hd.qcow2 80G

qemu-system-x86_64 -k fr -hda fedora27b2_hd.qcow2 -cdrom Fedora-
Workstation-Live-x86_64-27_Beta-1.5.iso -m 512 -boot d

I have tried to add the option : -device usb-mouse  but, I got the error
message that no 'usb-bus' found for the usb-mouse device.

What is wrong ?  QEMU or my installation command ?

Thank, BRgds,
Laurent

** 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/1721187

Title:
  install Centos7 or fedora27 on qemu on windows8.1

Status in QEMU:
  New

Bug description:
  Hello,
  I have tried to install CentOs or Fedora27 on my Windows8 using QEMU. I work on notepad with 4GB.
  Unfortunatly, my touchpad nor my usb-mouse are not recognise on the graphical installation of CentOs and Fedora installation. So, I cannot install them.
  Here are the commands I use for installation :

  qemu-img create -f qcow2 fedora27b2_hd.qcow2 80G

  qemu-system-x86_64 -k fr -hda fedora27b2_hd.qcow2 -cdrom Fedora-
  Workstation-Live-x86_64-27_Beta-1.5.iso -m 512 -boot d

  I have tried to add the option : -device usb-mouse  but, I got the
  error message that no 'usb-bus' found for the usb-mouse device.

  What is wrong ?  QEMU or my installation command ?

  Thank, BRgds,
  Laurent

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

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

* [Qemu-devel] [Bug 1721187] Re: install Centos7 or fedora27 on qemu on windows8.1
  2017-10-04  6:27 [Qemu-devel] [Bug 1721187] [NEW] install Centos7 or fedora27 on qemu on windows8.1 laurent
@ 2017-10-04  9:46 ` Thomas Huth
  2017-10-04 12:35 ` laurent
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2017-10-04  9:46 UTC (permalink / raw)
  To: qemu-devel

Which version of QEMU are you using? Did you compile QEMU on your own or are you using a pre-build binary?
Anyway, to be able to use USB devices, you've got to specify the "-usb" parameter when starting QEMU.

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

Title:
  install Centos7 or fedora27 on qemu on windows8.1

Status in QEMU:
  New

Bug description:
  Hello,
  I have tried to install CentOs or Fedora27 on my Windows8 using QEMU. I work on notepad with 4GB.
  Unfortunatly, my touchpad nor my usb-mouse are not recognise on the graphical installation of CentOs and Fedora installation. So, I cannot install them.
  Here are the commands I use for installation :

  qemu-img create -f qcow2 fedora27b2_hd.qcow2 80G

  qemu-system-x86_64 -k fr -hda fedora27b2_hd.qcow2 -cdrom Fedora-
  Workstation-Live-x86_64-27_Beta-1.5.iso -m 512 -boot d

  I have tried to add the option : -device usb-mouse  but, I got the
  error message that no 'usb-bus' found for the usb-mouse device.

  What is wrong ?  QEMU or my installation command ?

  Thank, BRgds,
  Laurent

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

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

* [Qemu-devel] [Bug 1721187] Re: install Centos7 or fedora27 on qemu on windows8.1
  2017-10-04  6:27 [Qemu-devel] [Bug 1721187] [NEW] install Centos7 or fedora27 on qemu on windows8.1 laurent
  2017-10-04  9:46 ` [Qemu-devel] [Bug 1721187] " Thomas Huth
@ 2017-10-04 12:35 ` laurent
  2017-12-18  9:53 ` Thomas Huth
  2018-02-17  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: laurent @ 2017-10-04 12:35 UTC (permalink / raw)
  To: qemu-devel

I use qemu-w64-setup-20170830.exe on Windows8-64bits
I tried the following command, but it is very, very slow :

qemu-img create centos7_hd.img 80G

qemu-system-x86_64 -k fr -cpu core2duo -m 1024 -usb -device usb-mouse
-hda centos7_hd.img --drive
media=cdrom,file=CentOS-7-x86_64-Everything-1708.iso,readonly

BRgds,
Laurent

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

Title:
  install Centos7 or fedora27 on qemu on windows8.1

Status in QEMU:
  New

Bug description:
  Hello,
  I have tried to install CentOs or Fedora27 on my Windows8 using QEMU. I work on notepad with 4GB.
  Unfortunatly, my touchpad nor my usb-mouse are not recognise on the graphical installation of CentOs and Fedora installation. So, I cannot install them.
  Here are the commands I use for installation :

  qemu-img create -f qcow2 fedora27b2_hd.qcow2 80G

  qemu-system-x86_64 -k fr -hda fedora27b2_hd.qcow2 -cdrom Fedora-
  Workstation-Live-x86_64-27_Beta-1.5.iso -m 512 -boot d

  I have tried to add the option : -device usb-mouse  but, I got the
  error message that no 'usb-bus' found for the usb-mouse device.

  What is wrong ?  QEMU or my installation command ?

  Thank, BRgds,
  Laurent

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

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

* [Qemu-devel] [Bug 1721187] Re: install Centos7 or fedora27 on qemu on windows8.1
  2017-10-04  6:27 [Qemu-devel] [Bug 1721187] [NEW] install Centos7 or fedora27 on qemu on windows8.1 laurent
  2017-10-04  9:46 ` [Qemu-devel] [Bug 1721187] " Thomas Huth
  2017-10-04 12:35 ` laurent
@ 2017-12-18  9:53 ` Thomas Huth
  2018-02-17  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2017-12-18  9:53 UTC (permalink / raw)
  To: qemu-devel

So I assume the mouse is working now? I think we then can close this ticket.
Concerning the speed: QEMU is emulating the CPU by default, so this is of course slower than running everything natively. You've got to use an accelerator to get more speed - for Windows, you can use HAXM: https://www.qemu.org/2017/11/22/haxm-usage-windows/

** 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/1721187

Title:
  install Centos7 or fedora27 on qemu on windows8.1

Status in QEMU:
  Incomplete

Bug description:
  Hello,
  I have tried to install CentOs or Fedora27 on my Windows8 using QEMU. I work on notepad with 4GB.
  Unfortunatly, my touchpad nor my usb-mouse are not recognise on the graphical installation of CentOs and Fedora installation. So, I cannot install them.
  Here are the commands I use for installation :

  qemu-img create -f qcow2 fedora27b2_hd.qcow2 80G

  qemu-system-x86_64 -k fr -hda fedora27b2_hd.qcow2 -cdrom Fedora-
  Workstation-Live-x86_64-27_Beta-1.5.iso -m 512 -boot d

  I have tried to add the option : -device usb-mouse  but, I got the
  error message that no 'usb-bus' found for the usb-mouse device.

  What is wrong ?  QEMU or my installation command ?

  Thank, BRgds,
  Laurent

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

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

* [Qemu-devel] [Bug 1721187] Re: install Centos7 or fedora27 on qemu on windows8.1
  2017-10-04  6:27 [Qemu-devel] [Bug 1721187] [NEW] install Centos7 or fedora27 on qemu on windows8.1 laurent
                   ` (2 preceding siblings ...)
  2017-12-18  9:53 ` Thomas Huth
@ 2018-02-17  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Launchpad Bug Tracker @ 2018-02-17  4:17 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/1721187

Title:
  install Centos7 or fedora27 on qemu on windows8.1

Status in QEMU:
  Expired

Bug description:
  Hello,
  I have tried to install CentOs or Fedora27 on my Windows8 using QEMU. I work on notepad with 4GB.
  Unfortunatly, my touchpad nor my usb-mouse are not recognise on the graphical installation of CentOs and Fedora installation. So, I cannot install them.
  Here are the commands I use for installation :

  qemu-img create -f qcow2 fedora27b2_hd.qcow2 80G

  qemu-system-x86_64 -k fr -hda fedora27b2_hd.qcow2 -cdrom Fedora-
  Workstation-Live-x86_64-27_Beta-1.5.iso -m 512 -boot d

  I have tried to add the option : -device usb-mouse  but, I got the
  error message that no 'usb-bus' found for the usb-mouse device.

  What is wrong ?  QEMU or my installation command ?

  Thank, BRgds,
  Laurent

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

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

end of thread, other threads:[~2018-02-17  4:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-04  6:27 [Qemu-devel] [Bug 1721187] [NEW] install Centos7 or fedora27 on qemu on windows8.1 laurent
2017-10-04  9:46 ` [Qemu-devel] [Bug 1721187] " Thomas Huth
2017-10-04 12:35 ` laurent
2017-12-18  9:53 ` Thomas Huth
2018-02-17  4:17 ` 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.