How can you tftp other files during boot.
-
- Posts: 1
- Joined: 28 Mar 2013, 19:11
How can you tftp other files during boot.
When loading Acronis, insted of using the providsed instructions, I took the bootable image off of hirens and used it. However there is a Mouse file so you can use the mouse, and another file as welll. it would need to be sent to the booting machine along with initrd etc. is that possible?
Re: How can you tftp other files during boot.
The right way is to pack the additional files into the initrd file - try with 7zip, GZip or something similar.
You can send more then one file with the INITRD Statement:
Most of the times it won't work and will cause a KERNEL PANIC unless the OS is designed to handle more then one initrd file.
If you are still having issues with this send me your Acronis version with the additional files.
You can send more then one file with the INITRD Statement:
Code: Select all
INITRD initrd.gz,initrd2.gz
If you are still having issues with this send me your Acronis version with the additional files.