All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 618533] [NEW] OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
@ 2010-08-16  6:55 devsk
  2010-08-16  6:55 ` [Qemu-devel] [Bug 618533] " devsk
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: devsk @ 2010-08-16  6:55 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

# qemu-kvm --version
QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard

The following disk is presented to guest as IDE disk with /dev/sdd as
path.

# fdisk -l /dev/sdd

Disk /dev/sdd: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x7f3a03aa

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
/dev/sdd2         7887915   980736119   486424102+  83  Linux
/dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
/dev/sdd4      1083150495  1465144064   190996785    5  Extended
/dev/sdd5      1083150558  1107746009    12297726   83  Linux
/dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS

The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As can
be seen in the screenshots, a valid Solaris partition table (which is
inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not seen in
Qemu but seen in Virtualbox.

This makes the guest unbootable in Qemu because the root FS is not found
but its bootable in Virtualbox.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
https://bugs.launchpad.net/bugs/618533
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

Bug description:
# qemu-kvm --version
QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard

The following disk is presented to guest as IDE disk with /dev/sdd as path.

# fdisk -l /dev/sdd

Disk /dev/sdd: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x7f3a03aa

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
/dev/sdd2         7887915   980736119   486424102+  83  Linux
/dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
/dev/sdd4      1083150495  1465144064   190996785    5  Extended
/dev/sdd5      1083150558  1107746009    12297726   83  Linux
/dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS

The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As can be seen in the screenshots, a valid Solaris partition table (which is inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not seen in Qemu but seen in Virtualbox.

This makes the guest unbootable in Qemu because the root FS is not found but its bootable in Virtualbox.

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

* [Qemu-devel] [Bug 618533] Re: OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
  2010-08-16  6:55 [Qemu-devel] [Bug 618533] [NEW] OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT) devsk
@ 2010-08-16  6:55 ` devsk
  2010-08-16  6:56 ` devsk
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: devsk @ 2010-08-16  6:55 UTC (permalink / raw)
  To: qemu-devel


** Attachment added: "qemu's version on Solaris partition table"
   https://bugs.launchpad.net/bugs/618533/+attachment/1492913/+files/opensolaris-qemu.png

-- 
OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
https://bugs.launchpad.net/bugs/618533
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

Bug description:
# qemu-kvm --version
QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard

The following disk is presented to guest as IDE disk with /dev/sdd as path.

# fdisk -l /dev/sdd

Disk /dev/sdd: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x7f3a03aa

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
/dev/sdd2         7887915   980736119   486424102+  83  Linux
/dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
/dev/sdd4      1083150495  1465144064   190996785    5  Extended
/dev/sdd5      1083150558  1107746009    12297726   83  Linux
/dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS

The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As can be seen in the screenshots, a valid Solaris partition table (which is inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not seen in Qemu but seen in Virtualbox.

This makes the guest unbootable in Qemu because the root FS is not found but its bootable in Virtualbox.

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

* [Qemu-devel] [Bug 618533] Re: OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
  2010-08-16  6:55 [Qemu-devel] [Bug 618533] [NEW] OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT) devsk
  2010-08-16  6:55 ` [Qemu-devel] [Bug 618533] " devsk
@ 2010-08-16  6:56 ` devsk
  2010-08-16  7:02 ` devsk
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: devsk @ 2010-08-16  6:56 UTC (permalink / raw)
  To: qemu-devel


** Attachment added: "VirtualBox's version of Solaris partition table."
   https://bugs.launchpad.net/qemu/+bug/618533/+attachment/1492914/+files/opensolaris-vbox.png

-- 
OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
https://bugs.launchpad.net/bugs/618533
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

Bug description:
# qemu-kvm --version
QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard

The following disk is presented to guest as IDE disk with /dev/sdd as path.

# fdisk -l /dev/sdd

Disk /dev/sdd: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x7f3a03aa

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
/dev/sdd2         7887915   980736119   486424102+  83  Linux
/dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
/dev/sdd4      1083150495  1465144064   190996785    5  Extended
/dev/sdd5      1083150558  1107746009    12297726   83  Linux
/dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS

The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As can be seen in the screenshots, a valid Solaris partition table (which is inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not seen in Qemu but seen in Virtualbox.

This makes the guest unbootable in Qemu because the root FS is not found but its bootable in Virtualbox.

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

* [Qemu-devel] [Bug 618533] Re: OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
  2010-08-16  6:55 [Qemu-devel] [Bug 618533] [NEW] OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT) devsk
  2010-08-16  6:55 ` [Qemu-devel] [Bug 618533] " devsk
  2010-08-16  6:56 ` devsk
@ 2010-08-16  7:02 ` devsk
  2010-08-16  7:08 ` devsk
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: devsk @ 2010-08-16  7:02 UTC (permalink / raw)
  To: qemu-devel

Qemu's version of partition table is gotten using a OpenSolaris b134
livecd because I couldn't really boot the disk.

Basically, somehow all the slice labels are missing when booted in Qemu.
OpenSolaris thinks that /dev/sdd3 (which is a primary Solaris 'bf' type
partition) is not sliced. Hence, its showing 2 unmountable slices and 1
reserved slice.

When booted in VirtualBox, the correct slice table is seen. We can see
slice 0 being 'root' slice of about 16GB, slice 1 being 'swap' slice of
size about 6GB and slice 6 being the 'data' slice of about 26GB.

-- 
OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
https://bugs.launchpad.net/bugs/618533
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

Bug description:
# qemu-kvm --version
QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard

The following disk is presented to guest as IDE disk with /dev/sdd as path.

# fdisk -l /dev/sdd

Disk /dev/sdd: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x7f3a03aa

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
/dev/sdd2         7887915   980736119   486424102+  83  Linux
/dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
/dev/sdd4      1083150495  1465144064   190996785    5  Extended
/dev/sdd5      1083150558  1107746009    12297726   83  Linux
/dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS

The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As can be seen in the screenshots, a valid Solaris partition table (which is inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not seen in Qemu but seen in Virtualbox.

This makes the guest unbootable in Qemu because the root FS is not found but its bootable in Virtualbox.

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

* [Qemu-devel] [Bug 618533] Re: OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
  2010-08-16  6:55 [Qemu-devel] [Bug 618533] [NEW] OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT) devsk
                   ` (2 preceding siblings ...)
  2010-08-16  7:02 ` devsk
@ 2010-08-16  7:08 ` devsk
  2010-08-16 23:29 ` devsk
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: devsk @ 2010-08-16  7:08 UTC (permalink / raw)
  To: qemu-devel

This is a showstopper bug for me to adopt KVM as the virtualization
solution because I just can't boot my OpenSolaris guest. I want to move
to KVM because of in-kernel support and better SMP support.

-- 
OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
https://bugs.launchpad.net/bugs/618533
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

Bug description:
# qemu-kvm --version
QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard

The following disk is presented to guest as IDE disk with /dev/sdd as path.

# fdisk -l /dev/sdd

Disk /dev/sdd: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x7f3a03aa

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
/dev/sdd2         7887915   980736119   486424102+  83  Linux
/dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
/dev/sdd4      1083150495  1465144064   190996785    5  Extended
/dev/sdd5      1083150558  1107746009    12297726   83  Linux
/dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS

The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As can be seen in the screenshots, a valid Solaris partition table (which is inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not seen in Qemu but seen in Virtualbox.

This makes the guest unbootable in Qemu because the root FS is not found but its bootable in Virtualbox.

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

* [Qemu-devel] [Bug 618533] Re: OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
  2010-08-16  6:55 [Qemu-devel] [Bug 618533] [NEW] OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT) devsk
                   ` (3 preceding siblings ...)
  2010-08-16  7:08 ` devsk
@ 2010-08-16 23:29 ` devsk
  2010-08-16 23:36 ` devsk
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: devsk @ 2010-08-16 23:29 UTC (permalink / raw)
  To: qemu-devel

I ran qemu from command line with debugcon:

