I got this message : ================= boot: hda:/boot/vmlinuz root=/dev/hda initrd=/boot/initrd console=ttyS0 hda: LBA48 524MB: QEMU HARDDISK Mounted ext2fs Found Linux version 2.6.16.5 (root@e-smith) #2 PREEMPT Sat Sep 22 00:14:46 Local time zone must be set--see bzImage. Loading kernel... ok Loading initrd... ok Jumping to entry point...
============== Is the coreboot working fine ? or not yet ? Can I write it to Compact flash for real boot ? How ?
Thanks --- On Tue, 6/23/09, ron minnich rminnich@gmail.com wrote:
From: ron minnich rminnich@gmail.com Subject: Re: [coreboot] When I run... # ./qemu -L ~ -hda /root/Project/Kantor/Thin_client/qemu-0.10.5/disk.img -nographic To: "Rick Ant" rick_077@yahoo.com Cc: "Warren Turkal" wt@penguintechs.org, coreboot@coreboot.org Date: Tuesday, June 23, 2009, 12:02 AM
yes, the hda is usually not partitioned.
What I do to boot, e.g., hda-linux.img or whatever
root (hd0) kernel /vmlinuz root=/dev/hda
and then it is fine.
ron