@Sebastian-Roth Thank you for the instructions. Updating FOG to 1.5.9-RC1 resolved the issue. I am now able to capture and restore an image without issue.
Posts made by jramos76
-
RE: Unable to Capture Image - Invalid Storage Group
-
RE: Unable to Capture Image - Invalid Storage Group
@Sebastian-Roth Ok, thank you. Do you have a link with instructions on how to get 1.5.9-RC1?
-
RE: Unable to Capture Image - Invalid Storage Group
@Sebastian-Roth Also, I don’t use any plugins.
-
RE: Unable to Capture Image - Invalid Storage Group
@Sebastian-Roth - It says “DefaultMember”
-
RE: Unable to Capture Image - Invalid Storage Group
@Sebastian-Roth - I tried to do the capture again and still receive the same error message (Unable to capture image). Do you have other suggestions or are we at the point of upgrading to FOG 1.5.8? If so, do you have a link to instructions for upgrading? Thank you for your help with this.
-
RE: Unable to Capture Image - Invalid Storage Group
@Sebastian-Roth Yes, my mistake. Thank you for noticing the missing quote. I now have the GUI back. I’ll post back here how the capture goes. Thanks again and have a nice day!
-
RE: Unable to Capture Image - Invalid Storage Group
@Sebastian-Roth Here is the code:
public function getHost()
{
return $this->get(‘host’);
}
/**
* Returns the storage group object.
*
* @return object
/
public function getStorageGroup()
{
return new StorageGroup($this->get(‘storagenode’)->get('storagegroupID));
}
/*
* Returns the storage node object.
*
* @return object
/
public function getStorageNode()
{
return $this->get(‘storagenode’);
}
/*
* Returns the image object. -
RE: Unable to Capture Image - Invalid Storage Group
@Sebastian-Roth Thanks for the code edit. I made the changes and my GUI stopped working so I couldn’t test if the capture works now. I restarted the server, but I still get “The page isn’t working” HTTP ERROR 500.
-
Unable to Capture Image - Invalid Storage Group
Hi,
I’m having issues capturing an image in FOG. The capture process captures all of the partitions and then at the very end, it gives an error - “Could not complete tasking (/bin/fog.upload)” and it has “Error returned: Invalid Storage Group” listed many times above. I’m running FOG version 1.5.6
Any help would be appreciated.
Thanks!
-
RE: Unable to capture image - Bitlocker Signature detected
@Tom-Elliott Hi Tom, sorry, I didn’t reply with that info, but yes, I did run the command you suggested to explicitly turn off bitlocker, but it was still giving me the same error. The error only went away once TPM was disabled in the BIOS. Thanks for your help trying to figure this out!
-
RE: Unable to capture image - Bitlocker Signature detected
@Sebastian-Roth Thanks Sebastian! Will do!
-
RE: Unable to capture image - Bitlocker Signature detected
@Sebastian-Roth - Thank you for your help with this. I had to disable TPM in the BIOS for the Bitlocker message to go away. Now I have another issue. It goes through capturing the image, but at the end, it says “Could no complete tasking (/bin/fog.upload)” and it has “Error returned: Invalid Storage Group” listed many times above.
-
RE: Unable to capture image - Bitlocker Signature detected
@Tom-Elliott - thanks for the command. I did verify that bitlocker was turned off on the Drive using the command that @Sebastian-Roth provided. I tried uploading a picture from the debug command, but I don’t think it went through. I’m hoping I can get the picture to you another way.
-
RE: Unable to capture image - Bitlocker Signature detected
Looks like the image is not uploading. I clicked “Upload Image”, but it gives me an error. Any other way to upload the picture?
-
RE: Unable to capture image - Bitlocker Signature detected
@Sebastian-Roth - Here is the output of the command.
![0_1587483853435_fog_client.jpg](Uploading 100%)
-
RE: Unable to capture image - Bitlocker Signature detected
@Sebastian-Roth - I’ve run the command and it says the C drive is “Fully Decrypted” and Bitlocker Version: None. When I look at the partitions on the machine, I see (Disk 0 partition 1) is the EFI System Partition and OS (C:) as the (Boot, Page File, Crash Dump, Primary Partition).
-
Unable to capture image - Bitlocker Signature detected
Hi,
I’m trying to capture a Windows 10 image to the FOG server. On the Windows 10 client, I’ve disabled bitlocker and run sysprep, but the capture process keeps getting stuck with the error: “Found bitlocker signature in partition /dev/sda3 header. Please disable BITLOCKER before capturing an image. (isBitlockedPartition)”
I’ve verified that Bitlocker is off on the drive and it is decrypted, so I’m not sure why the capture process keeps getting stuck. Any help would be appreciated.
Thanks!
-
RE: Windows 7 Machines on Network pickup Fog Server as DHCP Server
@Sebastian-Roth Thanks for your help! That fixed the issue.
-
RE: Windows 7 Machines on Network pickup Fog Server as DHCP Server
@Sebastian-Roth Here is the result of the command:
administrator@fog:~$ sudo systemctl status isc-dhcp-server
[sudo] password for administrator:
● isc-dhcp-server.service - ISC DHCP IPv4 server
Loaded: loaded (/lib/systemd/system/isc-dhcp-server.service; enabled; vendor
Active: active (running) since Fri 2019-07-26 09:16:09 PDT; 5min ago
Docs: man:dhcpd(8)
Main PID: 1317 (dhcpd)
Tasks: 1 (limit: 4915)
CGroup: /system.slice/isc-dhcp-server.service
└─1317 dhcpd -user dhcpd -group dhcpd -f -4 -pf /run/dhcp-server/dhcpIt looks like it is running. How do I stop it and if I stop it, will that stop the proxyDHCP which I want running for our clients we need to image using PXE boot?