On Wed, Mar 5, 2008 at 1:50 PM, David Edrich dsedrich@violin-memory.com wrote:
-----Original Message----- From: ron minnich [mailto:rminnich@gmail.com] Sent: Tuesday, March 04, 2008 5:02 PM To: David Edrich Cc: Coreboot Subject: Re: [coreboot] qemu error message: "Unrecognized partitioning scheme"
If it is not partitioned you can boot it raw: hda:/boot/filo/menu.lst
Note I left the '3' out
[David Edrich] Yes you left the '3' out - I Don't know what that means. Can you tell me where I insert this string to make the 'raw' boot happen?
He was telling you that hda3:... means look on the 3rd partition. if there are no partitions you use hda:...
This string should be in filo's Config file.
BTW: In my first response about killing qemu I didn't realize you were using -nographic, so my advice probably didn't make sense. I prefer to redirect the serial output and use the graphical display.
Something like: qemu -L BIOS disk.img -serial file:ser_out.txt
Myles