When I run : # ./qemu -L ~ -hda /root/Project/Kantor/Thin_client/qemu-0.10.5/disk.img -nographic
I got : coreboot-2.0.0-r-GRUB2 Mon Jun 22 05:02:00 WIT 2009 starting... Uncompressing coreboot to RAM. Jumping to image. Check CBFS header at fffeffd0 magic is 4f524243 Found CBFS header at fffeffd0 Check normal/payload
. . . . . and last with : Unrecognized partitioning scheme boot: hda1:/vmlinuz root=/dev/hda1 console=tty0 console=ttyS0,115200
I can't do : cp vmlinuz /mnt/rootfs/boot/vmlinuz cp initrd /mnt/rootfs/boot/initrd
why were those happen? What should i do?
Thanks