[coreboot] questions about "QEMU Build Tutorial"

Jun Ma sync.jma at gmail.com
Fri May 2 14:55:50 CEST 2008


http://www.coreboot.org/QEMU_Build_Tutorial

My test versions:
coreboot v2- revision 3275
filo - v0.5- revision 45
qemu- v0.9.1


I followed steps described in that wiki page, and I got:
"

  1 init_drive: Probing for hda
  2 init_drive: LBA mode, sectors=409600
  3 init_drive: LBA48 mode, sectors=409600
  4 init_drive: Init device params... ok
  5 hda: LBA48 209MB: QEMU HARDDISK
  6 init_controller: MASTER CHECK: master yes
  7 init_controller: /*slave */ -- drive is 0
  8 open_pc_partition: pc partition magic number not found

"
Have I missed anything? Seems 'qemu-create img'  not produce the correct image?
here is my xxd result:

$ head disk.img | xxd | vi -

"
    1 0000000: 0000 0000 0000 0000 0000 0000 0000 0000  ................
    2 0000010: 0000 0000 0000 0000 0000 0000 0000 0000  ................
    3 0000020: 0000 0000 0000 0000 0000 0000 0000 0000  ................
    4 0000030: 0000 0000 0000 0000 0000 0000 0000 0000  ................
    5 0000040: 0000 0000 0000 0000 0000 0000 0000 0000  ................
    6 0000050: 0000 0000 0000 0000 0000 0000 0000 0000  ................
    7 0000060: 0000 0000 0000 0000 0000 0000 0000 0000  ................
    8 0000070: 0000 0000 0000 0000 0000 0000 0000 0000  ................
    9 0000080: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   10 0000090: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   11 00000a0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   12 00000b0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   13 00000c0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   14 00000d0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   15 00000e0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   16 00000f0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   17 0000100: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   18 0000110: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   19 0000120: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   20 0000130: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   21 0000140: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   22 0000150: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   23 0000160: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   24 0000170: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   25 0000180: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   26 0000190: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   27 00001a0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   28 00001b0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   29 00001c0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
   30 00001d0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
<SNIP>
"

-- 
FIXME if it is wrong.




More information about the coreboot mailing list