Hi, I have a EPIA-M (ME6000) and I want to use Linuxbios for my HTPC.
So I want to boot from hd. Is there anywhere a good HowTo for this.
The HowTo in the cvs for talks only about etherboot.
greetz
There is none yet. Even though you can search through linuxbios archives to get started.
From my prospective I would not recommend use linuxbios for media pc since there are known problems with memory autodetection, framebuffer settings, proper initialization of media devices, lack of ACPI and some others.
Some efforts are on their way, but still in development... ( VIA does not want to give all the information we need so far )
-----Original Message----- Subject: Epia-M IDE HowTo
Hi, I have a EPIA-M (ME6000) and I want to use Linuxbios for my HTPC.
So I want to boot from hd. Is there anywhere a good HowTo for this.
The HowTo in the cvs for talks only about etherboot.
greetz
Etherboot (http://www.etherboot.org/) can boot Linux off a hard disk by using 'ide-disk' as a payload. I like to use FILO (http://te.to/~ts1/filo/) since it provides an optional interface sort of like command-line LILO for loading a kernel (I switch kernels often).
First you'll just need to make the appropriate Etherboot or FILO payload (Usually .elf or .zelf). As I recall, for etherboot you need to ./configure and then make allelfs or a specific driver (make tulip, make via-rhine, make ide-disk, etc). For FILO you need to edit a config file and give it a default kernel to boot ( hda1:/boot/vmlinuz ), the filesystem your kernel image is on (ext3, reiser, xfs, etc). After that, just run 'make' and it'll create filo.elf.
After you have your payload, place it somewhere and edit your LinuxBIOS config, usually something like freebios2/targets/mainboard_vendor/mainboard_model/Config.lb. Change the 'payload' line to point to wherever your new payload is located, for example: payload /tmp/filo.elf.
On Thu, 11 Mar 2004 linuxbios@chvojka.at wrote:
Hi, I have a EPIA-M (ME6000) and I want to use Linuxbios for my HTPC.
So I want to boot from hd. Is there anywhere a good HowTo for this.
The HowTo in the cvs for talks only about etherboot.
greetz
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios