Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Any Recommendation on creating a custom iso from installed OS
2013-10-22, 19:09 (This post was last modified: 2013-10-23 10:39 by robinsmidsrod.)
Post: #11
<<RESOLVED>>RE: Any Recommendation on creating a custom iso from installed OS
**** IT WORKED *******
Thanks foryour contiguous response.highly appreciate your contribution..

OK. below is what i did:
looks like my iPXE setup doesnt support NFS.
# install NFS support in iPXE
1. git clone git://git.ipxe.org/people/mareo/ipxe.git
cd ipxe/src
git checkout nfs
echo "#define DOWNLOAD_PROTO_NFS" >> config/local/general.h
make
make everything
2. replace the "undionly.kpxe" with new ipxe
3. restart the service

Below is my bootloader.cfg file:

Code:
kernel nfs://192.168.13.5/nfsshare/casper/vmlinuz
initrd nfs://192.168.13.5/nfsshare/casper/initrd.gz
imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=192.168.13.5:/nfsshare

Note: I have exported the 192.168.13.5/nfshare where i have casper directory of my custom image.
I think key here is we need to have nfs mount point.
Thanks again for your work!!

One another question: for some reason while pxe booting it takes while in ntwork config [> 64 sec]..
something like below:
IP-config: eth1 hardwar address <macaddress> mtu 1500 DHCP RARP
...
is there any way to skip this step?

Thanks again!!!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
<<RESOLVED>>RE: Any Recommendation on creating a custom iso from installed OS - knatesan - 2013-10-22 19:09



User(s) browsing this thread: 1 Guest(s)