<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Deploying to Hyper-V UEFI VMs w&#x2F;v1.5.0 RC-6 Working Branch]]></title><description><![CDATA[<p dir="auto">Has anyone attempted to deploy an image to a Gen2 VM in Hyper-v with the latest v1.5.0 RC?</p>
<p dir="auto">I’m finding that my images are not expanding to include the whole disk drive.</p>
<p dir="auto">This occurs only on VMs - at least based on the limited testing I did (1 HW PC).</p>
<p dir="auto">I’m not sure when this stopped working, but I believe imaging for these VMs worked in previous v1.5.0 RCs.  It certainly worked in v1.4.4.</p>
<p dir="auto">As a test, I used FOG to deploy the image to a Gen2 VM and had it shutdown after imaging.  I was able to mount the VHDX file and extend the volume using the Virtualization Host OS - so the volume is expandable.  After dismounting the VHDX file, the VM booted and continued normally with FOG tasks (like joining the domain).</p>
<p dir="auto">We also created an ExtendVolume Snapin that appears to work.</p>
<p dir="auto">Snapin runs diskpart /s extend.txt</p>
<p dir="auto">extend.txt has the following in it:<br />
select disk 0<br />
select volume 0<br />
extend</p>
<p dir="auto">I’m curious to know if we’re the only ones having this problem.</p>
<p dir="auto">thanks,</p>
<p dir="auto">Jim</p>
]]></description><link>http://forums.fogproject.org/topic/10616/deploying-to-hyper-v-uefi-vms-w-v1-5-0-rc-6-working-branch</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 01:46:33 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/10616.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Aug 2017 21:44:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Deploying to Hyper-V UEFI VMs w&#x2F;v1.5.0 RC-6 Working Branch on Mon, 07 Aug 2017 14:44:06 GMT]]></title><description><![CDATA[<p dir="auto">Sebastian,</p>
<p dir="auto">Here’s d1.partitions:</p>
<pre><code>label: gpt
label-id: 6561AEE9-3184-4274-B8E2-359A32B76FD5
device: /dev/sda
unit: sectors
first-lba: 34
last-lba: 104857566

