• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. dureal99d
    D
    • Profile
    • Following 2
    • Followers 1
    • Topics 32
    • Posts 311
    • Best 19
    • Controversial 0
    • Groups 0

    dureal99d

    @dureal99d

    23
    Reputation
    2.4k
    Profile views
    311
    Posts
    1
    Followers
    2
    Following
    Joined Last Online

    dureal99d Unfollow Follow

    Best posts made by dureal99d

    • RE: Customizing the advance boot screen?

      @george1421 I ended up finding what I was looking for here

      posted in General
      D
      dureal99d
    • Parted Magic for UEFI/BIOS boot

      Follow the directions given here All credits to the original poster.

      Simply edit this to fit your scenario

      cpair 0
      cpuid --ext 29 && set arch 64 || set arch 32
      initrd http://${fog-ip}/bootimgs/pmagic/initrd.img
      initrd http://${fog-ip}/bootimgs/pmagic/files.cgz
      initrd http://${fog-ip}/bootimgs/pmagic/fu.img
      initrd http://${fog-ip}/bootimgs/pmagic/m${arch}.img
      chain http://${fog-ip}/bootimgs/pmagic/bzImage${arch} initrd=initrd.img initrd=fu.img initrd=m${arch}.img initrd=files.cgz
      boot.
      
      I hope this helps someone
      posted in Tutorials
      D
      dureal99d
    • RE: How to pxe boot cent os 7

      @george1421 said in How to pxe boot cent os 7:

      fedora pxe boot guide.

      @george1421 I have moved from the files from the fog root and moved them to /opt/bootimgs/ then I created a soft link to them as suggested by @Wayne-Workman . So no more fog eating the files on every upgrade. thank you. I am going to start reading up on all these codes so I can have a better understanding for these situation.

      at any rate if you find you get the time a fedora code would be nice but not all that needed. oh and i almost forgot to post this.

      Working boot menu for all but “centos live” and “fedora”

      Hope this helps make someone’s life a bit easier now or later

      :MENU
      menu
      item --gap -- ---------------- iPXE boot menu ----------------
      item mac Macrium Reflect
      item clonezilla Clonezilla 2015
      item ubuntu6 Ubuntu 16:04.1 x64
      item ubuntu6 Ubuntu 16:04.1 x32
      item ubuntu Ubuntu 15:10 x64
      item ubuntu Ubuntu 15:10 x32
      item kubuntu6 Kubuntu 16:04.1 x64 
      item kubuntu6 Kubuntu 16:04.1 x32
      item kubuntu Kubuntu 15:10 x64 
      item kubuntu Kubuntu 15:10 x32
      item mint18 Linux Mint 18 "Sarah" - MATE (32-bit)
      item Mint18 Linux Mint 18 "Sarah" - MATE (64-bit)
      item mint Linux Mint 17.2 "Rafaela" - MATE (32-bit)
      item Mint Linux Mint 17.2 "Rafaela" - MATE (64-bit)
      item mint Linux Mint 17.2 "Rafaela" - Cinnamon (32-bit)
      item Mint Linux Mint 17.2 "Rafaela" - Cinnamon (64-bit)
      item BOOTCD Hirens 15.2 BOOTCD
      item pgon Paragon Harddisk Manager 12
      item ubd Ultimate Boot Disk
      item ez  EZ Gig IV Cloning Software
      item centos Centos
      item centos2 Centos Live
      item hostinfo details about this computer
      item shell ipxe shell
      item return return to previous menu
      choose --default return --timeout 5000 target && goto ${target}
      :mac
      initrd http://${fog-ip}/fog/service/ipxe/mac/mac.iso
      chain memdisk iso raw ||
      goto MENU
      
      :clonezilla
      kernel http://${fog-ip}/bootimgs/clonezilla/vmlinuz
      initrd http://${fog-ip}/bootimgs/clonezilla/initrd.img
      imgargs vmlinuz boot=live username=user fetch=http://${fog-ip}/bootimgs/clonezilla/filesystem.squashfs locale=en_US.UTF-8 keyboard-layouts=NONE
      boot || echo failed to boot
      prompt
      goto MENU```
      
      :ubuntu6
      kernel http://${fog-ip}/bootimgs/16.04.1_64/casper/vmlinuz.efi
      initrd http://${fog-ip}/bootimgs/16.04.1_64/casper/initrd.lz
      imgargs vmlinuz.efi root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/html/bootimgs/16.04.1_64/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      goto start
      
      :ubuntu6
      kernel http://${fog-ip}/bootimgs/16.04.1_32/casper/vmlinuz
      initrd http://${fog-ip}/bootimgs/16.04.1_32/casper/initrd.lz
      imgargs vmlinuz.efi root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/html/bootimgs/16.04.1_32/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      goto start
      
      :ubuntu
      kernel http://${fog-ip}/bootimgs/15.10_64/casper/vmlinuz.efi
      initrd http://${fog-ip}/bootimgs/15.10_64/casper/initrd.lz
      imgargs vmlinuz.efi root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/html/bootimgs/15.10_64/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      goto start
      
      :ubuntu
      kernel http://${fog-ip}/bootimgs/15.10_32/casper/vmlinuz
      initrd http://${fog-ip}/bootimgs/15.10_32/casper/initrd.lz
      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/html/bootimgs/15.10_32/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      goto start
      
      :kubuntu6
      kernel http://${fog-ip}/bootimgs/kubuntu6_64/casper/vmlinuz.efi
      initrd http://${fog-ip}/bootimgs/kubuntu6_64/casper/initrd.lz
      imgargs vmlinuz.efi root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/html/bootimgs/kubuntu6_64/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      goto start
      
      :kubuntu6
      kernel http://${fog-ip}/bootimgs/kubuntu6_32/casper/vmlinuz
      initrd http://${fog-ip}/bootimgs/kubuntu6_32/casper/initrd.lz
      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/html/bootimgs/kubuntu6_32/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      
      :kubuntu
      kernel http://${fog-ip}/bootimgs/kubuntu5_64/casper/vmlinuz.efi
      initrd http://${fog-ip}/bootimgs/kubuntu5_64/casper/initrd.lz
      imgargs vmlinuz.efi root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/html/bootimgs/kubuntu5_64/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      goto start
      
      :kubuntu
      kernel http://${fog-ip}/bootimgs/kubuntu5_32/casper/vmlinuz
      initrd http://${fog-ip}/bootimgs/kubuntu5_32/casper/initrd.lz
      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/html/bootimgs/kubuntu5_32/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      goto start
      
      :mint18
      kernel http://${fog-ip}/bootimgs/lm18_32/casper/vmlinuz
      initrd http://${fog-ip}/bootimgs/lm18_32/casper/initrd.lz
      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/html/bootimgs/lm18_32/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      goto start
      
      :Mint18
      kernel http://${fog-ip}/bootimgs/lm18_64/casper/vmlinuz.efi
      initrd http://${fog-ip}/bootimgs/lm18_64/casper/initrd.lz
      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/html/bootimgs/lm18_64/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      goto start
      
      :mint
      kernel http://${fog-ip}/bootimgs/lm_32/casper/vmlinuz
      initrd http://${fog-ip}/bootimgs/lm_32/casper/initrd.lz
      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/html/bootimgs/lm_32/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      goto start
      
      :Mint
      kernel http://${fog-ip}/bootimgs/lm_64/casper/vmlinuz
      initrd http://${fog-ip}/bootimgs/lm_64/casper/initrd.lz
      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/html/bootimgs/lm_64/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      goto start
      
      :mint
      kernel http://${fog-ip}/bootimgs/lmc_32/casper/vmlinuz
      initrd http://${fog-ip}/bootimgs/lmc_32/casper/initrd.lz
      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/html/bootimgs/lmc_32/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      goto start
      
      :Mint
      kernel http://${fog-ip}/bootimgs/lmc_64/casper/vmlinuz
      initrd http://${fog-ip}/bootimgs/lmc_64/casper/initrd.lz
      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/html/bootimgs/lmc_64/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      goto start
      
      :centos
      initrd http://${fog-ip}/bootimgs/centos/images/pxeboot/initrd.img
      chain http://${fog-ip}/bootimgs/centos/images/pxeboot/vmlinuz initrd=initrd.img method=http://${fog-ip}/bootimgs/centos/ devfs=nomount ip=dhcp
      boot || goto MENU
      
      :centos2
      initrd http://${fog-ip}/bootimgs/centos/images/pxeboot/initrd.img
      chain http://${fog-ip}/bootimgs/centos/images/pxeboot/vmlinuz initrd=initrd.img root=live:http://${fog-ip}/bootimgs/centos/LiveOS/squashfs.img ip=dhcp rootflags="loop" rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 
      boot || goto MENU
      
      :BOOTCD
      initrd http://${fog-ip}/bootimgs/bootcd/hirensboot.iso ||
      chain memdisk iso raw ||
      boot ||
      goto MENU
      
      :pgon
      initrd http://${fog-ip}/bootimgs/pgon/phdman12.iso ||
      chain memdisk iso raw ||
      boot ||
      goto MENU
      
      :ubd
      initrd http://${fog-ip}/bootimgs/ubcd/ubcd535.iso ||
      chain memdisk iso raw ||
      boot ||
      goto MENU
      
      :ez
      initrd http://${fog-ip}/bootimgs/ez/EZGIG438.iso ||
      chain memdisk iso raw ||
      boot ||
      goto MENU
      
      :hostinfo
      echo This computer : ||
      echo MAC address....${net0/mac} ||
      echo IP address.....${ip} ||
      echo Netmask........${netmask} ||
      echo Serial.........${serial} ||
      echo Asset number...${asset} ||
      echo Manufacturer...${manufacturer} ||
      echo Product........${product} ||
      echo BIOS platform..${platform} ||
      echo ||
      echo press any key to return to Menu ||
      prompt
      goto MENU
      
      :shell
      shell ||
      goto MENU
      :return
      chain http://${fog-ip}/${fog-webroot}/bootimgs/boot.php?mac=${net0/mac} ||
      prompt
      goto MENU
      Autoboot
      
      posted in General
      D
      dureal99d
    • RE: Cannot get linux to complete the pxe boot

      Ok so here is the result, I got it working thanks to a person on this forum named aaoyagi.

      When I followed his instructions my Linux distros booted without fail via my fog server over the network!!!

      In case anybody wants the steps:

      First in your /etc/exports add this line:
      /var/www/fog/iso/15.04_64 *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)

      Then restart your nfs server. If you’re running Ubuntu it’s sudo service nfs-kernel-server restart

      Next, extract the Ubuntu iso to a direcotry named 15.04_64 in your /var/www/fog/iso directory.

      In your Advanced menu use this:
      :MENU
      menu
      item --gap – ---------------- iPXE boot menu ----------------
      item ubuntu15.04_64 Boot Ubuntu 15.04
      item return return to previous menu
      :ubuntu15.04_64
      set path /fog/iso/15.04_64
      set nfs_path /var/www/fog/ISO/15.04_64
      kernel http://${fog-ip}${path}/casper/vmlinuz.efi || read void
      initrd http://${fog-ip}${path}/casper/initrd.lz || read void
      imgargs vmlinuz.efi root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:${nfs_path} ip=dhcp splash quiet – || read void
      boot || read void
      goto start

      Hopefully it works for you too. You don’t have to set the variables. I just did it that way in case I ever have to change where the iso directory lives.

      posted in Linux Problems
      D
      dureal99d
    • RE: primary hard drive

      @Wayne-Workman yes, I have looked at this however I am not experiencing this inits… issue. Yet it is clear some are.

      the only issue i experienced was the system failing to gain access to the ftp. but then i realized during the setup after lines (What is the storage location for your images directory? (/images)

      • Setting password for FOG User…OK
      • New password set for:
        username: xxx
        password: xxxxxxxxxxxxxx)

      i then figured out that it assighned me totally new creditials i needed to input in the storage and tftp settings and wala back at smotth operating.

      posted in FOG Problems
      D
      dureal99d
    • RE: How to pxe boot cent os 7

      @Tom-Elliott I have successfully mounted the nfs on my remote machine. on my other linux machine i did not have the nfs system installed once i did wala it mounted. however i cant write to it its read only. and when i boot the linux ditro it all goes good utill its time to mount the nfs then i get a permissions denied error

      posted in General
      D
      dureal99d
    • RE: Serve different types of .efi boot files

      @george1421 said in Serve different types of .efi boot files:

      might also want to learn about capture filters in wireshark

      for asus 00000011-0000-0000-0000-50465d986f3c / udp.port == 68

      posted in Linux Problems
      D
      dureal99d
    • RE: No such file or directory??? 5417

      @Wayne-Workman A symbolic link? I’m not savvy.
      what i normally do is use filezilla, i then create folders in the fog ipxe directory and copy the extracted iso inmate to each folder custom named with the text in the andvanced boot menu gui to compliment it. for exaample here is by boot file i used and that worked until i upgraded to trunk.

      :MENU
      menu
      item --gap – ---------------- iPXE boot menu ----------------
      item mac Macrium Reflect
      item clonezilla Clonezilla 2015
      item ubuntu Ubuntu 15:10 x64
      item ubuntu Ubuntu 15:10 x32
      item kubuntu Kubuntu 15:10 x64 
      item kubuntu Kubuntu 15:10 x32
      item mint Linux Mint 17.2 "Rafaela" - MATE (32-bit)
      item mint Linux Mint 17.2 "Rafaela" - MATE (64-bit)
      item mint Linux Mint 17.2 "Rafaela" - Cinnamon (32-bit)
      item mint Linux Mint 17.2 "Rafaela" - Cinnamon (64-bit)
      item BOOTCD Hirens 15.2 BOOTCD
      item shell ipxe shell
      item return return to previous menu
      choose --default return --timeout 5000 target && goto ${target}
      :mac
      initrd http://${fog-ip}/html/fog/service/ipxe/mac/mac.iso
      chain memdisk iso raw ||
      goto MENU
      
      :clonezilla
      kernel http://${fog-ip}/html/fog/service/ipxe/clonezilla/vmlinuz
      initrd http://${fog-ip}/html/fog/service/ipxe/clonezilla/initrd.img
      imgargs vmlinuz boot=live username=user fetch=http://${fog-ip}/html/fog/service/ipxe/clonezilla/filesystem.squashfs locale=en_US.UTF-8 keyboard-layouts=NONE
      boot || echo failed to boot
      prompt
      goto MENU```
      
      :ubuntu
      set path /html/fog/service/ipxe/15.10_64
      set nfs_path /var/www/html/fog/service/ipxe/15.10_64
      kernel http://${fog-ip}${path}/casper/vmlinuz.efi || read void
      initrd http://${fog-ip}${path}/casper/initrd.lz || read void
      imgargs vmlinuz.efi root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:${nfs_path} ip=dhcp splash quiet – || read void
      boot || read void
      goto start
      
      :ubuntu
      set path /html/fog/service/ipxe/15.10_32
      set nfs_path /var/www/html/fog/service/ipxe/15.10_32
      kernel http://${fog-ip}${path}/casper/vmlinuz || read void
      initrd http://${fog-ip}${path}/casper/initrd.lz || read void
      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:${nfs_path} ip=dhcp splash quiet – || read void
      boot || read void
      goto start
      
      :kubuntu
      kernel http://${fog-ip}/html/fog/service/ipxe/kubuntu5_64/casper/vmlinuz.efi
      initrd http://${fog-ip}/html/fog/service/ipxe/kubuntu5_64/casper/initrd.lz
      imgargs vmlinuz.efi root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/html/fog/service/ipxe/kubuntu5_64/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      goto start
      
      :kubuntu
      kernel http://${fog-ip}/html/fog/service/ipxe/kubuntu5_32/casper/vmlinuz
      initrd http://${fog-ip}/html/fog/service/ipxe/kubuntu5_32/casper/initrd.lz
      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/html/fog/service/ipxe/kubuntu5_32/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      goto start
      
      :mint
      set path /html/fog/service/ipxe/lm_32
      set nfs_path /var/www/html/fog/service/ipxe/lm_32
      kernel http://${fog-ip}${path}/casper/vmlinuz || read void
      initrd http://${fog-ip}${path}/casper/initrd.lz || read void
      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:${nfs_path} ip=dhcp splash quiet – || read void
      boot || read void
      goto start
      
      :mint
      set path /html/fog/service/ipxe/lm_64
      set nfs_path /var/www/html/fog/service/ipxe/lm_64
      kernel http://${fog-ip}${path}/casper/vmlinuz.efi || read void
      initrd http://${fog-ip}${path}/casper/initrd.lz || read void
      imgargs vmlinuz.efi root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:${nfs_path} ip=dhcp splash quiet – || read void
      boot || read void
      goto start
      
      :mint
      set path /html/fog/service/ipxe/lmc_32
      set nfs_path /var/www/html/fog/service/ipxe/lmc_32
      kernel http://${fog-ip}${path}/casper/vmlinuz || read void
      initrd http://${fog-ip}${path}/casper/initrd.lz || read void
      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:${nfs_path} ip=dhcp splash quiet – || read void
      boot || read void
      goto start
      
      :mint
      set path /html/fog/service/ipxe/lmc_64
      set nfs_path /var/www/html/fog/service/ipxe/lmc_64
      kernel http://${fog-ip}${path}/casper/vmlinuz.efi || read void
      initrd http://${fog-ip}${path}/casper/initrd.lz || read void
      imgargs vmlinuz.efi root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:${nfs_path} ip=dhcp splash quiet – || read void
      boot || read void
      goto start
      
      :BOOTCD
      initrd http://${fog-ip}/html/fog/service/ipxe/hirens/hirensboot.iso ||
      chain memdisk iso raw ||
      boot ||
      goto MENU
      
      :shell
      shell ||
      goto MENU
      :return
      chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} ||
      prompt
      goto MENU
      Autoboot
      

      Edited: Formatting

      posted in FOG Problems
      D
      dureal99d
    • RE: How to pxe boot cent os 7

      @dureal99d said in How to pxe boot cent os 7:

      initrd http://${fog-ip}/bootimgs/centos/images/pxeboot/initrd.img
      chain http://${fog-ip}/bootimgs/centos/images/pxeboot/vmlinuz initrd=initrd.img root=live:http://${fog-ip}/bootimgs/centos/LiveOS/squashfs.img ip=dhcp rootflags=“loop” rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0
      boot || goto MENU

      @Developers @Moderators @Senior-Developers I wanted to update this thread with my current progress. both are working bootable.

      in virtualbox i had to have at least 1650 gigs of ram allocated for it to boot. anything under that and it will error out. but i expect most machines these days to have at least 3 to 4 gigs of ram so any who choose to use should be fine.

      Hope this helps make someones life a bit easier.

      both are fully working
      live only fedora
      initrd http://${fog-ip}/bootimgs/fedora/images/pxeboot/initrd.img
      chain http://${fog-ip}/bootimgs/fedora/images/pxeboot/vmlinuz initrd=initrd.img root=live:http://${fog-ip}/bootimgs/fedora/LiveOS/squashfs.img devfs=nomount ip=dhcp
      boot || goto MENU

      live and install fedora
      initrd http://${fog-ip}/bootimgs/fedora/images/pxeboot/initrd.img
      chain http://${fog-ip}/bootimgs/fedora/images/pxeboot/vmlinuz initrd=initrd.img root=live:http://${fog-ip}/bootimgs/fedora/LiveOS/squashfs.img rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0
      boot || goto MENU

      posted in General
      D
      dureal99d
    • RE: ERROR: Unable to get subsection - Middleware::Response ERROR: Object reference not set to an instance of an object

      @Tom-Elliott Working again as of rc 31. Thank you!!!

      posted in Linux Problems
      D
      dureal99d

    Latest posts made by dureal99d

    • RE: iPXE Fedora 28 Workstation Boots Live, Not Installer

      @Zer0Cool I know im late to the party but…

      The way to run the installer from the live only mode with fedora is with the command

      sudo liveinst
      

      then bam the installer will start and all will be well with the world

      I found the answer here [https://docs.fedoraproject.org/en-US/Fedora/16/html/Fedora_Live_Images/sect-Fedora_Live_images-Installing_Fedora_from_the_Live_Image.html](link url)

      posted in Linux Problems
      D
      dureal99d
    • RE: Booting Ubuntu 18.04 Live CD

      @davistran86 this worked excellently.

      i adopted mine to http flawless

      posted in Linux Problems
      D
      dureal99d
    • RE: No Such File or directory when tring to boot external tools?

      @george1421 Thank you once again for great support!!!

      posted in FOG Problems
      D
      dureal99d
    • RE: No Such File or directory when tring to boot external tools?

      @george1421 Its fixed

      after symlinking my custom image directory to /var/www/html/fog as noted, it worked.

      its always the little things isnt it
      and i had to change the path on my parameters

      posted in FOG Problems
      D
      dureal99d
    • RE: No Such File or directory when tring to boot external tools?

      I see.

      what other information would you require to assist me?

      Inform and I shall provide what is needed

      additionally…

      if i understand correctly “http” will not work from var/www/html" but rather requires that i symlink from var/www/html/fog

      i failed to paste the proper directory and folder name but in the fog client they are correct.

      i will try to update the link to see what happens

      posted in FOG Problems
      D
      dureal99d
    • No Such File or directory when tring to boot external tools?

      ubuntu 19.04
      dual xeon e5620
      fog 157

      recently I had to redo my linux machine

      I get this error “no such file or directory” no matter what permissions i give to the folder with the boot images in it.

      I have previously had great success with the same config prior to reinstalling and made every note to insure a seamless reinstall yet, no luck

      with that said the regular fog stuff works just fine, but my tools are used often and are very important in my environment.

      my external tools sit in a folder that i have created

      Here is the info of the command = ls -la

      drwxr-xr-x 8 www-data www-data 4096 Oct 16 16:35 .
      drwxr-xr-x 5 root root 4096 Oct 1 21:38 …
      drwxr-xr-x 12 www-data www-data 4096 Apr 26 2018 18.04_64
      drwxr-xr-x 3 www-data www-data 4096 Oct 1 20:14 centos
      drwxr-xr-x 12 www-data www-data 4096 Apr 26 2018 kubuntu-18.04-desktop-amd64
      drwxr-xr-x 11 www-data www-data 4096 Apr 26 2018 kubuntu-18.04-desktop-i386
      drwxr-xr-x 2 www-data www-data 4096 Oct 16 16:35 mac
      drwxr-xr-x 3 www-data www-data 4096 Oct 15 19:39 pmagic

      Here is the error,
      VirtualBox_pxe test_17_10_2019_20_23_35.png

      my exports:
      /images *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)
      /images/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)
      /images2 *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=2)
      /images2/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=3)
      #/var/www/html/bootimgs *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
      /opt/bootimgs *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)

      My parameters:
      kernel http://${fog-ip}/bootimgs/18.04/casper/vmlinuz
      initrd http://${fog-ip}/bootimgs/18.04/casper/initrd.lz
      imgargs vmlinuz.efi root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/bootimgs/18.04/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
      boot || goto failed
      goto start

      am i missing something?

      posted in FOG Problems
      D
      dureal99d
    • RE: FOG 1.5.0 RC 9

      Outstanding work as always!!!

      posted in Announcements
      D
      dureal99d
    • RE: Cant Manually Enter Clients / Drive Spin (constant)

      @sebastian-roth I see, also i am now able to manually enter clients. This thread is solved. Though i hope the next update fixes this issue.

      posted in FOG Problems
      D
      dureal99d
    • RE: Cant Manually Enter Clients / Drive Spin (constant)

      @wayne-workman said in Cant Manually Enter Clients / Drive Spin (constant):

      systemctl disable FOGImageReplicator

      Thanks that fixed it!!! What does the image replicator do or rather what does disabling this module affect?

      posted in FOG Problems
      D
      dureal99d
    • RE: Cant Manually Enter Clients / Drive Spin (constant)

      @wayne-workman ok I’ll try this command.

      posted in FOG Problems
      D
      dureal99d