Pine A64 Plus Fails to Boot - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +--- Thread: Pine A64 Plus Fails to Boot (/showthread.php?tid=4417) |
Pine A64 Plus Fails to Boot - grobbs - 03-27-2017 I'm encountering a really frustrating problem. I'm trying to use my Pine64 in a headless configuration, so failing to boot is a big problem. When I plug into the console, the failure always seems to be at the point of loading "cfg80211". I don't have a wireless module and I don't want any such thing loaded. Any ideas? Code: [ 38.587273] Modules linked in: cfg80211(+) RE: Pine A64 Plus Fails to Boot - pfeerick - 03-27-2017 (03-27-2017, 01:04 PM)grobbs Wrote: I'm encountering a really frustrating problem. I'm trying to use my Pine64 in a headless configuration, so failing to boot is a big problem. When I plug into the console, the failure always seems to be at the point of loading "cfg80211". I don't have a wireless module and I don't want any such thing loaded. Any ideas? Just a stab in the dark here as it is halting around 38 seconds after boot... did you have the ethernet plugged in? If not, you might want to plug it in, or wait for five minutes for it to timeout, as the default config is not set to allow-hotplug but to require a DHCP IP to be discovered on boot. RE: Pine A64 Plus Fails to Boot - xalius - 03-28-2017 If there are unexplained crashes during boot, first check if you have an appropriate power supply. You need something that can deliver at least 5V/2.5A with proper cabling to the micro-USB port or use the headers for DC-IN connection. Random phone chargers are usually more trouble because they are trying to be smart about what current limits a device will require... RE: Pine A64 Plus Fails to Boot - grobbs - 03-28-2017 Thanks for the replies. pfeerick: Yes, I noticed there is a long delay without the Ethernet plugged in, at least if it's expecting to get a DHCP response. However, I have the Ethernet cable plugged in and waiting for the network doesn't result in the long spew of debug information that I saw. I only copied the first few lines. xalius: I'm using the 2A/5v adapter supplied by Pine. RE: Pine A64 Plus Fails to Boot - TinkerBear - 04-08-2017 Yea, I'm having similar issues. My Pine64 will boot with an HDMI monitor (well, TV technically, whatever) plugged in, but with no HDMI, I can't login via SSH even 10 minutes later. Ok, looking at a serial console connection, I get... so many messages I have no idea where to look. See full log attached. I'm guessing the problem is something to do with: [ 38.595837] BUG: soft lockup - CPU#0 stuck for 22s! [kworker/0:1:30] Working back from that, I find: [ 12.511696] [HDMI WRN] file:drivers/video/sunxi/disp2/hdmi/drv_hdmi.c,line:331: [ 12.521649] systemd[1]: Starting udev Coldplug all Devices... unsupported video mode 65535 when set display mode Anyone got any ideas? RE: Pine A64 Plus Fails to Boot - TinkerBear - 04-09-2017 Ok, after chatting with nice helpful folks on IRC channel: Created new image on different SD card. Boots fine headless. I don't know yet if my SD card is mildly incompatible, if the OS files got corrupted, or if I shouldn't have done a dist-upgrade on my install. Now to find out... RE: Pine A64 Plus Fails to Boot - TinkerBear - 04-09-2017 Solved! My crash on headless boot is caused by the most recent kernel installed via /usr/local/sbin/pine64_update_kernel.sh. 3.10.105-0-pine64-longsleep for anyone playing along later. Now I just have to figure out how to roll that back. RE: Pine A64 Plus Fails to Boot - TinkerBear - 04-09-2017 Figured out how to roll back: pine64_update_kernel.sh 3.10.104-2-pine64-longsleep-113 And after that... still crashes. Plug monitor back in, try again with 3.10.104-1-pine64-longsleep-103... And it works! So it's something that changed in 3.10.104-2-pine64-longsleep-113 RE: Pine A64 Plus Fails to Boot - pfeerick - 04-09-2017 (04-09-2017, 05:16 PM)TinkerBear Wrote: Figured out how to roll back: Hm interesting... there are two people who have noted issues with headless booting, specifically if the HDMI isn't connected. I've started to notice it on one of my pine64s with the current 105 kernel which won't come up properly on a reboot, but it boots up fine once I plug the HDMI in, and it's most certainly not a power issue as it runs from it's own battery + a 4A 5.2v power supply. Didn't seem have any of these issues with the 104 kernel, so that much seems consistent. RE: Pine A64 Plus Fails to Boot - Luke - 04-10-2017 pfeerick I've now heard more than 4 reports of this in the IRC. It seems like if you first boot with HDMI connected then after consequent reboots headless doesn't work. Based on the feedback from other users who had this issue, the "solution" is too boot headless on first boot... (04-09-2017, 05:16 PM)TinkerBear Wrote: Figured out how to roll back: Thanks for letting us know! Just a heads up: in 3.10.104-1 you will still likely experience problems with GbE ethernet. See longsleep's potential explenation for the issue at: 12:04:16 and 12:09:06 Quote:11:32:59 <lukasz> longsleep: looks like people encounter issues booting headless if they boot WITH HDMI on first boot. |