# /usr/bin/qemu-system-x86_64 --enable-kvm -M pc-0.12 -enable-kvm -m 1024 -smp 2,sockets=2,cores=1,threads=1 -name opensolaris -uuid 7efc6da0-e40f-a1c5-0e85-763dc7ff209c -nodefaults -rtc base=localtime -boot dc -device lsi,id=scsi0,bus=pci.0,addr=0x6 -drive file=Korona4.4.5.iso,if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw -device ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -drive file=/dev/sdd,if=none,id=drive-ide0-0-0,format=raw -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0  -usb -device usb-tablet,id=input0 -sdl -vga vmware -chardev stdio,id=seabios -device isa-debugcon,iobase=0x402,chardev=seabios
Start bios (version pre-0.6.1-20100713_085324-titi)
Ram Size=0x40000000 (0x0000000000000000 high)
CPU Mhz=2814
PCI: pci_bios_init_bus_rec bus = 0x0
PIIX3/PIIX4 init: elcr=00 0c
PCI: bus=0 devfn=0x00: vendor_id=0x8086 device_id=0x1237
PCI: bus=0 devfn=0x08: vendor_id=0x8086 device_id=0x7000
PCI: bus=0 devfn=0x09: vendor_id=0x8086 device_id=0x7010
region 4: 0x0000c000
PCI: bus=0 devfn=0x0a: vendor_id=0x8086 device_id=0x7020
region 4: 0x0000c020
PCI: bus=0 devfn=0x0b: vendor_id=0x8086 device_id=0x7113
PCI: bus=0 devfn=0x10: vendor_id=0x15ad device_id=0x0405
region 0: 0x0000c040
region 1: 0xf0000000
region 2: 0xf1000000
PCI: bus=0 devfn=0x30: vendor_id=0x1000 device_id=0x0012
region 0: 0x0000c100
region 1: 0xf1010000
region 2: 0xf1012000
Found 2 cpu(s) max supported 2 cpu(s)
MP table addr=0x000fdbe0 MPC table addr=0x000fdbf0 size=244
SMBIOS ptr=0x000fdbc0 table=0x3ffffec0
ACPI tables: RSDP=0x000fdb90 RSDT=0x3fffde10
Scan for VGA option rom
Running option rom at c000:0003
Turning on vga text mode console
Starting SeaBIOS (version pre-0.6.1-20100713_085324-titi)

UHCI init on dev 00:01.2 (io=c020)
Found 0 lpt ports
Found 0 serial ports
ATA controller 0 at 1f0/3f4/0 (irq 14 dev 9)
ATA controller 1 at 170/374/0 (irq 15 dev 9)
ata0-0: QEMU HARDDISK ATA-7 Hard-Disk (698 GiBytes)
drive 0x000fdb40: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=1465149168
ata1-0: QEMU DVD-ROM ATAPI-4 DVD/CD
PS2 keyboard initialized
WARNING - Timeout at wait_qh:218!
Timeout on wait_qh 0x3ffef990 (td=0x3ffef8f0 s=400000 c=c1/0)
All threads complete.
Scan for option roms
Running option rom at ca00:0003
ebda moved from 9fc00 to 9f400
Returned 53248 bytes of ZoneHigh
e820 map has 7 items:
  0: 0000000000000000 - 000000000009f400 = 1
  1: 000000000009f400 - 00000000000a0000 = 2
  2: 00000000000f0000 - 0000000000100000 = 2
  3: 0000000000100000 - 000000003fffd000 = 1
  4: 000000003fffd000 - 0000000040000000 = 2
  5: 00000000fffc0000 - 0000000100000000 = 2
  6: feffd00000000000 - ff00100000000000 = 0
enter handle_19:
  NULL
Booting from DVD/CD...
1368MB medium detected
Booting from 0000:7c00

Why are PCHS and LCHS both wrong?

-- 
OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
https://bugs.launchpad.net/bugs/618533
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

Bug description:
# qemu-kvm --version
QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard

The following disk is presented to guest as IDE disk with /dev/sdd as path.

