how to turn off https support
-
hi all,
when i installed fog for the first time on a new OS alma 9.5 (old fog was on centos 7) i turned on https but now my clients cant connect to fog, they get this
i think this is happening because i enabled https, is there anyway to turn it off or am i stuck with it on
thanks,
rob -
@robertkwild Try using snponly.efi instead of snp.efi
-
that didnt work, changed to “snponly.efi” but still same error about autoexec.ipxe
but when i do a ls on /tftpboot i cant see “autoexec.ipxe” is this why
ls -lah /tftpboot
total 7.0M
drwxr-xr-x 5 fogproject root 4.0K Apr 23 14:22 .
dr-xr-xr-x. 22 root root 4.0K Apr 23 13:48 …
drwxr-xr-x 4 fogproject root 4.0K Apr 12 12:47 10secdelay
drwxr-xr-x 2 fogproject root 118 Apr 12 12:47 arm64-efi
-rw-r-xr-x 1 fogproject root 479 Apr 23 13:58 default.ipxe
drwxr-xr-x 2 fogproject root 118 Apr 12 12:47 i386-efi
-rw-r-xr-x 1 fogproject root 326K Apr 23 13:58 intel.efi
-rw-r-xr-x 1 fogproject root 120K Apr 23 13:58 intel.kkpxe
-rw-r-xr-x 1 fogproject root 120K Apr 23 13:58 intel.kpxe
-rw-r-xr-x 1 fogproject root 120K Apr 23 13:58 intel.pxe
-rw-r-xr-x 1 fogproject root 1.2M Apr 23 13:58 ipxe.efi
-rw-r-xr-x 1 fogproject root 1.0M Apr 23 13:58 ipxe.iso
-rw-r-xr-x 1 fogproject root 383K Apr 23 13:58 ipxe.kkpxe
-rw-r-xr-x 1 fogproject root 383K Apr 23 13:58 ipxe.kpxe
-rw-r-xr-x 1 fogproject root 382K Apr 23 13:58 ipxe.krn
-rw-r-xr-x 1 fogproject root 382K Apr 23 13:58 ipxe.lkrn
-rw-r-xr-x 1 fogproject root 383K Apr 23 13:58 ipxe.pxe
-rw-r-xr-x 1 fogproject root 400K Apr 23 13:58 ipxe.usb
-rw-r-xr-x 1 fogproject root 26K Apr 23 13:58 memdisk
-rw-r-xr-x 1 fogproject root 325K Apr 23 13:58 ncm–ecm–axge.efi
-rw-r-xr-x 1 fogproject root 325K Apr 23 13:58 realtek.efi
-rw-r-xr-x 1 fogproject root 121K Apr 23 13:58 realtek.kkpxe
-rw-r-xr-x 1 fogproject root 121K Apr 23 13:58 realtek.kpxe
-rw-r-xr-x 1 fogproject root 121K Apr 23 13:58 realtek.pxe
-rw-r-xr-x 1 fogproject root 325K Apr 23 13:58 snp.efi
-rw-r-xr-x 1 fogproject root 325K Apr 23 13:58 snponly.efi
-rw-r-xr-x 1 fogproject root 120K Apr 23 13:58 undionly.kkpxe
-rw-r-xr-x 1 fogproject root 120K Apr 23 13:58 undionly.kpxe
-rw-r-xr-x 1 fogproject root 120K Apr 23 13:58 undionly.pxeis it because i havnt got a dns entry for fog since i changed to using https?
what is interesting is that fog works on a vm ie it says “autoexec.ipxe” not found and it continues to load the fog menu where i can deploy my image
so its only happening on new uefi firmware looks like it
-
@robertkwild The autoexec.ipxe isn’t a problem at all. It is just saying that the file doesn’t exist. It’s meant as a means to allow the consumer (you) to have other scripts that just “work” dynamically. It is not a required file and not the cause of the “freeze” I suspect you think it is.
-
@Tom-Elliott thanks, now i know the “autoexec.ipxe…not found” is fine its just a warning and it ignores it and continues
but why then does this laptop fail to boot into fog and a vm does boot into fog?
is it because the laptop uses a usb/ethernet adapter
-
@robertkwild I do not know why it’s not booting. It looks like it’s getting the file and trying things, but i’m not sure where it’s failing specifically?
-
@Tom-Elliott is there a way to find out where its failing
i have the PCAP file if interested?