Difference between revisions of "User talk:Taspts"

From bering-uClibc
Jump to: navigation, search
(PXE environment)
(Grub: new section)
 
Line 47: Line 47:
 
tftp.lrp
 
tftp.lrp
 
[http://leaf.cvs.sourceforge.net/viewvc/leaf/src/bering-uclibc4/source/tftp/]
 
[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