check your media/hard disk, C0000015 is STATUS_NONEXISTENT_SECTOR.
this is a virgin disk (image):
$ qemu-img create ros-svn.hda.img 750M Formatting 'ros-svn.hda.img', fmt=raw size=786432000 ~$ fdisk -l ros-svn.hda.img
Disk ros-svn.hda.img: 0 MB, 0 bytes 255 heads, 63 sectors/track, 0 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x00000000
Disk ros-svn.hda.img doesn't contain a valid partition table
- normal on this step
- this image works with 3.11 (next step: language selection) result: ros-svn.hda.img1 * 1 761 767056+ b W95 FAT32
- test 6 (s. test2 + PT) - use (above) partitioned disk (by 3.11) -> same error
- debug.log: ros.deb.log-10061122_qemu without warning missing EOpt:
$ diff ros.deb.log-10061119_qemu ros.deb.log-10061122_qemu 73d72 < (ntoskrnl/fstub/disksup.c:1487) FSTUB: (IoReadPartitionTable) No 0xaa55 found in partition table 0 75d73 < (ntoskrnl/fstub/disksup.c:1487) FSTUB: (IoReadPartitionTable) No 0xaa55 found in partition table 0 77d74 < (ntoskrnl/fstub/disksup.c:1487) FSTUB: (IoReadPartitionTable) No 0xaa55 found in partition table 0
$ tail -5 ros.deb.log-10061122_qemu (ntoskrnl/fstub/disksup.c:253) ZwOpenSymbolicLinkObject failed for \ArcName\multi(0)disk(0)rdisk(1), status=c0000034 (ntoskrnl/cc/copy.c:213) IoPageRead failed, Status c0000015 (ntoskrnl/mm/section.c:1102) MiReadPage failed (Status c0000015) Entered debugger on first-chance exception (Exception Code: 0xc0000006) (Unknown/User defined exception) kdb:>
$ qemu --version QEMU PC emulator version 0.11.0 (qemu-kvm-0.11.0), Copyright (c) 2003-2008 Fabrice Bellard
Heiko
PS: possible 2 problems, yet test #1 running on real HW with existing partitions.