etherboot

Serafino Sorrenti s.sorrenti at regia.tv
Tue May 13 09:34:01 CEST 2003


I have added to the pcchips.config file the payload string but after flashing 
the rom i don't see any debug on the serial port.
With rom m810-ide.rom from cwlinux i don't have any problem to boot my 
linuxbios from HD, but it has only 8Mb of video ram wich is not enough for 
me, and it fails booting from a compact flash mounted on a cf->ide adapter.

i'm getting crazy for this problem :(

pcchips.conf is my config file
unz.config is the original config file


tnx 

Serafino

On Tuesday 13 May 2003 14:56, you wrote:
> On Tue, 13 May 2003, Serafino Sorrenti wrote:
> > now i have make the ide_disk.zelf but how use this file???
>
> This will become the payload when you build linuxbios
>
> In your config file:
> payload ../ide_disk.zelf
>
> or whereever you have it.
>
> > Now i make the tutorial for linuxbios with 810lmr + etherboot 5.1.8
>
> Thank you!
>
> ron
-------------- next part --------------
# Sample config file for PCCHIPS M810LMR with DoC Millennium (as root)
# This will make a target directory of ./pcchips
target pcchips

# PCCHIPS M810LMR mainboard
mainboard pcchips/m810lmr

# We are using a k7 cpu (???)
cpu k7

# Set up udelay - needed
option CONFIG_UDELAY_TSC=1

# This SHOULD enable the video console with messages about what's going on
#option VIDEO_CONSOLE=0

# Enable Serial Console for debugging
option SERIAL_CONSOLE=1

# Sets the log level, from 9 to 1 (???)
option DEFAULT_CONSOLE_LOGLEVEL=6

# More debug options
option SERIAL_POST=1

# Enables ethernet (?)
option ENABLE_MII=1

# use DOC MIL
option USE_DOC_MIL=1
docipl northsouthbridge/sis/730/ipl.S

# Use the internal VGA frame buffer device
option HAVE_FRAMEBUFFER=1

# Sets the amount of framebuffer memory
# 0x80 (2MB/4MB)
# 0x90 (4MB/8MB)
# 0xA0 (8MB/16MB)
# 0xB0 (16MB/32MB)
# 0xC0 (32MB/64MB)
# 0xD0 (64MB/na)
option SMA_SIZE=0xC0

# Enables IDE boot
option BOOT_IDE=1

# Selects which IDE device should boot from, using the following table:
# /dev/hda -> 0
# /dev/hdb -> 1
# /dev/hdc -> 2
# /dev/hdd -> 3
#option IDE_BOOT_DRIVE=0

payload /home/fino/ide_disk.zelf

# Partition table size (should be left untouched?)
option ONE_TRACK=32

# Need to "relocate the gdt" to use a standard flash part (???)
biosbase 0xffff0000

# Path to your kernel (vmlinux)
linux /usr/src/linux

# Kernel command line parameters
commandline root=/dev/hda1 console=ttyS0,115200 console=tty0 single
-------------- next part --------------
# Sample config file for PCCHIPS M810LMR with DoC Millennium (as root)
# This will make a target directory of ./pcchips
target pcchips

# PCCHIPS M810LMR mainboard
mainboard pcchips/m810lmr

# Enable Serial Console for debugging
option SERIAL_CONSOLE=1

# use DOC MIL
option USE_DOC_MIL=1
docipl northsouthbridge/sis/730/ipl.S

# Use the internal VGA frame buffer device
option HAVE_FRAMEBUFFER

payload /home/fino/ide_disk.zelf

#option SMA_SIZE=0xC0

# Path to your kernel (vmlinux)
linux /usr/src/linux

# Kernel command line parameters
commandline root=/dev/hda1 console=ttyS0,115200 console=tty0 single


More information about the coreboot mailing list