Re: [Qemu-devel] format=raw,readonly errors

2017-05-08 Thread Carl Karsten
On Mon, May 8, 2017 at 11:29 AM, Eric Blake wrote: > On 05/08/2017 10:56 AM, Carl Karsten wrote: > > >>>>> juser@gator:~/temp$ qemu-system-x86_64 -m 256 -display curses > -drive > >>>>> file=disk.cow -drive file=boot.img > >>>>> WAR

Re: [Qemu-devel] format=raw,readonly errors

2017-05-08 Thread Carl Karsten
On Mon, May 8, 2017 at 10:32 AM, John Snow wrote: > > > On 05/08/2017 10:15 AM, Carl Karsten wrote: > > On Mon, May 8, 2017 at 3:51 AM, Markus Armbruster > wrote: > > > >> Carl Karsten writes: > >> > >>> juser@gator:~/temp$ qemu-system-x86

Re: [Qemu-devel] boot order=d bug?

2017-05-08 Thread Carl Karsten
On Mon, May 8, 2017 at 2:57 AM, Thomas Huth wrote: > On 08.05.2017 06:22, Carl Karsten wrote: > > neat. missed that. > > > > except it doesn't work. > > > > juser@gator:~/temp$ qemu-system-x86_64 -drive > > file=boot.img,format=raw,bootindex=1 > &g

Re: [Qemu-devel] format=raw,readonly errors

2017-05-08 Thread Carl Karsten
On Mon, May 8, 2017 at 3:51 AM, Markus Armbruster wrote: > Carl Karsten writes: > > > juser@gator:~/temp$ qemu-system-x86_64 -m 256 -display curses -drive > > file=disk.cow -drive file=boot.img > > WARNING: Image format was not specified for 'boot.img&#

[Qemu-devel] format=raw,readonly errors

2017-05-07 Thread Carl Karsten
juser@gator:~/temp$ qemu-system-x86_64 -m 256 -display curses -drive file=disk.cow -drive file=boot.img WARNING: Image format was not specified for 'boot.img' and probing guessed raw. Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restr

Re: [Qemu-devel] boot order=d bug?

2017-05-07 Thread Carl Karsten
format explicitly to remove the restrictions. qemu-system-x86_64: -drive file=boot.img,bootindex=1: Block format 'raw' does not support the option 'bootindex' Is there a "yes you do --force" option ? On Sun, May 7, 2017 at 9:02 PM, Thomas Huth wrote: > On 07.

[Qemu-devel] boot order=d bug?

2017-05-07 Thread Carl Karsten
In the real world I will have a machine with a sata hd and boot the installer from a usb stick. I want to test this with 2 disk image files. The usb stick will be built like so: https://github.com/CarlFK/video-stack-deploy/blob/usbstick/scripts/mk_usb_installer.sh but this will demo the problem I

Re: [Qemu-devel] adding search to dhcp

2011-05-11 Thread Carl Karsten
On Wed, May 11, 2011 at 6:01 AM, Markus Armbruster wrote: > Stefan Hajnoczi writes: > >> On Tue, May 10, 2011 at 6:40 PM, Carl Karsten wrote: >>> I would expect the syntax to look like this: >>> >>> qemu -hda 1.qcow2 -net nick -net >>> user,ho

[Qemu-devel] adding search to dhcp

2011-05-10 Thread Carl Karsten
man qemu... hostname=name Specifies the client hostname reported by the builtin DHCP server. I would like to add a technically similar option: search It would be sent along the same path that the above hostname parameter takes. This would allow the guest OS to reference other boxes on my LAN by

Re: [Qemu-devel] Re: livecd

2007-04-16 Thread Carl Karsten
Carl Karsten wrote: Carl Karsten wrote: Now for a bug report: [EMAIL PROTECTED]:~/qemu$ qemu -cdrom wc-2.4.iso -boot c -m 196 -serial stdio I'll try again with the current one. just built/installed qemu-snapshot-2007-04-16_05 [EMAIL PROTECTED]:~/qemu$ ls -l $(which qemu) -rwxr-xr-x 1

Re: [Qemu-devel] Re: livecd

2007-04-16 Thread Carl Karsten
Carl Karsten wrote: Now for a bug report: [EMAIL PROTECTED]:~/qemu$ qemu -cdrom wc-2.4.iso -boot c -m 196 -serial stdio whoops - [EMAIL PROTECTED]:~/qemu$ qemu | grep -i version QEMU PC emulator version 0.9.0, Copyright (c) 2003-2007 Fabrice Bellard I think I am running: qemu-snapshot-2007

[Qemu-devel] Re: livecd

2007-04-15 Thread Carl Karsten
Thanks for the links, Jure. Now for a bug report: I am trying to run Webconverger in the qemu VM. firefox3.iso and MorphixLiveKiosk_0.03.iso worked fine, but wc-2.4.img, wc-2.4.img, wc-1.8.iso all drop to the busybox prompt, but no definitive reason why. [EMAIL PROTECTED]:~/qemu$ qemu -cdrom