Page 3 of 3 FirstFirst 123
Results 31 to 41 of 41

Thread: [How to] PXE boot Server

  1. #31
    Can any one help me?
    I want to load knoppix.6.2.ru.iso (size 700MB) with PXE
    Because my /opt partition size iz 512MB i have made directory in /tmp/mnt/[my_usb_drive]/knoppix and extract where 3 files from knoppix.6.2.ru.iso(linux, minirt.gz and KNOPPIX)
    my /opt/tftpboot/pxelinux.cfg/default is
    Code:
    display boot.txt
    prompt 1
    timeout 0
    default Knoppix
    
    label Knoppix
      kernel /tmp/mnt/[my_usb_drive]/knoppix/linux
      append ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=/tmp/mnt/[my_usb_drive]/knoppix/minirt.gz nomce noapic quiet boot_image=/tmp/mnt/[my_usb_drive]/knoppix/knoppix
    
    label DSL
      kernel /dsl/linux24
      append ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=/dsl/minirt24.gz nomce noapic quiet boot_image=/dsl/knoppix
    but it doesn't work
    Code:
    couldn't find /tmp/mnt/[my_usb_drive]/knoppix/linux
    DSL Linux is booting up, but says
    Code:
    Can't find KNOPPIX filesystem, sorry.
    Dropping you to a (very limited) shell.
    why he says that?
    what can i do to solve my problems?

  2. #32
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by CrazyTSTer View Post
    why he says that?
    what can i do to solve my problems?
    you need to have all the data in the tftpboot dir...

    creating a symlink in the tftpboot dir would probably solve the problem
    ln -sf /opt/tftpboot/knoppix /tmp/mnt/[my_usb_drive]/knoppix
    I dunno how you want to do it exactly, this is just an example
    this will create a "shortcut" to your /tmp/mnt/[my_usb_drive]/knoppix directory.
    Shortcuts are also like real files or folders, so you will see a new folder /opt/tftpboot/knoppix with the contents of the /tmp/mnt...

    then you can redirect the tftpboot config to the /opt directory

  3. #33
    Quote Originally Posted by wpte View Post
    you need to have all the data in the tftpboot dir...

    creating a symlink in the tftpboot dir would probably solve the problem
    Ok, tnx, i'll try

    And what about DSL Linux? I can boot only kernel... why?

  4. #34
    Quote Originally Posted by wpte View Post
    you need to have all the data in the tftpboot dir...

    creating a symlink in the tftpboot dir would probably solve the problem
    this solution doesn't work
    also DSL under question
    plz help

  5. #35
    Join Date
    Sep 2007
    Location
    czech republic
    Posts
    182
    I thing 700MB is too much for PXE, the better way is using nfs or fetch squash filesystem from webserver.
    http://wl500g.info/attachment.php?at...9&d=1269646520
    Last edited by gouryella; 27-03-2010 at 01:36.
    RT-N13u dd-wrt | Toshiba 2.5" 160GB | pxe boot server

  6. #36
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by gouryella View Post
    I thing 700MB is too much for PXE, the better way is using nfs or fetch squash filesystem from webserver.
    not necessarily, you also need enough ram to load it up.
    You need at least 700MB to save the image in RAM as well as the normal required RAM for running it

    plus, loading 700MB takes some time with 3MB/s

  7. #37
    Join Date
    Sep 2007
    Location
    czech republic
    Posts
    182
    The right knoppix settings is something like (knoppix 6.2):
    Code:
    label knoppix
      kernel knoppix/linux
      append ramdisk_size=100000 lang=en vt.default_utf8=0 apm=power-off vga=791 xmodule=fbdev initrd=knoppix/minirt.gz nomce quiet loglevel=0 tz=localtime
      append initrd=knoppix/KNOPPIX

    btw. i update the guide, now include files for windows 7 PE booting, memtest x86 and readme.txt for some pxe distributions
    Last edited by gouryella; 27-03-2010 at 13:03.
    RT-N13u dd-wrt | Toshiba 2.5" 160GB | pxe boot server

  8. #38

    tftpboot.zip?

    The attached tftpboot.zip is broken?
    Can't download it... says its invalid.
    Postbusjj
    WL-500W, 1.9.2.7-d-r1445

  9. #39
    Join Date
    Sep 2007
    Location
    czech republic
    Posts
    182
    Quote Originally Posted by postbusjj View Post
    The attached tftpboot.zip is broken?
    Can't download it... says its invalid.
    I have no problem with it, anyway...
    Attached Files Attached Files
    RT-N13u dd-wrt | Toshiba 2.5" 160GB | pxe boot server

  10. #40
    Thanks!
    Dunno what's happening/happened. This zip I can download. Just checked the file from 1st post again... works, though it crashes my browser
    Well, I have it... now. Cheers.
    Postbusjj
    WL-500W, 1.9.2.7-d-r1445

  11. #41
    IN THIS TUTORIAL:
    If you see this in syslog (see it via web-ui)
    Jan 21 01:39:45 xinetd[148]: Unknown user: root [file=/opt/etc/xinetd.d/tftp] [line=11]
    Jan 21 01:39:45 xinetd[148]: Error parsing attribute user - DISABLING SERVICE [file=/opt/etc/xinetd.d/tftp] [line=11]
    Jan 21 01:39:45 xinetd[148]: Service tftp missing attribute user - DISABLING
    Jan 21 01:39:45 xinetd[148]: 148 {init_services} no services. Exiting...
    Jan 21 01:40:22 xinetd[157]: Unknown user: root [file=/opt/etc/xinetd.d/tftp] [line=11]
    Jan 21 01:40:22 xinetd[157]: Error parsing attribute user - DISABLING SERVICE [file=/opt/etc/xinetd.d/tftp] [line=11]
    Jan 21 01:40:22 xinetd[157]: Service tftp missing attribute user - DISABLING
    Jan 21 01:40:22 xinetd[157]: 157 {init_services} no services. Exiting...
    Jan 21 01:43:20 xinetd[183]: Unknown user: root [file=/opt/etc/xinetd.d/tftp] [line=11]
    Jan 21 01:43:20 xinetd[183]: Error parsing attribute user - DISABLING SERVICE [file=/opt/etc/xinetd.d/tftp] [line=11]
    Jan 21 01:43:20 xinetd[183]: Service tftp missing attribute user - DISABLING
    Jan 21 01:43:20 xinetd[183]: 183 {init_services} no services. Exiting...
    You must edit
    /opt/etc/xinetd.d/tftp
    and set
    Code:
    user             = admin
    instead of
    Code:
    user             = root
    (you must use router's login. default is admin)
    Sorry for my bad English.
    Покупайте Отечественных Слонов!!!

Page 3 of 3 FirstFirst 123

Similar Threads

  1. Replies: 10
    Last Post: 21-12-2012, 08:55
  2. [How to] rtorrent & ntorrent
    By mancub in forum WL-500gP Tutorials
    Replies: 101
    Last Post: 18-12-2008, 07:21
  3. [How To] 2 zusätzliche interne USB Ports am WL500gP nutzbar machen
    By rj.2001 in forum German Discussion - Deutsch (DE)
    Replies: 6
    Last Post: 02-10-2008, 11:32
  4. [HOW TO] Bluetooth in wl500g
    By TIk in forum WL-500g/WL-500gx Tutorials
    Replies: 1
    Last Post: 17-09-2008, 21:38
  5. Gameserver
    By blingbling in forum WL-500gP Q&A
    Replies: 2
    Last Post: 17-07-2006, 15:37

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •