From: Nguyen A. Q. <aq...@gm...> - 2008-04-22 02:33:09
|
On Tue, Apr 22, 2008 at 12:59 AM, Damjan <gd...@ma...> wrote: > > > If I try > > > $ qemu -kernel minimal-kernel -drive file=jeos-devel.img,if=virtio > > > I get the following error: > > > A disk image must be given for 'hda' when booting a Linux kernel > > > is this neccesseary? > > > Hi, i don't know if it is always needed (I saw some patches to avoid > > that) but you can use: > > > > qemu -kernel minimal-kernel -drive file=jeos-devel.img,if=virtio -hda /dev/zero > > cool that works, thanks Try the linuxboot option ROM, and you might not need the trick "-hda /dev/zero" Thanks, Q |