PXE Network autoconfiguration failed

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
When I use PXE to install ubuntu14.04.5 server, it stopped at network configuration. I can fixed the problem by set the network manually. However, I want to find a solution to resolve the problem without my manual help.
Here is the problem picture:

14.04 networking dhcp pxe
add a comment |Â
up vote
1
down vote
favorite
When I use PXE to install ubuntu14.04.5 server, it stopped at network configuration. I can fixed the problem by set the network manually. However, I want to find a solution to resolve the problem without my manual help.
Here is the problem picture:

14.04 networking dhcp pxe
Is there an issue with network connectivity? Are you sure DHCP is enabled on your network?
â jackw11111
May 15 at 8:27
Yes, I'm sure my DHCP service is working correctly. If I press Alt+F2 ,at the command shell, type 'ifconfig', I can see the IP address allocated by DHCP.
â VoidKing
May 15 at 9:30
And, if my dhcp service is disabled, it will not start installing, we can't see the error report.
â VoidKing
May 15 at 9:34
Have you triedcat /var/log/syslogas per this post unix.stackexchange.com/a/44379
â jackw11111
May 15 at 9:41
Thanks, I have tried thecat /var/log/syslog | grep 67, and I did sure my dhcp server is working.
â VoidKing
May 16 at 1:46
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
When I use PXE to install ubuntu14.04.5 server, it stopped at network configuration. I can fixed the problem by set the network manually. However, I want to find a solution to resolve the problem without my manual help.
Here is the problem picture:

14.04 networking dhcp pxe
When I use PXE to install ubuntu14.04.5 server, it stopped at network configuration. I can fixed the problem by set the network manually. However, I want to find a solution to resolve the problem without my manual help.
Here is the problem picture:

14.04 networking dhcp pxe
edited May 21 at 8:35
David Foerster
25.9k1361106
25.9k1361106
asked May 15 at 7:31
VoidKing
63
63
Is there an issue with network connectivity? Are you sure DHCP is enabled on your network?
â jackw11111
May 15 at 8:27
Yes, I'm sure my DHCP service is working correctly. If I press Alt+F2 ,at the command shell, type 'ifconfig', I can see the IP address allocated by DHCP.
â VoidKing
May 15 at 9:30
And, if my dhcp service is disabled, it will not start installing, we can't see the error report.
â VoidKing
May 15 at 9:34
Have you triedcat /var/log/syslogas per this post unix.stackexchange.com/a/44379
â jackw11111
May 15 at 9:41
Thanks, I have tried thecat /var/log/syslog | grep 67, and I did sure my dhcp server is working.
â VoidKing
May 16 at 1:46
add a comment |Â
Is there an issue with network connectivity? Are you sure DHCP is enabled on your network?
â jackw11111
May 15 at 8:27
Yes, I'm sure my DHCP service is working correctly. If I press Alt+F2 ,at the command shell, type 'ifconfig', I can see the IP address allocated by DHCP.
â VoidKing
May 15 at 9:30
And, if my dhcp service is disabled, it will not start installing, we can't see the error report.
â VoidKing
May 15 at 9:34
Have you triedcat /var/log/syslogas per this post unix.stackexchange.com/a/44379
â jackw11111
May 15 at 9:41
Thanks, I have tried thecat /var/log/syslog | grep 67, and I did sure my dhcp server is working.
â VoidKing
May 16 at 1:46
Is there an issue with network connectivity? Are you sure DHCP is enabled on your network?
â jackw11111
May 15 at 8:27
Is there an issue with network connectivity? Are you sure DHCP is enabled on your network?
â jackw11111
May 15 at 8:27
Yes, I'm sure my DHCP service is working correctly. If I press Alt+F2 ,at the command shell, type 'ifconfig', I can see the IP address allocated by DHCP.
â VoidKing
May 15 at 9:30
Yes, I'm sure my DHCP service is working correctly. If I press Alt+F2 ,at the command shell, type 'ifconfig', I can see the IP address allocated by DHCP.
â VoidKing
May 15 at 9:30
And, if my dhcp service is disabled, it will not start installing, we can't see the error report.
â VoidKing
May 15 at 9:34
And, if my dhcp service is disabled, it will not start installing, we can't see the error report.
â VoidKing
May 15 at 9:34
Have you tried
cat /var/log/syslog as per this post unix.stackexchange.com/a/44379â jackw11111
May 15 at 9:41
Have you tried
cat /var/log/syslog as per this post unix.stackexchange.com/a/44379â jackw11111
May 15 at 9:41
Thanks, I have tried the
cat /var/log/syslog | grep 67, and I did sure my dhcp server is working.â VoidKing
May 16 at 1:46
Thanks, I have tried the
cat /var/log/syslog | grep 67, and I did sure my dhcp server is working.â VoidKing
May 16 at 1:46
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036411%2fpxe-network-autoconfiguration-failed%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Is there an issue with network connectivity? Are you sure DHCP is enabled on your network?
â jackw11111
May 15 at 8:27
Yes, I'm sure my DHCP service is working correctly. If I press Alt+F2 ,at the command shell, type 'ifconfig', I can see the IP address allocated by DHCP.
â VoidKing
May 15 at 9:30
And, if my dhcp service is disabled, it will not start installing, we can't see the error report.
â VoidKing
May 15 at 9:34
Have you tried
cat /var/log/syslogas per this post unix.stackexchange.com/a/44379â jackw11111
May 15 at 9:41
Thanks, I have tried the
cat /var/log/syslog | grep 67, and I did sure my dhcp server is working.â VoidKing
May 16 at 1:46