Bootmgr is missing and sysprep fatal error
-
Thank you everyone,
Sorry about the confusion. I upload the client’s image first on to the fog server and pull out the original hard drive from the laptop then puts a formatted new empty disk into it.
@Uncle-Frank Thank you for your explanation.I have those files in the /images/HPEliteBookGFLAP84
and here is my d1.mbr file
-
I am really confused. From the screenshot I see that you never seam to see the (blue) parclone screens when trying to deploy. To me that usually means that something is “wrong” with the partitioning and therefore
fogpartinfo
cannot identify the partitions properly. But I have tried the following on a test machine and don’t seam to find any error. I booted a client in debug mode and ran the following commands (d1.mbr is the file you provided):# mkdir -p /mnt # mount -t nfs -o nolock x.x.x.x:/images /mnt # # dd if=/mnt/d1.mbr of=/dev/sda 1+0 records in 1+0 records out 512 bytes (512 B) copied, 0.0679914 s, 7.5 kB/s # # fdisk -l /dev/sda Disk /dev/sda: 512 GiB, 549755813888 bytes, 1073741824 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xe0433380 Device Boot Start End Blocks Id System /dev/sda1 * 2048 2101247 1049600 7 HPFS/NTFS/exFAT /dev/sda2 2101248 489123839 243511296 7 HPFS/NTFS/exFAT # fogpartinfo --list-parts /dev/sda /dev/sda1 /dev/sda2
Could you please boot the laptop with the new disk after (unsuccessful) deploy into debug task from the web interface and just run the
fogpartinfo
command? -
Hi, @Uncle-Frank . Here is what I got from the client computer after I deploy a debug task from my fog server.
After I run the commnad fogpartinfo
-
@stan6595 What I meant was running fogpartinfo with parameters to list the partitions on the disk as you can see in my last post. Please try again and run:
fogpartinfo --list-parts /dev/sda
-
Your image is probably not complete…you should have all these files under that image folder.
d1.fixed_size_partitions d1.original.fstypes d1p1.img
d1.mbr d1.original.partitions d1p2.img
d1.minimum.partitions d1.original.swapuuidsFor Windows 7 I use single disk resizable and it has worked fine so far. That error is from the hard drive not having a proper image installed. I would try recreating the image and make sure you have all the files. I am running trunk and also do not use FOGprep, but you will need to sysprep.
SYSPREP will format and repartition the drive on install.
-
@Hanz I am sure you want to help. But most of the things you wrote do not apply in this case. This is not a resizable image (therefore you see less files in the image directory!), not trunk version and as I already said in my first answer neither fogprep nor sysprep is needed.
We are trying to see what’'s going wrong in stan6595’s setup (FOG 1.2.0) and I don’t feel like you are pointing him the right direction. Please don’t get me wrong. I am very happy to see you being active in the forums here and appreciate you trying to help!
-
Thank you @Uncle-Frank and @Hanz .
Sorry about the misunderstanding @Uncle-Frank , I reboot my laptop again and get in to the debug mode and type in the command
fogpartinfo --list-parts /dev/sda
All I got is this message
Error: Can't have a partition outside the disk!
-
There you go… The second partition is too big for the disk. How did you create the partitions on the initial disk (the one you pulled the image from)? Are the two disks you are using the exact same size. Or is the later one smaller by any chance??
-
True. I should double check my later one. It’s only 250 GB and my original one is 400GB.
Is there anyway to overcome it? I tried the resizeable option, however the fog server only make the image of System Reserve (around 275MB) from my client computer
-
@stan6595 What errors are given for the other partitions when you try to use resizeable?
-
There is no error, however it seems that the fog server only deploy the “system reserve partition” (275MB) to the new drive without the entire Windows 7.
-
@stan6595 Can you look to see that after you upload a resizeable image, the OS partition exists inside of /images ? Can you give us a screenshot or copy/paste of the directory after a resizeable image upload for the system in question?
-
Hi,
Sorry about the late reply.
I resolve the problem by reinstall the fog server as my supervisor impose my computer for emergency usage so he wipe out all the drives.
I will try to test other method and if I have further questions I will post on the forum.
Thank you everyone.
-
Thanks for letting us know! I’ll mark this thread solved for now. Feel free to ask more questions here (if related) or better start a new one.