![]() |
PINETAB-V doesn't boot. - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: General (https://forum.pine64.org/forumdisplay.php?fid=1) +--- Forum: Getting Started (https://forum.pine64.org/forumdisplay.php?fid=21) +--- Thread: PINETAB-V doesn't boot. (/showthread.php?tid=19936) |
PINETAB-V doesn't boot. - FEC - 08-04-2025 Hello, I recently got my PINETAB-V. I connected the USB-C power cable and pressed the power button for exactly 2 seconds, as instructed in the manual. It looked like the OS was about to boot, but the following message has been repeating for over 4 hours: `[21966.202233] [WARNING][BB]Skip gain error setting in scan status` According to the documentation at [https://pine64.org/documentation/PineTab-V/\_full/] > The 2nd batch of PineTab-V devices ship with a Debian Bookworm image from StarFive. So I was expecting the OS to be pre-installed — is that not the case? RE: PINETAB-V doesn't boot. - Woazboat - 08-23-2025 I just got a pinetab-v as well and had a similar problem where it failed to start the graphical interface when booting from the pre-installed system image from emmc. I was able to log in from the serial console from my pc using the uart adapter, only the GNOME graphical shell wouldn't start. The issue turned out to be a corrupted file system. The kernel log was full of ext4 fs errors and running fsck (in read only mode since the file system was still mounted) found plenty of errors as well. Putting the provided system image https://github.com/starfive-tech/Debian/releases/tag/PineTab-V-v1.3.0 onto an sd card worked fine and booted into the graphical interface without errors. Once you're running from the sd card and the emmc root partition (`[color=oklab(0.952331 0.000418991 -0.00125992)]/dev/mmcblk0p4[/color]`) is no longer mounted, you can run fsck on it to fix the file system errors (answer yes to all). After doing that, booting from the internal emmc worked properly and it successfully started the graphical interface. The periodic ` [WARNING][BB]Skip gain error setting in scan status` message seems to be unrelated. |