• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. robertkwild
    3. Posts
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 45
    • Posts 183
    • Best 9
    • Controversial 0
    • Groups 0

    Posts made by robertkwild

    • RE: win10 boot menu options for uefi

      @george1421 ok looks better

      155cfb8d-457c-4dc6-befd-5910e6db20d3-image.png

      but now i get this

      4911adb2-6b10-409a-96ee-eee44965f516-image.png

      i need the bcd file otherwise it complains i have no bcd

      if i dont include the sdi file i get error

      41eb941e-aeb1-443a-8898-cb682469dce3-image.png

      posted in FOG Problems
      R
      robertkwild
    • win10 boot menu options for uefi

      hi all,

      im so close in making windows 10 boot image but im getting stuck at the last hurdle

      ive put in this in my new menu entry

      initrd nfs://${fog-ip}:/images/os/mswindows/10-21h1/WinPE_amd64.iso
      chain iso raw
      boot || goto MENU

      ive just deleted the memdisk out as im doing this on UEFI systems

      win10.JPG

      thanks,
      rob

      posted in FOG Problems
      R
      robertkwild
    • RE: add boot from media in menu

      @sebastian-roth when you say chainloading to the local disk, you mean the menu option where it says boot to hard drive

      posted in FOG Problems
      R
      robertkwild
    • RE: adding uefi boot option aswell as bios boot option

      @george1421 im following your guide here

      https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images/4

      Windows 10 BIOS/UEFI 2021 edition

      as i have installed a samba server on my fog server following your guide also there and also done the winpe one, how do i do step 14 as isnt that for a windows share and not a linux share

      posted in FOG Problems
      R
      robertkwild
    • RE: adding uefi boot option aswell as bios boot option

      @george1421 yeah i thought as much george uefi bios dont play well with eachother, i could do this

      https://windowsloop.com/convert-legacy-bios-to-uefi-windows/

      im trying your winpe/samba server out

      just want to make a windows 10 live boot, like i have done with centos 7 and on the boot menu option i will have a widnows 10 boot option

      posted in FOG Problems
      R
      robertkwild
    • add boot from media in menu

      Hi all,

      Is it possible to add to the menu

      Boot from media device ie USB cd dvd etc

      I see boot from hard drive/deploy image/quick reg etc

      Thanks,
      Rob

      posted in FOG Problems
      R
      robertkwild
    • RE: adding uefi boot option aswell as bios boot option

      ohhh i think i know why, is this because i made the image on a bios windows 10 instead of uefi and now when i come into deploying it on uefi i get this error

      but i did run sysprep on the windows 10 image before i captured it

      posted in FOG Problems
      R
      robertkwild
    • RE: adding uefi boot option aswell as bios boot option

      @george1421 thanks, it works!!!

      i get this now, its hanging on this

      rEFInd - Initializing…

      posted in FOG Problems
      R
      robertkwild
    • RE: adding uefi boot option aswell as bios boot option

      @george1421 found out

      64=bzimage
      32=bzimage32

      and i think the location is here isnt it

      /var/www/html/fog/service/ipxe/

      so i imagine i just rename the old ones and save the new ones here?

      posted in FOG Problems
      R
      robertkwild
    • RE: adding uefi boot option aswell as bios boot option

      @george1421 thanks

      Is the 64 bit link do I save that as the bzimage one and the 32 bit one, do I save that as the bzimage32

      And where are the originals to overwrite or even better save them as .old

      posted in FOG Problems
      R
      robertkwild
    • RE: adding uefi boot option aswell as bios boot option

      @george1421 can i do this all from the command line ie ssh rather than the web gui, i spose i download both

      5.10.50 64
      5.10.50 32

      so wget and where do i copy them to

      posted in FOG Problems
      R
      robertkwild
    • RE: adding uefi boot option aswell as bios boot option

      i have read somewhere i need to update the fog kernel but i dont know what one to choose from, will this do…

      kernel.PNG

      posted in FOG Problems
      R
      robertkwild
    • RE: adding uefi boot option aswell as bios boot option

      ok i get an error now

      so it boots up into my fog server, i choose deploy image and then i get this

      20210921_145714.jpg

      posted in FOG Problems
      R
      robertkwild
    • RE: adding uefi boot option aswell as bios boot option

      @robertkwild found it!

      https://wiki.fogproject.org/wiki/index.php/BIOS_and_UEFI_Co-Existence#Using_Windows_Server_2012_.28R1_and_later.29_DHCP_Policy

      posted in FOG Problems
      R
      robertkwild
    • adding uefi boot option aswell as bios boot option

      hi all,

      my fog server works with bios motherboards (all i do is change the motherboard back to bios instead of uefi) also i turn off secure boot as its a pain

      but this desktop i have (hp z2) you cant go back to bios, i have looked everywhere and you just cant change it to normal bios, just comes in uefi only

      how do i add the uefi boot option to my dhcp option 67 as i can see you can only have one string value and not two, otherwise i would have added “ipxe.efi”

      67.PNG

      thanks,
      rob

      posted in FOG Problems
      R
      robertkwild
    • RE: centos 7 kickstart - were to put ks file

      my dir listing works but when i click the kickstart file, it doesnt ask me to download it, where as it should instead of just viewing me the contents of it

      is it ok to add this line in my httpd.conf as i know @george1421 advised against it

      <Directory /var/www/html/listing>
      Options +Indexes
      </Directory>

      posted in FOG Problems
      R
      robertkwild
    • RE: centos 7 kickstart - were to put ks file

      @george1421 thanks george about this, i will edit my syntax and get back to you about this

      posted in FOG Problems
      R
      robertkwild
    • RE: centos 7 kickstart - were to put ks file

      ive tested it and all works perfect!!!

      heres my kickstart script

      #platform=x86, AMD64, or Intel EM64T
      #version=DEVEL
      # Install OS instead of upgrade
      install
      # Keyboard layouts
      keyboard 'uk'
      # Root password
      rootpw --iscrypted
      # System language
      lang en_GB
      # System authorization information
      auth  --useshadow  --passalgo=sha512
      # Use text mode install
      text
      # SELinux configuration
      selinux --disabled
      # Do not configure the X Window System
      skipx
      
      # Use NFS installation media
      nfs --server=10.110.10.60 --dir=/images/os/centos/7
      
      # Firewall configuration
      firewall --disabled
      # Network information
      network  --bootproto=dhcp --device=eth0
      # Reboot after installation
      reboot
      # System timezone
      timezone Europe/London
      # System bootloader configuration
      bootloader --location=mbr
      # Clear the Master Boot Record
      zerombr
      # Partition clearing information
      clearpart --drives=sda --all --initlabel
      #Create Partitions automatically
      autopart --type=lvm
      
      posted in FOG Problems
      R
      robertkwild
    • RE: centos 7 kickstart - were to put ks file

      changed it like so and so far so good, will let you know the outcome, big shout out to @george1421

      kernel tftp://${fog-ip}/os/centos/7/vmlinuz ks=nfs:${fog-ip}:/images/os/centos/7/ks.cfg
      initrd tftp://${fog-ip}/os/centos/7/initrd.img
      boot || goto MENU

      posted in FOG Problems
      R
      robertkwild
    • RE: centos 7 kickstart - were to put ks file

      @george1421 im getting closer, ive tried all different variants but this is the best one, this one actually tries to load the “kickstart” file

      kernel tftp://${fog-ip}/os/centos/7/vmlinuz ks=http://${fog-ip}/listing/ks.cfg
      initrd tftp://${fog-ip}/os/centos/7/initrd.img
      boot || goto MENU

      but this is the error i get when trying it out

      ks.JPG

      posted in FOG Problems
      R
      robertkwild
    • 1 / 1