Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - javip

Pages: [1]
1
How-to / how to deploy via NFS?
« on: October 08, 2012, 01:45:40 PM »
the WIKI shows very little information on this.
i have a WDS/syslinux hybrid pxe environment serving up Windows Deployment Services and multiple
linux utilities and distros with no problems.

the problem is we're going to deploy ubermix to about 3000 laptops and i haven't been able to even get it to boot from NFS.

NFS sharing is setup on windows server 2008 r2 and permissions are blown wide open for testing purposes.
here's my menu entry.

Code: [Select]

LABEL ubermix
            MENU LABEL Ubermix (notworking)
            kernel linux\ubermix\vmlinuz
            append initrd=linux/ubermix/Uberinitrd.gz storage=***.***.***.***:/nixnfs/ img=ubermix nofog

the WIKI doesn't state which kernel to use. the error msg i receive is :

Code: [Select]
*Checking Operating System ...........Linux
*Checking CPU cores .......................1
*Send Method..................................NFS

###
#
#       AN ERROR HAS BEEN DETECTED!
###

Fatal Error: Unknown Request type :: NULL

###
#
#     Computer will reboot in 1 minute.
###

that's all. no specific error or anything.

can anyone help? i've been working on this issue for a week with no progress.



Pages: [1]