All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1415181] [NEW] Access raw partitions from Windows
@ 2015-01-27 19:41 Sebastián Lacuesta
  2015-01-28  6:32 ` [Qemu-devel] [Bug 1415181] " Stefan Weil
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sebastián Lacuesta @ 2015-01-27 19:41 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

I'm using a windows tablet that makes imposible usb booting. It would be nice to have access to raw partitions in order to run linux installers using qemu. I can successfully install several boot loaders using uefi, so I gues this feature would be very helpful.
Thanks!

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

Title:
  Access raw partitions from Windows

Status in QEMU:
  New

Bug description:
  I'm using a windows tablet that makes imposible usb booting. It would be nice to have access to raw partitions in order to run linux installers using qemu. I can successfully install several boot loaders using uefi, so I gues this feature would be very helpful.
  Thanks!

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

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

* [Qemu-devel] [Bug 1415181] Re: Access raw partitions from Windows
  2015-01-27 19:41 [Qemu-devel] [Bug 1415181] [NEW] Access raw partitions from Windows Sebastián Lacuesta
@ 2015-01-28  6:32 ` Stefan Weil
  2015-01-28 15:47   ` Sebastián Lacuesta
  2020-08-07 17:55 ` Thomas Huth
  2020-08-08  8:13 ` Thomas Huth
  2 siblings, 1 reply; 6+ messages in thread
From: Stefan Weil @ 2015-01-28  6:32 UTC (permalink / raw)
  To: qemu-devel

I am not sure whether I have understood your request completely. QEMU
can access raw partitions if the OS supports them. MS Windows supports
physical partitions and calls them \\.\PhysicalDrive0,
\\.\PhysicalDrive1 and so on. Admin rights are required to access these
devices. Depending on your shell, the backslashes might need to be
escaped, or you will have to write //./PhysicalDrive0.

Using raw partitions from QEMU can be really dangerous, so you should
know what you are doing, overwise the result might be that your windows
tablet no longer boots at all.

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

Title:
  Access raw partitions from Windows

Status in QEMU:
  New

Bug description:
  I'm using a windows tablet that makes imposible usb booting. It would be nice to have access to raw partitions in order to run linux installers using qemu. I can successfully install several boot loaders using uefi, so I gues this feature would be very helpful.
  Thanks!

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

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

* Re: [Qemu-devel] [Bug 1415181] Re: Access raw partitions from Windows
  2015-01-28  6:32 ` [Qemu-devel] [Bug 1415181] " Stefan Weil
@ 2015-01-28 15:47   ` Sebastián Lacuesta
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastián Lacuesta @ 2015-01-28 15:47 UTC (permalink / raw)
  To: qemu-devel

Well, the tablet calls \\.\PhysicalDrive0 to the entire disk and
\\.\PhysicalDrive2 a mounted pendrive. Looking at disk administration,,
\\.\PhysicalDrive0 has the following partition schema:
- 2GB Recover partition
- 500M EFI partition
- 15,04 Windows C: Partition
- 6G Raw partition (no data, here is where I want to install linux)
- 5,46G Recover partition
The idea is to install a linux distro in the 6G partition, obviously I
wouldn't use the partition editor of the installer nor install a bootloader
in theese conditions. If I need to modify the partitions I would do in
advance from Windows, and for the booting I would use refind or grub, which
both work as I could test.

El Wed Jan 28 2015 at 4:40:48, Stefan Weil (<1415181@bugs.launchpad.net>)
escribió:

> I am not sure whether I have understood your request completely. QEMU
> can access raw partitions if the OS supports them. MS Windows supports
> physical partitions and calls them \\.\PhysicalDrive0,
> \\.\PhysicalDrive1 and so on. Admin rights are required to access these
> devices. Depending on your shell, the backslashes might need to be
> escaped, or you will have to write //./PhysicalDrive0.
>
> Using raw partitions from QEMU can be really dangerous, so you should
> know what you are doing, overwise the result might be that your windows
> tablet no longer boots at all.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1415181
>
> Title:
>   Access raw partitions from Windows
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/qemu/+bug/1415181/+subscriptions
>

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

Title:
  Access raw partitions from Windows

Status in QEMU:
  New

Bug description:
  I'm using a windows tablet that makes imposible usb booting. It would be nice to have access to raw partitions in order to run linux installers using qemu. I can successfully install several boot loaders using uefi, so I gues this feature would be very helpful.
  Thanks!

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

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

* [Bug 1415181] Re: Access raw partitions from Windows
  2015-01-27 19:41 [Qemu-devel] [Bug 1415181] [NEW] Access raw partitions from Windows Sebastián Lacuesta
  2015-01-28  6:32 ` [Qemu-devel] [Bug 1415181] " Stefan Weil
