Recover from failed tftp boot
|
2012-09-28, 10:39
Post: #2
|
|||
|
|||
RE: Recover from failed tftp boot
Add a || after the chain command to ignore any error from it. Your chain line should be something like this:
Code: chain tftp://${dhcp-server}/${filename} || By the way: Is there a reason you're using tftp://${dhcp-server}/${filename} instead of just chain ${filename}? Usually you let the DHCP server set the next-server variable and that will be used by the client as the default TFTP server? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Recover from failed tftp boot - dpost - 2012-06-03, 01:21
RE: Recover from failed tftp boot - robinsmidsrod - 2012-09-28 10:39
|
User(s) browsing this thread: 1 Guest(s)