Displaying 3 results from an estimated 3 matches for "msack".
Did you mean:
smack
2010 Dec 01
4
problem booting (Fedora) LiveCD ISO over PXELINUX
This is an issue I've researched quite a bit on bug lists, and looked
in the Syslinux Wiki for a way to do this, but haven't yet found a
solution.
1) I have an existing Fedora 13 LiveCD which I burned to a CD and
tested on a system without issue.
2) I then took that same ISO and dropped it in my pxelinux.cfg/default
for being able to boot over the network. I made sure to extract the
2011 Mar 03
1
Puppet without FQDN (could not retrieve fact fqdn)
...ng: Could not retrieve fact fqdn
Could not parse for environment production: Could not find file /root/
master.pp
Same goes for:
#sudo -u puppet puppet master --mkusers
warning: Could not retrieve fact fqdn
Could not parse for environment production: Could not find file /root/
master.pp
Thanks,
msacks
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this g...
2010 Dec 03
1
Chainloading / Nested PXELINUX [SOLVED]
I was able to solve the problem with the following configuration:
label custom1
MENU custom1
kernel pxechain.com
append ::custom1/pxelinux.0
label custom2
MENU custom2
kernel pxechain.com
append ::custom2/pxelinux.0
configdir1/pxelinux.cfg/default
configdir2/pxelinux.cfg/default
Then I dropped the custom pxelinux.0 files in their respective
directories, confgdir1 and configdir2.
On Tue, Nov