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

    Posts made by dureal99d

    • RE: UEFI won boot tools via fog menu.

      @Quazz said in UEFI won boot tools via fog menu.:

      fsid

      fsid? i see add fsid=4 fsid=5 to the exports

      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @Quazz the files are being exported via nfs server of Ubuntu

      /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)```
      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @Quazz that is my entire config file

      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @Quazz

      :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 fedora Fedora
      item fedoral Fedora Live
      item hostinfo details about this computer
      item win windows10 32-bit
      item win64 windows10 64-bit
      item part Parted Magic x64
      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 initrd=initrd.img 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 initrd=initrd.lz 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 initrd=initrd.lz 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 initrd=initrd.lz 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 initrd=initrd.lz 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 initrd=initrd.lz 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 initrd=initrd.lz 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 initrd=initrd.lz 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 initrd=initrd.lz 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 initrd=initrd.lz 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
      initrd http://${fog-ip}/bootimgs/lm18_64/casper/initrd.lz
      imgargs vmlinuz initrd=initrd.lz 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 initrd=initrd.lz 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 initrd=initrd.lz 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 initrd=initrd.lz 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 initrd=initrd.lz 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 root=live:http://${fog-ip}/bootimgs/centos/LiveOS/squashfs.img ip=dhcp repo=http://192.168.1.109/bootimgs/centosrepo/mirror.nodeshosting.com/centos/7.2.1511/os/x86_64 splash quiet – || read void
      boot || goto MENU
      
      :fedoral
      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
      
      :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
      
      :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
      
      :win
      initrd http://${fog-ip}/bootimgs/winiso/winpe10.iso
      chain memdisk iso raw
      
      :win64
      initrd http://${fog-ip}/bootimgs/winiso/winpe1064.iso
      chain memdisk iso raw
      
      :part
      kernel http://${fog-ip}/bootimgs/pmagic/bzImage64
      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/m64.img
      imgargs initrd=initrd.img bzImage64 boot=live ip=dhcp edd=on noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=normal sleep=0 loglevel=0 keymap=us splash quiet - || read void
      boot || read void
      
      :shell
      shell ||
      goto MENU
      :return
      chain http://${fog-ip}/${fog-webroot}/bootimgs/boot.php?mac=${net0/mac} ||
      prompt
      goto MENU
      Autoboot
      

      This is my entire config file. whats funny is the only 2 that will boot is Centos and fedora which are the 2 that gave me the most trouble before.

      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @Quazz of course, do you need a video or a config file?

      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @Wayne-Workman @Senior-Developers @Moderators @Developers
      I know this thread has sparked somewhat of a up and down exhaustive debacle on if and how to make the efi load with the dns masq of ddwrt.

      This configuration right here is partially working and has allowed me to boot successfully a sony Lenovo laptop in uefi mode.

      although non of the Linux isos boot and no third party tools work at least its a step in the right direction, I think?

      0_1475571178234_2016-10-04 (2).png

      0_1475570874524_ipxe works2.jpg
      If you look at the loading sequence it states something strange that I’m sure you pros can identify. Link up on net0..............Connection timed out??
      At any rate I am now wondering if I must create one of these entries for each type of .efi file ie. snp.efi etc.

      dhcp-match=set:efibc,option:client-arch,7
      dhcp-boot=tag:efibc,ipxe.efi,,192.168.1.109
      dhcp-match=set:i386-efi/ipxe.efi,option:client-arch,6
      dhcp-boot=tag:i386-efi/ipxe.efi,,192.168.1.109
      dhcp-match=set:efi-x86_64,option:client-arch,7
      dhcp-boot=tag:efi-x86_64,ipxe.efi,,192.168.1.109
      dhcp-match=set:efi-x86_64,option:client-arch,8
      dhcp-boot=tag:efi-x86_64,ipxe.efi,,192.168.1.109
      dhcp-match=set:efi-x86_64,option:client-arch,9
      dhcp-boot=tag:efi-x86_64,ipxe.efi,,192.168.1.109
      dhcp-boot=undionly.kpxe,,192.168.1.109
      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @Wayne-Workman is this a situation were I will have to disable dhcp on my router, or will they both work in tandem with each other.

      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @Sebastian-Roth @Wayne-Workman I think that its clear that I need to invoke a new setup to properly handle co-existing environment, going forward what is the recommended way to remedy this situation. should I use fogs built in dhcp server or setup a new one and if so what server type Linux, windows?

      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @george1421 I don’t know if ddwrt uses isc, I do know it uses dnsmasq. and it will onlt boot into uefi mode if I use the usb I made based on an tutorial I found on this forum.

      and yes the main issue I’m having is none of the third party tools work in uefi mode. I am not sure if this is an issue with uefi or the software. but I assumed at least memtest would work and it fails as well.

      I have however successfully captured a image.

      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @Sebastian-Roth @george1421 @Wayne-Workman @Senior-Developers id be willing to setup and configure another server “more than likely virtual” if I can still use ddwrt to provide dhcp to machines on my network and allow fog uefi and bios boot to co-exist. assuming it will make this process easier.

      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @Sebastian-Roth I did create one of those uefi usb boot scenarios as was postd here on the forum but without the usb device selected at boot, no uefi based client will boot to fog unless i boot in legacy

      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @Sebastian-Roth its so weird, this is my config as of right now dhcp-boot=undionly.kpxe,,192.168.1.109 dhcp-match=set:efi-x86_64,option:client-arch,7 dhcp-boot=tag:efi-x86_64,ipxe.efi,192.168.1.109,192.168.1.109

      downloads ipxe.efi

      yet if i take this line away dhcp-match=set:efi-x86_64,option:client-arch,7 away it will dowload the undioly.pxe file

      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @Sebastian-Roth said in UEFI won boot tools via fog menu.:

      dhcp-boot=tag:efi-x86_64,ipxe.efi,192.168.1.109,192.168.1.109

      no but i will try it

      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @Sebastian-Roth said in UEFI won boot tools via fog menu.:

      @dureal99d That said I am wondering if you have another DHCP server in your network that is answering requests as well. Possibly a router or something that is interfering with what dnsmasq is sending?!?

      I am using ddwrt and it is my dhcp server using its built in dnsmasq to attach clients to fog which works well in bios boot mode. no other dhcp exist.

      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @Sebastian-Roth said in UEFI won boot tools via fog menu.:

      @dureal99d I might be able to help you with understanding how the TFTP URL (in your case tftp://192.168.1.1/default.ipxe) is build. You need to check out the embedded script that comes compiled into the binaries we provide - find the code here: https://github.com/FOGProject/fogproject/blob/dev-branch/src/ipxe/src-efi/ipxescript

      i tried the sugggested dhcp-boot=tag:efi-x86_64,ipxe.efi,,192.168.1.109 and it worked but the other stuff like the memtest and all will not work just the basic functions and uefi laptops i have find a boot file but crash or pause at initializing ipxe devices

      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @Sebastian-Roth ok cool!!!

      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @george1421 said in UEFI won boot tools via fog menu.:

      @dureal99d I started another thread where I’ve been documenting my travels with dnsmasq and uefi here: https://forums.fogproject.org/topic/8677/dnsmasq-bios-and-uefi

      My config is pretty close. I can pxe boot a uefi system. Right now its hanging on the iPXE kernel initializing devices… But I did have to compile the latest dnsmasq program because the one for my distribution did not work even with the updated config file.

      Looking at your config file I would have to say you need to update this line:
      dhcp-boot=tag:efi-x86_64,ipxe.efi

      to this:
      dhcp-boot=tag:efi-x86_64,ipxe.efi,,192.168.1.109

      Just like you did for the bios undionly line.

      I will try that config and report back.

      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @george1421 at current my config looks like this

      dhcp-match=set:efi-x86_64,option:client-arch,7
      dhcp-boot=tag:efi-x86_64,ipxe.efi
      dhcp-boot=undionly.kpxe,,192.168.1.109```
      
      in the dnsmasq setting of ddwrt.
      posted in FOG Problems
      D
      dureal99d
    • RE: UEFI won boot tools via fog menu.

      @george1421 NO, its at 192.168.1.109

      posted in FOG Problems
      D
      dureal99d
    • 1
    • 2
    • 7
    • 8
    • 9
    • 10
    • 11
    • 15
    • 16
    • 9 / 16