physical drive
not sysprepped
2 partitions. Normal windows 10 install
MBR
Posts made by irishfoguser
-
RE: resizing images windows 10
-
RE: resizing images windows 10
i am just trying to clarify if everyone else windows 10 images launch into automatic repair or it something i am doing wrong with the way i am taking the images or my fog settings.
-
RE: resizing images windows 10
@irishfoguser said in resizing images windows 10:
cloned my server os drive and when i try to update using svn up and the script it fails on php7.1
never mind this.
I am now live on 1.3.5 with my main server.
I am still having the issue where windows 10 upon imaging a resizing image still reboot into automatic repair mode
-
RE: resizing images windows 10
cloned my server os drive and when i try to update using svn up and the script it fails on php7.1
-
RE: Upgrading From v1.3.0-RC-2 to v1.3.5
if you ran the trunk upgrade would it not bring you to v1.4.0 RC1?
-
resizing images windows 10
Server
- FOG Version: 1.3.0
- OS: Ubuntu
Client
- Service Version: na
- OS: na
Description
i am playing around using resizeable images instead of fixed size images but i try a test image and upload a windows 10 image. when i image it back down. When windows 10 boots up it goes into automatic repair mode and the does a startup repair and then reboots normally.
is this whats supposed to happen as that is not really something i want happening.
i know i am not running the latest fog but i am a bit anxious about the upgrade procedure on my live server as it is a very custom setup.
i have setup as a dual network setup. one card for office network and one for imaging (dhcp option). i think this setup was removed from the installer script. i also forgotten mysql root password. i also use it only as a clonging multiple systems that never connect to a domain.
Would upgrading to 1.3.5 overwrite this setup?
Do i need mysql root password to update?thanks for the help.
-
RE: snapin query resizing partitions
@Tom-Elliott can you elaborate more.
most of my images are windows 7/8/10 and therefore are multi partition images.
so i use the option multiple partition image - single disk not resizeable.Am i doing something wrong, I was given the admin of the server when someone left and thats what i was told what to do. the old server is 0.32 and the new one i have built myself is 1.3.0.
-
snapin query resizing partitions
I want to run this script to resize images to the full size of the drive as a snapin buts its got 2 parts. Never used the snap in before.
How should i do it.
first part vbs script.
########## Extend Disk Partition (MAX) ########## 'LogFilename = "C:\Windows\Setup\InstallLog.txt" 'LogFile.writeline "-------------------------------" 'LogFile.writeline "Extending partition to max size:" 'LogFile.writeline "-------------------------------" & VbCrlf diskpartScript = "c:\extend_max.txt" Set oShell = CreateObject("Wscript.Shell") Set oShellExec = oShell.Exec("cmd /c diskpart -s " & diskpartScript) set oStdOutputText = oShellExec.StdOut Do While Not oStdOutputText.AtEndOfStream diskpartOutput = oStdOutputText.ReadLine 'LogFile.writeline diskpartOutput Loop
second part is a txt file. extend_max.txt"
select disk 0 detail disk list disk select volume c extend disk 0 list disk exit
- can i use a snpain to copy extend_max.txt and then vbs to run to an image after its imaged
- how will it run it then?
apologies for my ignorance on snapins.
-
RE: crontab -e not running backup tasks.
@Tom-Elliott rsync -r -n -p -o -g -v --progress --delete --ignore-existing -i -s /images/ /media/myusername/5E8D585C1892608A/images
-
RE: crontab -e not running backup tasks.
Thanks tom. made the suggested changes and ill see what happens tonight.
-
crontab -e not running backup tasks.
I am trying to setup a task to backup \images\ to a usb drive but i cant get it to work.
I am using a program called grysnc and i have setup a task called images to do the backing up. it works grsync program.
i have setup a crontab as follows but using the command crontab -e i am using Unbuntu 14.04
00 02 * * 0-6 grsync -e images
that doesnt workI tried adding in some logging, bu t that doesnt work either.
00 02 * * 0-6 grsync -e images >> /home/myusername/logs/backup.log 2>&1Thanks and Happy christmas all.
-
RE: Moved Images From Old Fog Install to New
i did the same and all the images i copied are showing up as 0.
I have no issue imaging. any new images have the size data.
-
RE: FOG 1.3.0 Release Candidate 15
I dont have a coding background just wondering what PSR means?
-
RE: rc 13 uploading image problem.
@george1421 Yeah i found that and disabled it.
just trying it now.
another issue i am having is i cant update an image i have already created, its gives the following error in apache
PHP Warning: ftp_delete(): Delete operation failed in /var/www/html/fog/lib/fog/fogftp.class on line 243
PHP Warning: ftp_rmdir(): remove directory operation failed in /var/www/html/fog/lib/fog/fogftp.class on line 784 -
rc 13 uploading image problem.
Server
- FOG Version: 1.3.0 rc13
- OS: unbuntu 14.04
Client
- Service Version: na
- OS: na
Description
i am uploading images from a PC i have here on my bench called testpc in the hosts table to the fog server, i plug in various harddrives and image from it, but when i image back down using deploy image its replacing the computername on the image with “testpc” . I dont want this to happen. Anyway to stop it?
-
deploy image option 2 queries
-
when a host is unregistered deploy image work fine and starts to partclone my image straight away, when its a registered host deploy image generates an error saying no snapins associated with this host. Even though i dont use snapins. also its gives a chainlink error and reboots where the partclone image then starts on reboot.
-
Anyway to set deploy image to shutdown the computer after imaging rather than restarting.
-
-
RE: RC-9 error after fog menu failed to find cpu0 device node
just like to say great job on it 1.3.0
i am building a new server to replace an old 0.32 one and just waiting on 1.3.0 to go to final before switching it over.
-
RE: RC-9 error after fog menu failed to find cpu0 device node
@Tom-Elliott cheers tom for the quick response.
-
RC-9 error after fog menu failed to find cpu0 device node
I am getting the following no matter what option i go to the menu fog menu. i get the following error and then fog continues on.
image below
Any idea? Fog is working perfectly bar that.