/dev/sda1 : start=        2048, size=      921600, type=DE94BBA4-06D1-4D40-A16A-BFD50179D6AC, uuid=3E77A64A-2E46-40EC-93D0-03CFD0BDDDC9, name="Basic data partition", attrs="RequiredPartition GUID:63"
/dev/sda2 : start=      923648, size=      202752, type=C12A7328-F81F-11D2-BA4B-00A0C93EC93B, uuid=2CF8BFD9-3B61-4FAD-A4DC-6FC2A1E6E134, name="EFI system partition", attrs="GUID:63"
/dev/sda3 : start=     1126400, size=       32768, type=E3C9E316-0B5C-4DB8-817D-F92DF00215AE, uuid=1222537C-11F5-4B9F-9FB2-68AE743C5D79, name="Microsoft reserved partition", attrs="GUID:63"
/dev/sda4 : start=     1159168, size=   103696384, type=EBD0A0A2-B9E5-4433-87C0-68B6B72699C7, uuid=0C2EDC77-DB4B-45A1-BF2B-2BE3B844CF47, name="Basic data partition"
</code></pre>
<p dir="auto">Here’s d1.fixed_size_partitions:</p>
<pre><code>:2:3:1
</code></pre>
<p dir="auto">Jim</p>
]]></description><link>http://forums.fogproject.org/post/99819</link><guid isPermaLink="true">http://forums.fogproject.org/post/99819</guid><dc:creator><![CDATA[Jim Graczyk]]></dc:creator><pubDate>Mon, 07 Aug 2017 14:44:06 GMT</pubDate></item><item><title><![CDATA[Reply to Deploying to Hyper-V UEFI VMs w&#x2F;v1.5.0 RC-6 Working Branch on Sun, 06 Aug 2017 10:09:46 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, good to know! <a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/928">@Jim-Graczyk</a> Would you mind posting the content of <code>d1.partitions</code> and <code>d1.fixed_size_partitions</code> (as text) here in the forum? I am trying to create a test framework for the partition resizing and this is definitely a good one we want to have in our test cases.</p>
]]></description><link>http://forums.fogproject.org/post/99793</link><guid isPermaLink="true">http://forums.fogproject.org/post/99793</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Sun, 06 Aug 2017 10:09:46 GMT</pubDate></item><item><title><![CDATA[Reply to Deploying to Hyper-V UEFI VMs w&#x2F;v1.5.0 RC-6 Working Branch on Sat, 05 Aug 2017 13:38:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/28061">@sebastian-roth</a> Yes.</p>
<p dir="auto">GPT partition layouts with SFDISK tend to have the firstlba and lastlba sectors defined for the drive.  The resizable element weren’t taking the firstlba into account for the variable sizes.</p>
<p dir="auto">Making the firstlba (if present) part of the fixed size caused the problem to be fixed.</p>
]]></description><link>http://forums.fogproject.org/post/99788</link><guid isPermaLink="true">http://forums.fogproject.org/post/99788</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Sat, 05 Aug 2017 13:38:10 GMT</pubDate></item><item><title><![CDATA[Reply to Deploying to Hyper-V UEFI VMs w&#x2F;v1.5.0 RC-6 Working Branch on Sat, 05 Aug 2017 06:57:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/928">@Jim-Graczyk</a> <a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/7217">@Tom-Elliott</a> Can you please let us know how you were able to fix this?</p>
]]></description><link>http://forums.fogproject.org/post/99787</link><guid isPermaLink="true">http://forums.fogproject.org/post/99787</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Sat, 05 Aug 2017 06:57:57 GMT</pubDate></item><item><title><![CDATA[Reply to Deploying to Hyper-V UEFI VMs w&#x2F;v1.5.0 RC-6 Working Branch on Fri, 04 Aug 2017 17:54:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/7217">@tom-elliott</a></p>
<p dir="auto">Tom - I tested this on several Gen2 VMs and they all extended to the fill disk size.</p>
<p dir="auto">Thanks - SOLVED.</p>
<p dir="auto">Jim</p>
]]></description><link>http://forums.fogproject.org/post/99762</link><guid isPermaLink="true">http://forums.fogproject.org/post/99762</guid><dc:creator><![CDATA[Jim Graczyk]]></dc:creator><pubDate>Fri, 04 Aug 2017 17:54:42 GMT</pubDate></item><item><title><![CDATA[Reply to Deploying to Hyper-V UEFI VMs w&#x2F;v1.5.0 RC-6 Working Branch on Fri, 04 Aug 2017 14:45:24 GMT]]></title><description><![CDATA[<p dir="auto">Can we remote please?</p>
]]></description><link>http://forums.fogproject.org/post/99756</link><guid isPermaLink="true">http://forums.fogproject.org/post/99756</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Fri, 04 Aug 2017 14:45:24 GMT</pubDate></item><item><title><![CDATA[Reply to Deploying to Hyper-V UEFI VMs w&#x2F;v1.5.0 RC-6 Working Branch on Fri, 04 Aug 2017 14:43:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/7217">@tom-elliott</a></p>
<p dir="auto">Here are the screenshots for each step of the fog iPXE process:</p>
<p dir="auto"><img src="/assets/uploads/files/1501855987902-13709f3e-3f2f-4e06-b44a-4b7f1d984a97-image.png" alt="0_1501855987335_13709f3e-3f2f-4e06-b44a-4b7f1d984a97-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501856107961-674dbdd6-9821-4fed-b439-da2e37578c26-image.png" alt="0_1501856107563_674dbdd6-9821-4fed-b439-da2e37578c26-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501856145531-d34d1c89-1f06-4fec-872a-37ea16c1f202-image.png" alt="0_1501856145388_d34d1c89-1f06-4fec-872a-37ea16c1f202-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501856186762-9cb6040c-f4df-4a16-bc73-3b927cbff669-image.png" alt="0_1501856186630_9cb6040c-f4df-4a16-bc73-3b927cbff669-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501856244871-31eae7b6-a2a7-4b5f-b0f6-3a26ae616120-image.png" alt="0_1501856244708_31eae7b6-a2a7-4b5f-b0f6-3a26ae616120-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501856318693-3bac1652-cd92-4211-b066-095c3fd4cc4e-image.png" alt="0_1501856318213_3bac1652-cd92-4211-b066-095c3fd4cc4e-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501856398939-286aafb1-5e28-47ac-8a14-ab5bdf988749-image-resized.png" alt="0_1501856398305_286aafb1-5e28-47ac-8a14-ab5bdf988749-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501856460887-208f5c79-bde1-4475-97d2-2be6f78262b7-image-resized.png" alt="0_1501856460679_208f5c79-bde1-4475-97d2-2be6f78262b7-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501856558581-060554e9-07f0-4ac1-baa0-2b7187e63115-image-resized.png" alt="0_1501856557945_060554e9-07f0-4ac1-baa0-2b7187e63115-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501856598953-bdc07772-12e2-44cf-8a44-3174b93aba1a-image.png" alt="0_1501856598827_bdc07772-12e2-44cf-8a44-3174b93aba1a-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501856639008-9a35a3c3-f5d6-4b69-b915-9ee7b15bfddf-image.png" alt="0_1501856638892_9a35a3c3-f5d6-4b69-b915-9ee7b15bfddf-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501856678719-32ac4d93-78ec-4b31-a90b-b746aff39e37-image-resized.png" alt="0_1501856678302_32ac4d93-78ec-4b31-a90b-b746aff39e37-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501856739430-056101c7-11c3-43d4-ab31-f8aa3b3272ee-image.png" alt="0_1501856739306_056101c7-11c3-43d4-ab31-f8aa3b3272ee-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501856842778-7febb74e-23d8-4042-9769-7f5cc9d1fdb9-image-resized.png" alt="0_1501856841721_7febb74e-23d8-4042-9769-7f5cc9d1fdb9-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501856874350-c1aa4e68-44f3-480a-afac-0608c1d98639-image.png" alt="0_1501856874227_c1aa4e68-44f3-480a-afac-0608c1d98639-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501856943620-cd4c8da7-33e3-4b26-9afe-9a6b99c3c70f-image-resized.png" alt="0_1501856942693_cd4c8da7-33e3-4b26-9afe-9a6b99c3c70f-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857067426-e9cd01cc-9a46-43e0-ac27-ffaab4f675ab-image-resized.png" alt="0_1501857066339_e9cd01cc-9a46-43e0-ac27-ffaab4f675ab-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857104717-7b3313d2-4046-48fc-a50c-c00e12f8f9f4-image.png" alt="0_1501857104523_7b3313d2-4046-48fc-a50c-c00e12f8f9f4-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857133103-c94a4415-444c-4f07-a4dd-039fdee5da66-image.png" alt="0_1501857132987_c94a4415-444c-4f07-a4dd-039fdee5da66-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857169211-28bee1f5-a761-4aef-a203-7b13c772a8f8-image.png" alt="0_1501857169075_28bee1f5-a761-4aef-a203-7b13c772a8f8-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857254080-5eb1ba06-0334-49a0-9bd1-42cf25806229-image.png" alt="0_1501857253924_5eb1ba06-0334-49a0-9bd1-42cf25806229-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857279510-fdc7da49-b022-4631-943b-555a4f36f195-image.png" alt="0_1501857279188_fdc7da49-b022-4631-943b-555a4f36f195-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857317851-1be4ce92-488e-4f62-8131-ad4bedcb739a-image.png" alt="0_1501857317716_1be4ce92-488e-4f62-8131-ad4bedcb739a-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857356802-b0373987-6cff-4891-9449-3ddbc8bca83f-image.png" alt="0_1501857356668_b0373987-6cff-4891-9449-3ddbc8bca83f-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857407394-7daa9001-9a97-46a3-9601-b1c3e9139746-image.png" alt="0_1501857407260_7daa9001-9a97-46a3-9601-b1c3e9139746-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857459280-1ab77577-d786-4f08-b9d0-2ee9499e3768-image.png" alt="0_1501857459147_1ab77577-d786-4f08-b9d0-2ee9499e3768-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857500932-9bbc4692-7ea0-4249-9ed5-3f4f8ce090d0-image.png" alt="0_1501857500756_9bbc4692-7ea0-4249-9ed5-3f4f8ce090d0-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857530865-3569c688-356e-48cf-8aba-46954284b212-image.png" alt="0_1501857530748_3569c688-356e-48cf-8aba-46954284b212-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857572996-c4f5e739-8ed7-470a-8bd3-a05522c2747a-image.png" alt="0_1501857572818_c4f5e739-8ed7-470a-8bd3-a05522c2747a-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857603364-dcaf991a-e071-4d84-b5b7-6139305c5080-image.png" alt="0_1501857601570_dcaf991a-e071-4d84-b5b7-6139305c5080-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857640603-6e00edb0-032c-4a25-b730-977abe4a6cda-image.png" alt="0_1501857640475_6e00edb0-032c-4a25-b730-977abe4a6cda-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857694655-3f945a47-662b-49e7-85fd-fad6dda27d1d-image.png" alt="0_1501857694484_3f945a47-662b-49e7-85fd-fad6dda27d1d-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857725163-779b435b-7f5f-41bc-90ec-a9388bf4790f-image.png" alt="0_1501857725011_779b435b-7f5f-41bc-90ec-a9388bf4790f-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857750415-7b228dec-3c72-4c36-9a70-19274a6c9501-image.png" alt="0_1501857750244_7b228dec-3c72-4c36-9a70-19274a6c9501-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1501857780472-305d8ada-f8f0-44ee-a87a-761dce1b5d24-image.png" alt="0_1501857780331_305d8ada-f8f0-44ee-a87a-761dce1b5d24-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>http://forums.fogproject.org/post/99755</link><guid isPermaLink="true">http://forums.fogproject.org/post/99755</guid><dc:creator><![CDATA[Jim Graczyk]]></dc:creator><pubDate>Fri, 04 Aug 2017 14:43:12 GMT</pubDate></item><item><title><![CDATA[Reply to Deploying to Hyper-V UEFI VMs w&#x2F;v1.5.0 RC-6 Working Branch on Fri, 04 Aug 2017 12:34:02 GMT]]></title><description><![CDATA[<p dir="auto">If you’re running 1.5.0-RC-6, then the latest init’s and kernels are already in your FOG setup.  So, no, it won’t hurt to do the wget commands as <a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/30416">@george1421</a> or <a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/28061">@Sebastian-Roth</a> have suggested, but I don’t think there will be any difference.</p>
]]></description><link>http://forums.fogproject.org/post/99750</link><guid isPermaLink="true">http://forums.fogproject.org/post/99750</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Fri, 04 Aug 2017 12:34:02 GMT</pubDate></item><item><title><![CDATA[Reply to Deploying to Hyper-V UEFI VMs w&#x2F;v1.5.0 RC-6 Working Branch on Fri, 04 Aug 2017 05:45:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/928">@Jim-Graczyk</a> Just take pictures of the screen using your smartphone or camera. Make absolutely sure you see <code>Done</code> for every stage.</p>
<p dir="auto">Testing the most current kernels as could help as George said.</p>
<p dir="auto">Please post the contents of <code>d1.partitions</code>, <code>d1.minimum.partitions</code> and <code>d1.fixed_size_partitions</code> of this particular image here in the forum. Maybe we see something that is wrong with those.</p>
]]></description><link>http://forums.fogproject.org/post/99738</link><guid isPermaLink="true">http://forums.fogproject.org/post/99738</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Fri, 04 Aug 2017 05:45:09 GMT</pubDate></item><item><title><![CDATA[Reply to Deploying to Hyper-V UEFI VMs w&#x2F;v1.5.0 RC-6 Working Branch on Fri, 04 Aug 2017 04:31:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/7217">@tom-elliott</a></p>
<p dir="auto">Tom,</p>
<p dir="auto">I ran an image deployment with the kernel switches you list.  At the start, it said it was logging.  Can you tell me where the log is and how to get it to you?  If I need to record another way, let me know.</p>
<p dir="auto">There were no errors. All actions appeared to work as I stepped thru the deployment process.  Specifically, resizing after the 4th partition was downloaded said Done, but the partitions wasn’t actually extended.</p>
<p dir="auto">Also, should I take George1421’s recommendation that I wget bzImage and bzImage32 from <a href="http://fogproject.org" target="_blank" rel="noopener noreferrer nofollow ugc">fogproject.org</a> or do I have the latest versions as part of the current working branch?</p>
<p dir="auto">If this is something you don’t want to address right now, I have a work around with a Snapin that appears to work fine so I’m not dead in the water on EFI testing.</p>
<p dir="auto">Thanks,<br />
Jim</p>
]]></description><link>http://forums.fogproject.org/post/99736</link><guid isPermaLink="true">http://forums.fogproject.org/post/99736</guid><dc:creator><![CDATA[Jim Graczyk]]></dc:creator><pubDate>Fri, 04 Aug 2017 04:31:28 GMT</pubDate></item><item><title><![CDATA[Reply to Deploying to Hyper-V UEFI VMs w&#x2F;v1.5.0 RC-6 Working Branch on Thu, 03 Aug 2017 23:20:55 GMT]]></title><description><![CDATA[<p dir="auto">You’ll want the registered host kernel argument, for the time being, to be:</p>
<p dir="auto"><code>isdebug=yes ismajordebug=1</code></p>
<p dir="auto">the <code>isdebug=yes</code> will make it so the host will always boot everything into debug, so you don’t have to keep checking the ‘Schedule task as debug’</p>
<p dir="auto">The ismajordebug will print out more disk based information as the system processes.</p>
<p dir="auto">To start the process of imaging at the command prompt (if that’s what you want to reference it as) run <code>fog</code>.</p>
<p dir="auto">I’m pretty sure i know what’s wrong, but I don’t know of a good fix. Having the information as performed will be much more helpful. I’m sure I can get it, but understand trying to get these “little” things worked out is really causing more problems than it’s worth to continue tweaking. I fix one thing, but another thing breaks. It’s really way too finicky to keep adjusting for one, then the other.</p>
<p dir="auto">Understand this isn’t a dig at you or anybody, just understand my brain is fried from trying to get ALL things working perfectly at his point.</p>
]]></description><link>http://forums.fogproject.org/post/99735</link><guid isPermaLink="true">http://forums.fogproject.org/post/99735</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Thu, 03 Aug 2017 23:20:55 GMT</pubDate></item><item><title><![CDATA[Reply to Deploying to Hyper-V UEFI VMs w&#x2F;v1.5.0 RC-6 Working Branch on Thu, 03 Aug 2017 22:08:09 GMT]]></title><description><![CDATA[<p dir="auto">You may need to do a debug deploy and single step through deployment process to see if you can capture the error why the partitions won’t expand.</p>
<p dir="auto">You may also want to download the latest inits (manually) and install them in your fog server. The devs patch the inits last week to solve a specific issue with disk expansion.</p>
<pre><code>wget https://fogproject.org/kernels/bzImage
wget https://fogproject.org/kernels/bzImage32
</code></pre>
]]></description><link>http://forums.fogproject.org/post/99732</link><guid isPermaLink="true">http://forums.fogproject.org/post/99732</guid><dc:creator><![CDATA[george1421]]></dc:creator><pubDate>Thu, 03 Aug 2017 22:08:09 GMT</pubDate></item></channel></rss>