[SeaBIOS] How to modify qemu-kvm bios.bin?

2013-05-06 Thread li peter
I know qemu-kvm use seabios as pc bios.i just want let vm created by qemu-kvm show a custom JPEG image during bootup. How to modify the file bios.bin? I see the following command on coreboot website,but i can't find coreboot.rom file in /usr/share/qemu-kvm/ . maybe qemu-kvm use non-coreboot

Re: [SeaBIOS] How to modify qemu-kvm bios.bin?

2013-05-06 Thread Peter Stuge
li peter wrote: maybe qemu-kvm use non-coreboot uses, Correct. qemu-kvm unfortunately uses a special-case build of SeaBIOS without coreboot. How do I do to reach my goal? I am not sure. If SeaBIOS also has bootsplash support then you should see options in the SeaBIOS build configuration. If

Re: [SeaBIOS] How to modify qemu-kvm bios.bin?

2013-05-06 Thread li peter
Thanks Peter! i have get it, SeaBIOS has bootsplash support. Regards, 2013/5/7 Peter Stuge pe...@stuge.se li peter wrote: maybe qemu-kvm use non-coreboot uses, Correct. qemu-kvm unfortunately uses a special-case build of SeaBIOS without coreboot. How do I do to reach my goal? I