On 9/17/06, Ramanathan <[EMAIL PROTECTED]> wrote:
> While trying to invoke qemu with the options as in the tutorial, again it 
> fails.
>
> <snip>
>
> [EMAIL PROTECTED] ~]# qemu -L ~ -hda disk.img -nographic
> (qemu) Could not open '/dev/kqemu' - QEMU acceleration layer not activated
> qemu: could not load PC bios '/root/bios.bin'
>
> <snip>
>
> Any ideas ? I feel am doing something wrong here.

As mentioned in the tutorial, if you increase ROM_SIZE to generate an
image larger than 2 MB, you also need to patch qemu to accept a larger
BIOS ROM.

Look at my original patch
(http://lists.gnu.org/archive/html/qemu-devel/2006-09/msg00155.html)
for an example; just change the instances of 2048*1024 to a larger
number to increase the BIOS size.

--Ed

-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.openbios.org/mailman/listinfo/linuxbios

Reply via email to