Ed Swierk wrote:
On 2/7/07, dragoran <drago01 gmail com> wrote:add -std-vga to the qemu command line and it works.Weird--that doesn't make any difference when I try it. SYSLINUX still hangs during "Loading initrd.img" after printing 90 or so dots. Which image are you booting?
I tested with the x86_64 rescue image with this commad:qemu-system-x86_64 -cdrom imagename.iso -hd hd.img -m 960 -localtime -bootd -kernel-kqemu -std-vga
(replace qemu-system-x86_64 with qemu on i386)
--Ed