Hp imaging issues
-
[SIZE=3][FONT=verdana][COLOR=#000000]Hello everyone,[/COLOR][/FONT][/SIZE]
[SIZE=3][FONT=verdana][COLOR=#000000]I have a HP Probook 450 G1 with windows 8.1. I’m trying to up load the image using the bzimage kernel to Fog 1.2 and I can not get the image to upload no matter what I do. It keeps getting stuck at [URL=‘http://i.imgur.com/NTDClfy.jpg?1’][COLOR=#336699]this screen[/COLOR][/URL]. The strange thing is that it allows me to register the host no problems. The issue only comes when I’m trying to upload the image. Any one got any ideas?[/COLOR][/FONT][/SIZE]
[SIZE=3][FONT=verdana][COLOR=#000000]Please and thank you.[/COLOR][/FONT][/SIZE] -
is this the factory install of windows, or did you wipe it and re-install?
-
Cancel the task you have currently for upload.
Recreate it, but choose your host, then choose Basic Tasks. Click on Advanced Tasks. Choose Upload - Debug.
Schedule the task.
Start the system.
It will boot to a terminal prompt.
Type:
[code]fixparts /dev/sda[/code] Follow and confirm the displayed information.Once complete and saved, run the command
[code]fog[/code]Notice the uploading hopefully.
-
[quote=“Junkhacker, post: 34758, member: 21583”]is this the factory install of windows, or did you wipe it and re-install?[/quote]
wiped it and re-installed windows
-
[quote=“Tom Elliott, post: 34759, member: 7271”]Cancel the task you have currently for upload.
Recreate it, but choose your host, then choose Basic Tasks. Click on Advanced Tasks. Choose Upload - Debug.
Schedule the task.
Start the system.
It will boot to a terminal prompt.
Type:
[code]fixparts /dev/sda[/code] Follow and confirm the displayed information.Once complete and saved, run the command
[code]fog[/code]Notice the uploading hopefully.[/quote]
Dude you are the man, It actually worked!!!
-
Hi,
just to clear this up, was that fixparts thing something like chkdsk /f under a windows machine?
Or was his windows reinstall wrong, old windows install on harddisk (no partition wipe while reinstall)
and because of this bad boot configuration?I only ask because i know that fog will abort image uploading when windows wasn’t shutdown propperly.
Thats a good reason, who wants an image that may have errors or at least will welcome after download
with an error that it wasn’t sd propperRegards X23
-
fixparts removes erroneous GPT data. What causes the pausing is the image truly believes it’s MBR based, but the disk has false GPT information still on it. This freezes the system until a key is pressed as the data can’t be found. It finds a bad first partition (GPT usually has 3 or more) and can’t process the partition table.