Thanks for the response, i did find other post, sorry for this one. Which one should i comment on ? Fixparst showing that the created size for the partition to deploy on is wrong sized.
Latest posts made by Levente Dezsi
-
RE: Partclone "Mounted /dev/sda1" then "error exit"
-
RE: Partclone "Mounted /dev/sda1" then "error exit"
And maybe if you would change the topic title to deploy problem, we should get a response ?
-
RE: Partclone "Mounted /dev/sda1" then "error exit"
Is there a way to modify the fog scripcts : fog.download , etc. on the server ? Or its in the bzimage?
-
RE: Partclone "Mounted /dev/sda1" then "error exit"
Hello !
I posted about the same thing like a week ago. :
I’m using fog 1.2.0. I can upload/download images ( Windows XP ) with Raw Image (Sector By Sector, DD, Slow). Hard drives has only one partition. I can upload with Single Disk - Resizable. I have problems with Download/Deploy Single Disk - Resizable. When i try debug deploy, and start “fog” script, partclone starts, but it exits, and after next Enter Error message is : “error: /dev/sda1: No such file or directory * Not expanding (/dev/sda1 imager)…Done” its at the bottom of the screen. I tried debug mode, and manual deploy, its working with : cat /images/a5 | gunzip -d -c | partclone.restore -O /dev/sda1 -N -f 1
With manual deploy i used fdisk -c=dos to create partition with start sector 63. Don’t know if it makes any difference.
You can try :
[url]http://fogproject.org/forum/threads/wiki-troubleshooting-an-image-deploy.20/[/url]
I think i narrowed my problem with :
image_1 is a hard drive image ( Windows XP, Resizable ), which can be deployed to other computer with hard drives, but can NOT be deployed to SSD
image_2 is an SSD image ( Windows XP, Resizable ), which can NOT be deployed to other hard drives or SSD
-
Deploy error
Hello !
I’m using fog 1.2.0. I can upload/download images ( Windows XP ) with Raw Image (Sector By Sector, DD, Slow). Hard drives has only one partition. I can upload with Single Disk - Resizable. I have problems with Download/Deploy Single Disk - Resizable.
When i try debug deploy, and start “fog” script, partclone starts, but it exits, and after next Enter Error message is : “error: /dev/sda1: No such file or directory * Not expanding (/dev/sda1 imager)…Done” its at the bottom of the screen.
I tried debug mode without the fog script, manual deploy, its working with : cat /images/a5 | gunzip -d -c | partclone.restore -O /dev/sda1 -N -f 1With manual deploy i used fdisk -c=dos to create partition with start sector 63. Don’t know if it makes any difference.
And i have SSD in the machine.
-
RE: Partclone error not expanding
With manual deploy i used fdisk -c=dos to create partition with start sector 63. Don’t know if it makes any difference.
-
Partclone error not expanding
Hello !
I’m using fog 1.2.0. I can upload/download images ( Windows XP ) with [SIZE=11px][FONT=Ubuntu][COLOR=#555555]Raw Image (Sector By Sector, DD, Slow)[/COLOR][/FONT][/SIZE]. Hard drives has only one partition. I can upload with Single Disk - Resizable. I have problems with Download/Deploy Single Disk - Resizable.
When i try debug deploy, and start “fog” script, partclone starts, but it exits, and after next Enter Error message is : “error: /dev/sda1: No such file or directory * Not expanding (/dev/sda1 imager)…Done” its at the bottom of the screen.
I tried debug mode, and manual deploy, its working with :
[FONT=Consolas]cat /images/a5 | gunzip -d -c | partclone.restore -O /dev/sda1 -N -f 1[/FONT]