# fdisk -l /dev/sdd

Disk /dev/sdd: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x7f3a03aa

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
/dev/sdd2         7887915   980736119   486424102+  83  Linux
/dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
/dev/sdd4      1083150495  1465144064   190996785    5  Extended
/dev/sdd5      1083150558  1107746009    12297726   83  Linux
/dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS

The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As can be seen in the screenshots, a valid Solaris partition table (which is inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not seen in Qemu but seen in Virtualbox.

This makes the guest unbootable in Qemu because the root FS is not found but its bootable in Virtualbox.

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

* [Qemu-devel] [Bug 618533] Re: OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
  2010-08-16  6:55 [Qemu-devel] [Bug 618533] [NEW] OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT) devsk
                   ` (4 preceding siblings ...)
  2010-08-16 23:29 ` devsk
@ 2010-08-16 23:36 ` devsk
  2010-08-17  3:46 ` devsk
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: devsk @ 2010-08-16 23:36 UTC (permalink / raw)
  To: qemu-devel

I thought C*H*S was equal to the physical size. if c <16384, h<16, s<63
for the physical, then max size disk it can support is about 8GB. what
gives?

And C*H*S IS equal to the disk size as shown in the fdisk -l output
above.

-- 
OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
https://bugs.launchpad.net/bugs/618533
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

Bug description:
# qemu-kvm --version
QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard

The following disk is presented to guest as IDE disk with /dev/sdd as path.

# fdisk -l /dev/sdd

Disk /dev/sdd: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x7f3a03aa

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
/dev/sdd2         7887915   980736119   486424102+  83  Linux
/dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
/dev/sdd4      1083150495  1465144064   190996785    5  Extended
/dev/sdd5      1083150558  1107746009    12297726   83  Linux
/dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS

The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As can be seen in the screenshots, a valid Solaris partition table (which is inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not seen in Qemu but seen in Virtualbox.

This makes the guest unbootable in Qemu because the root FS is not found but its bootable in Virtualbox.

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

* [Qemu-devel] [Bug 618533] Re: OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
  2010-08-16  6:55 [Qemu-devel] [Bug 618533] [NEW] OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT) devsk
                   ` (5 preceding siblings ...)
  2010-08-16 23:36 ` devsk
@ 2010-08-17  3:46 ` devsk
  2010-08-19  7:03 ` devsk
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: devsk @ 2010-08-17  3:46 UTC (permalink / raw)
  To: qemu-devel

Since I have been battling this issue alone in this bug report, here is
the deal: Attached is the patch which applies to 12.5 and 13.5 and fixes
the issue.

Can someone please verify the integrity and apply?

** Patch added: "Fix some wrong ATA commands."
   https://bugs.launchpad.net/qemu/+bug/618533/+attachment/1494591/+files/qemu-kvm-ide-ata.patch

-- 
OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
https://bugs.launchpad.net/bugs/618533
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

Bug description:
# qemu-kvm --version
QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard

The following disk is presented to guest as IDE disk with /dev/sdd as path.

# fdisk -l /dev/sdd

Disk /dev/sdd: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x7f3a03aa

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
/dev/sdd2         7887915   980736119   486424102+  83  Linux
/dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
/dev/sdd4      1083150495  1465144064   190996785    5  Extended
/dev/sdd5      1083150558  1107746009    12297726   83  Linux
/dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS

The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As can be seen in the screenshots, a valid Solaris partition table (which is inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not seen in Qemu but seen in Virtualbox.

This makes the guest unbootable in Qemu because the root FS is not found but its bootable in Virtualbox.

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

* [Qemu-devel] [Bug 618533] Re: OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
  2010-08-16  6:55 [Qemu-devel] [Bug 618533] [NEW] OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT) devsk
                   ` (6 preceding siblings ...)
  2010-08-17  3:46 ` devsk
@ 2010-08-19  7:03 ` devsk
  2010-08-19 18:16   ` Blue Swirl
  2010-08-20  5:15 ` devsk
                   ` (4 subsequent siblings)
  12 siblings, 1 reply; 18+ messages in thread
