Re: off topic but no idea where to ask

2013-01-17 Thread Wojciech Puchar
from first local disk at 0x07c00 and booting as with normal hard drive. instead of pxeboot, try giving /boot/boot0 works, except of delay. fixed from sources for 1s delay :) ___ freebsd-hackers@freebsd.org mailing list

Re: off topic but no idea where to ask

2013-01-17 Thread Daniel Braniss
from first local disk at 0x07c00 and booting as with normal hard drive. instead of pxeboot, try giving /boot/boot0 works, except of delay. fixed from sources for 1s delay :) may the source be with you :-) btw, the above works for MBR, if you use GPT then you should use pmbr. danny

Re: off topic but no idea where to ask

2013-01-17 Thread Wojciech Puchar
may the source be with you :-) btw, the above works for MBR, if you use GPT then you should use pmbr. they are windoze workstations only. and with FreeBSD i too don't have to use GPT strangeness fortunately. ___ freebsd-hackers@freebsd.org mailing

Re: off topic but no idea where to ask

2013-01-16 Thread Daniel Braniss
does anyone know a PXE image (just like /boot/pxeboot) that can be placed on tftp server and the only thing it will do would be loading first sector from first local disk at 0x07c00 and booting as with normal hard drive. instead of pxeboot, try giving /boot/boot0 what i need is to be able

off topic but no idea where to ask

2013-01-15 Thread Wojciech Puchar
does anyone know a PXE image (just like /boot/pxeboot) that can be placed on tftp server and the only thing it will do would be loading first sector from first local disk at 0x07c00 and booting as with normal hard drive. what i need is to be able to decide from server side if given computer

Re: off topic but no idea where to ask

2013-01-15 Thread Alfred Perlstein
On 1/15/13 10:18 AM, Wojciech Puchar wrote: does anyone know a PXE image (just like /boot/pxeboot) that can be placed on tftp server and the only thing it will do would be loading first sector from first local disk at 0x07c00 and booting as with normal hard drive. what i need is to be able

Re: off topic but no idea where to ask

2013-01-15 Thread Garrett Cooper
On Jan 15, 2013, at 10:18 AM, Wojciech Puchar wrote: does anyone know a PXE image (just like /boot/pxeboot) that can be placed on tftp server and the only thing it will do would be loading first sector from first local disk at 0x07c00 and booting as with normal hard drive. what i need is

Re: off topic but no idea where to ask

2013-01-15 Thread Devin Teske
On Jan 15, 2013, at 10:18 AM, Wojciech Puchar wrote: does anyone know a PXE image (just like /boot/pxeboot) that can be placed on tftp server and the only thing it will do would be loading first sector from first local disk at 0x07c00 and booting as with normal hard drive. what i need is

Re: off topic but no idea where to ask

2013-01-15 Thread Wojciech Puchar
First part of the recipe: $ awk '/filename/!/^[[:space:]]*(#|$)/{print}' /etc/dhcpd.conf filename pxelinux.0; $ ls -l /tftpboot/pxelinux.0 lrwxrwxrwx 1 root root 15 May 15 2012 /tftpboot/pxelinux.0 - pxelinux.0-3.84 $ file /tftpboot/pxelinux.0-3.84 /tftpboot/pxelinux.0-3.84: data