@ 2020-08-07 17:55 ` Thomas Huth
  2020-08-07 20:15   ` Sebastián Lacuesta
  2020-08-08  8:13 ` Thomas Huth
  2 siblings, 1 reply; 6+ messages in thread
From: Thomas Huth @ 2020-08-07 17:55 UTC (permalink / raw)
  To: qemu-devel

Looking through old bug tickets... is this still an issue with the
latest version of QEMU? Or could we close this ticket nowadays?


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

Title:
  Access raw partitions from Windows

Status in QEMU:
  Incomplete

Bug description:
  I'm using a windows tablet that makes imposible usb booting. It would be nice to have access to raw partitions in order to run linux installers using qemu. I can successfully install several boot loaders using uefi, so I gues this feature would be very helpful.
  Thanks!

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


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

* Re: [Bug 1415181] Re: Access raw partitions from Windows
  2020-08-07 17:55 ` Thomas Huth
@ 2020-08-07 20:15   ` Sebastián Lacuesta
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastián Lacuesta @ 2020-08-07 20:15 UTC (permalink / raw)
  To: qemu-devel

Well, it's not an issue for me, but is a nice to have feature. I don't use
the tablet in question anymore. The tablet had an uefi that didn't allow
pendrive boot, but if it could be done what I proposed with qemu, a linux
distro could be booted with qemu and this installed manually in a
partition. The Uefi of the tablet did allow a grub install and also I could
install another bootloader, but any of them recognized pendrives.
So, personally I don't care anymore for now. But would allow a beautiful
method to override insane manufacturers setups.
Thanks, regards!
Sebastián

El vie., 7 ago. 2020 a las 15:05, Thomas Huth (<1415181@bugs.launchpad.net>)
escribió:

> Looking through old bug tickets... is this still an issue with the
> latest version of QEMU? Or could we close this ticket nowadays?
>
>
> ** Changed in: qemu
>        Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1415181
>
> Title:
>   Access raw partitions from Windows
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/qemu/+bug/1415181/+subscriptions
>

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

Title:
  Access raw partitions from Windows

Status in QEMU:
  Incomplete

Bug description:
  I'm using a windows tablet that makes imposible usb booting. It would be nice to have access to raw partitions in order to run linux installers using qemu. I can successfully install several boot loaders using uefi, so I gues this feature would be very helpful.
  Thanks!

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


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

* [Bug 1415181] Re: Access raw partitions from Windows
  2015-01-27 19:41 [Qemu-devel] [Bug 1415181] [NEW] Access raw partitions from Windows Sebastián Lacuesta
  2015-01-28  6:32 ` [Qemu-devel] [Bug 1415181] " Stefan Weil
  2020-08-07 17:55 ` Thomas Huth
@ 2020-08-08  8:13 ` Thomas Huth
  2 siblings, 0 replies; 6+ messages in thread
From: Thomas Huth @ 2020-08-08  8:13 UTC (permalink / raw)
  To: qemu-devel

Ok, thanks for your answer! Apparently no developer looked into this
during the past 5 years, so it likely won't happen in the future, and
since you don't need it anymore, let's simply close this ticket.

** Changed in: qemu
       Status: Incomplete => Won't Fix

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

Title:
  Access raw partitions from Windows

Status in QEMU:
  Won't Fix

Bug description:
  I'm using a windows tablet that makes imposible usb booting. It would be nice to have access to raw partitions in order to run linux installers using qemu. I can successfully install several boot loaders using uefi, so I gues this feature would be very helpful.
  Thanks!

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


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

end of thread, other threads:[~2020-08-08  8:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-27 19:41 [Qemu-devel] [Bug 1415181] [NEW] Access raw partitions from Windows Sebastián Lacuesta
2015-01-28  6:32 ` [Qemu-devel] [Bug 1415181] " Stefan Weil
2015-01-28 15:47   ` Sebastián Lacuesta
2020-08-07 17:55 ` Thomas Huth
2020-08-07 20:15   ` Sebastián Lacuesta
2020-08-08  8:13 ` Thomas Huth

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.