Posts made by Oratorian
-
RE: Fog - Ubuntu with UEFI
Is it normal that FOG cant deploy a linux image on a machine that had windows installed on it?
The Linux image was captured with multiple partitions, single disk.I always get I need to rezise the partitions error even after doing a full wipe on the target maschine.
-
RE: Fog - Ubuntu with UEFI
i just deployed the image to my laptop and i get the same behavior there.
-
RE: Fog - Ubuntu with UEFI
Ok a bit more detail here, sry i was working for hours on a solution.
I created a VM and installed Ubuntu 20.04 in UEFI mode onto it.
I pushed the image onto FOG until now everything works wonderfulWhen i reboot “of course all VM’S are set to boot from network and in uefi mode”
ipxe starts up and i get into the ipxe boot menu, first menu entry Boot from Local disc.From there on nothing happens. ipxe is not able to find either an efi partition nor any bootable system. I tried to set the exit mode to REFIND,GRUB,GRUB_FIRST_HDD and even,GRUB_FIRST_WINDOWS but nope.
If i reset the vm and choose boot from harddrive on the VM’S Bios setup ubuntu just starts fine.
-
Fog - Ubuntu with UEFI
I created an Ubuntu 20.04 image using
Multiple partitions - single disk
everything is fine expect that ipxe is not able to boot the system afterwards.
I tried using refind , grub_first_hdd and grub
but ipxe refuses to reboot the vm. -
RE: Fog installation with ubuntu focal
@DARUN974 if you install 1.5.8 on Ubuntu 20.04.1
do the following
open /root/fogproject-1.5.8/lib/ubuntu/config.sh
search for
case $OSVersion in 19|20) php_ver="7.3"
and change php_ver to 7.4
Ubuntu 20.04.01 recieved an repository update where canoncial updated all php binaries to 7.4 and removed 7.3