summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/device/723460
blob: 21f1f442e13ff04a498f1b8dd6afaf66cf10e3be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
device: 0.933
other: 0.882
boot: 0.820
performance: 0.808
permissions: 0.798
semantic: 0.796
files: 0.787
PID: 0.782
graphic: 0.781
socket: 0.749
network: 0.678
vnc: 0.616
KVM: 0.565
debug: 0.522

qemu on linux doesn't boot for winxp install via usb

hi guys,
I try to install windows xp via qemu. I can only boot from usb and somehow it is my problem.
I run a Winxp/xubuntu10.04 Dualboot-system with some virtual drives in windows ( till letter f:? ).
at qemu I created an image from 30Gigabytes and entered this command from the imagefile's directory :

"sudo qemu-system-x86_64 -localtime -usbdevice -hda /dev/sdb -m 384 -boot d winxp.img"

the answer is :

"qemu-system-x86_64: -boot d: drive with bus=0, unit=0 (index=0) exists"

I had to set the usb-stick in the fstab file with this command :

"UUID=X	/media/usb	vfat	rw,users,noauto,umask=000	0	0"

anybody experienced the same problem?

I would appreciate any kind of help

greetz

On Tue, Feb 22, 2011 at 11:49 PM, dankoe <email address hidden> wrote:
> Public bug reported:
>
> hi guys,
> I try to install windows xp via qemu. I can only boot from usb and somehow it is my problem.
> I run a Winxp/xubuntu10.04 Dualboot-system with some virtual drives in windows ( till letter f:? ).
> at qemu I created an image from 30Gigabytes and entered this command from the imagefile's directory :
>
> "sudo qemu-system-x86_64 -localtime -usbdevice -hda /dev/sdb -m 384
> -boot d winxp.img"
>
> the answer is :
>
> "qemu-system-x86_64: -boot d: drive with bus=0, unit=0 (index=0) exists"

Why are you using "-boot d"?  'd' is the first CD-ROM and you have not
given any -cdrom ISO image.

Stefan


hey stefan,

I didn't find any manual for installing via usb,
but I tried various letters till "g".
what letter would you suggest?

on my usb drive I have a linux bootable xp partition.
or should I try to boot from a virtual drive via .iso image?

thank you