Hi,all 1) My seabios version is 0.3.0 2) In dbm690t seabios + coreboot can boot linux successfully. 3) I tried the windows 7 64bits too, still does not work. 4) The e820 memory map is 0: 0000 0000 0000 0000 - 0000 0000 0009 fc00 1 1: 0000 0000 0009 fc00 - 0000 0000 000a 0000 2 2: 0000 0000 000f 0000 - 0000 0000 0010 0000 2 3: 0000 0000 0010 0000 - 0000 0000 1bff 0000 1 4: 0000 0000 1bff 0000 - 0000 0000 1c00 0000 2 5: 0000 0000 1c00 0000 - 0000 0000 3800 0000 1 6: 0000 0000 3800 0000 - 0000 0000 4000 0000 2
The ACPI table address is 0x1bff0400, MP table address is 1bff3410 Bios_table_addr is ff0a5~ff841
Look forward your help~~~
Jason Wang BeiJing Technology Development Center Advanced Micro Devices (AMD)
-----Original Message----- From: Kevin O'Connor [mailto:kevin@koconnor.net] Sent: Sunday, January 18, 2009 10:10 AM To: Wang, Qingpei Cc: Coreboot; Rudolf Marek Subject: Re: [coreboot] Problems about booting windows xp
On Fri, Jan 16, 2009 at 10:00:39AM +0800, Wang, Qingpei wrote:
I am trying to boot windows xp with my dbm690t which has S1G1 CPU,
sb600 and rs690 chipset. Now, It still soft reset after loading
several
files. The serial debug message says:
"fail handle_1ab1:154 Fail handle_1aXX:274 Fail get_device:608(00000001) Fail handle_15XX:308(00000086)"
Most of the time, these messages are harmless. They indicate that the bios returned an error code to the caller - there are many cases where this is normal.
What version of seabios are you using? Have you confirmed that coreboot+seabios can boot linux successfully?
-Kevin