Difference between revisions of "User talk:Taspts"

From bering-uClibc
Jump to: navigation, search
(Created page with ''''test''' who kan edit this ?')
 
(Grub: new section)
 
(17 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
who kan edit this ?
 
who kan edit this ?
 +
 +
== PXE environment ==
 +
 +
[http://syslinux.zytor.com/wiki/index.php/PXELINUX PXELINUX]
 +
 +
Debian Setting up a server for PXE network booting
 +
[http://www.debian-administration.org/articles/478]
 +
 +
Chapter 13. Booting and installing Bering using PXE
 +
[http://leaf.sourceforge.net/doc/bupxebooting.html]
 +
 +
buci-ide3
 +
[http://leaf.sourceforge.net/doc/buci-ide3.html#id3226960  using pxeinstall.tgz]
 +
mention
 +
[http://leaf.cvs.sourceforge.net/leaf/bin/packages/nolibc/pxeinstall.tgz pxeinstall.tgz]
 +
That contains needed lrp, from 2006 ???
 +
 +
 +
=== '''Bering 3''' ===
 +
 +
==== '''tftp-hda''' ====
 +
* [http://leaf.cvs.sourceforge.net/viewvc/leaf/src/bering-uclibc/apps/tftp-hpa | tftp-hda.lrp]
 +
 +
==== '''dhcp-server''' ====
 +
* [http://leaf.cvs.sourceforge.net/viewvc/leaf/src/bering-uclibc/apps/dnsmasq dnsmasq.lpr] or
 +
* [http://leaf.cvs.sourceforge.net/viewvc/leaf/src/bering-uclibc/apps/dhcp3 | dhcpd3.lpr]
 +
 +
==== '''Config''' ====
 +
 +
 +
==== '''Data''' ====
 +
 +
Can we fetch a tarball ? [[User:Taspts|Taspts]] 15:10, 1 December 2010 (UTC)
 +
 +
 +
==='''Bering4'''===
 +
 +
==== '''dhcp-server''' ====
 +
dhcpd.lrp
 +
[http://leaf.cvs.sourceforge.net/viewvc/leaf/src/bering-uclibc4/source/dhcpd/]
 +
<br> where is version 3 ?
 +
 +
==== '''tftp-hda''' ====
 +
tftp.lrp
 +
[http://leaf.cvs.sourceforge.net/viewvc/leaf/src/bering-uclibc4/source/tftp/]
 +
 +
== Grub ==
 +
 +
 +
== CF card with 2 or more partions. sda1(vfat) sda2(ext2) ==
 +
 +
 +
Grub Fedora version uses /boot/grub/grub.conf
 +
 +
Grub with conf files can be distributed in distribution tarball
 +
 +
see [http://leaf.sourceforge.net/doc/bugrub.html]
 +
 +
(hd0,0) = sda1
 +
grub> root (hd0,0)
 +
grub> setup (hd0)
 +
 +
Use sda1=root(hd0,0) /boot/grub/grub.conf
 +
use sda2=root(hd0,1) /boot/grub/grub.conf
 +
 +
 
 +
 +
Grub in mbr and syslinux according to install instruction
 +
 +
[http://sourceforge.net/apps/mediawiki/leaf/index.php?title=Bering-uClibc_4.x_-_User_Guide_-_Installing_the_Disk_Image| Installing_the_Disk_Image]
 +
 +
Mbr boot sda2 that chainloads sda1(with timeout=5) or whatever.
 +
 +
mbr boot sda1

Latest revision as of 08:53, 10 January 2012

test

who kan edit this ?

PXE environment

PXELINUX

Debian Setting up a server for PXE network booting [1]

Chapter 13. Booting and installing Bering using PXE [2]

buci-ide3 using pxeinstall.tgz mention pxeinstall.tgz That contains needed lrp, from 2006 ???


Bering 3

tftp-hda

dhcp-server

Config

Data

Can we fetch a tarball ? Taspts 15:10, 1 December 2010 (UTC)


Bering4

dhcp-server

dhcpd.lrp [3]
where is version 3 ?

tftp-hda

tftp.lrp [4]

Grub

CF card with 2 or more partions. sda1(vfat) sda2(ext2)

Grub Fedora version uses /boot/grub/grub.conf

Grub with conf files can be distributed in distribution tarball

see [5]

(hd0,0) = sda1 grub> root (hd0,0) grub> setup (hd0)

Use sda1=root(hd0,0) /boot/grub/grub.conf use sda2=root(hd0,1) /boot/grub/grub.conf


Grub in mbr and syslinux according to install instruction

Installing_the_Disk_Image

Mbr boot sda2 that chainloads sda1(with timeout=5) or whatever.

mbr boot sda1