From: devsk @ 2010-08-19  7:03 UTC (permalink / raw)
  To: qemu-devel

hello? anybody home?

-- 
OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
https://bugs.launchpad.net/bugs/618533
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

Bug description:
# qemu-kvm --version
QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard

The following disk is presented to guest as IDE disk with /dev/sdd as path.

# fdisk -l /dev/sdd

Disk /dev/sdd: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x7f3a03aa

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
/dev/sdd2         7887915   980736119   486424102+  83  Linux
/dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
/dev/sdd4      1083150495  1465144064   190996785    5  Extended
/dev/sdd5      1083150558  1107746009    12297726   83  Linux
/dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS

The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As can be seen in the screenshots, a valid Solaris partition table (which is inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not seen in Qemu but seen in Virtualbox.

This makes the guest unbootable in Qemu because the root FS is not found but its bootable in Virtualbox.

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

* Re: [Qemu-devel] [Bug 618533] Re: OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
  2010-08-19  7:03 ` devsk
@ 2010-08-19 18:16   ` Blue Swirl
  0 siblings, 0 replies; 18+ messages in thread
From: Blue Swirl @ 2010-08-19 18:16 UTC (permalink / raw)
  To: Bug 618533; +Cc: qemu-devel

On Thu, Aug 19, 2010 at 7:03 AM, devsk <618533@bugs.launchpad.net> wrote:
> hello? anybody home?
>
> --
> OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
> https://bugs.launchpad.net/bugs/618533
> You received this bug notification because you are a member of qemu-
> devel-ml, which is subscribed to QEMU.
>
> Status in QEMU: New
>
> Bug description:
> # qemu-kvm --version
> QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard
>
> The following disk is presented to guest as IDE disk with /dev/sdd as path.
>
> # fdisk -l /dev/sdd
>
> Disk /dev/sdd: 750.2 GB, 750156374016 bytes
> 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
> Units = sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 512 bytes / 512 bytes
> Disk identifier: 0x7f3a03aa
>
>   Device Boot      Start         End      Blocks   Id  System
> /dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
> /dev/sdd2         7887915   980736119   486424102+  83  Linux
> /dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
> /dev/sdd4      1083150495  1465144064   190996785    5  Extended
> /dev/sdd5      1083150558  1107746009    12297726   83  Linux
> /dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS
>
> The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As can be seen in the screenshots, a valid Solaris partition table (which is inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not seen in Qemu but seen in Virtualbox.
>
> This makes the guest unbootable in Qemu because the root FS is not found but its bootable in Virtualbox.

Please send the patch to the qemu-devel list. Don't forget a
Signed-off-by: line.

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

* [Qemu-devel] [Bug 618533] Re: OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
  2010-08-16  6:55 [Qemu-devel] [Bug 618533] [NEW] OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT) devsk
                   ` (7 preceding siblings ...)
  2010-08-19  7:03 ` devsk
@ 2010-08-20  5:15 ` devsk
  2010-08-20 18:35   ` Blue Swirl
  2010-08-27 15:57 ` devsk
                   ` (3 subsequent siblings)
  12 siblings, 1 reply; 18+ messages in thread
From: devsk @ 2010-08-20  5:15 UTC (permalink / raw)
  To: qemu-devel

What's this bugdb for then? I now have to subscribe to a list, just to
send the patch?

-- 
OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
https://bugs.launchpad.net/bugs/618533
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

Bug description:
# qemu-kvm --version
QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard

The following disk is presented to guest as IDE disk with /dev/sdd as path.

# fdisk -l /dev/sdd

Disk /dev/sdd: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x7f3a03aa

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
/dev/sdd2         7887915   980736119   486424102+  83  Linux
/dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
/dev/sdd4      1083150495  1465144064   190996785    5  Extended
/dev/sdd5      1083150558  1107746009    12297726   83  Linux
/dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS

The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As can be seen in the screenshots, a valid Solaris partition table (which is inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not seen in Qemu but seen in Virtualbox.

This makes the guest unbootable in Qemu because the root FS is not found but its bootable in Virtualbox.

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

* Re: [Qemu-devel] [Bug 618533] Re: OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
  2010-08-20  5:15 ` devsk
@ 2010-08-20 18:35   ` Blue Swirl
  0 siblings, 0 replies; 18+ messages in thread
From: Blue Swirl @ 2010-08-20 18:35 UTC (permalink / raw)
  To: Bug 618533; +Cc: qemu-devel

On Fri, Aug 20, 2010 at 5:15 AM, devsk <618533@bugs.launchpad.net> wrote:
> What's this bugdb for then? I now have to subscribe to a list, just to
> send the patch?

It's probably there to report bugs. But it's much easier to review
submitted code when it's sent to the list. I don't think you have to
be a subscriber.

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

* [Qemu-devel] [Bug 618533] Re: OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
  2010-08-16  6:55 [Qemu-devel] [Bug 618533] [NEW] OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT) devsk
                   ` (8 preceding siblings ...)
  2010-08-20  5:15 ` devsk
@ 2010-08-27 15:57 ` devsk
  2010-08-28  6:47   ` blueswirl
  2011-05-22 10:43 ` Brad Hards
                   ` (2 subsequent siblings)
  12 siblings, 1 reply; 18+ messages in thread
From: devsk @ 2010-08-27 15:57 UTC (permalink / raw)
  To: qemu-devel

what's the list address? All the lists at the kvm main page are for kvm
only.

-- 
OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
https://bugs.launchpad.net/bugs/618533
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

Bug description:
# qemu-kvm --version
QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard

The following disk is presented to guest as IDE disk with /dev/sdd as path.

# fdisk -l /dev/sdd

Disk /dev/sdd: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x7f3a03aa

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
/dev/sdd2         7887915   980736119   486424102+  83  Linux
/dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
/dev/sdd4      1083150495  1465144064   190996785    5  Extended
/dev/sdd5      1083150558  1107746009    12297726   83  Linux
/dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS

The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As can be seen in the screenshots, a valid Solaris partition table (which is inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not seen in Qemu but seen in Virtualbox.

This makes the guest unbootable in Qemu because the root FS is not found but its bootable in Virtualbox.

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

* Re: [Qemu-devel] [Bug 618533] Re: OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
  2010-08-27 15:57 ` devsk
@ 2010-08-28  6:47   ` blueswirl
  0 siblings, 0 replies; 18+ messages in thread
From: blueswirl @ 2010-08-28  6:47 UTC (permalink / raw)
  To: qemu-devel

On Fri, Aug 27, 2010 at 3:57 PM, devsk <618533@bugs.launchpad.net> wrote:
> what's the list address? All the lists at the kvm main page are for kvm
> only.
>
> --
> OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
> https://bugs.launchpad.net/bugs/618533
> You received this bug notification because you are a member of qemu-
> devel-ml, which is subscribed to QEMU.
>
> Status in QEMU: New
>
> Bug description:
> # qemu-kvm --version
> QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard
>
> The following disk is presented to guest as IDE disk with /dev/sdd as path.
>
> # fdisk -l /dev/sdd
>
> Disk /dev/sdd: 750.2 GB, 750156374016 bytes
> 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
> Units = sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 512 bytes / 512 bytes
> Disk identifier: 0x7f3a03aa
>
>   Device Boot      Start         End      Blocks   Id  System
> /dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
> /dev/sdd2         7887915   980736119   486424102+  83  Linux
> /dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
> /dev/sdd4      1083150495  1465144064   190996785    5  Extended
> /dev/sdd5      1083150558  1107746009    12297726   83  Linux
> /dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS
>
> The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As can be seen in the screenshots, a valid Solaris partition table (which is inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not seen in Qemu but seen in Virtualbox.
>
> This makes the guest unbootable in Qemu because the root FS is not found but its bootable in Virtualbox.

Sorry, I missed that this was for qemu-kvm. Anyway, the patch is
probably applicable to QEMU as well and you actually filed the bug to
Qemu.

qemu-devel list information can be found in
http://lists.nongnu.org/mailman/listinfo/qemu-devel

-- 
OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
https://bugs.launchpad.net/bugs/618533
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

Bug description:
# qemu-kvm --version
QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard

The following disk is presented to guest as IDE disk with /dev/sdd as path.

# fdisk -l /dev/sdd

Disk /dev/sdd: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x7f3a03aa

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
/dev/sdd2         7887915   980736119   486424102+  83  Linux
/dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
/dev/sdd4      1083150495  1465144064   190996785    5  Extended
/dev/sdd5      1083150558  1107746009    12297726   83  Linux
/dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS

The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As can be seen in the screenshots, a valid Solaris partition table (which is inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not seen in Qemu but seen in Virtualbox.

This makes the guest unbootable in Qemu because the root FS is not found but its bootable in Virtualbox.

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

* [Qemu-devel] [Bug 618533] Re: OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
  2010-08-16  6:55 [Qemu-devel] [Bug 618533] [NEW] OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT) devsk
                   ` (9 preceding siblings ...)
  2010-08-27 15:57 ` devsk
@ 2011-05-22 10:43 ` Brad Hards
  2011-05-22 15:39   ` Blue Swirl
  2017-01-19  8:18 ` Thomas Huth
  2017-03-21  4:17 ` Launchpad Bug Tracker
  12 siblings, 1 reply; 18+ messages in thread
From: Brad Hards @ 2011-05-22 10:43 UTC (permalink / raw)
  To: qemu-devel

Did this change get submitted? Is it still an issue?

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

Title:
  OpenSolaris guest fails to see the Solaris partitions of a physical
  disk in qemu-kvm-9999 (GIT)

Status in QEMU:
  New

Bug description:
  # qemu-kvm --version
  QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard

  The following disk is presented to guest as IDE disk with /dev/sdd as
  path.

  # fdisk -l /dev/sdd

  Disk /dev/sdd: 750.2 GB, 750156374016 bytes
  255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
  Units = sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disk identifier: 0x7f3a03aa

     Device Boot      Start         End      Blocks   Id  System
  /dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
  /dev/sdd2         7887915   980736119   486424102+  83  Linux
  /dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
  /dev/sdd4      1083150495  1465144064   190996785    5  Extended
  /dev/sdd5      1083150558  1107746009    12297726   83  Linux
  /dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS

  The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As
  can be seen in the screenshots, a valid Solaris partition table (which
  is inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not
  seen in Qemu but seen in Virtualbox.

  This makes the guest unbootable in Qemu because the root FS is not
  found but its bootable in Virtualbox.

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

* Re: [Qemu-devel] [Bug 618533] Re: OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
  2011-05-22 10:43 ` Brad Hards
@ 2011-05-22 15:39   ` Blue Swirl
  0 siblings, 0 replies; 18+ messages in thread
From: Blue Swirl @ 2011-05-22 15:39 UTC (permalink / raw)
  To: Bug 618533; +Cc: qemu-devel

On Sun, May 22, 2011 at 1:43 PM, Brad Hards <bradh@frogmouth.net> wrote:
> Did this change get submitted? Is it still an issue?

At least the patch hasn't been applied. I don't remember seeing it in the list.

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

* [Qemu-devel] [Bug 618533] Re: OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
  2010-08-16  6:55 [Qemu-devel] [Bug 618533] [NEW] OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT) devsk
                   ` (10 preceding siblings ...)
  2011-05-22 10:43 ` Brad Hards
@ 2017-01-19  8:18 ` Thomas Huth
  2017-03-21  4:17 ` Launchpad Bug Tracker
  12 siblings, 0 replies; 18+ messages in thread
From: Thomas Huth @ 2017-01-19  8:18 UTC (permalink / raw)
  To: qemu-devel

Is this issue still reproducible with the latest version of QEMU, or
could we close this issue 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/618533

Title:
  OpenSolaris guest fails to see the Solaris partitions of a physical
  disk in qemu-kvm-9999 (GIT)

Status in QEMU:
  Incomplete

Bug description:
  # qemu-kvm --version
  QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard

  The following disk is presented to guest as IDE disk with /dev/sdd as
  path.

  # fdisk -l /dev/sdd

  Disk /dev/sdd: 750.2 GB, 750156374016 bytes
  255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
  Units = sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disk identifier: 0x7f3a03aa

     Device Boot      Start         End      Blocks   Id  System
  /dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
  /dev/sdd2         7887915   980736119   486424102+  83  Linux
  /dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
  /dev/sdd4      1083150495  1465144064   190996785    5  Extended
  /dev/sdd5      1083150558  1107746009    12297726   83  Linux
  /dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS

  The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As
  can be seen in the screenshots, a valid Solaris partition table (which
  is inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not
  seen in Qemu but seen in Virtualbox.

  This makes the guest unbootable in Qemu because the root FS is not
  found but its bootable in Virtualbox.

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

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

* [Qemu-devel] [Bug 618533] Re: OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT)
  2010-08-16  6:55 [Qemu-devel] [Bug 618533] [NEW] OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT) devsk
                   ` (11 preceding siblings ...)
  2017-01-19  8:18 ` Thomas Huth
@ 2017-03-21  4:17 ` Launchpad Bug Tracker
  12 siblings, 0 replies; 18+ messages in thread
From: Launchpad Bug Tracker @ 2017-03-21  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/618533

Title:
  OpenSolaris guest fails to see the Solaris partitions of a physical
  disk in qemu-kvm-9999 (GIT)

Status in QEMU:
  Expired

Bug description:
  # qemu-kvm --version
  QEMU emulator version 0.13.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard

  The following disk is presented to guest as IDE disk with /dev/sdd as
  path.

  # fdisk -l /dev/sdd

  Disk /dev/sdd: 750.2 GB, 750156374016 bytes
  255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
  Units = sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disk identifier: 0x7f3a03aa

     Device Boot      Start         End      Blocks   Id  System
  /dev/sdd1              63     7887914     3943926   1b  Hidden W95 FAT32
  /dev/sdd2         7887915   980736119   486424102+  83  Linux
  /dev/sdd3   *   980736120  1083150494    51207187+  bf  Solaris
  /dev/sdd4      1083150495  1465144064   190996785    5  Extended
  /dev/sdd5      1083150558  1107746009    12297726   83  Linux
  /dev/sdd6      1107746073  1465144064   178698996    7  HPFS/NTFS

  The prtvtoc output is attached from both VirtualBox and Qemu-KVM. As
  can be seen in the screenshots, a valid Solaris partition table (which
  is inside the /dev/sdd3, marked 'bf' in Linux fdisk output) is not
  seen in Qemu but seen in Virtualbox.

  This makes the guest unbootable in Qemu because the root FS is not
  found but its bootable in Virtualbox.

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

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

end of thread, other threads:[~2017-03-21  4:31 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-16  6:55 [Qemu-devel] [Bug 618533] [NEW] OpenSolaris guest fails to see the Solaris partitions of a physical disk in qemu-kvm-9999 (GIT) devsk
2010-08-16  6:55 ` [Qemu-devel] [Bug 618533] " devsk
2010-08-16  6:56 ` devsk
2010-08-16  7:02 ` devsk
2010-08-16  7:08 ` devsk
2010-08-16 23:29 ` devsk
2010-08-16 23:36 ` devsk
2010-08-17  3:46 ` devsk
2010-08-19  7:03 ` devsk
2010-08-19 18:16   ` Blue Swirl
2010-08-20  5:15 ` devsk
2010-08-20 18:35   ` Blue Swirl
2010-08-27 15:57 ` devsk
2010-08-28  6:47   ` blueswirl
2011-05-22 10:43 ` Brad Hards
2011-05-22 15:39   ` Blue Swirl
2017-01-19  8:18 ` Thomas Huth
2017-03-21  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.