Install over PXE+NFS

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Husse

Re: Install over PXE+NFS

Post by Husse »

I can't remember seeing reports of a successful install over network
Not even USB?
That said my not too old motherboard (nforce4 from 2005 or 6) can't boot from a pendrive...
I think this is outside what we give support for and I can't say much more than to look for solutions in forums for network install
If I had less than some 50 unanswered posts to answer today I'd have investigated this but there is always to much to answer :shock:
http://en.wikipedia.org/wiki/Preboot_Ex ... nvironment
Good luck
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
jolly-linuxmint

Re: Install over PXE+NFS

Post by jolly-linuxmint »

I got it to work using this:

On my linux box (tftp server, nfs root):

Code: Select all

[root@gimpo ~]# mount -o loop /storage/images/linuxmint-10-lxde-rc-i386.iso /storage/tftpboot/mountedimages/linuxmint/
[root@gimpo ~]# exportfs |grep -A 1 linuxmint
/storage/tftpboot/mountedimages/linuxmint
                192.168.1.0/255.255.255.0
[root@gimpo ~]# grep linuxmint /storage/tftpboot/pxelinux.cfg/default
LABEL linuxmint
        KERNEL mountedimages/linuxmint/casper/vmlinuz
        APPEND boot=casper initrd=mountedimages/linuxmint/casper/initrd.lz ip=dhcp showmounts file=/cdrom/preseed/mint.seed netboot=nfs nfsroot=192.168.1.254:/storage/tftpboot/mountedimages/linuxmint quiet splash --
Locked

Return to “Installation & Boot”