Hi All,
Could coreboot can support 3.0T harddisk or GPT partition?
Best Regards,
Kelvin K. Li 李凯 --------------------------------------------------------------- Software Team, VIA Technologies, Inc. 4F, VIA Tower, 1 Zhongguancun East Road, Haidian District, Beijing, 100084 Tel: 86-10-59852288 ext.3620 mailto: kelvinkli@viatech.com.cn
Dear Kelvin,
Am Montag, den 29.08.2011, 11:17 +0800 schrieb KelvinKLi@viatech.com.cn:
Could coreboot can support 3.0T harddisk or GPT partition?
what do you want to do? As far as I know coreboot just initializes the hardware, so that is no coreboot issue. What payload do you use? SeaBIOS or FILO? Something else?
Did you try it already and hit any errors?
Thanks,
Paul
On Mon, Aug 29, 2011 at 11:17:40AM +0800, KelvinKLi@viatech.com.cn wrote:
Hi All,
Could coreboot can support 3.0T harddisk or GPT partition?
coreboot itself doesn't care.
SeaBIOS fully supports the Int 13h LBA64 extensions and supports LBA48 addressing on IDE (and probably AHCI too, but I've not tested that).
GPT partitioning is irrelevant to the firmware if you don't have a UEFI implementation. On PC-BIOS, GPT support is implemented by the bootloader code on the hard drive.
Jonathan Kollasch