Author Topic: PXEBOOT  (Read 20263 times)

gorgone

  • Newbie
  • *
  • Posts: 7
PXEBOOT
« on: July 27, 2009, 11:21:01 AM »
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

  • Administrator
  • Hero Member
  • *****
  • Posts: 2491
  • a command shell is enough to do amazing things
Re: PXEBOOT
« Reply #1 on: July 27, 2009, 11:43:43 AM »
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

  • Newbie
  • *
  • Posts: 7
Re: PXEBOOT
« Reply #2 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

gorgone

  • Newbie
  • *
  • Posts: 7
Re: PXEBOOT
« Reply #3 on: July 27, 2009, 12:12:22 PM »
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

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

  • Administrator
  • Hero Member
  • *****
  • Posts: 2491
  • a command shell is enough to do amazing things
Re: PXEBOOT
« Reply #4 on: July 27, 2009, 12:20:07 PM »

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

  • Newbie
  • *
  • Posts: 7
Re: PXEBOOT
« Reply #5 on: July 27, 2009, 12:35:30 PM »
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

  • Administrator
  • Hero Member
  • *****
  • Posts: 2491
  • a command shell is enough to do amazing things
Re: PXEBOOT
« Reply #6 on: July 27, 2009, 12:38:26 PM »
du meinst bartpe ueber das netzwerk?

gorgone

  • Newbie
  • *
  • Posts: 7
Re: PXEBOOT
« Reply #7 on: July 27, 2009, 12:41:03 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

  • Administrator
  • Hero Member
  • *****
  • Posts: 2491
  • a command shell is enough to do amazing things
Re: PXEBOOT
« Reply #8 on: July 27, 2009, 12:48:03 PM »
keine ahnung. ich verwende windows so gut wie nie. daher ist das weniger interessant fuer mich

gorgone

  • Newbie
  • *
  • Posts: 7
Re: PXEBOOT
« Reply #9 on: July 27, 2009, 12:53:32 PM »
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

  • Administrator
  • Hero Member
  • *****
  • Posts: 2491
  • a command shell is enough to do amazing things
Re: PXEBOOT
« Reply #10 on: July 27, 2009, 12:58:43 PM »
/tftpboot/boot/ploplinux/pluspacks/opt.sqfs

wird mountopt in myscripts/runme.sh gestartet?

gorgone

  • Newbie
  • *
  • Posts: 7
Re: PXEBOOT
« Reply #11 on: July 27, 2009, 13:08:08 PM »
entschuldige es war wieder mein fehler gab durch das kopieren zugriffsfehler :-(
nun gehts prima :-)

Elmar

  • Administrator
  • Hero Member
  • *****
  • Posts: 2491
  • a command shell is enough to do amazing things
Re: PXEBOOT
« Reply #12 on: July 27, 2009, 13:09:51 PM »
kein problem, die hauptsache ist das es jetzt geht :)