This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: +redboot +harddisk


On Wednesday 27 November 2002 13:34, you wrote:
> Hi Iztok,
>
> So sorry to trouble you. I found your address in ecos source files
> I have problem with redboot on PC i386 platform.
> Can you help me ?
> I need booting redboot from harddisk
> What's to be done?
> Thank you very much for your help
> Best regards
>
>
> Daniel Kminek

Can be done. What it's needed is:

	- first partition (RedBoot) must be a primary one. (use fdisk to partition 
the disk).
	- create a standard DOS MBR using fdisk /MBR.

	- To build a suitable RedBoot use the RedBootDOC patch from 
<http://www.vsr.si/ecos>. Follow the standard PC RedBoot build procedure, but 
instead of HAL_STARTUP_FLOPPY use the HAL_STARTUP_DISK CDL option.

	- Finally do a "dd conv=sync if=redboot.bin of= /dev/<yourdisk>1"

Thats all.

Regards 
Iztok

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]