• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Oratorian
    O
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 9
    • Best 0
    • Controversial 0
    • Groups 0

    Oratorian

    @Oratorian

    0
    Reputation
    1
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Oratorian Unfollow Follow

    Latest posts made by Oratorian

    • RE: FOG 1.5.9 Officially Released

      @UWPVIOLATOR

      Yes here -> https://github.com/FOGProject/fogproject/compare/1.5.8...1.5.9

      posted in Announcements
      O
      Oratorian
    • RE: Fog - Ubuntu with UEFI

      @george1421

      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.

      posted in Linux Problems
      O
      Oratorian
    • RE: Fog installation with ubuntu focal

      @Sebastian-Roth

      This is indeed an error in 1.5.8

      i just upgraded to 1.5.9 RC2 and it works fine

      posted in Linux Problems
      O
      Oratorian
    • RE: Fog - Ubuntu with UEFI

      @Sebastian-Roth

      VMWare Workstation Pro 1.5.5.6

      posted in Linux Problems
      O
      Oratorian
    • RE: Fog - Ubuntu with UEFI

      @george1421

      i just deployed the image to my laptop and i get the same behavior there.

      posted in Linux Problems
      O
      Oratorian
    • 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 wonderful

      When 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.

      posted in Linux Problems
      O
      Oratorian
    • 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.

      posted in Linux Problems
      O
      Oratorian
    • 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

      posted in Linux Problems
      O
      Oratorian