Mobian won't boot after ton of updates - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PineTab (https://forum.pine64.org/forumdisplay.php?fid=140) +--- Forum: PineTab Software (https://forum.pine64.org/forumdisplay.php?fid=142) +--- Thread: Mobian won't boot after ton of updates (/showthread.php?tid=17772) Pages:
1
2
|
Mobian won't boot after ton of updates - bartgrefte - 01-01-2023 Last night I fired up my PineTab after not having used it in some time. After having solved apt-get update "The following signatures were invalid..." Mobian had a ton (a little over a 1000) updates to install, after that was done I entered the reboot command. Since then the only sign of life is the occasional clicking of the camera's when holding the power button (from 2-3 up to 10s), other than that nothing happens. No error, nothing. Besides reflashing Mobian, are there any ways of figuring out why Mobian won't boot? RE: Mobian won't boot after ton of updates - johns - 01-01-2023 (01-01-2023, 04:27 AM)bartgrefte Wrote: Last night I fired up my PineTab after not having used it in some time. After having solved apt-get update "The following signatures were invalid..." Mobian had a ton (a little over a 1000) updates to install, after that was done I entered the reboot command. Make sure you are holding the power button down for a full 10s and then releasing it. I do sometimes have to do that more than once for it t boot.. This could be some user error on my part, but I think sometimes it's because it's actually on, so you have to hold the button long enough to turn it off, then again long enough to turn it on. Do you have the UART cable? Once when I couldn't get it to boot, I learned via the serial cable that it stopped booting because it needed an fsck. You could try booting it from a JumpDrive image and running fsck. -john RE: Mobian won't boot after ton of updates - bartgrefte - 01-02-2023 (01-01-2023, 11:22 AM)johns Wrote: Make sure you are holding the power button down for a full 10s and then releasing it. I do sometimes have to do that more than once for it t boot.. This could be some user error on my part, but I think sometimes it's because it's actually on, so you have to hold the button long enough to turn it off, then again long enough to turn it on. Yup, full 10 seconds. (01-01-2023, 11:22 AM)johns Wrote: Do you have the UART cable? Unfortunately, no, though I might be able to diy it. At first glance it's basically a peace of headphone cable followed by a FTDI-like USB adapter. (01-01-2023, 11:22 AM)johns Wrote: You could try booting it from a JumpDrive image and running fsck. That's an idea, never used JumpDrive before, now to find a MicroSD card that isn't in use... RE: Mobian won't boot after ton of updates - bartgrefte - 01-02-2023 (01-01-2023, 11:22 AM)johns Wrote: You could try booting it from a JumpDrive image and running fsck.Well, for some reason several W10 installs are incapable of finding a driver for the RNDIS network set up by JumpDrive, so tried Ubuntu, that worked. Running fsck through telnet didn't work, said it couldn't find /etc/fstab (yikes). Then ran fsck from Ubuntu, didn't show anything wrong with the partitions on the PineTabs eMMC, still no boot. Gonna diy a debug cable once I find a cable with the right connector. RE: Mobian won't boot after ton of updates - johns - 01-03-2023 (01-02-2023, 11:42 AM)bartgrefte Wrote:(01-01-2023, 11:22 AM)johns Wrote: You could try booting it from a JumpDrive image and running fsck.Well, for some reason several W10 installs are incapable of finding a driver for the RNDIS network set up by JumpDrive, so tried Ubuntu, that worked. Running fsck through telnet didn't work, said it couldn't find /etc/fstab (yikes). Then ran fsck from Ubuntu, didn't show anything wrong with the partitions on the PineTabs eMMC, still no boot. From JumpDrive, you may also be able to check system logs on the PineTab's eMMC to look for errors. (Which may or may not show anything, depending on how far the device is getting in the boot process..) -john RE: Mobian won't boot after ton of updates - bartgrefte - 01-04-2023 (01-03-2023, 06:57 AM)johns Wrote: From JumpDrive, you may also be able to check system logs on the PineTab's eMMC to look for errors. (Which may or may not show anything, depending on how far the device is getting in the boot process..)I improvised a debug-cable with a computerspeaker-cable and Adafruit FTDI Friend. From what I can tell from the output, Mobian seems to boot (at least partially), it ends with Code: [ 4.325948] WARNING: CPU: 3 PID: 0 at kernel/context_tracking.c:128 ct_kernel_exit.constprop.0+0x8c/0x94 Maybe worth noting: The keyboard backlight does not switch on as usual, nor does the key-combo work, maybe that gives an idea about where in the boot process it got stuck? Also not seeing it appear on the network. edit: After going through the output again: U-Boot menu 1: Mobian GNU/Linux 6.1-sunxi64 2: Mobian GNU/Linux 5.15-sunxi64 Just tried option 2, that works RE: Mobian won't boot after ton of updates - diederik - 02-05-2023 (01-04-2023, 03:42 AM)bartgrefte Wrote: After going through the output again: It would be useful to know which EXACT 6.1 kernel you tried it with. The very early kernel versions, like 6.1.1, tend to have various bugs. Often around X.Y.7, most obvious bugs have been fixed and things are more likely to work properly. RE: Mobian won't boot after ton of updates - bartgrefte - 02-15-2023 (02-05-2023, 06:01 PM)diederik Wrote: It would be useful to know which EXACT 6.1 kernel you tried it with.Hmm, I have to enable email notifications, thought I'd done that (hence the late reply). Seems I've got 6.1+sunxi64-1 which is upgradable to 6.1.9, running apt as we speak, got a ton of updates again so this is gonna take a while. edit: 6.1.9 same problem.... RE: Mobian won't boot after ton of updates - diederik - 02-15-2023 (02-15-2023, 12:19 PM)bartgrefte Wrote:(02-05-2023, 06:01 PM)diederik Wrote: It would be useful to know which EXACT 6.1 kernel you tried it with.Seems I've got 6.1+sunxi64-1 which is upgradable to 6.1.9, running apt as we speak, got a ton of updates again so this is gonna take a while. apt should tell you from which kernel it is upgrading to 6.1.9. There is now (in Debian) 6.1.12, but with 6.1.9 the most obvious 'defects' should be fixed. RE: Mobian won't boot after ton of updates - bartgrefte - 03-18-2023 (02-15-2023, 12:52 PM)diederik Wrote: apt should tell you from which kernel it is upgrading to 6.1.9. There is now (in Debian) 6.1.12, but with 6.1.9 the most obvious 'defects' should be fixed.Waited some time for more updates, now on kernel 6.1.12 and still no boot, same output as #6 |