boot linux from an ide

YhLu YhLu at tyan.com
Wed Oct 27 15:54:01 CEST 2004


Just remind:

His MB has E7501 ....

So first step is make freebios2 work on that.

He may need to copy Tyan S2735 to make his MB copy at first. Then he .....


Regards

YH

-----Original Message-----
From: Ronald G. Minnich [mailto:rminnich at lanl.gov] 
Sent: Wednesday, October 27, 2004 12:11 PM
To: Steve Kimball
Cc: Gin; linuxbios at clustermatic.org
Subject: Re: boot linux from an ide



On Wed, 27 Oct 2004, Steve Kimball wrote:

> To use FILO or Etherboot you change the payload.
> So you need to change the 
>    freebios2/targets/<vendor>/<board>/Config.lb
> file to point to the FILO or Etherboot payload 
> and make linuxbios.rom.

don't forget you can make your own!

I have 

targets/arima/hdama/Config.filo.lb

and I do this:

./buildtarget arima/hdama/Config.filo.lb


File is this:


# Sample config file for the Arima HDAMA

target hdama.filo
mainboard arima/hdama

romimage "normal"
	option USE_FALLBACK_IMAGE=0
	option ROM_IMAGE_SIZE=0x10000
	option LINUXBIOS_EXTRA_VERSION=".0Normal"
	payload /opt/filo/normal/filo.elf
end

romimage "fallback" 
	option USE_FALLBACK_IMAGE=1
	option ROM_IMAGE_SIZE=0x10000
	option LINUXBIOS_EXTRA_VERSION=".0Fallback"
	payload /opt/filo/fallback/filo.elf
end

buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"
_______________________________________________
Linuxbios mailing list
Linuxbios at clustermatic.org
http://www.clustermatic.org/mailman/listinfo/linuxbios



More information about the coreboot mailing list