Hi , first post , thanks a lot for your work on Fog, it’s an amazing tool.
So far we only succeed to use FOG 1.2.0 for our Linux preinstalled laptops ( [SIZE=11px][FONT=Ubuntu][COLOR=#555555]Single Disk - Resizable) [/COLOR][/FONT][/SIZE] :
- Legacy boot machines with sda1= Swap and sda2 = / , it sucessfully resize sda2 on any disk size which is great!
But we still fail on UEFi machines ( [SIZE=11px][FONT=Ubuntu][COLOR=#555555]Single Disk - Resizable) [/COLOR][/FONT][/SIZE] :
- Sda1 = EFi partition ( FAT)
- sda2 = Root
- sda3 = Swap ( fixed size we’d like)
Fog restore the initial Partition table, but creates only sda1 and sda2, sda3 is not created at all it seems.
So right now, we still have to boot on a live USB , resize sda2 if needed , create the Swap , and update fstab with the correct swap uuid.
Do you think we need maybe to move the swap on sda2 ? or Fog might be unable right now to do this kind of layout ? then what kind of patch would be needed to achieve this ?