-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login prompt needs more than 1:30 min to display #33
Comments
Yes, there is. Please look at these instructions here, you may need some twist:
You can disable eth0 (which i have it working here) by doing this:
You can edit it while running the kernel or do a shutdown and edit the file in a linux box.
Here I'm getting the message: "A start job is running for DHCP Client..." DHCP Client is trying to get a Dynamic IP from the AP or Router, if you proceed with item 2) it will not try to grab an IP for the eth0 interface, but will still try to get IP for the wlan0 interface. You have to properly set up your wlan0 interface with a password for your AP. |
So, you removed eth0 interface from the files and you still get the eth0 up? |
try:
|
yes I removed eth0 from the interface file and it is still up after reboot. Adding your lines results in the same. eth0 is still up.
I searched for "permanent deactivate eth0" but every solution I tried had no success. |
Please try:
and
not sure if the order of lines are important. |
and you might need:
Please, change the subject to something like: "Board takes 01:30 min to display login prompt" , or something like that. |
Good news. I think that your suggestion worked. I changed the dhclient as you described.
The system is logging-in so much faster. Boot-up time is now as I would expect it. The second suggestion has no positive effect. Therefore I uncommented it in the interface file again. The ifupdown-extra also has no effect to this behavior. Still I do not understand why eth0 always goes "up" after rebooting. Isn't there a command or setting that disable it permanent ? |
I can only think of some other service is doing the work for the eth0, this should be a feature on 19.10, someone needs to investigate. |
Hi, See https://linux.die.net/man/8/dhclient
Steps to make this work:
P.S.: @avafinger awesome work on this image btw! Cheers |
all of this worked great thanks, |
You need a more recent u-boot with hdmi enabled. Try the latest mainline u-boot. |
As there are no private messages I want to ask a few questions.
1 .) Is there a way to auto-login the ubuntu user ?
2.) Is there a possibility to permanent deactivate eth0 ? I only need the wlan0 interface...
3.) Last question is while startup:
Here I'm getting the message: "A start job is running for DHCP Client..."
This makes the booting time very long as you can see it is counting up to 1m 38 sec. resulting in a "Failed to start" message
Looking into systemctl gives me the info that it is Failed. Therefore I think it is not used. So is it possible to deactivate it so that the booting will go faster ?
Thanks for your help.
The text was updated successfully, but these errors were encountered: