deploy image oobe issue
-
hi all,
got a weird one, on one laptop i deploy my image to, normally after partclone deploys the image to the disk, i get the oobe messages ie create new user, new password blah blah
but this laptop it looks like it hasnt blown away the hard drive and over written it with the deployed image one as instead of the oobe messages i get a message to enter in my capital one o365 username
ive never had problems before with this image on my fog server
and when i was looking at when fog deployed the image to the new laptop i saw no errors ie saying failed to deploy image etc
thanks,
rob -
@robertkwild Is it possible this machine has 2 hard drives on it?
Such as an mmcblk and nvme device?
I don’t know the machine or details, but it’s possible FOG imaged one drive, and the other is currently the primary device your machine is booting into (with you expecting fog picked up this drive and wrote to it.
I’m only guessing based on the limited amount of information we have though.
-
@tom-elliott ahhhh yes, how stupid of me, should had thought of that LOL, thanks Tom
-
@tom-elliott said in deploy image oobe issue:
mmcblk
lets say if one drive is partitioned into 2 partitions will it blow all partitions away and deploy image on whole disk?
-
@robertkwild Yes, at least by default. I don’t know how frequently we’ve had things actually usable from a partition to partition image, but typically the flow is:
Erase the Existing drive
Configure the Existing with the image partitioning schema
Write the image to the disk
(If resizable - expand partitions)
Reboot