@Tom-Elliott
That did it. After that last update, I was able to deploy the raw image successfully! Thanks for working with me on this.
Posts made by Alan Anderson
-
RE: No partition number passed (EBRFileName)
-
RE: No partition number passed (EBRFileName)
@george1421
FOG now shows:
Running Version 1.4.0-RC-8
SVN Revision: 6069
I tested a new image using Multiple Partition Image - Single Disk (Not Resizable) and it worked great. So nothing broke during the update. Then I tried to deploy the older raw image and got further than before in that no error was displayed. However it reported that the partition file was missing (See image). I listed the directory just to be sure and here is the result:[root@fog2 LenovoT450V3]# pwd
/images/LenovoT450V3
[root@fog2 LenovoT450V3]# ls -l
total 53134492
-rwxrwxrwx. 1 fog root 54409716700 Feb 10 00:49 LenovoT450V3So the image files exists.
One final note in case it’s relevant: I did receive these two errors doing boot:
Error parsing PCC subspaces from PCCT
Populating /dev using udev: udevd[2524]: error creating epoll fd: Function not implememted
Thanks
-
RE: No partition number passed (EBRFileName)
@Wayne-Workman
Sorry for the long delay in replying. I see the image type as you described. The original image was captured as Raw. And I am deploying it as Raw as well. So have hit a dead end on this. -
RE: No partition number passed (EBRFileName)
- Deploying in raw format: I don’t see an option to control deployment type of an image. I thought that Fog looked at the type of image and deployed based on the image type.
- I agree that it looks like there is no partition on the hard disk. But there is. The hard disk I want to image currently has a Windows partition and happily boots to Windows 7. So not sure what the issue is. I have tried two different versions of this laptop image and they both fail with the above error.
Just to troubleshoot I created an image of this laptop series using Multiple Partition Image - Single Disk (Not Resizable) and then deployed it back and it works fine. So it may just be something wrong with this group of raw images brought over from the old Fog server. Not my first choice but I’m willing to create a new image and move on if no one has any other ideas.
-
RE: No partition number passed (EBRFileName)
@george1421 said in No partition number passed (EBRFileName):
ls -la /images/LenovoE440V4
Here’s the output:
ls -la /images/LenovoE440V4
total 67078552
drwxr-xr-x. 2 root root 34 Feb 9 19:42 .
drwxrwxrwx. 46 root root 4096 Mar 31 13:03 …
-rwxr-xr-x. 1 root root 68688429631 Feb 9 21:29 LenovoE440V4I believe the original image was captured using Fog 1.2.0. This is what is currently running on my old Fog server. It’s possible that it was an earlier version.
Here’s a screen shot:
-
No partition number passed (EBRFileName)
Server
- FOG Version: 1.3.4
- OS: Centos 7.3.1611
Client
- Service Version:
- OS: Windows 7
Description
Unable to deploy an image. Display is:
An error has been detected!
No partition number passed (EBRFileName)
Args passed: /images/LenovoE440V4/LenovoE440V4.* 1History: This image was created under a previous version of Fog. This is a Raw Image type image. I tried another version of this image for this laptop model with the same error resulting. I have not been able to find this exact error in the forums. Any ideas on what may be wrong?
-
Ubuntu errors when downloading image to Vostro 3500
Running Fog 0.32 on Ubuntu 10.04.4 LTS. This installation has worked imaging other computers but having issues with the Dell Vostro 3500. When downloading the image, I get various O/S errors the most common of which is a series of:
NOHZ: local_softirq_pending 08
NOHZ: local_softirq_pending 08
NOHZ: local_softirq_pending 08Later the laptop freezes or reboots. I once received the following error:
BUG: unable to handle kernel paging request at ffffffff
IP: [<c0205b31>] fget_light+0x31/0xd0
*pde = 01679067 *pte = 00000000
Oops: 0000 [#1] SMP
last sysfile: /sys/devices/pci0000:00/0000:00lf.2/host2/target2:0:0/2:0:0:0/mode1I am not a Linux guy but the softirq_pending error seems to be related to the Ethernet adapter. I have tested the laptop hardware including memory and all seems in good order. The Vostro 3500 is not listed in the problematic devices area.
Any thoughts, explanatioons or suggestions would be welcome.