Startup floppy/cd for FOG
-
Hello,
I want to use FOG in an environment where there is already an DHCP an PXE Boot which I can not touch, so DHCPProxy is no option.
So my idea is to have an GRUB disk (since I start into an VM, I don’t care if it is floppy or iso)
There I would need a menu.lst like
[CODE]dhcp
tftpserver 10.0.66.1
root (nd)
kernel /fog/kernel/bzImage
init /fog/images/init.gz[/CODE]or alternatively pinting to pxelinux.0 as “kernel”, but in both cases I get “Error 23: Error while paring number”
Has anyone tried this or has any ideas how to do this?
best regards,
Peter -
Just a thought, and I have not tried this personally, but [URL=‘http://ipxe.org/’]ipxe[/URL] might work.