• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Vlad.R
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    Vlad.R

    @Vlad.R

    0
    Reputation
    262
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Vlad.R Unfollow Follow

    Latest posts made by Vlad.R

    • RE: Problem with dhcp options configuration

      Hello .

      This setting works IF you disable "Allways Broadcast " in DHCP setings .
      Thank for sharing . It helped me a lot.

      posted in General
      V
      Vlad.R
    • RE: Latest FOG 0.33b

      I am on Fog 0.33

      Modules are enabled, the hostname have changed during imaging proces.

      New imaged computer didn’t ask for restart at 1’st boot.

      On win 7 it works.

      posted in General
      V
      Vlad.R
    • RE: Latest FOG 0.33b

      Yes. Fog client is installed, and fog server address is set by ip.

      posted in General
      V
      Vlad.R
    • RE: Latest FOG 0.33b

      I’ve imaged 20 Windows 8 PC .
      I didn’t use sysprep , all computers are the same , didn’t join Active Directory .

      Hostname Changer only change NetBIOS name , not Computer Name .

      [IMG]http://rvv.ro/hostname-change.png[/IMG]

      posted in General
      V
      Vlad.R
    • RE: Latest FOG 0.33b

      Hello .

      I am trying to install FOG 0.33 with dnsmasq .

      Following this guide :

      [QUOTE]Chainloading iPXE using dnsmasq setup
      This information pertains to FOG 0.33 and the new iPXE boot method.
      In order to continue to use dnsmasq to dole out ip addresses and to help find the boot file, some changes need to be made to force the boot file to load the iPXE boot file.
      The old pxelinux.0 file is still included in the fog installation as pxelinux.0.old but this file has been replaced by a new file called [B]undionly.kpxe[/B]. We will use this file, undionly.kpxe, in place of the pxelinux.0 file when setting up the ltsp.conf file.
      The reason we are able to do this is because pxe boot looks for files that match a query of names, first starting with the MAC address of the machine and moving down the list until it reaches the default file. We are going to create a file for it to find every time it queries for the default file.
      [LIST=1]
      []Create a default file for undionly.kpxe to load (you may substitute gedit for your favorite text editor):
      sudo mkdir pxelinux.cfg
      cd pxelinux.cfg
      sudo gedit default
      [
      ]Insert the following lines and edit the server ip address to reflect your own FOG server:
      DEFAULT vesamenu.c32
      LABEL fog
      MENU DEFAULT
      kernel ipxe.krn dhcp && chain [url]http://(fog-server-ip-address)/fog/service/ipxe/boot.php?mac=${net0/mac}[/url]
      PROMPT 0
      TIMEOUT 01
      [*]Save your files and restart your dnsmasq service with the following command:
      sudo service dnsmasq restart
      [/LIST]
      [/QUOTE]didn’t have any success in booting at all .

      Then , I have renamed “pxelinux.0.old” in “pxelinux.0” , and now I can boot from PXE .
      Now ,a client computer find “pxelinux.0” , load it, and then loads iPXE file.(i think)
      How can I make use of [B]undionly.kpxe file ? [/B]In this workaround , I don’t think i am using it.

      posted in General
      V
      Vlad.R