Nils Olav Fossum wrote:

>Hello Régis
>
>How did you create the pxe boot image?
>  
>
I do not create the pxe boot image.
I found  initrd and bzImage in  ....../linuxboot/tftpboot/

And  /tftpboot/unattended_patch/    contains

-rw-r--r--  1 root root  1298200 Jan 23 09:37 bzImage        from the 
patched version
-rw-r--r--  1 root root 15137104 Jan 23 09:37 initrd            from the 
patched version
-rw-r--r--  1 root root    12952 Jan 23 09:40 pxelinux.0
drwxr-xr-x  2 root root     4096 Jan 23 09:38 pxelinux.cfg


SEE CONTINUATION BELOW

>Sounds like you have the patched install.pl (it is install.pl that asks the 
>DOSEMU question)
>but somehow the master script does not get the parameter from unattend.txt to 
>run the nt5-install script, or it does not now about nt5x-install at all.
>
>if you go to the console after the unattended linux PXE bootup (alt-F2) and 
>type
>cat /etc/master
>you should get something like this:
>------ last part of nt5x-install -aware master ------
>else
>    echo -e "* Running ntinstall_cmd: $ntinstall_cmd"
>    $ntinstall_cmd || die "* $ntinstall_cmd exited non-zero"
>fi
>
># Installation is now complete, /c is mounted, some adjustments (if any) 
>follows..
>
>post_ntinstall_cmd=`parse_ini_file /c/netinst/unattend.txt _meta 
>post_ntinstall_cmd`
>if [ -n "$post_ntinstall_cmd" ] ; then
>    echo -e "* Running post_ntinstall_cmd: $post_ntinstall_cmd"
>    $post_ntinstall_cmd || die "* $post_ntinstall_cmd exited non-zero"
>fi
>
>sync
>umount /c
>
>echo "all done!"
>
>reboot
>
>exec bash
>------ end of nt5x-install-aware master script ----
>  
>


That is /etc/master when I boot from CDROM

>if you have the stock CVS or 4.7 master script, its ending like this: 
>-----
>if [ -z "$active_part" ] ; then
>    echo "Partition table:" >&2
>    parted /dev/dsk print >&2
>    die "No active partition found!"
>fi
>
>cp /etc/dosemu/dosemu.conf /tmp
>echo \$_hdimage = \"/dev/dsk$active_part\" >> /tmp/dosemu.conf
>
># DOSEMU always exits non-zero.  FIXME.
>dosemu.bin -f /tmp/dosemu.conf
>
>sync
>reboot
>
>exec bash
>------
>
>  
>


That is /etc/master when I boot from Pxe.
You right.

<<  it does not now about nt5x-install at all.  >>

CONTINUATION ......

The patch from http://www.source-exchange.de/unattended/nils/
contains only the directory  install and linuxboot.iso  
initrd and bzimage are not provided

So with this two file, the boot pxe do not work.
But using initrd and bzimage from linuxboot.iso ... pxe boot
use nt5x-install and works fine.

Régis


-- 
==================================================================
| Régis Gras                 | http://dcm.ujf-grenoble.fr        |
|   D.C.M.                   | mailto:[EMAIL PROTECTED] |
| 301, rue de la chimie      |         --------------            |
| DU BP 53                   | Tel 04 76 51 41 76                |
| 38041 Grenoble Cedex 9     | Fax 04 76 51 40 89                |
==================================================================


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to