New Kernel copies in raw mode
-
Cyberion,
While I’ve been trying kernels, I don’t think that’s what’s causing the issue in your particular case. I think this because if it was the kernel, you’d be seeing the SAME results on the TMP453 system. The kernel doesn’t determine the imaging type, the image type does.
Can you create a task, don’t start the system, and take a look at the file created for the task?
The file should be located in /tftpboot/pxelinux.cfg/
It will follow suit as:
[code]01-XX-XX-XX-XX-XX-XX[/code] Where the X’s represent the system’s MAC Address. If you can past the contents of the file here (less the mac address if you want) so I can take a look at the build of it. -
[CODE]# Created by FOG Imaging System
DEFAULT send
LABEL send
kernel fog/kernel/bzImage
append initrd=fog/images/init.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=192.168.10.254 type=up img=testtest imgid=65 mac=2x:xx:xx:xx:xx:xx storage=192.168.10.254:/images/dev/ web=192.168.10.254/fog/ ignorepg=1 osid=5 pct=5 imgType=mps shutdown=on loglevel=4 consoleblank=0 fdrive= chkdsk=0[/CODE]
-
Can you load the system into debug, whether from the “upload - debug” or the actual debug mode?
I want to have you run some commands on the system to try obtaining some more information.
-
Ok, let me know what commands I should run (debug mode)
-
fdisk -l
-
Thank you. Only seeing one disk with only one EFI GPT partition:
Device Boot Start End Blocks Id System
/dev/sda1 1 60802 488386583+ ee EFI GPT -
So can you disable EFI on the TM 255?
-
Hi Tom,
Unfortunately the TM does not have the option One can only change from legacy to UEFI mode Boot Mode, but in UEFI it will not allow to boot from Network. Legacy mode then we have the EFI partition problem
-
Well, you may have to remove all information from the drive, or pull the image from the other system, then try to deploy it to this one.
Uploading the image, with the drive in GPT mode will not work at all.
-
Thank you, will see what I can do.;)
-
Sorry I wasn’t able to help much further.