Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Diskless via Howto - fehler
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Blackburns_gentoo
Guru
Guru


Joined: 26 Feb 2005
Posts: 412
Location: switzerland, Tägerwilen 127.0.0.1

PostPosted: Thu Jun 05, 2008 3:42 pm    Post subject: Diskless via Howto - fehler Reply with quote

Hi Leute,

Ich hab versuch nach dem Wiki Handbuch ein System ohne HD auf zu ziehen. Leider bin ich dabei bis jetzt gescheitert :( Vielleicht könnt ihr mir ja helfen wäre super Dankbar.

Ich habe 2 relevante Rechner :
  • Ein Server (bisschen Mädchen für alles)
    als Router ins WAN mit dnsmasq und noch diversen anderen Funktionen wie Fileserver, kleiner Webserver, Ts2 Server usw.
    • LAN IP 192.168.0.1
    • Spielt in diesem Fall die Rolle des DHCP DNS und TFTP
    • AMD 64bit somit x86_64


  • ein kleiner Mediarchner mit einer Nervigen Lauten HD die nun entlich raus muss
    • Marvell Yukon 1GB/s Karte über "Gigia-Switch" an Server
    • IP 192.168.0.3 (Hostname der Einfachheit halber "eta")
    • Mit aktivem Network Boot im Bios (PXE v2.1)
    • Intel EMT64 somit x86_64



Nun so wie es aus sieht Schlägt der Network Boot auch an mit der aktuellen Konfiguration die ich beim Server habe. Allerdings Endet es in einer Beschwerde des PXE nach dem er seine Eigene IP bekommen hat. Ausder ich nicht ganz schlau werde :

Code:

Copyright 2003-2006 Marvell(R). All Righs reserved.
Preboot eXecution Environment (PXE) v.21
Copyright 1997-2000 Intel Corporation.

CLIENT MAC ADDR: 00 1D 60C8 FF AF

GUID : C06F0011-D800-018A-2F2B-001D60C8FFAF
CLIENT IP : 192.168.0.3 MASK: 255.255.255.0 DHCP IP: 129.168.0.1 GATEWAY IP:192.168.0.1

 <?>Size = 220720 bufsize = 548864
Probing...[RTL8139] - The PCI BIOS has not enabled this device!
Updating PCI command 0006->0007. pci_bus 00 pci_device_fn 00
PCI latency timer (CFLT) isreasonably low at 0. Setting to 32 clocks.
ioaddr 0X0000, addr D5:AF:02:80:EA:FF 10Mbps full-duplex

bei <?> konnte ich nicht rekonstruieren was das heisst weil mein Monitor den Text abschneidet


[RTL8139] ?? meine Server ETH1 fürs WAN ist ne RTL8139 aber das hat den doch nicht zu interessieren was meine eth1 für ein Geschütz ist.



Innerhalb des Server sehen die Config's so aus :

/etc/dnsmasq.conf:
domain-needed
bogus-priv
local=/localdomain/
domain=localdomain
dhcp-range=192.168.0.10,192.168.0.100,255.255.255.0,6h
dhcp-host=00:1D:60:C8:FF:AF,192.168.0.3,eta,72h
dhcp-boot=/eta/boot/pxegrub,NewGabriel,192.168.0.1
dhcp-option=150,/eta/boot/grub.lst
interface=eth0

/etc/conf.d/in.tftpd:
INTFTPD_PATH="/diskless"
INTFTPD_USER="nobody"
INTFTPD_OPTS="-u ${INTFTPD_USER} -l -vvvvvv -p -c -s ${INTFTPD_PATH}"

/etc/hosts.allow:
in.tftpd: 192.168.0.0/255.255.255.0

/etc/exports:
# /etc/exports: NFS file systems being exported. See exports(5).
/diskless/eta eta(rw,nohide,insecure,no_root_squash,no_subtree_check,sync)



Client verzeichniss im Server :
Ich hab der Einfachheit halber auch das neue Linux genau gleich unter " /diskless/eta " aufgesetzt.
/diskless/eta/etc/fstab:

192.168.0.1:/diskless/eta  /   nfs  defaults,nolock     0 0
/dev/cdroms/cdrom0  /mnt/cdrom  iso9660  noauto,ro  0 0
proc  /proc proc  defaults 0 0
tmpfs /dev/shm  tmpfs defaults  0 0

/diskless/eta/etc/conf.d/net:
 config_eth0=( "noop" "192.168.0.3 netmask 255.255.255.248" )

/diskless/eta/boot/grub.lst:
default 0
timeout 30
title=Diskless Gentoo
root (nd)
kernel /eta/bzImage ip=dhcp root=/dev/nfs nfsroot=192.168.0.1:/diskless/eta


Was hab ich hier noch falsch ? kann mir da jemand helfen ?


freundliche Grüsse
Black
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2272
Location: My own world! I and Gentoo!

PostPosted: Fri Jun 06, 2008 11:34 am    Post subject: Reply with quote

Evtl. würde es was bringen im eta-Bios das PCI-BIOS der Netzwerkkarte zu aktivieren:
Quote:
Code:
The PCI BIOS has not enabled this device!


ODer aber es gibt da noch ein anderes PRoblem.
_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)
Back to top
View user's profile Send private message
okel
n00b
n00b


Joined: 04 Nov 2004
Posts: 38

PostPosted: Wed Jun 25, 2008 10:07 pm    Post subject: Reply with quote

Hallo,

ich klink mich mal ein, weil ich vor dem selben Problem stehe.

Max Steel wrote:
Evtl. würde es was bringen im eta-Bios das PCI-BIOS der Netzwerkkarte zu aktivieren:


Was ist denn ein eta-Bios und wie aktiviere ich da etwas?

Stefan
Back to top
View user's profile Send private message
farhaven
Tux's lil' helper
Tux's lil' helper


Joined: 17 Feb 2008
Posts: 127

PostPosted: Thu Jun 26, 2008 11:27 am    Post subject: Reply with quote

mit "eta-BIOS" ist das BIOS vom Client gemeint, dessen Name "eta" ist
Back to top
View user's profile Send private message
okel
n00b
n00b


Joined: 04 Nov 2004
Posts: 38

PostPosted: Thu Jun 26, 2008 12:09 pm    Post subject: Reply with quote

Oh, kapiere. Ich werd zu Hause nachsehen, ob ich zusätzlich zum Enabeln des Bootens über Netzwerk noch ein "PCI-BIOS" der Netzwerkkarte (Onboard) aktivieren kann. Danke.

Stefan
Back to top
View user's profile Send private message
okel
n00b
n00b


Joined: 04 Nov 2004
Posts: 38

PostPosted: Fri Jun 27, 2008 6:19 am    Post subject: Reply with quote

Hallo,

leider habe ich im BIOS keine Option, um so etwas einzustellen. Wenn jemandem noch was dazu einfällt, wär ich dankbar.

Stefan
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum