Main Menu

PXEBOOT

Started by gorgone, July 27, 2009, 11:21:01 AM

Previous topic - Next topic

gorgone

hallo

ich habe folgende ordner struktur
/tftpboot/pxelinux.0
/tftpboot/pxelinux.cfg/default<--- hier ist mein globales startmenü
/tftpboot/boot/acronis/kernel+initrd die starten sauber brauchen allerdings kein nfs
/tftpboot/boot/ploplinux/kernel+initrd + sqf files + myscripts

exports
/tftpboot/boot/ploplinux <----->10.223.8.0(rw,sync,no_subtree_check)

default

label linux
kernel boot/ploplinux/bzimage
append initrd=boot/ploplinux/initrfs.gz vga=1 nfsmount=10.223.8.30:/tftpboot/boot/ploplinux

abeim starten läd er das image und den kernel aber nfsroot nicht
habt ihr einen tip ?

Elmar

hi,
kannst ein foto vom bildschirm machen wenn der bootvorgang gestoppt hat?
hast du schon getestet ob du die nfs verbindung aufbauen kannst wenn du mit der ploplinux cd bootest?

elmar

gorgone

Jul 27 12:04:32 NAS mountd[2701]: refused mount request from 10.223.8.60 for /tftpboot/boot/ploplinux (/): not exported
bekomme ich im syslog vom tftp server

gorgone

habe exports geändert in
/tftpboot/boot/ploplinux *(rw,sync,no_subtree_check)

dann kommt jetzt
Jul 27 12:09:20 NAS mountd[2799]: authenticated mount request from 10.223.8.60:801 for /tftpboot/boot/ploplinux (/tftpboot/boot/ploplinux)

aber im bootlog steht nun
ploplinux not found press enter to search again

Quote from: gorgone on July 27, 2009, 12:07:12 PM
Jul 27 12:04:32 NAS mountd[2701]: refused mount request from 10.223.8.60 for /tftpboot/boot/ploplinux (/): not exported
bekomme ich im syslog vom tftp server

Elmar


Quote
/tftpboot/boot/ploplinux/kernel+initrd + sqf files + myscripts

es ist wichtig das die verzeichnisstruktur mit den dateien stimmt!
also die sqfs files muessen in /tftpboot/boot/ploplinux/ploplinux

so wie auf meiner seite beschrieben (mit dem unterschied das nach /tftpboot noch ein /boot dazukommt)
/tftpboot/boot/
         /ploplinux/
                   /bzimage
                   /pxelinux.0
                   /boot.msg
                   /memtest
                   /initrfs.gz
                   /plpbt
                   /plpinstc
                   /ploplinux/
                             /bin.sqfs
                             /etc.sqfs
                             /lib.sqfs
                             /ploplinux
                             /myscripts/

gorgone

verdammt ich habs

das subdir hatte ein l zuwenig  ;D es hieß poplinux
::)

danke nochmal :-)

wenn du schonmal hier bist ich versuche "krampfhaft" ein bartpe windows zum starten zu bekommen gibts da schon eine lösung ?



Elmar

du meinst bartpe ueber das netzwerk?

gorgone

Quote from: Elmar on July 27, 2009, 12:38:26 PM
du meinst bartpe ueber das netzwerk?

ja genau eine übel gepatchte version für syslinux gibt es die eine loader bin vermurxt
aber mir wäre ne saubere lösung lieber

Elmar

keine ahnung. ich verwende windows so gut wie nie. daher ist das weniger interessant fuer mich

gorgone

ok ist ne ansage :D

nochwas
/tftpboot/boot/ploplinux/pluspacks/opt.sqfs
oder
/tftpboot/boot/ploplinux/ploplinux/pluspacks/opt.sqfs
bei beiden passiert der fasst das nicht an beim hochfahren
startx ist nicht verfügbar

Elmar

/tftpboot/boot/ploplinux/pluspacks/opt.sqfs

wird mountopt in myscripts/runme.sh gestartet?

gorgone

entschuldige es war wieder mein fehler gab durch das kopieren zugriffsfehler :-(
nun gehts prima :-)

Elmar

kein problem, die hauptsache ist das es jetzt geht :)