Preparing for a Prototype


Yeah, the only thing you should be looking at is what's on the serial output. You can't tell what's going on just from what's on the screen or how much power the charger takes.
It does dump a lot of info on there, so sometimes you need to scroll up through quite a lot of stuff to find what's really going on.
There are also a few drivers that give some scary looking errors that might look like serious issues, but you can safely ignore them (mostly sound related stuff)
There is still a lot of weirdness with the power side of things though, and the kernel will shut down halfway through booting if it thinks the battery doesn't have enough charge.

Don't worry too much about it though, a lot of this stuff is only really tested on my pyra, and things are set up to work with my workflow. If you're not using it exactly like I am, problems are to be expected, that's why we need other people to actually use this stuff :)
 
Don't worry too much about it though, a lot of this stuff is only really tested on my pyra, and things are set up to work with my workflow. If you're not using it exactly like I am, problems are to be expected, that's why we need other people to actually use this stuff :)
And, I'm presuming, report back on this stuff as they experience it. :)

Basically, I'm treating this as being an early beta tester. Break stuff, report it, if a fix comes, test it. Until then, find other things to break and report back on.

I have created a new pyrainstall SD card. Charging pull is down to 0.3A (battery should be fully charged). Red power button. Unresponsive. Removing battery, etc...

Reloading the battery then hooking it up to the microUSB 3.0 charger port then pressing the power button now has it installing rootfs while drawing ~1A from the plug. (good)
Syncing, propmpt for poweroff.

Should I be running the dd zero wipe every time before I reload the OS or should it matter? I didn't do it this time because what I envision that I'm testing is if the issues I'd had with loading the eMMC were because of low battery or potentially a faulty SD card source.

Booting from eMMC, battery in, no mains connected. Welcome screen. Start now. Calibrate = Yes, skipped to enter your full name, box full of +++++++++++.
Left shoulder button shift not working for the G. Use right shift to writ Grench. dp dark red on black screen. Waiting 5 min. No good. Still stuck at the dark red dp logo on black screen with a movable x mouse pointer.

Trying it again with the unit plugged into the power source. Same behavior as above, same stuck point.

Well, that was with a freshly created OS flasher on a different card. I'm going to call it on trying to install to the eMMC for now. I keep repeating the same thing different ways to get an equally failed result.

On a side note, opening, removing the battery, reloading the battery, putting the lid back in place several dozen times hasn't resulted in any signs of wear on the tabs of the battery compartment lid. It is a pretty tight fit and requires the right angle and more pressure than the Pandora did too. So, the plastics used in the Pyra case are already showing to be far far better than the Pandora.
 
I created a new SD card for booting in the left SD slot. It booted up to:
(initrmfs) [ 115.601818] random: crng init done

It froze/stopped there. Hmm.

Now it is doing the thing where it won't do anything. Re-creating another bootable SD card image. Starting to wonder to the state of my USB 3 card reader - if it isn't working right, that could explain a lot. If this one doesn't work, I'm switching up hardware to create a new one.
Post automatically merged:

Yeah, the only thing you should be looking at is what's on the serial output. You can't tell what's going on just from what's on the screen or how much power the charger takes.
It does dump a lot of info on there, so sometimes you need to scroll up through quite a lot of stuff to find what's really going on.
There are also a few drivers that give some scary looking errors that might look like serious issues, but you can safely ignore them (mostly sound related stuff)
There is still a lot of weirdness with the power side of things though, and the kernel will shut down halfway through booting if it thinks the battery doesn't have enough charge.

Don't worry too much about it though, a lot of this stuff is only really tested on my pyra, and things are set up to work with my workflow. If you're not using it exactly like I am, problems are to be expected, that's why we need other people to actually use this stuff :)

How about some instructions on how to set up a serial console on the Pyra? I recall that the microUSB port had some serial capabilities. Is this done through microUSB-USB or do I need to adapt that out to an RS-232 null modem cable?
Post automatically merged:

Second freshly created bootable SD card image got me to the same initramfs. I'm going to let this one run a bit.
 
Last edited:
Can you post the full dmesg log? The line you posted is not relevant and occurs at a semi-random time during the boot process.
 
Can you post the full dmesg log? The line you posted is not relevant and occurs at a semi-random time during the boot process.
Keep in mind I'm not a Linux OS programmer. Would this get saved to the SD card I'm booting from somewhere or is this something you expect me to type in from the screen?
 
Keep in mind I'm not a Linux OS programmer. Would this get saved to the SD card I'm booting from somewhere or is this something you expect me to type in from the screen?
My void linux installation puts it in /var/log/ as dmesg.log
 
You need to type "dmesg" in a terminal from booted system.
If you have internet connection you can direct this output to some pastebin server
Code:
 dmesg | curl -F 'sprunge=<-' http://sprunge.us
or create a text file and copy it using usb or sdcard
Code:
 dmesg > dmesg.txt

You can also find all logs in /var/log folder.
 
Wow, you're getting some very weird results there... I'll try to explain the whole booting process here a bit, maybe that helps :)

  • U-Boot currently shuts itself off when the battery voltage is too low. So if you switch on the unit and the keyboard LED will only flash for a split second, it means U-Boot has been initialized but the battery is too empty.
  • If the unit doesn't seem to react at all (no keyboard LED flashing), it usually means that either the battery is completely drained (and no power supply is connected) or that there's no bootloader (in which case it will look like it's off but drain the battery as the OMAP5 is constantly searching for a bootable media).
  • The OMAP5 checks for a bootloader in this order: Left SD Card slot, eMMC, USB. If you have an SD Card in slot 1 with a broken bootloader (or anything that looks like a bootloader for the OMAP5), it will try to boot from it and crash, so no LEDs will light up. So if you ever prepared an SD Card for flashing, simply reformatting it will most probably only kill half of the bootloader, so that card will crash the unit when you switch it on. Reformatting it with the SDFormatter tool on Windows will fix that - or dd'ing it with zeroes and then repartitioning them (do not use gparted, as it places some stuff at the beginning of the SD Card which will make the OMAP5 think it's a bootable SD Card :)
  • So having a bootable SD Card in the left slot will ALWAYS override booting from the eMMC.
  • We don't have any check setup for the rootfs that's being flashed - so if the SD Card had some write errors, this could lead to such issues. Though the flasher process should show some errors when it's unpacking the rootfs, but I'm not sure you checked that :)
  • Most important: Freezes and other weirdnesses usually happen when the battery gets empty! It doesn't shutdown automatically yet, it simply does weird stuff! The same happens if you power it without battery and the power supply / cable is too weak.
    You can use a multimeter to check the voltage of the battery if you don't have a bootable system. Or you can simply put the battery into the Pyra, connect it to the power supply and make a hard-power off (press POWER for more than 8 seconds). Even if you don't see anything! Without a bootloader, power input is limited to 500mA. And without a bootloader, the OMAP5 constantly searches for a bootloader until you power it off. And that would need more power than 500mA - so it would actually drain the battery!
    So to charge if you don't have a working OS on the internal storage, it's best to boot into a bootable SD Card and power off the system. Booting an OS will enable the power input to 2A and when you shutdown, the OMAP5 also doesn't drain any battery anymore.
The weird thing is:
The filesystem is not dd'ed onto the eMMC, it is being EXTRACTED there.
So even if your eMMC had badblocks, the eMMC should handle that and use different locations automatically.

One quick notice: As you mention that the shoulder button doesn't work as SHIFT:
This is being handled by a program called "funkeymonkey". It could be it doesn't start reliable for the first boot wizard - have you also tried that when you've booted the OS?

Make sure you don't have an SD Card in the internal SD Card slot. We have not done any real tests with that slot.
 
How about some instructions on how to set up a serial console on the Pyra? I recall that the microUSB port had some serial capabilities. Is this done through microUSB-USB or do I need to adapt that out to an RS-232 null modem cable?

Connect a MicroUSB data cable to the MicroUSB port of your Pyra (the one above the big USB port) and connect the cable to your PC.
Then it should appear as a serial device and you can simply run your favourite Serial Terminal program to connect to it, save logs, etc.
Default settings with 115200 baud, no hardware / software flow control should work fine.

Are you using Windows or Linux?

With Linux, I suggest to use Minicom.
 
You need to type "dmesg" in a terminal from booted system.
If you have internet connection you can direct this output to some pastebin server
Code:
 dmesg | curl -F 'sprunge=<-' http://sprunge.us
or create a text file and copy it using usb or sdcard
Code:
 dmesg > dmesg.txt

You can also find all logs in /var/log folder.
So - in this case where I can't get the system to boot and get past the Welcome wizard on the eMMC or even get to the Welcome wizard on SD card at the moment - I'm not very well going to be able to copy the log file out. Hmm.

Wow, you're getting some very weird results there... I'll try to explain the whole booting process here a bit, maybe that helps :)
Thank you for the reply - I will try to get through the additional bits, but I'm running out of time tonight and it will be a couple of days before I can give this more time.

U-Boot currently shuts itself off when the battery voltage is too low. So if you switch on the unit and the keyboard LED will only flash for a split second, it means U-Boot has been initialized but the battery is too empty.
I have been letting it sit (red power light on, nothing on the screen, drawing 1.8A) until the charge amperage drops down to 0.7 before trying these things. I'm 90% sure that the battery has juice. I've also been trying without the battery with some successes, some failures.

If the unit doesn't seem to react at all (no keyboard LED flashing), it usually means that either the battery is completely drained (and no power supply is connected) or that there's no bootloader (in which case it will look like it's off but drain the battery as the OMAP5 is constantly searching for a bootable media).
I'm betting that it is having issues finding the bootloader. I have had several cases where the eMMC won't boot anything, then seem to work under the same circumstance after I pull the battery and let it sit for an hour. Is there any chance that CPU heat might be messing with an iffy connection to the eMMC? That might be an explanation for the intermittent nature of some of the things I'm seeing.

The OMAP5 checks for a bootloader in this order: Left SD Card slot, eMMC, USB. If you have an SD Card in slot 1 with a broken bootloader (or anything that looks like a bootloader for the OMAP5), it will try to boot from it and crash, so no LEDs will light up.
The frustrating bit, though, is the first few times I tried with a self-prepared card, it worked. I seem to be chasing ever diminishing returns.

So if you ever prepared an SD Card for flashing, simply reformatting it will most probably only kill half of the bootloader, so that card will crash the unit when you switch it on. Reformatting it with the SDFormatter tool on Windows will fix that - or dd'ing it with zeroes and then repartitioning them (do not use gparted, as it places some stuff at the beginning of the SD Card which will make the OMAP5 think it's a bootable SD Card :)
Okay - good to know. I've been using gparted to remove the partitions from these cards then using them as a target for dd. Next round I'll partition with parted - or something else that is not gparted. What is your favorite partitioning program? I'll use that to eliminate this variability.

So having a bootable SD Card in the left slot will ALWAYS override booting from the eMMC.
Yes - which is a good thing.

We don't have any check setup for the rootfs that's being flashed - so if the SD Card had some write errors, this could lead to such issues. Though the flasher process should show some errors when it's unpacking the rootfs, but I'm not sure you checked that :)
The eMMC flashing / unpacking program seems to run well. I just re-ran it again right now while typing this up. I didn't see any errors in the script that flew by on the screen before:
Code:
Installing rootfs
 1.2GB at 5.6MB/s eta:  0:00:00 100% [==================================]
Copied: 1278407853B (1.2GB) (100% of expected input)
Time: 03:39
Throughput:  5837478B (5.6MB/s)

Syncing
Done
----------------------------------------
Done.  Press any key to poweroff_

The eMMC flasher / installer seems to be doing it's job without error though.

Most important: Freezes and other weirdnesses usually happen when the battery gets empty! It doesn't shutdown automatically yet, it simply does weird stuff! The same happens if you power it without battery and the power supply / cable is too weak.
I have been doing most of my testing using a 12" heavy gauge industrial USB 3.0 to microUSB 3.0 wide cable plugged into a 2A power supply with a USB power meter between them. I can see that it is drawing up to 1.87A at 5.17VDC when charging the battery - and see that charge draw lower through time.

You can use a multimeter to check the voltage of the battery if you don't have a bootable system.
Battery has three lead points - and I now see the labels for them - I'll try checking that next round before I start. What are the expected voltage ranges?

Or you can simply put the battery into the Pyra, connect it to the power supply and make a hard-power off (press POWER for more than 8 seconds). Even if you don't see anything!
Doing this results in the input current dropping to 0.501A. Checked.

Without a bootloader, power input is limited to 500mA. And without a bootloader, the OMAP5 constantly searches for a bootloader until you power it off. And that would need more power than 500mA - so it `would actually drain the battery!
So to charge if you don't have a working OS on the internal storage, it's best to boot into a bootable SD Card and power off the system. Booting an OS will enable the power input to 2A and when you shutdown, the OMAP5 also doesn't drain any battery anymore.
Alright. Catch is I'm having a bit of difficulty booting into an OS at the moment. Working on that. Maybe it's because I was using gparted?

The weird thing is:
The filesystem is not dd'ed onto the eMMC, it is being EXTRACTED there.
So even if your eMMC had badblocks, the eMMC should handle that and use different locations automatically.
This isn't acting like an SSD with bad blocks. More like a bad cable or noise on the line would be my interpretation. I need to make a whole new set of cards from scratch though now that I know gparted isn't approved.

One quick notice: As you mention that the shoulder button doesn't work as SHIFT:
This is being handled by a program called "funkeymonkey". It could be it doesn't start reliable for the first boot wizard - have you also tried that when you've booted the OS?
Yes - and I've also done it during the login screen on one of the SD cards when I had those working - and it worked on the SD cards but not on the eMMC which was what struck me as weird.

Make sure you don't have an SD Card in the internal SD Card slot. We have not done any real tests with that slot.
Using a 64GB EVO card in the internal SD slot running was actually one of my best user experiences so far. It booted right up, let me use the left shoulder button shift right off for the user name and was stable enough that I used it to post into the forum here. I likely scratched that one when I used gparted on that card to get rid of the tiny default f2fs partition and replace it (copying the contents out and back in) to an ext4 partition because it bugged me that I couldn't resize the f2fs. (that was my offroading experiement)

I have work tomorrow and am about done for tonight. Again, this is all more about my learning curve than anything. Quite likely the problem isn't the Pyra, it's me.
Post automatically merged:

Connect a MicroUSB data cable to the MicroUSB port of your Pyra (the one above the big USB port) and connect the cable to your PC.
Then it should appear as a serial device and you can simply run your favourite Serial Terminal program to connect to it, save logs, etc.
Default settings with 115200 baud, no hardware / software flow control should work fine.

Are you using Windows or Linux?

With Linux, I suggest to use Minicom.
My primary home workstation is Linux. I'll give Minicom a shot.
 
  • Like
Reactions: rSl
I'm not sure that is a good thing as I'm still stumbling around making my own variety of human errors getting a handle on the hardware. I'm not a dev, and have some catch up and mistakes to make before I'm even going to be much good with it. Hopefully you will all be forgiving of my doing so in this public, now overly public, forum thread. I hadn't even thought that the press might shine a light on my initial stumbling around. For that you all have my apologies.
 
I'm not sure that is a good thing as I'm still stumbling around making my own variety of human errors getting a handle on the hardware. I'm not a dev, and have some catch up and mistakes to make before I'm even going to be much good with it. Hopefully you will all be forgiving of my doing so in this public, now overly public, forum thread. I hadn't even thought that the press might shine a light on my initial stumbling around. For that you all have my apologies.
Stop procrastinating and rather gather the console output to attach it to your next post, before you're off to work. :p
 
Alright. Working on the assumption that gparted was the root of my failures. My objective now is to make a usable card for this per ED's specs above.

I used fdisk to blow away all partitions on a 32GB SDHC card.
I used dd if=/dev/zero of=/dev/sdj to zero fill the unpartitioned card.
That is taking a long time even on a 32GB card at 2.7MB/s. Still running - I roughly estimate it will take 3 hours or so. Hope I don't have to do that to all the cards I use for this. I'm going to have to let it run overnight.

When it is done, I'm going to make this one an eMMC flash installer media using this command:
dd if=./install-nobat.img of=/dev/sdj bs=1M; sync
Post automatically merged:

~$ minicom
minicom: cannot open /dev/modem: No such file or directory

Okay - looking at the manpage for minicom.
Code:
https://linux.die.net/man/1/minicom

It is going to take more than just the name of the program and installing it to get this connected to a Pyra connected from the microUSB charging port to a USB port on my workstation. It appears to be command line driven with a pile of options to be applied when launching it to specify where to find the device being targeted. Does someone have the launch string that should find the Pyra so I don't have to spend a few hours figuring it out?

I never knew that I would miss my old DOS coms program Commo.
 
Last edited:
  • Like
Reactions: rSl
Making progress on sorting out the minicom connection. Maybe.

# dmesg | grep tty
[ 0.000000] console [tty0] enabled
[ 0.631949] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[30734.141172] usb 6-2: FTDI USB Serial Device converter now attached to ttyUSB0
[31223.363436] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[31235.549288] usb 7-2: FTDI USB Serial Device converter now attached to ttyUSB0
Post automatically merged:

+-----------------------------------------------------------------------+
| A - Serial Device : /dev/ttyUSB0 |
| B - Lockfile Location : /var/lock |
| C - Callin Program : |
| D - Callout Program : |
| E - Bps/Par/Bits : 115200 8N1 |
| F - Hardware Flow Control : No |
| G - Software Flow Control : No |
| |
| Change which setting? |
+-----------------------------------------------------------------------+
Post automatically merged:

minicom: cannot open /dev/ttyUSB0: Permission denied
Post automatically merged:

Got it working - lots of screen scrolling. How the hell do I get this damn terminal program to stop long enough that I can get anything into the copy buffer?
 
Last edited:
~$ minicom
minicom: cannot open /dev/modem: No such file or directory

Okay - looking at the manpage for minicom.
Code:
https://linux.die.net/man/1/minicom

It is going to take more than just the name of the program and installing it to get this connected to a Pyra
I too had trouble with minicom. I found screen much easier to use from a linux machine (which I think you have based on that minicom error)
sudo screen /dev/ttyUSB0 115200
Is what I use to connect to the serial port of the Dev Board.
Control+a, then d to detach from that screen.
Control+a, then \ will kill a screen session if you run into trouble.
screen -r should be able to reattach.
screen -ls shows screen sessions available.

You should be able to see the pyra show up as a connectable device if you ls /dev/*USB*

Hopefully this is helpful information.
I should dig up how to save what is passed to screen to the host machine.

-edit-
Forgot that you need to run screen as sudo after seeing your post.
-edit 2-
You can also use Control-a + H to save logs into screenlog.n file. One more Control-a + H to turn off.
 
Last edited:
I used dd if=/dev/zero of=/dev/sdj to zero fill the unpartitioned card.
Which also undos any partitioning - the latter being information on the storage. Since ED just seemed to be worried about the beginning of the storage, it would seem you'd be good only zeroing the first MB.
"dd if=./install-nobat.img of=/dev/sdj bs=1M; sync" also starts writing content at the very beginning.
minicom: cannot open /dev/ttyUSB0: Permission denied
sudo?
 
  • Like
Reactions: rSl
I shut down the Pyra so that I could get the window to stop updating and...

Welcome to minicom 2.7

OPTIONS: I18n
Compiled on Apr 22 2017, 09:14:19.
Port /dev/ttyUSB0, 22:36:10

Press CTRL-A Z for help on special keys
[ **] (1 of 2) A start job is running for Pyra First Run Wizard (9min 38s / )
[ *] (2 of 2) A start job is running for Hold until boot process finishes u)
[ 586.159832] systemd-journald[1337]: /var/log/journal/2ea02f2a8b2d4e19a5c2527.
[ 586.178991] print_req_error: I/O error, dev mmcblk0, sector 0
[ OK ] Stopped target Local File Sys[ 586.207398] systemd-journald[1337]: Far
tems.
Unmounting /boot...
[FAILED] Failed unmounting 586.229076] systemd-journald[1337]: Failed to rotar
m/boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[ 586.258956] systemd-journald[1337]: Failed to write entry (9 items, 266 byter
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
[ 586.286133] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02fr
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting 586.317618] systemd-journald[1337]: Failed to writr
m/boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmountin[ 586.346741] systemd-journald[1337]: Failed to rotatr
g /boot.
Unmounting 586.360112] mmc0: new high speed MMC card at address 0001
[ 586.363966] systemd-journald[1337]: Failed to write entry (21 items, 622 bytr
1;39m/boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /bo[ 586.397134] systemd-journald[1337]: Failed to r
ot.
Unmounting /boot...
[FAILED] Failed unmounting 586.419599] mmcblk0: mmc0:0001 HBG4a2 29.1 GiB
m/boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot[ 586.440307] mmcblk0boot0: mmc0:0001 HBG4a2 partitioB
...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmountin[ 586.470291] mmcblk0boot1: mmc0:0001 HBG4a2 partition 2 4.0B
g /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmountin[ 586.497572] mmcblk0rpmb: mmc0:0001 HBG4a2 partition)
g /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
[ 586.520730] mmcblk0: p1 p2
[ OK ] Stopped File System Check on /dev/disk/by-partuuid/5aa07545-01.
[ 591.153622] F2FS-fs (mmcblk0p2): Issue discard(2125824, 2125824, 512) failed5
[ 591.163733] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02fr
[ 591.177366] systemd-journald[1337]: Failed to write entry (9 items, 290 byter
[ **] (2 of 2) A start job is running for Hold until boot process finishes u)
[ 591.946907] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02fr
[ 591.960553] systemd-journald[1337]: Failed to write entry (21 items, 622 bytr
[ 591.971506] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02fr
[ 591.985170] systemd-journald[1337]: Failed to write entry (21 items, 622 bytr
[ 591.996117] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02fr
[ 592.009540] systemd-journald[1337]: Failed to write entry (21 items, 622 bytr
[ 592.020434] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02fr
[ *** ] (1 of 2) A start job is running for Pyra First Run Wizard (9min 50s / )
[ 596.933698] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02fr
[ 596.947324] ------------[ cut here ]------------
[ 596.949535] systemd-journald[1337]: Failed to write entry (20 items, 646 bytr
[ 596.952179] WARNING: CPU: 0 PID: 2157 at fs/fs-writeback.c:2241 __mark_inode4
[ 596.962943] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02fr
[ 596.971664] bdi-block not registered
[ 596.971667] Modules linked in: arc4 bnep binfmt_misc wl18xx wlcore mac80211 a
[ 596.985225] systemd-journald[1337]: Failed to write entry (9 items, 253 byter
[ 596.988393] sysfillrect sysimgblt fb_sys_fops drm panel_boe_w677l drm_paneln
[ 597.073793] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02fr
[ 597.098164] CPU: 0 PID: 2157 Comm: pyra-first-run. Tainted: G WC 1
[ 597.098168] Hardware name: Generic OMAP5 (Flattened Device Tree)
[ 597.098189] [<c02112fc>] (unwind_backtrace) from [<c020c270>] (show_stack+0x)
[ 597.098201] [<c020c270>] (show_stack) from [<c08f2cbc>] (dump_stack+0x88/0xa)
[ 597.142695] [<c08f2cbc>] (dump_stack) from [<c022ebc8>] (__warn+0xd4/0xf0)
[ 597.146641] systemd-journald[1337]: Failed to write entry (9 items, 299 byter
[ 597.149907] [<c022ebc8>] (__warn) from [<c022ec28>] (warn_slowpath_fmt+0x44/)
[ 597.168051] [<c022ec28>] (warn_slowpath_fmt) from [<c038086c>] (__mark_inode)
[ 597.173734] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02fr
[ 597.177181] [<c038086c>] (__mark_inode_dirty) from [<c036fff0>] (generic_upd)
[ 597.199246] [<c036fff0>] (generic_update_time) from [<c0371ab0>] (touch_atim)
[ 597.207738] [<c0371ab0>] (touch_atime) from [<c03050e4>] (generic_file_read_)
[ 597.207953] systemd-journald[1337]: Failed to write entry (9 items, 241 byter
[ 597.216681] [<c03050e4>] (generic_file_read_iter) from [<c0354ed0>] (new_syn)
[ 597.216688] [<c0354ed0>] (new_sync_read) from [<c03570c4>] (vfs_read+0x90/0x)
[ 597.216695] [<c03570c4>] (vfs_read) from [<c0357154>] (kernel_read+0x28/0x44)
[ 597.216704] [<c0357154>] (kernel_read) from [<c035cc0c>] (prepare_binprm+0x1)
[ 597.246629] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02fr
[ 597.251181] [<c035cc0c>] (prepare_binprm) from [<c035e0e8>] (__do_execve_fil)
[ 597.272927] systemd-journald[1337]: Failed to write entry (9 items, 1015 bytr
[ 597.281002] [<c035e0e8>] (__do_execve_file) from [<c035e420>] (do_execve+0x2)
[ 597.281009] [<c035e420>] (do_execve) from [<c0201000>] (ret_fast_syscall+0x0)
[ 597.281012] Exception stack(0xee1e9fa8 to 0xee1e9ff0)
[ 597.281017] 9fa0: 004e7674 004e673c 004e7674 004e673c 004e0
[ 597.281023] 9fc0: 004e7674 004e673c 004d1400 0000000b beab17cc 004d1400 004e8
[ 597.329825] 9fe0: 004e3e04 beab170c 004c67b7 b6f233d8
[ ***] (2 of 2) A start job is running for Hold until boot process finish[ 5-
es up (9min 50s / no limit)
[ 597.354900] WARNING: CPU: 0 PID: 2158 at fs/fs-writeback.c:2241 __mark_inode4
[ 597.366516] bdi-block not registered
[ 597.370260] Modules linked in: arc4 bnep binfmt_misc wl18xx wlcore mac80211 a
[ 597.444651] sysfillrect sysimgblt fb_sys_fops drm panel_boe_w677l drm_paneln
[ 597.469802] CPU: 0 PID: 2158 Comm: pyra-first-run. Tainted: G WC 1
[ 597.479381] Hardware name: Generic OMAP5 (Flattened Device Tree)
[ 597.485689] [<c02112fc>] (unwind_backtrace) from [<c020c270>] (show_stack+0x)
[ 597.493817] [<c020c270>] (show_stack) from [<c08f2cbc>] (dump_stack+0x88/0xa)
[ 597.501395] [<c08f2cbc>] (dump_stack) from [<c022ebc8>] (__warn+0xd4/0xf0)
[ 597.508613] [<c022ebc8>] (__warn) from [<c022ec28>] (warn_slowpath_fmt+0x44/)
[ 597.516466] [<c022ec28>] (warn_slowpath_fmt) from [<c038086c>] (__mark_inode)
[ 597.525603] [<c038086c>] (__mark_inode_dirty) from [<c036fff0>] (generic_upd)
[ 597.534731] [<c036fff0>] (generic_update_time) from [<c0371ab0>] (touch_atim)
[ 597.543228] [<c0371ab0>] (touch_atime) from [<c03050e4>] (generic_file_read_)
[ 597.552172] [<c03050e4>] (generic_file_read_iter) from [<c0354ed0>] (new_syn)
[ 597.561217] [<c0354ed0>] (new_sync_read) from [<c03570c4>] (vfs_read+0x90/0x)
[ 597.568884] [<c03570c4>] (vfs_read) from [<c0357154>] (kernel_read+0x28/0x44)
[ 597.576371] [<c0357154>] (kernel_read) from [<c03a6808>] (load_elf_binary+0x)
[ 597.584773] [<c03a6808>] (load_elf_binary) from [<c035d4bc>] (search_binary_)
[ 597.593891] [<c035d4bc>] (search_binary_handler) from [<c035e198>] (__do_exe)
[ 597.603195] [<c035e198>] (__do_execve_file) from [<c035e420>] (do_execve+0x2)
[ 597.611223] [<c035e420>] (do_execve) from [<c0201000>] (ret_fast_syscall+0x0)
[ 597.619161] Exception stack(0xe9e9bfa8 to 0xe9e9bff0)
[ 597.624455] bfa0: 004e7a84 004e7a38 004e7a84 004e7a38 004e0
[ 597.633030] bfc0: 004e7a84 004e7a38 004d1400 0000000b beab17c4 004d1400 004e0
[ 597.641614] bfe0: 004e3e04 beab1704 004c67b7 b6f233d8
[* ] (1 of 2) A start job is running for Pyra First Run Wizard (9min 55s / )
[ 601.943644] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02fr
[ 601.957299] systemd-journald[1337]: Failed to write entry (20 items, 551 bytr
[ 601.968849] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02fr
[ 601.983021] systemd-journald[1337]: Failed to write entry (20 items, 551 bytr
[ 601.995193] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02fr
[ 602.009447] systemd-journald[1337]: Failed to write entry (20 items, 551 bytr
[ 602.020597] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02fr
[ 602.034248] systemd-journald[1337]: Failed to write entry (20 items, 551 bytr
[
[ *] (1 of 2) A start job is running for Pyra First Run Wizard (9min 58s / )


/****** Big section of blank screens minicom put into the mix here that I removed -Grench ************/






[ *** ] (2 of 2) A start job is running for Hold until boot process finishes up (10min / no limit)
[ 606.954463] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 606.970320] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 606.982521] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 606.997156] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 607.009766] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 607.025573] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 607.037538] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 607.051068] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 607.061955] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[** ] (2 of 2) A start job is running for Hold until boot process finishes up (10min 2s / no limit)
[ 609.618065] ------------[ cut here ]------------
[ 609.622938] WARNING: CPU: 1 PID: 1552 at fs/fs-writeback.c:2241 __mark_inode_dirty+0x310/0x4c4
[ 609.632010] bdi-block not registered
[ 609.635765] Modules linked in: arc4 bnep binfmt_misc wl18xx wlcore mac80211 cfg80211 snd_soc_dmic dwc3 snd_soc_a
[ 609.710133] sysfillrect sysimgblt fb_sys_fops drm panel_boe_w677l drm_panel_orientation_quirks pwm_omap_dmtimen
[ 609.735252] CPU: 1 PID: 1552 Comm: cron Tainted: G WC 4.19.88-letux-lpae #1
[ 609.743836] Hardware name: Generic OMAP5 (Flattened Device Tree)
[ 609.750148] [<c02112fc>] (unwind_backtrace) from [<c020c270>] (show_stack+0x10/0x14)
[ 609.758277] [<c020c270>] (show_stack) from [<c08f2cbc>] (dump_stack+0x88/0xa8)
[ 609.765852] [<c08f2cbc>] (dump_stack) from [<c022ebc8>] (__warn+0xd4/0xf0)
[ 609.773071] [<c022ebc8>] (__warn) from [<c022ec28>] (warn_slowpath_fmt+0x44/0x6c)
[ 609.780925] [<c022ec28>] (warn_slowpath_fmt) from [<c038086c>] (__mark_inode_dirty+0x310/0x4c4)
[ 609.790055] [<c038086c>] (__mark_inode_dirty) from [<c036fff0>] (generic_update_time+0xec/0xfc)
[ 609.799183] [<c036fff0>] (generic_update_time) from [<c0371ab0>] (touch_atime+0x84/0xb8)
[ 609.807666] [<c0371ab0>] (touch_atime) from [<c03692cc>] (iterate_dir+0x10c/0x138)
[ 609.815610] [<c03692cc>] (iterate_dir) from [<c0369834>] (ksys_getdents64+0x88/0x11c)
[ 609.823831] [<c0369834>] (ksys_getdents64) from [<c0201000>] (ret_fast_syscall+0x0/0x4c)
[ 609.832319] Exception stack(0xe96d9fa8 to 0xe96d9ff0)
[ 609.837623] 9fa0: 00500a78 beb2bcd8 00000005 00500a78 00008000 064dd000
[ 609.846197] 9fc0: 00500a78 beb2bcd8 00500a78 000000d9 b6fe76e0 00000005 beb29a38 004edd70
[ 609.854774] 9fe0: 000000d9 beb29860 b6ee1ae9 b6e87746
[ **] (1 of 2) A start job is running for Pyra First Run Wizard (10min 5s / no limit)
[ 611.963835] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 611.978559] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 611.990564] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 612.004468] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 612.016078] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 612.029604] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 612.041081] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 612.055635] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 612.066612] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[*** ] (1 of 2) A start job is running for Pyra First Run Wizard (10min 10s / no limit)
[ 616.975193] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 616.986731] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 617.000753] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 617.013169] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 617.030112] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 617.044351] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 617.058727] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 617.071666] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 617.085231] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[*** ] (2 of 2) A start job is running for Hold until boot process finishes up (10min 15s / no limit)
[ 621.984046] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 621.996111] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 622.009863] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 622.021320] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 622.035710] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 622.047039] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 622.060569] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 622.071765] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 622.086701] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ **] (1 of 2) A start job is running for Pyra First Run Wizard (10min 20s / no limit)
[ 626.994271] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 627.008189] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 627.019208] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 627.032802] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 627.043842] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 627.057417] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 627.068413] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 627.081981] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 627.093079] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ *** ] (1 of 2) A start job is running for Pyra First Run Wizard (10min 25s / no limit)
[ 632.004167] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 632.018900] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 632.030367] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 632.044485] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 632.056488] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 632.070008] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 632.080923] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 632.096918] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 632.108526] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[* ] (2 of 2) A start job is running for Hold until boot process finishes up (10min 30s / no limit)
[ 637.014348] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 637.027878] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 637.040054] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 637.054017] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 637.065649] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 637.079182] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 637.090770] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 637.104426] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 637.115845] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ ***] (1 of 2) A start job is running for Pyra First Run Wizard (10min 34s / no limit)
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Warning: fsck not present, so skipping root file system
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

Welcome to Debian GNU/Linux 10 (buster)!

[ OK ] Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on Journal Socket.
Starting Create list of required static device nodes for the current kernel...
[ OK ] Listening on fsck to fsckd communication Socket.
[ OK ] Listening on Syslog Socket.
[ OK ] Listening on udev Control Socket.
Starting Load Kernel Modules...
[ OK ] Set up automount Arbitrary Executable File Formats File System Automount Point.
[ OK ] Reached target Remote File Systems.
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Listening on Journal Socket (/dev/log).
[ OK ] Created slice system-getty.slice.
Starting Set the console keyboard layout...
[ OK ] Listening on Journal Audit Socket.
Starting Journal Service...
[ OK ] Listening on udev Kernel Socket.
Starting udev Coldplug all Devices...
Mounting POSIX Message Queue File System...
Mounting Kernel Debug File System...
[ OK ] Reached target Swap.
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Slices.
Starting Uncomplicated firewall...
Starting File System Check on Root Device...
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Reached target User and Group Name Lookups.
[ OK ] Started Create list of required static device nodes for the current kernel.
[ OK ] Started Load Kernel Modules.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Started Uncomplicated firewall.
Starting Apply Kernel Variables...
[ OK ] Started File System Check on Root Device.
Starting Remount Root and Kernel File Systems...
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Remount Root and Kernel File Systems.
Starting Create System Users...
Starting Load/Save Random Seed...
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create System Users.
Starting Create Static Device Nodes in /dev...
[ OK ] Started Set the console keyboard layout.
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started udev Coldplug all Devices.
Starting Helper to synchronize boot up for ifupdown...
[ OK ] Started Helper to synchronize boot up for ifupdown.
[ OK ] Started udev Kernel Device Manager.
Starting Show Plymouth Boot Screen...
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Reached target Paths.
[ OK ] Reached target Local Encrypted Volumes.
[ OK ] Started Forward Password Requests to Plymouth Directory Watch.
[ OK ] Found device /dev/ttyO2.
[ OK ] Found device /dev/disk/by-partuuid/5aa07545-01.
Starting File System Check on /dev/disk/by-partuuid/5aa07545-01...
[ OK ] Started File System Check on /dev/disk/by-partuuid/5aa07545-01.
Mounting /boot...
[ OK ] Mounted /boot.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ OK ] Created slice system-systemd\x2dbacklight.slice.
Starting Load/Save Screen Backlight Brightness of backlight:keyboard-backlight...
Starting Load/Save Screen Backlight Brightness of backlight:backlight...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
Starting Tell Plymouth To Write Out Runtime Data...
Starting Enable support for additional executable binary formats...
Starting Raise network interfaces...
Starting Set console [ 642.024650] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2r
font and keymap...
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:keyboard-backlight.
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started Set console font and keymap.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ O[ 642.025451] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output errr
K ] Started Raise network interfaces.
Starting Tell Plymouth To Write Out Runtime Data...
Starting Show Plymouth Boot Screen...
Mounting Arbitrary Executable File Formats File System...
Starting Load/Save RF Kill Switch Status...
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown[ 642.026467] systemd-journald[1337]: Failed to rotate /vr
...
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Mounted Arbitrary Executable File Formats File System.
[ OK ] Started Enable support for additional executable binary formats.
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Started Network Time Synchronization.
[ 642.026719] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
2m OK ] Reached target System Initialization.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Listening on UUID daemon activation socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target 642.027674] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5cr
[0;1;39mBasic System.
Starting LSB: Load kernel modules needed to enable cpufreq scaling...
Starting Bluetooth service...
Starting Modem Manager...[ 642.028278] systemd-journald[1337]: Failed to write entry (20 items, 551 byter
[ 642.029020] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 642.029250] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 642.029536] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 642.029763] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Warning: fsck not present, so skipping root file system
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

Welcome to Debian GNU/Linux 10 (buster)!

[ OK ] Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on Journal Socket.
Starting Create list of required static device nodes for the current kernel...
[ OK ] Listening on fsck to fsckd communication Socket.
[ OK ] Listening on Syslog Socket.
[ OK ] Listening on udev Control Socket.
Starting Load Kernel Modules...
[ OK ] Set up automount Arbitrary Executable File Formats File System Automount Point.
[ OK ] Reached target Remote File Systems.
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Listening on Journal Socket (/dev/log).
[ OK ] Created slice system-getty.slice.
Starting Set the console keyboard layout...
[ OK ] Listening on Journal Audit Socket.
Starting Journal Service...
[ OK ] Listening on udev Kernel Socket.
Starting udev Coldplug all Devices...
Mounting POSIX Message Queue File System...
Mounting Kernel Debug File System...
[ OK ] Reached target Swap.
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Slices.
Starting Uncomplicated firewall...
Starting File System Check on Root Device...
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Reached target User and Group Name Lookups.
[ OK ] Started Create list of required static device nodes for the current kernel.
[ OK ] Started Load Kernel Modules.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Started Uncomplicated firewall.
Starting Apply Kernel Variables...
[ OK ] Started File System Check on Root Device.
Starting Remount Root and Kernel File Systems...
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Remount Root and Kernel File Systems.
Starting Create System Users...
Starting Load/Save Random Seed...
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create System Users.
Starting Create Static Device Nodes in /dev...
[ OK ] Started Set the console keyboard layout.
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started udev Coldplug all Devices.
Starting Helper to synchronize boot up for ifupdown...
[ OK ] Started Helper to synchronize boot up for ifupdown.
[ OK ] Started udev Kernel Device Manager.
Starting Show Plymouth Boot Screen...
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Reached target Paths.
[ OK ] Reached target Local Encrypted Volumes.
[ OK ] Started Forward Password Requests to Plymouth Directory Watch.
[ OK ] Found device /dev/ttyO2.
[ OK ] Found device /dev/disk/by-partuuid/5aa07545-01.
Starting File System Check on /dev/disk/by-partuuid/5aa07545-01...
[ OK ] Started File System Check on /dev/disk/by-partuuid/5aa07545-01.
Mounting /boot...
[ OK ] Mounted /boot.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ OK ] Created slice system-systemd\x2dbacklight.slice.
Starting Load/Save Screen Backlight Brightness of backlight:keyboard-backlight...
Starting Load/Save Screen Backlight Brightness of backlight:backlight...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
Starting Tell Plymouth To Write Out Runtime Data...
Starting Enable support for additional executable binary formats...
Starting Raise network interfaces...
Starting Set console font and keymap...
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:keyboard-backlight.
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started Set console font and keymap.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Raise network interfaces.
Starting Tell Plymouth To Write Out Runtime Data...
Starting Show Plymouth Boot Screen...
Mounting Arbitrary Executable File Formats File System...
Starting Load/Save RF Kill Switch Status...
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Mounted Arbitrary Executable File Formats File System.
[ OK ] Started Enable support for additional executable binary formats.
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Initialization.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Listening on UUID daemon activation socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting LSB: Load kernel modules needed to enable cpufreq scaling...
Starting Bluetooth service...
Starting Modem Manager...
Starting PVR initialisation server...
Starting Pyra First Run Wizard...
Starting Login Service...
[ OK ] Started LED config.
Starting DragonBox Package Daemon...
Starting System Logging Service...
[ OK ] Started Pyra Volume Daemon.
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started Regular background program processing daemon.
[ OK ] Started Manage Sound Card State (restore and store).
Starting Save/Restore Sound Card State...
Starting Disk Manager...
Starting Accounts Service...
[ OK ] Started D-Bus System Message Bus.
Starting WPA supplicant...
Starting Network Manager...
Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Daily apt download activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ OK ] Started Daily rotation of log files.
[ OK ] Started Trigger anacron every hour.
[ OK ] Started Run anacron jobs.
[ OK ] Started Daily man-db regeneration.
[ OK ] Reached target Timers.
[ OK ] Started System Logging Service.
[ OK ] Started PVR initialisation server.
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
[ OK ] Started DragonBox Package Daemon.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
Starting Hostname Service...
Starting Authorization Manager...
[ OK ] Reached target Sound Card.
[ OK ] Started Login Service.
[ OK ] Started Bluetooth service.
[ OK ] Started WPA supplicant.
[ OK ] Reached target Bluetooth.
[ OK ] Started Network Manager.
[ OK ] Reached target Network.
Starting Permit User Sessions...
[ OK ] Started Pyra Input Deamon (funkeymonkey).
Starting OpenBSD Secure Shell server...
Starting Network Manager Wait Online...
[ OK ] Started Permit User Sessions.
[ OK ] Started Authorization Manager.
[ OK ] Started Accounts Service.
Starting Hold until boot process finishes up...
[ OK ] Started Modem Manager.
[ OK ] Started OpenBSD Secure Shell server.
[ OK ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
Starting LSB: set CPUFreq kernel parameters...
[ OK ] Started Hostname Service.
[ OK ] Started LSB: set CPUFreq kernel parameters.
[ OK ] Started Disk Manager.
Starting Network Manager Script Dispatcher Service...
[ OK ] Started Load/Save RF Kill Switch Status.
[ OK ] Started Network Manager Script Dispatcher Service.
[ OK ] Started Network Manager Wait Online.
[ OK ] Reached target Network is Online.
Starting LSB: exim Mail Transport Agent...
[ OK ] Started LSB: exim Mail Transport Agent.
[** [ 647.033913] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/sr
] (2 of 2) A start job is running for Hold until boot proces[ 647.052738] systemd-journald[1337]: Failed to writer
[** 647.069296] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/systemr
0;31m* ] (1 of 2) A start job is running for Pyra First Ru[ 647.087601] systemd-journald[1337]: Failed to writer
[ * 647.103309] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/systemr
1;31m** ] (1 of 2) A start job is running for Py[ 647.121830] systemd-journald[1337]: Failed to write entry (20 r
[ [ 647.137314] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/syster
*** ] (1 of 2) A start job is run[ 647.156071] systemd-journald[1337]: Failed to write entry (20 items, 551 bytesr
[ 647.171613] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ ***] [ 647.189881] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/outpur
[** ] (1 of 2) A start job is running fo[ 652.044470] systemd-journald[1337]: Failed to write entry (20 items,r
[* 652.062096] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[0;1;31m** ] (1 of 2) A start job is running fo[ 652.081231] systemd-journald[1337]: Failed to write entry (20 r
[ *[ 652.098011] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/syster
** ] (2 of 2) A start j[ 652.116731] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignorir
ob is running for Hold until boot process finish[ 652.133353] systemd-journald[1337]: Failed to rotate /var/log/jr
[ ** 652.153312] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output errr
;31m* ] (2 of 2) A start job is running for [ 652.170077] systemd-journald[1337]: Failed to rotate /var/log/journr
[ * 652.191960] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output errr
0;1;31m**] (2 of 2) A start job i[ 652.208625] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2ar
[*** ] (1 of 2) A start job is running for Pyra First Run Wizard [ 657.053849] systemd-journald[1337]: Failed tr
[** ] ([ 657.074278] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/outpr
1 of 2) A start job is running for Pyra First Ru[ 657.091220] systemd-journald[1337]: Failed to rotate /var/log/jr
[ 657.110789] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
31m* ] (1 of 2) A start job is running for Pyra First Ru[ 657.129041] systemd-journald[1337]: Failed to rotatr
[** [ 657.149750] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output err
] (2 of 2) A start job is running for Hold until boot proc[ 657.168760] systemd-journald[1337]: Failed to rotatr
[ 657.188724] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[0;31m*** ] (2 of 2) A start job is ru[ 657.206929] systemd-journald[1337]: Failed to rotate /var/log/journal/2r
nning for Hold until boot process finishes up (7[ 657.227525] systemd-journald[1337]: Failed to write entry (20 ir
[ OK ] Stopped target Local File Systems.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
[ OK ] Stopped File System Check on /dev/disk/by-partuuid/5aa07545-01.
[ ***] (1 of 2) A start job is running for Pyra First Run Wizard (10min 34s / no limit)
[ 662.063641] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 662.064034] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 662.064313] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 662.064554] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 662.064809] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 662.065047] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 662.065304] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 662.065541] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 662.065791] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 662.066038] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 667.074194] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 667.074783] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 667.075390] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 667.075953] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 667.076554] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 667.077086] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 667.077371] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 667.077973] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 667.078486] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 667.079260] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Warning: fsck not present, so skipping root file system
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

Welcome to Debian GNU/Linux 10 (buster)!

[ OK ] Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on Journal Socket.
Starting Create list of required static device nodes for the current kernel...
[ OK ] Listening on fsck to fsckd communication Socket.
[ OK ] Listening on Syslog Socket.
[ OK ] Listening on udev Control Socket.
Starting Load Kernel Modules...
[ OK ] Set up automount Arbitrary Executable File Formats File System Automount Point.
[ OK ] Reached target Remote File Systems.
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Listening on Journal Socket (/dev/log).
[ OK ] Created slice system-getty.slice.
Starting Set the console keyboard layout...
[ OK ] Listening on Journal Audit Socket.
Starting Journal Service...
[ OK ] Listening on udev Kernel Socket.
Starting udev Coldplug all Devices...
Mounting POSIX Message Queue File System...
Mounting Kernel Debug File System...
[ OK ] Reached target Swap.
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Slices.
Starting Uncomplicated firewall...
Starting File System Check on Root Device...
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Reached target User and Group Name Lookups.
[ OK ] Started Create list of required static device nodes for the current kernel.
[ OK ] Started Load Kernel Modules.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Started Uncomplicated firewall.
Starting Apply Kernel Variables...
[ OK ] Started File System Check on Root Device.
Starting Remount Root and Kernel File Systems...
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Remount Root and Kernel File Systems.
Starting Create System Users...
Starting Load/Save Random Seed...
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create System Users.
Starting Create Static Device Nodes in /dev...
[ OK ] Started Set the console keyboard layout.
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started udev Coldplug all Devices.
Starting Helper to synchronize boot up for ifupdown...
[ OK ] Started Helper to synchronize boot up for ifupdown.
[ OK ] Started udev Kernel Device Manager.
Starting Show Plymouth Boot Screen...
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Reached target Paths.
[ OK ] Reached target Local Encrypted Volumes.
[ OK ] Started Forward Password Requests to Plymouth Directory Watch.
[ OK ] Found device /dev/ttyO2.
[ OK ] Found device /dev/disk/by-partuuid/5aa07545-01.
Starting File System Check on /dev/disk/by-partuuid/5aa07545-01...
[ OK ] Started File System Check on /dev/disk/by-partuuid/5aa07545-01.
Mounting /boot...
[ OK ] Mounted /boot.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ OK ] Created slice system-systemd\x2dbacklight.slice.
Starting Load/Save Screen Backlight Brightness of backlight:keyboard-backlight...
Starting Load/Save Screen Backlight Brightness of backlight:backlight...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
Starting Tell Plymouth To Write Out Runtime Data...
Starting Enable support for additional executable binary formats...
Starting Raise network interfaces...
Starting Set console font and keymap...
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:keyboard-backlight.
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started Set console font and keymap.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Raise network interfaces.
Starting Tell Plymouth To Write Out Runtime Data...
Starting Show Plymouth Boot Screen...
Mounting Arbitrary Executable File Formats File System...
Starting Load/Save RF Kill Switch Status...
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Mounted Arbitrary Executable File Formats File System.
[ OK ] Started Enable support for additional executable binary formats.
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Initialization.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Listening on UUID daemon activation socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting LSB: Load kernel modules needed to enable cpufreq scaling...
Starting Bluetooth service...
Starting Modem Manager...
Starting PVR initialisation server...
Starting Pyra First Run Wizard...
Starting Login Service...
[ OK ] Started LED config.
Starting DragonBox Package Daemon...
Starting System Logging Service...
[ OK ] Started Pyra Volume Daemon.
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started Regular background program processing daemon.
[ OK ] Started Manage Sound Card State (restore and store).
Starting Save/Restore Sound Card State...
Starting Disk Manager...
Starting Accounts Service...
[ OK ] Started D-Bus System Message Bus.
Starting WPA supplicant...
Starting Network Manager...
Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Daily apt download activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ OK ] Started Daily rotation of log files.
[ OK ] Started Trigger anacron every hour.
[ OK ] Started Run anacron jobs.
[ OK ] Started Daily man-db regeneration.
[ OK ] Reached target Timers.
[ OK ] Started System Logging Service.
[ OK ] Started PVR initialisation server.
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
[ OK ] Started DragonBox Package Daemon.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
Starting Hostname Service...
Starting Authorization Manager...
[ OK ] Reached target Sound Card.
[ OK ] Started Login Service.
[ OK ] Started Bluetooth service.
[ OK ] Started WPA supplicant.
[ OK ] Reached target Bluetooth.
[ OK ] Started Network Manager.
[ OK ] Reached target Network.
Starting Permit User Sessions...
[ OK ] Started Pyra Input Deamon (funkeymonkey).
Starting OpenBSD Secure Shell server...
Starting Network Manager Wait Online...
[ OK ] Started Permit User Sessions.
[ OK ] Started Authorization Manager.
[ OK ] Started Accounts Service.
Starting Hold until boot process finishes up...
[ OK ] Started Modem Manager.
[ OK ] Started OpenBSD Secure Shell server.
[ OK ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
Starting LSB: set CPUFreq kernel parameters...
[ OK ] Started Hostname Service.
[ OK ] Started LSB: set CPUFreq kernel parameters.
[ OK ] Started Disk Manager.
Starting Network Manager Script Dispatcher Service...
[ OK ] Started Load/Save RF Kill Switch Status.
[ OK ] Started Network Manager Script Dispatcher Service.
[ OK ] Started Network Manager Wait Online.
[ OK ] Reached target Network is Online.
Starting LSB: exim Mail Transport Agent...
[ OK ] Started LSB: exim Mail Transport Agent.
[ **] (1 of 2) A start job is running for Pyra First Run Wizard (2min 46s / no limit)
[ ***] (1 of 2) A start job is running for Pyra First Run Wizard (2min 47[ 672.103478] systemd-journald[1337]: r
[ *** ] (1 of 2) A start job is running for Pyra First Run[ 672.126747] systemd-journald[1337]: Failed to write r
[ *** ] (2 of 2) A start job is running fo[ 672.146832] systemd-journald[1337]: Failed to rotate /var/log/journar
[*** ] (2 o[ 672.168965] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/or
[* 672.189305] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.r
m* ] (2 of 2) A start job is running for Hold until boot process finishes up (2min 49s / no limit)[ 672.211761r
[ 672.232309] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[* 672.256361] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ * 672.278350] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/systemr
[ * 677.094095] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/sysr
[ **[ 677.117462] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output er
[ * 677.139330] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/systemr
677.162868] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[K[ *** ] (2 of 2) A start job is running for Hold until boot process finishes up (6min 25s / no[ 677.184815] syr
[*** ] (1 of 2) A start job is running for Pyra First Run Wizard (6min 25s / no[ 677.208526] systemd-journald[1r
[** ] (1 of 2) A start job is running for Pyra First Run Wizard (6min 26s / no limit)[ 677.230388] systemd-jour
[ 677.253938] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 677.275875] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[*** ] (2 of 2) A start job is running for Hold until boot process finishes up (6min 27s / no l[ 677.299800] syr
[*[ 678.060701] wlcore: down
[ *** ] (2 of 2) A start job is running for Hold until boot process finishes up (7min 3s /[ 678.115037] IPv6: ADy
[ OK ] Stopped target Local File Systems.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
[ OK ] Stopped File System Check on /dev/disk/by-partuuid/5aa07545-01.
[ [ 682.104348] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output err
[ ***] (2 of 2) A start job is running for Hold until boot process fi[ 682.155882] systemd-journald[1337]: Failr
[*** ] (2 of 2) A[ 682.247104] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Ir
[ *** ] (2 of 2) A start job is running for Hold until boot process finishes up (10min 3s / no limit[ 682.277847r
[ ***] (1 of 2) A start job is running for Pyra First[ 682.309938] systemd-journald[1337]: Failed to write entrr
[ *] (2 of 2) A start job is running for Hold unti[ 682.340185] systemd-journald[1337]: Failed to rotate /varr
[ *** 682.372622] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output er
[ 682.403392] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.r
[*** ] (1 of 2) A sta[ 682.435977] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignorinr
[** ] (2 of 2) A start job is running for Hold until boot process finishes up (10min 8s / n[ 682.462193] syster
[ ***] (1 of 2) A start job is running for Pyra First Run Wizard (10min 34s / no limit)
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Warning: fsck not present, so skipping root file system
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

Welcome to Debian GNU/Linux 10 (buster)!

[ OK ] Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on Journal Socket.
Starting Create list of required static device nodes for the current kernel...
[ OK ] Listening on fsck to fsckd communication Socket.
[ OK ] Listening on Syslog Socket.
[ OK ] Listening on udev Control Socket.
Starting Load Kernel Modules...
[ OK ] Set up automount Arbitrary Executable File Formats File System Automount Point.
[ OK ] Reached target Remote File Systems.
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Listening on Journal Socket (/dev/log).
[ OK ] Created slice system-getty.slice.
Starting Set the console keyboard layout...
[ OK ] Listening on Journal Audit Socket.
Starting Journal Service...
[ OK ] Listening on udev Kernel Socket.
Starting udev Coldplug all Devices...
Mounting POSIX Message Queue File System...
Mounting Kernel Debug File System...
[ OK ] Reached target Swap.
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Slices.
Starting Uncomplicated firewall...
Starting File System Check on Root Device...
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Reached target User and Group Name Lookups.
[ OK ] Started Create list of required static device nodes for the current kernel.
[ OK ] Started Load Kernel Modules.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Started Uncomplicated firewall.
Starting Apply Kernel Variables...
[ OK ] Started File System Check on Root Device.
Starting Remount Root and Kernel File Systems...
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Remount Root and Kernel File Systems.
Starting Create System Users...
Starting Load/Save Random Seed...
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create System Users.
Starting Create Static Device Nodes in /dev...
[ OK ] Started Set the console keyboard layout.
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started udev Coldplug all Devices.
Starting Helper to synchronize boot up for ifupdown...
[ OK ] Started Helper to synchronize boot up for ifupdown.
[ OK ] Started udev Kernel Device Manager.
Starting Show Plymouth Boot Screen...
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Reached target Paths.
[ OK ] Reached target Local Encrypted Volumes.
[ OK ] Started Forward Password Requests to Plymouth Directory Watch.
[ OK ] Found device /dev/ttyO2.
[ OK ] Found device /dev/disk/by-partuuid/5aa07545-01.
Starting File System Check on /dev/disk/by-partuuid/5aa07545-01...
[ OK ] Started File System Check on /dev/disk/by-partuuid/5aa07545-01.
Mounting /boot...
[ OK ] Mounted /boot.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ OK ] Created slice system-systemd\x2dbacklight.slice.
Starting Load/Save Screen Backlight Brightness of backlight:keyboard-backlight...
Starting Load/Save Screen Backlight Brightness of backlight:backlight...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
Starting Tell Plymouth To Write Out Runtime Data...
Starting Enable support for additional executable binary formats...
Starting Raise network interfaces...
Starting Set console font and keymap...
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:keyboard-backlight.
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started Set console font and keymap.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Raise network interfaces.
Starting Tell Plymouth To Write Out Runtime Data...
Starting Show Plymouth Boot Screen...
Mounting Arbitrary Executable File Formats File System...
Starting Load/Save RF Kill Switch Status...
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Mounted Arbitrary Executable File Formats File System.
[ OK ] Started Enable support for additional executable binary formats.
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ 687.114281] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr

[ OK ] Started Network Time Synchronizati[ 687.133191] systemd-journald[1337]: Failed to write entry (20 items,r
on.
[ OK ] Reached target System Ini[ 687.149805] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2r
tialization.
[ OK ] Listening on Ava[ 687.168633] systemd-journald[1337]: Failed to write entry (21 items, 622 bytes), ignorr
hi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on 687.186566] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c25r
[0;1;39mD-Bus System Message Bus Socket.
[[ 687.204887] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
OK ] Started Daily Cleanu[ 687.220709] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4r
p of Temporary Directories.
[ OK ] Listening [ 687.240260] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Ir
on UUID daemon activation socket.
[ OK 687.256809] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/sysr
[0m] Reached target Sockets.
[ OK ] [ 687.275958] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/outpur
Reached target Basic System.
Starting LSB: Load kernel modules needed to enable cpufreq scaling...
Starting Bluetooth service...
Starting Modem Manager...
Starting PVR initialisation server...
Starting Pyra First Run Wizard...
Starting Login Service...
[ OK ] Started LED config.
Starting DragonBox Package Daemon...
Starting System Logging Service...
[ OK ] Started Pyra Volume Daemon.
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started Regular background program processing daemon.
[ OK ] Started Manage Sound Card State (restore and store).
Starting Save/Restore Sound Card State...
Starting Disk Manager...
Starting Accounts Service...
[ OK ] Started D-Bus System Message Bus.
Starting WPA supplicant...
Starting Network Manager...
Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Daily apt download activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ OK ] Started Daily rotation of log files.
[ OK ] Started Trigger anacron every hour.
[ OK ] Started Run anacron jobs.
[ OK ] Started Daily man-db regeneration.
[ OK ] Reached target Timers.
[ OK ] Started System Logging Service.
[ OK ] Started PVR initialisation server.
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
[ OK ] Started DragonBox Package Daemon.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
Starting Hostname Service...
Starting Authorization Manager...
[ OK ] Reached target Sound Card.
[ OK ] Started Login Service.
[ OK ] Started Bluetooth service.
[ OK ] Started WPA supplicant.
[ OK ] Reached target Bluetooth.
[ OK ] Started Network Manager.
[ OK ] Reached target Network.
Starting Permit User Sessions...
[ OK ] Started Pyra Input Deamon (funkeymonkey).
Starting OpenBSD Secure Shell server...
Starting Network Manager Wait Online...
[ OK ] Started Permit User Sessions.
[ OK ] Started Authorization Manager.
[ OK ] Started Accounts Service.
Starting Hold until boot process finishes up...
[ OK ] Started Modem Manager.
[ OK ] Started OpenBSD Secure Shell server.
[ OK ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
Starting LSB: set CPUFreq kernel parameters...
[ OK ] Started Hostname Service.
[ OK ] Started LSB: set CPUFreq kernel parameters.
[ OK ] Started Disk Manager.
Starting Network Manager Script Dispatcher Service...
[ OK ] Started Load/Save RF Kill Switch Status.
[ OK ] Started Network Manager Script Dispatcher Service.
[ OK ] Started Network Manager Wait Online.
[ OK ] Reached target Network is Online.
Starting LSB: exim Mail Transport Agent...
[ OK ] Started LSB: exim Mail Transport Agent.
[ *** ] (1 of 2) A start job is running for Pyra First Run Wizard (3mi[ 692.123858] systemd-journald[1337]: Failr
[ ***] (1 of 2) A start job is running for Pyra First[ 692.146505] systemd-journald[1337]: Failed to write entrr
[ **] (1 of 2) A start job is running for Pyra [ 692.166557] systemd-journald[1337]: Failed to rotate /var/logr
[ *] (2 of 2) A start job is running for Hold unti[ 692.189173] systemd-journald[1337]: Failed to write entryr
[ **] (2 of 2) A start job is ru[ 692.209443] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02fr
[ *** 692.232024] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output er
[ 692.252400] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/systemr
;31m*** ] (1 of 2) A start job is running for Pyra First Run Wizard (3min 43s / no limit[ 692.274859] systemd-jour
[ *** ] (1 of 2) A start job is running for Pyra First Run Wizard (3min 44s / no limit[ 692.295610] systemd-jourr
[*** ] (1 of 2) A start job is running for Pyra First Run Wizard (3mi[ 692.319153] systemd-journald[1337]: Failr
[ *** ] (1 of 2) A sta[ 697.133844] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignorinr
rt job is running for Pyra First Run Wizard (7mi[ 697.151196] systemd-journald[1337]: Failed to rotate /var/log/jr
[ *** [ 697.171625] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output r
] (1 of 2) A start job is running for Pyra First Run Wizard (7mi[ 697.189705] systemd-journald[1337]: Failed to rr
[ ***[ 697.210722] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output r
] (2 of 2) A start job is running for Hold until[ 697.228096] systemd-journald[1337]: Failed to rotate /var/log/jr
[ 697.248843] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ **] (2 of 2) A [ 697.266422] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c25r
start job is running for Hold until boot process[ 697.287289] systemd-journald[1337]: Failed to write entry (20 ir
[ [ 697.304979] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/sysr
[ OK ] Stopped target Local File Systems.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
[ OK ] Stopped File System Check on /dev/disk/by-partuuid/5aa07545-01.
[ ***] (1 of 2) A start job is running for Pyra First Run Wizard (10min 34s / no limit)
[ 702.143851] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 702.145704] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 702.145951] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 702.146221] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 702.146453] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 702.146716] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 702.146941] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 702.147192] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 702.147415] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 702.147667] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 707.178508] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 707.179407] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 707.180236] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 707.181251] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 707.181979] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 707.182930] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 707.187967] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 707.188836] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 707.189667] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 707.190677] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Warning: fsck not present, so skipping root file system
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

Welcome to Debian GNU/Linux 10 (buster)!

[ OK ] Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on Journal Socket.
Starting Create list of required static device nodes for the current kernel...
[ OK ] Listening on fsck to fsckd communication Socket.
[ OK ] Listening on Syslog Socket.
[ OK ] Listening on udev Control Socket.
Starting Load Kernel Modules...
[ OK ] Set up automount Arbitrary Executable File Formats File System Automount Point.
[ OK ] Reached target Remote File Systems.
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Listening on Journal Socket (/dev/log).
[ OK ] Created slice system-getty.slice.
Starting Set the console keyboard layout...
[ OK ] Listening on Journal Audit Socket.
Starting Journal Service...
[ OK ] Listening on udev Kernel Socket.
Starting udev Coldplug all Devices...
Mounting POSIX Message Queue File System...
Mounting Kernel Debug File System...
[ OK ] Reached target Swap.
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Slices.
Starting Uncomplicated firewall...
Starting File System Check on Root Device...
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Reached target User and Group Name Lookups.
[ OK ] Started Create list of required static device nodes for the current kernel.
[ OK ] Started Load Kernel Modules.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Started Uncomplicated firewall.
Starting Apply Kernel Variables...
[ OK ] Started File System Check on Root Device.
Starting Remount Root and Kernel File Systems...
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Remount Root and Kernel File Systems.
Starting Create System Users...
Starting Load/Save Random Seed...
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create System Users.
Starting Create Static Device Nodes in /dev...
[ OK ] Started Set the console keyboard layout.
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started udev Coldplug all Devices.
Starting Helper to synchronize boot up for ifupdown...
[ OK ] Started Helper to synchronize boot up for ifupdown.
[ OK ] Started udev Kernel Device Manager.
Starting Show Plymouth Boot Screen...
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Reached target Paths.
[ OK ] Reached target Local Encrypted Volumes.
[ OK ] Started Forward Password Requests to Plymouth Directory Watch.
[ OK ] Found device /dev/ttyO2.
[ OK ] Found device /dev/disk/by-partuuid/5aa07545-01.
Starting File System Check on /dev/disk/by-partuuid/5aa07545-01...
[ OK ] Started File System Check on /dev/disk/by-partuuid/5aa07545-01.
Mounting /boot...
[ OK ] Mounted /boot.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ OK ] Created slice system-systemd\x2dbacklight.slice.
Starting Load/Save Screen Backlight Brightness of backlight:keyboard-backlight...
Starting Load/Save Screen Backlight Brightness of backlight:backlight...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
Starting Tell Plymouth To Write Out Runtime Data...
Starting Enable support for additional executable binary formats...
Starting Raise network interfaces...
Starting Set console font and keymap...
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:keyboard-backlight.
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started Set console font and keymap.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Raise network interfaces.
Starting Tell Plymouth To Write Out Runtime Data...
Starting Show Plymouth Boot Screen...
Mounting Arbitrary Executable File Formats File System...
Starting Load/Save RF Kill Switch Status...
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Mounted Arbitrary Executable File Formats File System.
[ OK ] Started Enable support for additional executable binary formats.
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Initialization.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Listening on UUID daemon activation socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting LSB: Load kernel modules needed to enable cpufreq scaling...
Starting Bluetooth service...
Starting Modem Manager...
Starting PVR initialisation server...
Starting Pyra First Run Wizard...
Starting Login Service...
[ OK ] Started LED config.
Starting DragonBox Package Daemon...
Starting System Logging Service...
[ OK ] Started Pyra Volume Daemon.
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started Regular background program processing daemon.
[ OK ] Started Manage Sound Card State (restore and store).
Starting Save/Restore Sound Card State...
Starting Disk Manager...
Starting Accounts Service...
[ OK ] Started D-Bus System Message Bus.
Starting WPA supplicant...
Starting Network Manager...
Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Daily apt download activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ OK ] Started Daily rotation of log files.
[ OK ] Started Trigger anacron every hour.
[ OK ] Started Run anacron jobs.
[ OK ] Started Daily man-db regeneration.
[ OK ] Reached target Timers.
[ OK ] Started System Logging Service.
[ OK ] Started PVR initialisation server.
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
[ OK ] Started DragonBox Package Daemon.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
Starting Hostname Service...
Starting Authorization Manager...
[ OK ] Reached target Sound Card.
[ OK ] Started Login Service.
[ OK ] Started Bluetooth service.
[ OK ] Started WPA supplicant.
[ OK ] Reached target Bluetooth.
[ OK ] Started Network Manager.
[ OK ] Reached target Network.
Starting Permit User Sessions...
[ OK ] Started Pyra Input Deamon (funkeymonkey).
Starting OpenBSD Secure Shell server...
Starting Network Manager Wait Online...
[ OK ] Started Permit User Sessions.
[ OK ] Started Authorization Manager.
[ OK ] Started Accounts Service.
Starting Hold until boot process finishes up...
[ OK ] Started Modem Manager.
[ OK ] Started OpenBSD Secure Shell server.
[ OK ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
Starting LSB: set CPUFreq kernel parameters...
[ OK ] Started Hostname Service.
[ OK ] Started LSB: set CPUFreq kernel parameters.
[ OK ] Started Disk Manager.
Starting Network Manager Script Dispatcher Service...
[ OK ] Started Load/Save RF Kill Switch Status.
[ OK ] Started Network Manager Script Dispatcher Service.
[ OK ] Started Network Manager Wait Online.
[ OK ] Reached target Network is Online.
Starting LSB: exim Mail Transport Agent...
[ OK ] Started LSB: exim Mail Transport Agent.
[** ] (1 of 2) A start job is runnin[ 712.184189] systemd-journald[1337]: Failed to write entry (20 items, 551r
[*** ] (1 of 2) A star[ 712.203769] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19ar
[ *** ] [ 712.226459] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/outpur
[ *[ 712.246233] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/systr
** ] (2 of 2) A start job is running for Hold until boot process finishes up (2min 9s / [ 712.268878] systemd-jour
[ ***] (2 of 2) A start job is running for Hold until boot pr[ 712.289728] systemd-journald[1337]: Failed to ror
[ **] (1 of 2) A start job is running for[ 712.311829] systemd-journald[1337]: Failed to write entry (20 itemsr
[ *] (1 of 2) A start job is running for Pyr[ 712.332091] systemd-journald[1337]: Failed to rotate /var/log/jr
[ **] (1 of 2) A start job is running fo[ 712.354834] systemd-journald[1337]: Failed to write entry (20 items,r
[ ***] (2 of 2) A start j[ 712.374961] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4er
[*** ] (2 of 2) A start job is running for Hold until boot proces[ 717.197317] systemd-journald[1337]: Failed tr
[ 717.246315] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/syster
[ ***] (2 of 2) A start job is running for Hold unt[ 717.298376] systemd-journald[1337]: Failed to write entry r
[** ] (2 of 2) A start job is running for H[ 717.352563] systemd-journald[1337]: Failed to rotate /var/log/jour
[ *[ 717.405744] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ **] (2 of 2) A start job is running for Hold until boot process fin[ 717.456687] systemd-journald[1337]: Fair
[ *** ] (1 of 2) A start j[ 717.510165] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignr
[** ] (2 of 2) A start job is running for Hold until boot process finishes up (5min[ 717.559796] systemd-journr
[ *** ] (2 of 2) A start job is running for Ho[ 717.612825] systemd-journald[1337]: Failed to write entry (20 itr
[ *] (1 of 2) A start job is running for P[ 717.666791] systemd-journald[1337]: Failed to rotate /var/log/jour
[** ] (2 of 2) A start [ 722.204644] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignor
[* ] (2 of 2) A start jo[ 722.225931] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4r
[** ] (2 of 2) A s[ 722.249769] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring:r
[*** [ 722.270911] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/sr
[ *** [ 722.294973] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output r
[ *** [ 722.316676] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/sr
[ ***[ 722.340939] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output r
[ ** 722.362218] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/sysr
[ *] (2 of 2) A start [ 722.386919] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignor
[ **] (1 of 2) A sta[ 722.409307] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5r
[ OK ] Stopped target Local File Systems.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
[ OK ] Stopped File System Check on /dev/disk/by-partuuid/5aa07545-01.
[ ***] (1 of 2) A start job is running for Pyra First Run Wizard (10min 34s / no limit)
[ 727.236072] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 727.237888] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 727.239505] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 727.240970] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 727.242596] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 727.276906] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 727.278643] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 727.280055] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 727.281727] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[** ] (1 of 2) A start job is running for Pyra First Run W[ 732.245518] systemd-journald[1337]: Failed to rotar
[* ] (1 of 2) A start job is running for Pyra First Run [ 732.264916] systemd-journald[1337]: Failed to writer
[*[ 732.292457] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/systemr
** ] (2 of 2) A start job is running for Hold until boot process finishes up (12min 4s / no lim[ 732.314237] syr
[ *** ] (2 of 2) A start job is running for Hold until boot process [ 732.334095] systemd-journald[1337]: Failedr
[ *** ] (1 of 2) A start job is runnin[ 732.357217] systemd-journald[1337]: Failed to write entry (20 items, 551r
g for Pyra First Run Wizard (12min 5s / no limit)
[ 732.377080] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 732.395602] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 732.411563] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[* ] (2 of 2) A start job is running for Hold until boot process finishes up (12min 10s / no limit)
[ 737.253911] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 737.346449] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 737.397654] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 737.452462] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[** ] (2 of 2) A start job is running for Hold until boot process finishes up (12min 10s / no limit)
[ 737.555685] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 737.616424] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[ 737.668030] systemd-journald[1337]: Failed to rotate /var/log/journal/2ea02f2a8b2d4e19a5c2527b64eff719/system.jr
[ 737.725973] systemd-journald[1337]: Failed to write entry (20 items, 551 bytes), ignoring: Input/output error
[*** ] (1 of 2) A start job is running for Pyra First Run Wizard (12min 11s / no limit)
Post automatically merged:

Which also undos any partitioning - the latter being information on the storage. Since ED just seemed to be worried about the beginning of the storage, it would seem you'd be good only zeroing the first MB.
"dd if=./install-nobat.img of=/dev/sdj bs=1M; sync" also starts writing content at the very beginning.
sudo?
Yes - had to su root to get the thing to let me edit it's settings, which is a crock if they expect anyone to be able to use it in 'userland'. But, I got the output requested.
 
Oof, it’s having a rough time. This is booting from the eMMC? Looks like either a corrupt filesystem or potentially an issue with the eMMC. Have you tried booting this image on the SD card with success?
 
  • Like
Reactions: rSl
Alright then. That above minicom dump was from where it had 'stuck' already. I had to have a signal going in order to be able to find the unit to establish a connection.

This one should be from cold boot to where it pauses out with the db dark red logo on the black screen with the mouse x pointer. Sorry for the 'out of order'.

Welcome to minicom 2.7

OPTIONS: I18n
Compiled on Apr 22 2017, 09:14:19.
Port /dev/ttyUSB0, 23:06:40

Press CTRL-A Z for help on special keys


U-Boot SPL 2016.11-gd2e442097c (Dec 20 2019 - 22:58:46)
OMAP5432-GP ES2.0
cold reset
rsttime1 has not yet been configured
>>spl:board_init_r()
spl_init()
Trying to boot from MMC2_2
SPL: Please implement spl_start_uboot() for your board
SPL: Direct Linux boot not active!
spl: payload image: U-Boot 2016.11-gd2e442097c for o load addr: 0x807fffc0 size4
Jumping to U-Boot
loaded - jumping to U-Boot...

U-Boot 2016.11-gd2e442097c (Dec 20 2019 - 22:58:46 +0100)

LPAE build running in hypervisor mode!
CPU : ARM Cortex-A15 r2p2
SoC : OMAP5432-GP ES2.0
Board: OMAP5432 Pyra
I2C: ready
DRAM: 4 GiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1, OMAP SD/MMC: 2
*** Warning - bad CRC, using default environment

HW Revision: CPU: v5.3 Mainboard: v5.2
BOOTDEV: eMMC/uSD
SCSI: SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
scanning bus for devices...
Found 0 device(s).
Net: No ethernet found.
Hit any key to stop autoboot: 0
** File not found uEnv.txt **
Retrieving file: /extlinux/extlinux.conf
309 bytes read in 3 ms (100.6 KiB/s)
Retrieving file: /extlinux/linux.cfg
1722 bytes read in 3 ms (560.5 KiB/s)
Retrieving file: /extlinux/user.cfg
0 bytes read in 3 ms (0 Bytes/s)
Extlinux Boot Menu
1: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae
2: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae (recovery mode)
3: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae (hwtest)
Enter choice: 1: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae
Retrieving file: /initrd.img-4.19.88-letux-lpae
10643010 bytes read in 544 ms (18.7 MiB/s)
Retrieving file: /vmlinuz-4.19.88-letux-lpae
5265792 bytes read in 271 ms (18.5 MiB/s)
append: root=PARTUUID=5aa07545-02 console=ttyO2,115200n8 console=tty0 vram=12M t
Retrieving file: /dtb/linux-image-4.19.88-letux-lpae/omap5-letux-cortex15-v5.3+b
65659 bytes read in 23 ms (2.7 MiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Ramdisk to 8f5d9000, end 8ffff642 ... OK
Loading Device Tree to 8f5c5000, end 8f5d807a ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.88-letux-lpae (pyra@debian-buster) (gcc versi9
[ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: Pyra-Handheld-V5.2
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 16 MiB at 0x00000000fe000000
[ 0.000000] OMAP4: Map 0x000000027fd00000 to (ptrval) for dram barrier
[ 0.000000] On node 0 totalpages: 1043712
[ 0.000000] DMA zone: 1536 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 847104 pages, LIFO batch:63
[ 0.000000] OMAP5432 ES2.0
[ 0.000000] random: get_random_bytes called from start_kernel+0x88/0x488 wit0
[ 0.000000] percpu: Embedded 16 pages/cpu s36556 r8192 d20788 u65536
[ 0.000000] pcpu-alloc: s36556 r8192 d20788 u65536 alloc=16*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1042176
[ 0.000000] Kernel command line: root=PARTUUID=5aa07545-02 console=ttyO2,115l
[ 0.000000] log_buf_len: 8388608 bytes
[ 0.000000] early log buf free: 63708(97%)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 4092628K/4174848K available (7219K kernel code, 741K rwd)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9236 kB)
[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 742 kB)
[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 356 kB)
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] OMAP clockevent source: timer1 at 32768 Hz
[ 0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycless
[ 0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398s
[ 0.000017] Switching to timer-based delay loop, resolution 162ns
[ 0.000803] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xfffffffs
[ 0.000812] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.002282] Console: colour dummy device 80x30
[ 0.002841] console [tty0] enabled
[ 0.002877] Calibrating delay loop (skipped), value calculated using timer f)
[ 0.002904] pid_max: default: 32768 minimum: 301
[ 0.003008] Security Framework initialized
[ 0.003069] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.003092] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.003530] CPU: Testing write buffer coherency: ok
[ 0.003570] CPU0: Spectre v2: firmware did not set auxiliary control registee
[ 0.003760] /cpus/cpu@0 missing clock-frequency property
[ 0.003785] /cpus/cpu@1 missing clock-frequency property
[ 0.003804] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.059973] Setting up static identity map for 0x80200000 - 0x80200060
[ 0.079978] rcu: Hierarchical SRCU implementation.
[ 0.120039] smp: Bringing up secondary CPUs ...
[ 0.200449] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.200454] CPU1: Spectre v2: using ICIALLU workaround
[ 0.200582] smp: Brought up 1 node, 2 CPUs
[ 0.200600] SMP: Total of 2 processors activated (24.57 BogoMIPS).
[ 0.200616] CPU: All CPU(s) started in HYP mode.
[ 0.200629] CPU: Virtualization extensions available.
[ 0.201012] devtmpfs: initialized
[ 0.220551] VFP support v0.3: implementor 41 architecture 4 part 30 variant 0
[ 0.220919] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ms
[ 0.220950] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.221439] pinctrl core: initialized pinctrl subsystem
[ 0.222071] NET: Registered protocol family 16
[ 0.224502] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.225239] omap_hwmod: l3_main_3 using broken dt data from ocp
[ 0.225879] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.287074] audit: initializing netlink subsys (disabled)
[ 0.287648] (NULL device *): Failed to create dummy-scm_conf@0 debugfs direcy
[ 0.287897] cpuidle: using governor menu
[ 0.288754] audit: type=2000 audit(0.280:1): state=initialized audit_enabled1
[ 0.294818] OMAP GPIO hardware version 0.1
[ 0.298594] GPIO line 234 (gpio8_234/msecure) hogged as output/high
[ 0.298992] platform 50000000.gpmc: Cannot lookup hwmod 'gpmc'
[ 0.299109] omap-gpmc 50000000.gpmc: _od_fail_runtime_resume: FIXME: missingo
[ 0.299136] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[ 0.312975] No ATAGs?
[ 0.313080] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint.
[ 0.313114] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.313619] OMAP DMA hardware revision 0.0
[ 0.314526] Serial: AMBA PL011 UART driver
[ 0.338808] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver )
[ 0.339555] vsys_cobra: supplied by vmain
[ 0.352063] omap-iommu 4a066000.mmu: 4a066000.mmu registered
[ 0.352388] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.353705] vgaarb: loaded
[ 0.354252] SCSI subsystem initialized
[ 0.354542] libata version 3.00 loaded.
[ 0.355031] usbcore: registered new interface driver usbfs
[ 0.355133] usbcore: registered new interface driver hub
[ 0.355246] usbcore: registered new device driver usb
[ 0.355506] usb_phy_generic hsusb2_phy: hsusb2_phy supply vcc not found, usir
[ 0.355583] usb_phy_generic hsusb2_phy: Linked as a consumer to regulator.0
[ 0.357442] Advanced Linux Sound Architecture Driver Initialized.
[ 0.358786] clocksource: Switched to clocksource arch_sys_counter
[ 0.406485] VFS: Disk quotas dquot_6.6.0
[ 0.406563] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.418939] NET: Registered protocol family 2
[ 0.419429] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144)
[ 0.419468] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.419543] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.419682] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.419779] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.419821] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.419947] NET: Registered protocol family 1
[ 0.419981] PCI: CLS 0 bytes, default 64
[ 0.472762] Trying to unpack rootfs image as initramfs...
[ 0.937824] Freeing initrd memory: 10396K
[ 0.938416] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[ 0.938634] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counte
[ 0.942714] Initialise system trusted keyrings
[ 0.942991] workingset: timestamp_bits=30 max_order=20 bucket_order=0
[ 0.943317] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.943570] aufs 4.19.17+
[ 0.945165] Key type asymmetric registered
[ 0.945184] Asymmetric key parser 'x509' registered
[ 0.945236] bounce: pool size: 64 pages
[ 0.945282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major )
[ 0.945305] io scheduler noop registered
[ 0.945319] io scheduler deadline registered
[ 0.945361] io scheduler cfq registered (default)
[ 0.945377] io scheduler mq-deadline registered
[ 0.945391] io scheduler kyber registered
[ 0.948723] ti-pipe3 4a096000.phy: can't get syscon-pllreset, sata dpll won'e
[ 0.949598] pinctrl-single 4a002840.pinmux: 219 pins, size 438
[ 0.950095] pinctrl-single 4ae0c840.pinmux: 30 pins, size 60
[ 0.959175] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.962021] omap_uart 4806c000.serial: no wakeirq for uart1
[ 0.962132] 4806c000.serial: ttyO1 at MMIO 0x4806c000 (irq = 46, base_baud =1
[ 0.962386] serial serial0: tty port ttyO1 registered
[ 0.962659] 48020000.serial: ttyO2 at MMIO 0x48020000 (irq = 47, base_baud =2
[ 1.878648] console [ttyO2] enabled
[ 1.882867] omap_uart 4806e000.serial: no wakeirq for uart3
[ 1.888810] 4806e000.serial: ttyO3 at MMIO 0x4806e000 (irq = 48, base_baud =3
[ 1.899057] omap_uart 48068000.serial: no wakeirq for uart5
[ 1.904971] 48068000.serial: ttyO5 at MMIO 0x48068000 (irq = 49, base_baud =5
[ 1.923704] brd: module loaded
[ 1.931773] loop: module loaded
[ 1.936668] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[ 1.943748] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 ie
[ 1.952706] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only p
[ 1.963511] scsi host0: ahci
[ 1.966801] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x9
[ 1.976065] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.985308] libphy: Fixed MDIO Bus: probed
[ 1.992926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.999804] ehci-pci: EHCI PCI platform driver
[ 2.004644] usbcore: registered new interface driver usb-storage
[ 2.011269] mousedev: PS/2 mouse device common for all mice
[ 2.018121] i2c /dev entries driver
[ 2.021926] IR NEC protocol handler initialized
[ 2.026673] IR RC5(x/sz) protocol handler initialized
[ 2.031984] IR RC6 protocol handler initialized
[ 2.036728] IR JVC protocol handler initialized
[ 2.041489] IR Sony protocol handler initialized
[ 2.046325] IR SANYO protocol handler initialized
[ 2.051268] IR Sharp protocol handler initialized
[ 2.056195] IR MCE Keyboard/mouse protocol handler initialized
[ 2.062325] IR XMP protocol handler initialized
[ 2.067079] Driver for 1-wire Dallas network protocol.
[ 2.075638] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 2.085624] sdhci: Secure Digital Host Controller Interface driver
[ 2.092164] sdhci: Copyright(c) Pierre Ossman
[ 2.097300] omap_gpio 48053000.gpio: Could not set line 4 debounce to 200000)
[ 2.106436] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 2.111315] omap_hsmmc 4809c000.mmc: Got WP GPIO
[ 2.116815] omap_hsmmc 480b4000.mmc: Linked as a consumer to regulator.4
[ 2.149256] omap_gpio 48057000.gpio: Could not set line 13 debounce to 20000)
[ 2.158486] omap_hsmmc 480d1000.mmc: Got CD GPIO
[ 2.163380] omap_hsmmc 480d1000.mmc: Got WP GPIO
[ 2.169136] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.176275] txs02612 txs02612: probe
[ 2.180112] device_find_by_node: parent=c0e5bb70 of=ebfe901c - /ocp/mmc@480b2
[ 2.188455] find_by_node: found :)
[ 2.192055] devm_mmc_get_mmc_by_phandle: node /ocp/mmc@480b4000:182 -> dev =0
[ 2.200295] txs02612 txs02612: could not get access to host port, using manue
[ 2.233536] txs02612_request: current=1 client=0
[ 2.256337] mmc0: new high speed MMC card at address 0001
[ 2.258830] txs02612 txs02612: probed
[ 2.265862] txs02612_request: current=0 client=1
[ 2.270773] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.279621] mmcblk0: mmc0:0001 HBG4a2 29.1 GiB
[ 2.281397] usbcore: registered new interface driver usbhid
[ 2.285067] mmcblk0boot0: mmc0:0001 HBG4a2 partition 1 4.00 MiB
[ 2.290477] usbhid: USB HID core driver
[ 2.297076] mmcblk0boot1: mmc0:0001 HBG4a2 partition 2 4.00 MiB
[ 2.300557] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.312527] mmcblk0rpmb: mmc0:0001 HBG4a2 partition 3 4.00 MiB, chardev (248)
[ 2.320332] ashmem: initialized
[ 2.327478] oprofile: using timer interrupt.
[ 2.332169] Initializing XFRM netlink socket
[ 2.336684] mmcblk0: p1 p2
[ 2.338858] NET: Registered protocol family 17
[ 2.344323] NET: Registered protocol family 15
[ 2.349055] Key type dns_resolver registered
[ 2.354067] ThumbEE CPU extension supported.
[ 2.358601] Registering SWP/SWPB emulation handler
[ 2.363673] omap_vc_init_channel: No PMIC info for vdd_core
[ 2.369693] omap_vp_init: No PMIC info for vdd_core
[ 2.374817] omap_vc_init_channel: No PMIC info for vdd_mm
[ 2.380496] omap_vp_init: No PMIC info for vdd_mm
[ 2.385430] omap_vc_init_channel: No PMIC info for vdd_mpu
[ 2.391200] omap_vp_init: No PMIC info for vdd_mpu
[ 2.396223] Power Management for TI OMAP4+ devices.
[ 2.402222] Loading compiled-in X.509 certificates
[ 2.424717] palmas 0-0048: Irq flag is 0x00000008
[ 2.462295] palmas 0-0048: Muxing GPIO 3, PWM 0, LED 0
[ 2.475559] palmas-rtc 48070000.i2c:palmas@48:rtc: rtc core: registered 48070
[ 2.488906] SMPS123: supplied by regulator-dummy
[ 2.495392] random: fast init done
[ 2.499187] SMPS45: supplied by regulator-dummy
[ 2.505654] SMPS6: supplied by vsys_cobra
[ 2.511494] SMPS7: supplied by vsys_cobra
[ 2.517269] SMPS8: supplied by vsys_cobra
[ 2.523211] SMPS9: supplied by vsys_cobra
[ 2.527758] smps9: Bringing 0uV into 2100000-2100000uV
[ 2.534588] SMPS10_OUT2: supplied by regulator-dummy
[ 2.541163] SMPS10_OUT1: supplied by regulator-dummy
[ 2.547218] LDO1: supplied by vsys_cobra
[ 2.551750] ldo1: Bringing 0uV into 1800000-1800000uV
[ 2.558380] LDO2: supplied by vsys_cobra
[ 2.562935] ldo2: Bringing 0uV into 1800000-1800000uV
[ 2.571481] ldo4: Bringing 0uV into 1800000-1800000uV
[ 2.578142] LDO5: supplied by vsys_cobra
[ 2.587874] LDO7: supplied by vsys_cobra
[ 2.592420] ldo7: Bringing 0uV into 2000000-2000000uV
[ 2.599132] LDO8: supplied by vsys_cobra
[ 2.605044] LDO9: supplied by vmmcsd_fixed
[ 2.611361] LDOLN: supplied by vsys_cobra
[ 2.617362] LDOUSB: supplied by vsys_cobra
[ 2.626651] twl6040 0-004b: Linked as a consumer to regulator.12
[ 2.633083] twl6040 0-004b: Linked as a consumer to regulator.14
[ 2.642560] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.650368] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz
[ 2.657933] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 2.665332] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz
[ 2.672385] vdds_1v8_main: supplied by smps7
[ 2.677126] pca953x 4-0022: Linked as a consumer to regulator.3
[ 2.711864] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
[ 2.718178] cpu cpu0: Linked as a consumer to regulator.9
[ 2.723933] cpu cpu0: Dropping the link to regulator.9
[ 2.729836] cpu cpu0: Linked as a consumer to regulator.9
[ 2.737433] omap_gpio 48053000.gpio: Could not set line 4 debounce to 200000)
[ 2.746626] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 2.751548] omap_hsmmc 4809c000.mmc: Got WP GPIO
[ 2.756649] omap_hsmmc 4809c000.mmc: Linked as a consumer to regulator.25
[ 2.764016] omap_hsmmc 4809c000.mmc: Linked as a consumer to regulator.5
[ 2.804006] omap_hsmmc 480ad000.mmc: allocated mmc-pwrseq
[ 2.810901] omap_hsmmc 480ad000.mmc: Linked as a consumer to regulator.8
[ 2.935863] omap_gpio 48057000.gpio: Could not set line 13 debounce to 20000)
[ 2.945289] omap_hsmmc 480d1000.mmc: Got CD GPIO
[ 2.950278] omap_hsmmc 480d1000.mmc: Got WP GPIO
[ 2.955582] omap_hsmmc 480d1000.mmc: Linked as a consumer to regulator.18
[ 2.968393] omap_hsmmc 480ad000.mmc: card claims to support voltages below de
[ 2.991220] mmc4: new high speed SDIO card at address 0001
[ 3.079414] ldo3: supplied by vdds_1v8_main
[ 3.084343] ldo4: supplied by vdds_1v8_main
[ 3.089526] ldo6: supplied by vdds_1v8_main
[ 3.299867] input: user-button as /devices/platform/user-button/input/input0
[ 3.314452] input: pyra-game-buttons as /devices/platform/pyra-game-buttons/1
[ 3.323896] input: pyra-lid-wakeup as /devices/platform/pyra-lid-wakeup/inpu2
[ 3.333669] palmas-rtc 48070000.i2c:palmas@48:rtc: setting system clock to 2)
[ 3.344595] ALSA device list:
[ 3.347711] No soundcards found.
[ 3.352782] Freeing unused kernel memory: 2048K
[ 3.357679] Run /init as init process
[ 3.747932] palmas_pwrbutton 48070000.i2c:palmas@48:palmas_power_button: h/ws
[ 3.762814] input: palmas_pwron as /devices/platform/44000000.ocp/48070000.i3
[ 3.785232] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.819425] input: TSC2007 Touchscreen as /devices/platform/44000000.ocp/4804
[ 3.831660] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.837544] ehci-omap: OMAP-EHCI Host Controller driver
[ 3.843346] as5013 1-0040: ID code: 0c
[ 3.847682] as5013 1-0040: ID version: 0d
[ 3.862679] as5013 1-0040: silicon revision: 00
[ 3.868569] as5013 1-0040: control: f1
[ 3.872878] input: tca8418 as /devices/platform/44000000.ocp/48072000.i2c/i25
[ 3.873033] input: nub0 as /devices/platform/44000000.ocp/48072000.i2c/i2c-16
[ 3.892134] as5013 1-0040: probe 40, gpio -2, irq 0, "as5013"
[ 3.898714] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.898761] pwm-backlight backlight: backlight supply power not found, usingr
[ 3.904849] as5013 1-0041: ID code: 0c
[ 3.918366] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.924695] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.930534] ehci-omap 4a064c00.ehci: EHCI Host Controller
[ 3.930577] omapdss: unknown parameter 'def_disp' ignored
[ 3.942122] ehci-omap 4a064c00.ehci: new USB bus registered, assigned bus nu1
[ 3.942160] as5013 1-0041: ID version: 0d
[ 3.957002] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.964354] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.970671] pwm-backlight backlight: Linked as a consumer to regulator.0
[ 3.980305] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.987479] omapdss_dss 58000000.dss: 58000000.dss supply vdda_video not four
[ 3.997898] ehci-omap 4a064c00.ehci: irq 145, io mem 0x4a064c00
[ 3.999346] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.011398] pwm-backlight keyboard-backlight: keyboard-backlight supply power
[ 4.022968] omapdss_dss 58000000.dss: Linked as a consumer to regulator.0
[ 4.030583] as5013 1-0041: silicon revision: 00
[ 4.037043] as5013 1-0041: control: f1
[ 4.038891] ehci-omap 4a064c00.ehci: USB 2.0 started, EHCI 1.00
[ 4.041897] pwm-backlight keyboard-backlight: Linked as a consumer to regula0
[ 4.054349] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, b9
[ 4.055867] DSS: OMAP DSS rev 6.1
[ 4.068335] input: nub1 as /devices/platform/44000000.ocp/48072000.i2c/i2c-17
[ 4.081499] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.089160] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.094186] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber1
[ 4.097773] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.109386] as5013 1-0041: probe 41, gpio -2, irq 0, "as5013"
[ 4.116296] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_compon)
[ 4.126992] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.127768] usb usb1: Product: EHCI Host Controller
[ 4.138930] omapdss_dss 58000000.dss: bound 58004000.encoder (ops dsi_compon)
[ 4.149832] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_comp)
[ 4.160188] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.163254] usb usb1: Manufacturer: Linux 4.19.88-letux-lpae ehci_hcd
[ 4.173028] usb usb1: SerialNumber: 4a064c00.ehci
[ 4.183341] hub 1-0:1.0: USB hub found
[ 4.188335] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.188508] hub 1-0:1.0: 3 ports detected
[ 4.202874] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.210639] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.218509] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.229390] dmm 4e000000.dmm: initialized all PAT entries
[ 4.235333] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.237112] omapdss_dsi 58004000.encoder: Linked as a consumer to regulator.0
[ 4.250495] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulato0
[ 4.259437] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 4.266413] [drm] No driver support for vblank timestamp query.
[ 4.306109] Console: switching to colour frame buffer device 160x45
[ 4.326404] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
[ 4.376550] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
[ 4.385765] omap-dwc3 4a020000.omap_dwc3: vbus init failed
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
[ 4.618818] usb 1-2: new high-speed USB device number 2 using ehci-omap
[ 4.819352] usb 1-2: New USB device found, idVendor=0424, idProduct=3503, bc0
[ 4.828836] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.841840] hub 1-2:1.0: USB hub found
[ 4.846095] hub 1-2:1.0: 3 ports detected
[ 4.855765] omap-dwc3 4a020000.omap_dwc3: vbus init failed
Warning: fsck not present, so skipping root file system
[ 5.150084] F2FS-fs (mmcblk0p2): recover fsync data on readonly fs
[ 5.162143] F2FS-fs (mmcblk0p2): Mounted with checkpoint version = 2010f3cf
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[ 5.772067] systemd[1]: System time before build time, advancing clock.
[ 5.826855] systemd[1]: Inserted module 'autofs4'
[ 5.867565] NET: Registered protocol family 10
[ 5.882628] Segment Routing with IPv6
[ 5.911379] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SE)
[ 5.946551] systemd[1]: Detected architecture arm.

Welcome to Debian GNU/Linux 10 (buster)!
[ 5.961588] systemd[1]: No hostname configured.
[ 5.961602] systemd[1]: Set hostname to <localhost>.
[ 5.962394] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argumet

[ 6.265428] systemd[1]: File /lib/systemd/system/systemd-journald.service:12.
[ 6.302948] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warn)
[ 6.431671] systemd[1]: /lib/systemd/system/dbpd.service:6: PIDFile= referen.
[ 6.495218] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.512856] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.526131] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 6.537169] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.550485] systemd[1]: Reached target User and Group Name Lookups.
[ OK ] Reached target User and Group Name Lookups.
[ OK ] Listening on Syslog Socket.
[ OK ] Listening on Journal Socket (/dev/log).
[ OK ] Listening on initctl Compatibility Named Pipe.
[ OK ] Created slice User and Session Slice.
[ OK ] Listening on fsck to fsckd communication Socket.
[ OK ] Created slice system-getty.slice.
[ OK ] Listening on udev Control Socket.
[ OK ] Listening on udev Kernel Socket.
[ OK ] Set up automount Arbitrary Executable File Formats File System Automou.
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ OK ] Listening on Journal Socket.
Mounting POSIX Message Queue File System...
Starting udev Coldplug all Devices...
Starting Set the console keyboard layout...
Starting Uncomplicated firewall...
Starting Create list of required static device nodes for the current k.
Starting Load Kernel Modules...
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Listening on Journal Audit Socket.
Starting Journal Service...
Starting File System Check on Root Device...
Mounting Kernel Debug File System...
[ OK ] Reached target Slices.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Reached target Remote File Systems.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Started Uncomplicated firewall.
[ OK ] Started Create list of required static device nodes for the current ke.
[ OK ] Started Load Kernel Modules.
[ OK ] Started File System Check on Root Device.
[ OK ] Mounted Kernel Debug File System.
Starting Remount Root and Kernel File Systems...
Starting Apply Kernel Variables...
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Apply Kernel Variables.
Starting Create System Users...
Starting Load/Save Random Seed...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create System Users.
Starting Create Static Device Nodes in /dev...
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Started Set the console keyboard layout.
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
[ 7.153607] systemd-journald[1344]: Received request to flush runtime journa1
[ 7.171885] systemd-journald[1344]: File /var/log/journal/2ea02f2a8b2d4e19a5.
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started udev Coldplug all Devices.
Starting Show Plymouth Boot Screen...
Starting Helper to synchronize boot up for ifupdown...
[ OK ] Started Helper to synchronize boot up for ifupdown.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Started Forward Password Requests to Plymouth Directory Watch.
[ OK ] Reached target Paths.
[ OK ] Reached target Local Encrypted Volumes.
[ 7.563290] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 7.580033] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 7.594096] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ OK ] Found device /dev/ttyO2.
[ 7.612087] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 7.764918] bmp280 2-0077: 2-0077 supply vddd not found, using dummy regulatr
[ 7.790021] bmc150_magn_i2c 2-0012: Failed to bring up device from suspend me
[ 7.807592] bmc150_magn_i2c: probe of 2-0012 failed with error -121
[ 7.809343] bmp280 2-0077: Linked as a consumer to regulator.0
[ 7.833359] bmc150_accel_i2c 2-0010: Error: Reading chip id
[ 7.851647] bno055 2-0029: software revision id 0311
[ 7.862120] usb3503 0-0008: usb3503_probe
[ 7.865615] bmc150_accel_i2c: probe of 2-0010 failed with error -121
[ 7.872724] bmp280 2-0077: 2-0077 supply vdda not found, using dummy regulatr
[ 7.896129] bmg160_i2c 2-0069: Error reading reg_chip_id
[ 7.899844] input: accelerometer-iio-input-bridge as /devices/virtual/input/8
[ 7.921968] bmg160_i2c: probe of 2-0069 failed with error -121
[ 7.935491] usb3503 0-0008: reset gpio state 0
[ 7.961561] usb3503 0-0008: usb3503_connect
[ 7.980622] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 7.984089] usb3503 0-0008: usb3503_reset 1
[ 8.041745] input input6: as5013_open
[ 8.051940] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 8.063571] ina2xx 1-004f: power monitor ina231 (Rshunt = 20000 uOhm)
[ 8.079338] bmp280: probe of 2-0077 failed with error -121
[ 8.086429] input input7: as5013_open
[ 8.090721] Bluetooth: Core ver 2.22
[ 8.116598] crtouch_drv 3-0049: failed to read size of screen
[ 8.116605] bq2429x_charger 1-006b: invalid det gpio: -2
[ 8.143230] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.154076] usb3503 0-0008: switched to HUB mode
[ 8.164144] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.171639] bmp280 2-0076: 2-0076 supply vddd not found, using dummy regulatr
[ 8.187155] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.195163] usb3503 0-0008: usb3503_probe: probed in hub mode
[ 8.212437] bq27xxx_battery_setup
[ 8.222074] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 8.222963] NET: Registered protocol family 31
[ 8.236462] bq27xxx_battery_setup: dm_regs=(ptrval)
[ 8.258254] bq2429x_charger 1-006b: found regulator-max-microvolt = 4200000
[ 8.258964] crtouch_drv: probe of 3-0049 failed with error -5
[ 8.281239] bmp280 2-0076: Linked as a consumer to regulator.0
[ 8.293281] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.322625] bmp280 2-0076: 2-0076 supply vdda not found, using dummy regulatr
[ 8.324645] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.347395] bq24296_get_vsys_voltage(0)
[ 8.360627] Bluetooth: HCI device and connection manager initialized
[ 8.379925] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 8.392992] Bluetooth: HCI socket layer initialized
[ 8.403209] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 8.403641] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.417207] => 3500000 uV
[ 8.436389] bq24296_get_vsys_voltage(0)
[ 8.446319] bq27xxx_battery_settings
[ 8.450408] Bluetooth: L2CAP socket layer initialized
[ 8.466017] => 3500000 uV
[ 8.479230] bq27xxx_battery_set_config
[ 8.483677] bq24296_get_vsys_voltage(0)
[ 8.502625] input input6: as5013_open
[ 8.504651] input input7: as5013_open
[ 8.511395] Bluetooth: SCO socket layer initialized
[ 8.538953] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 8.545556] bq27xxx_battery_unseal
[ 8.550616] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 8.571381] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.584550] => 3500000 uV
[ 8.601030] bq27xxx_battery_update_dm_block
[ 8.623081] random: crng init done
[ 8.625383] bq27xxx-battery 1-0055: design-capacity has 6000
[ 8.631137] random: 7 urandom warning(s) missed due to ratelimiting
[ 8.654816] bq24296_get_otg_voltage(1)
[ 8.673149] Bluetooth: HCI UART driver ver 2.3
[ 8.698692] Bluetooth: HCI UART protocol H4 registered
[ 8.721531] => 4998000 uV
[ 8.774714] bq24296_get_otg_current_limit(1)
[ OK ] Found device /dev/disk/by-partuuid/5aa07545-01.
[ 8.808967] Bluetooth: HCI UART protocol BCSP registered
[ 8.863039] twl6040 0-004b: Linked as a consumer to regulator.38
[ 8.868238] bq27xxx_battery_update_dm_block
[ 8.883181] input: twl6040:vibrator as /devices/platform/44000000.ocp/4807000
[ 8.900366] omap-dwc3 4a020000.omap_dwc3: vbus init failed
Starting File System Check on /dev/disk/by-partuuid/5aa07545-01...
[ 8.925802] bq24296_get_otg_voltage(1)
[ 8.931033] => 4998000 uV
[ OK ] Started File System Check on /dev/disk/by-partuuid/5aa07545-01.
Mounting /boot...
[ 8.966722] Bluetooth: HCI UART protocol LL registered
[ 8.977454] Bluetooth: HCI UART protocol Broadcom registered
[ 8.990119] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 9.001828] EXT4-fs (mmcblk0p1): warning: mounting unchecked fs, running e2fd
[ 9.024112] EXT4-fs (mmcblk0p1): mounted filesystem without journal. Opts: ()
[ 9.041395] emif_probe: error getting device data
[ 9.052687] bq27xxx-battery 1-0055: design-energy has 22200
[ OK ] Mounted /boot.
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
[ 9.097983] bq27xxx_battery_update_dm_block
[ 9.097991] bq27xxx-battery 1-0055: terminate-voltage has 3200
[ 9.097993] bq27xxx_battery_seal
Starting Raise network interfaces...
Starting Enable support for additional executable binary formats...
Starting Set console font and keymap...
Starting Tell Plymouth To Write Out Runtime Data...
[ 9.174515] emif_probe: error getting device data
[ 9.196472] bq2429x_charger 1-006b: bq24296_init_registers(): translated vba)
[ 9.218483] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 9.229584] Bluetooth: hci0: Failed to get CTS
[ OK ] Created slice system-systemd\x2dbacklight.slice.
Starting Load/Save Screen Backlight Brightness of backlight:backlight..
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
Starting Load/Save Screen Backlight Brightness of backlight:keyboard-b.
[ 9.320959] pvrsrvkm_omap_omap5_sgx544_116: module is from the staging direc.
[ 9.351157] bq24296_usb_detect: r8=6c HOST FCHG INDPM PWRGOOD r9=00
[ 9.351161] bq24296: VBUS became available
[ 9.351165] bq24296_update_input_current_limit(6)
[ 9.352132] otg_path: supplied by otg
[ 9.352255] omap-dwc3 4a020000.omap_dwc3: Linked as a consumer to regulator.7
[ 9.358446] [drm] Initialized pvr 1.14.3699939 20110701 for 5600fe00.sgx on 1
[ 9.416607] bq2729x_chg_irq_func
[ 9.416657] bq2729x_irq_work_func: di = e9f70040
[ 9.417079] bq24296_usb_detect: r8=74 HOST CHGTERM PWRGOOD r9=00
[ 9.417083] bq2729x_irq_work_func: r8=74 r9=00
[ 9.418067] wwan_on_off_init: wwan_on_off_init
[ 9.420192] wwan_on_off_probe: wwan_on_off_probe()
[ 9.420301] modem_vbus_hdmi_power: supplied by vsys
[ 9.420353] modem_vbus_power: supplied by modem_vbus_hdmi_power
[ 9.420429] wwan-on-off modem: Linked as a consumer to regulator.36
[ 9.420443] wwan_on_off_probe: onoff = a5c924ec indicator = 033a63b2 -2948001
[ 9.420446] wwan_on_off_probe: wwan_on_off_probe() wwan=f3f25c3c
[ 9.420467] wwan_on_off_is_powered_on: gpio value = 0
[ 9.421228] wwan_on_off_is_powered_on: return 'false'
[ 9.421316] wwan_on_off_rfkill_set_block: blocked: 1
[ 9.421318] wwan_on_off_set_power:eek:n = 0
[ 9.421321] wwan_on_off_is_powered_on: gpio value = 0
[ 9.421324] wwan_on_off_is_powered_on: return 'false'
[ 9.421327] wwan_on_off_set_power: state 0
[ 9.421330] wwan_on_off_set_power: regulator 0
[ 9.421333] wwan_on_off_set_power: done
[ 9.440834] wwan_on_off_probe: successfully probed
[ 9.516525] iio_charge:0
[ 9.518343] snd_soc_omap_hdmi_audio: unknown parameter 'index' ignored
[ 9.520823] emif_probe: error getting device data
[ 9.520865] emif_probe: error getting device data
[ 9.535340] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58k
[ 9.597561] asoc-simple-card sound_bluetooth: W2CBW003 <-> 40122000.mcbsp mak
[ 9.613934] asoc-simple-card sound_fmradio: W2CBW003 <-> 40124000.mcbsp mappk
[ 9.636094] asoc-simple-card sound_telephony: gtm601 <-> 40126000.mcbsp mappk
[ 9.653333] snd_soc_omap_abe_twl6040: unknown parameter 'index' ignored
[ 9.668566] ------------[ cut here ]------------
[ 9.668658] WARNING: CPU: 0 PID: 1362 at drivers/base/devres.c:899 snd_soc_c]
[ 9.668943] Modules linked in: snd_soc_omap_abe_twl6040(+) snd_soc_simple_cam
[ 9.669022] drm_panel_orientation_quirks pwm_omap_dmtimer encoder_tpd12s015n
[ 9.669115] CPU: 0 PID: 1362 Comm: systemd-udevd Tainted: G C 1
[ 9.669120] Hardware name: Generic OMAP5 (Flattened Device Tree)
[ 9.669138] [<c02112fc>] (unwind_backtrace) from [<c020c270>] (show_stack+0x)
[ 9.669149] [<c020c270>] (show_stack) from [<c08f2cbc>] (dump_stack+0x88/0xa)
[ 9.669159] [<c08f2cbc>] (dump_stack) from [<c022ebc8>] (__warn+0xd4/0xf0)
[ 9.669166] [<c022ebc8>] (__warn) from [<c022ef64>] (warn_slowpath_null+0x38)
[ 9.669177] [<c022ef64>] (warn_slowpath_null) from [<bf518458>] (snd_soc_car)
[ 9.669215] [<bf518458>] (snd_soc_card_new_dai_links [snd_soc_omap_abe_twl60)
[ 9.669227] [<bf5188ec>] (omap_abe_probe [snd_soc_omap_abe_twl6040]) from [<)
[ 9.669235] [<c06464a8>] (platform_drv_probe) from [<c0644304>] (really_prob)
[ 9.669243] [<c0644304>] (really_probe) from [<c06447a0>] (driver_probe_devi)
[ 9.669251] [<c06447a0>] (driver_probe_device) from [<c0644864>] (__driver_a)
[ 9.669257] [<c0644864>] (__driver_attach) from [<c0642618>] (bus_for_each_d)
[ 9.669264] [<c0642618>] (bus_for_each_dev) from [<c0643734>] (bus_add_drive)
[ 9.669272] [<c0643734>] (bus_add_driver) from [<c064551c>] (driver_register)
[ 9.669282] [<c064551c>] (driver_register) from [<bf51e088>] (omap_abe_init+)
[ 9.669297] [<bf51e088>] (omap_abe_init [snd_soc_omap_abe_twl6040]) from [<c)
[ 9.669307] [<c0202ce0>] (do_one_initcall) from [<c02a9718>] (do_init_module)
[ 9.669314] [<c02a9718>] (do_init_module) from [<c02ab9ac>] (load_module+0x2)
[ 9.669321] [<c02ab9ac>] (load_module) from [<c02abcd0>] (sys_finit_module+0)
[ 9.669327] [<c02abcd0>] (sys_finit_module) from [<c02011d4>] (__sys_trace_r)
[ 9.669330] Exception stack(0xe9f19fa8 to 0xe9f19ff0)
[ 9.669335] 9fa0: b6df2e88 00000000 0000000f 00521db8 00000
[ 9.669340] 9fc0: b6df2e88 00000000 7d384d00 0000017b 00524908 00000000 00528
[ 9.669344] 9fe0: beebd158 beebd148 b6dec1cd b6e9cd92
[ 9.669422] ---[ end trace 43897cade837afc2 ]---
[ 9.865935] aess 401f1000.aess: ASoC: Failed to create component debugfs diry
[ 9.865945] aess 401f1000.aess: ASoC: invalid header size for type 0 at offs.
[ 9.865950] aess 401f1000.aess: request for AESS FW failed -22
[ 9.879309] omap-abe-twl6040 sound: ASoC: unknown pin AFML
[ 9.879315] omap-abe-twl6040 sound: ASoC: unknown pin AFMR
[ 9.891260] omap-abe-twl6040 sound: twl6040-legacy <-> 40132000.mcpdm mappink
[ 9.908854] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MultiMedia1 mappink
[ 9.908989] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MultiMedia2 mappink
[ 9.909065] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> Voice mapping ok
[ 9.909120] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> Tones mapping ok
[ 9.909190] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MODEM mapping ok
[ 9.909240] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MultiMedia1 LP mapk
[ 9.909312] omap-abe-twl6040 sound: twl6040-legacy <-> 40132000.mcpdm mappink
[ 9.909367] omap-abe-twl6040 sound: Connecting non-supply widget to supply w)
[ 9.909371] omap-abe-twl6040 sound: ASoC: no dapm match for Headset Mic --> s
[ 9.909376] omap-abe-twl6040 sound: ASoC: Failed to add route Headset Mic ->s
[ 9.909387] omap-abe-twl6040 sound: Connecting non-supply widget to supply w)
[ 9.909391] omap-abe-twl6040 sound: ASoC: no dapm match for Main Handset Mics
[ 9.909396] omap-abe-twl6040 sound: ASoC: Failed to add route Main Handset Ms
[ 9.909407] omap-abe-twl6040 sound: Connecting non-supply widget to supply w)
[ 9.909412] omap-abe-twl6040 sound: ASoC: no dapm match for Sub Handset Mic s
[ 9.909416] omap-abe-twl6040 sound: ASoC: Failed to add route Sub Handset Mis
[ 9.909427] omap-abe-twl6040 sound: ASoC: no source widget found for PDM_DL1
[ 9.909431] omap-abe-twl6040 sound: ASoC: Failed to add route PDM_DL1 -> dirk
[ 9.909438] omap-abe-twl6040 sound: ASoC: no source widget found for PDM_DL2
[ 9.909442] omap-abe-twl6040 sound: ASoC: Failed to add route PDM_DL2 -> dirk
[ 9.909449] omap-abe-twl6040 sound: ASoC: no source widget found for Analog e
[ 9.909453] omap-abe-twl6040 sound: ASoC: Failed to add route Analog Capture1
[ 9.909459] omap-abe-twl6040 sound: ASoC: no source widget found for BT_VX_DL
[ 9.909464] omap-abe-twl6040 sound: ASoC: Failed to add route BT_VX_DL -> dik
[ 9.909472] omap-abe-twl6040 sound: ASoC: no source widget found for omap-mce
[ 9.909476] omap-abe-twl6040 sound: ASoC: Failed to add route omap-mcbsp.1 CL
[ 9.909481] omap-abe-twl6040 sound: ASoC: no source widget found for MM_EXT_L
[ 9.909485] omap-abe-twl6040 sound: ASoC: Failed to add route MM_EXT_DL -> dk
[ 9.909491] omap-abe-twl6040 sound: ASoC: no source widget found for omap-mce
[ 9.909495] omap-abe-twl6040 sound: ASoC: Failed to add route omap-mcbsp.2 CL
[ 9.911223] input: Letux Cortex 15 Headset Jack as /devices/platform/sound/s1
[ 10.261425] dwc3 4a030000.dwc3: Failed to get clk 'ref': -2
[ 10.402202] cfg80211: Loading compiled-in X.509 certificates for regulatory e
Mounting Arbitrary Executable File Formats File System...
[ OK ] Started 11.074421] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWR0
0;1;39mCreate Volatile Files and Directories.
[ OK ] Started Raise network interface[ 11.082934] dwc3 4a030000.dwc3: chana
s.
[ OK ] Started Set console font and keymap.
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[ 11.138396] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 11.138461] platform regulatory.0: Direct firmware load for regulatory.db fa2
[ 11.138466] cfg80211: failed to load regulatory.db
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:keyboard-ba.
[ OK ] Mounted Arbitrary Executable File Formats File System.
[ OK ] Started Enable support for additional executable binary formats.
[ 11.397281] wl18xx_driver wl18xx.1.auto: Direct firmware load for ti-connect2
[ 11.397288] wlcore: ERROR could not get configuration binary ti-connectivity2
[ 11.397291] wlcore: WARNING falling back to default config
Starting Tell Plymouth To Write Out Runtime Data...
Starting Show Plymouth Boot Screen...
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Starting Update UTMP about System Boot/Shutdown...
Starting Network Time Synchronization...
[ 11.624601] wwan_on_off_rfkill_set_block: blocked: 0
[ 11.624605] wwan_on_off_set_power:eek:n = 1
[ 11.624612] wwan_on_off_is_powered_on: gpio value = 0
[ 11.624615] wwan_on_off_is_powered_on: return 'false'
[ 11.624617] wwan_on_off_set_power: state 0
[ 11.624621] wwan_on_off_set_power: regulator 0
Starting Load/Save RF Kill Switch Status...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Initialization.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Listening on UUID daemon activation socket.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[ 11.919750] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
[ 11.929095] wlcore: WARNING Detected unconfigured mac address in nvs, derive.
[ 11.968179] wlcore: WARNING This default nvs file can be removed from the fim
[ 11.987145] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
Starting Pyra First Run Wizard...
Starting Restore /etc/resolv.conf if the system crashed before the ppp.
Starting Bluetooth service...
Starting PVR initialisation server...
Starting Disk Manager...
Starting Login Service...
Starting System Logging Service...
[ OK ] Started Pyra Volume Daemon.
Starting Accounts Service...
[ OK ] Started Regular background program processing daemon.
[ 12.467779] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.467791] Bluetooth: BNEP socket layer initialized
Starting LSB: Load kernel modules needed to enable cpufreq scaling...
[ OK ] Started LED config.
[ OK ] Started D-Bus System Message Bus.
Starting Network Manager...
Starting WPA supplicant...
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started Manage Sound Card State (restore and store).
Starting Save/Restore Sound Card State...
Starting DragonBox Package Daemon...
Starting Modem Manager...
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Trigger anacron every hour.
[ OK ] Started Daily man-db regeneration.
[ OK ] Started Daily apt download activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ OK ] Started Daily rotation of log files.
[ OK ] Reached target Timers.
[ OK ] Started Run anacron jobs.
[ OK ] Started System Logging Service.
[ OK ] Started Restore /etc/resolv.conf if the system crashed before the ppp .
[ OK ] Started PVR initialisation server.
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Started DragonBox Package Daemon.
[ OK ] Reached target Sound Card.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started Network Manager.
[ OK ] Started Login Service.
Starting Network Manager Wait Online...
Starting Hostname Service...
Starting Authorization Manager...
[ OK ] Started WPA supplicant.
[ OK ] Started Bluetooth service.
[ OK ] Reached target Bluetooth.
[ OK ] Reached target Network.
Starting Permit User Sessions...
Starting OpenBSD Secure Shell server...
[ OK ] Started Pyra Input Deamon (funkeymonkey).
[ OK ] Started Permit User Sessions.
Starting Hold until boot proce[ 13.009557] input input6: as5013_open
ss finishes up...
[ 13.052965] input input7: as5013_open
[ OK ] Started Authorization Manager.
[ OK ] Started Accounts Service.
[ OK ] Started OpenBSD Secure Shell server.
[ OK ] Started Modem Manager.
[ OK ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
Starting LSB: set CPUFreq kernel parameters...
[ OK ] Started Hostname Service.
[ OK ] Started LSB: set CPUFreq kernel parameters.
[ OK ] Started Disk Manager.
[ 14.729077] wwan_on_off_set_power: send impulse
[ 15.221544] bq24296_usb_detect: r8=74 HOST CHGTERM PWRGOOD r9=00
[ 15.469162] wwan_on_off_is_powered_on: gpio value = 1
[ 15.474516] wwan_on_off_is_powered_on: return 'true'
[ 15.479927] wwan_on_off_set_power: done
[ 15.498339] wwan_on_off_rfkill_set_block: blocked: 0
[ 15.498612] input: pyraInput keyboard as /devices/virtual/input/input12
[ 15.506322] wwan_on_off_set_power:eek:n = 1
[ 15.517346] wwan_on_off_is_powered_on: gpio value = 1
[ 15.522957] input: pyraInput Gamepad as /devices/virtual/input/input13
[ 15.524080] wwan_on_off_is_powered_on: return 'true'
[ 15.535918] input: pyraInput Mouse as /devices/virtual/input/input14
[ 15.535987] wwan_on_off_set_power: state 1
[ 15.535991] wwan_on_off_set_power: regulator 1
[ 15.535994] wwan_on_off_set_power: done
[ 15.560897] wlcore: loaded
[ OK ] Started Load/Save RF Kill Switch Status.
[ 15.826274] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Starting Network Manager Script Dispatcher Service...
[ OK ] Started Network Manager Script Dispatcher Service.
[ 16.249391] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWRGOOD r9=00
[ 16.436007] wlcore: PHY firmware version: Rev 8.2.0.0.242
[ 16.529627] wlcore: firmware booted (Rev 8.9.0.0.79)
[ 16.551475] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 16.559684] wlcore: down
[ 17.025212] wlcore: PHY firmware version: Rev 8.2.0.0.242
[ 17.154117] wlcore: firmware booted (Rev 8.9.0.0.79)
[ 17.172614] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 17.373314] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 18.329155] bq24296_usb_detect: r8=74 HOST CHGTERM PWRGOOD r9=00
[ 19.379261] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWRGOOD r9=00
[ 20.420940] bq24296_usb_detect: r8=74 HOST CHGTERM PWRGOOD r9=00
[ OK ] Started Network Manager Wait Online.
[ OK ] Reached target Network is Online.
Starting LSB: exim Mail Transport Agent...
[ OK ] Started LSB: exim Mail Transport Agent.
[*** ] (1 of 2) A start job is running for Pyra First Run Wizard (26s / no li)
[ 33.769398] host1_vbus_power: supplied by modem_vbus_hdmi_power
[ 33.776033] host2_vbus_power: supplied by modem_vbus_hdmi_power
[ 33.790529] ldo3: disabling
[ 33.794153] ldo8: disabling
[ 33.797721] otg_path: disabling
[ *] (1 of 2) A start job is running for Pyra First Run Wizard (48s / no li)
[ ***] (2 of 2) A start job is running for Hold until boot process finishes u)
[ *** ] (2 of 2) A start job is running for Hold until boot process finishes u)
[*** ] (1 of 2) A start job is running for Pyra First Run Wizard (1min 11s / )
[ 78.078418] print_req_error: I/O error, dev mmcblk0, sector 0
[ 78.087079] systemd-journald[1344]: /var/log/journal/2ea02f2a8b2d4e19a5c2527.
[ OK ] Stopped target Local File Systems.
[ 78.145424] systemd-journald[1344]: Failed to write entry (9 items,r
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[ 78.194950] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[ 78.218283] systemd-journald[1344]: Failed to write entry (19 items, 602 bytr
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /bo[ 78.246329] systemd-journald[1344]: Failed to rotate r
ot...
[FAILED] Failed unmounting /boot.
Unmounting /boot[ 78.271082] systemd-journald[1344]: Failed to writer
...
[ 78.297311] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 78.316348] systemd-journald[1344]: Failed to write entry (19 items, 602 bytr

Unmounting /boot...
[FAILED[ 78.329526] systemd-journald[1344]: Failed to rotate /var/log/journalr
] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
[ OK ] Stopped File System Check on /dev/disk/by-partuuid/5aa07545-01.
[ 78.649098] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWRGOOD r9=00
[ 79.287897] mmc0: new high speed MMC card at address 0001
[ 79.306854] mmcblk0: mmc0:0001 HBG4a2 29.1 GiB
[ 79.312157] mmcblk0boot0: mmc0:0001 HBG4a2 partition 1 4.00 MiB
[ 79.320237] mmcblk0boot1: mmc0:0001 HBG4a2 partition 2 4.00 MiB
[ 79.330186] mmcblk0rpmb: mmc0:0001 HBG4a2 partition 3 4.00 MiB, chardev (248)
[ 79.341164] mmcblk0: p1 p2
[** ] (1 of 2) A start job is running for Pyra First Run Wizard (1min 17s / )
[ 83.773244] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 83.786689] systemd-journald[1344]: Failed to write entry (21 items, 622 bytr
[ 83.797937] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 83.811263] systemd-journald[1344]: Failed to write entry (21 items, 604 bytr
[ 83.822336] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 83.835755] systemd-journald[1344]: Failed to write entry (21 items, 622 bytr
[ 83.846876] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 83.860163] systemd-journald[1344]: Failed to write entry (21 items, 622 bytr
[ 83.871093] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ ***] (1 of 2) A start job is running for Pyra First Run Wizard (1min 20s / )
[ 86.958399] ------------[ cut here ]------------
[ 86.963305] WARNING: CPU: 0 PID: 2064 at fs/fs-writeback.c:2241 __mark_inode4
[ 86.972385] bdi-block not registered
[ 86.976131] Modules linked in: arc4 bnep wl18xx wlcore mac80211 snd_soc_dmica
[ 87.050562] sysfillrect sysimgblt fb_sys_fops panel_boe_w677l drm drm_paneln
[ 87.075741] CPU: 0 PID: 2064 Comm: pyra-first-run. Tainted: G WC 1
[ 87.075745] Hardware name: Generic OMAP5 (Flattened Device Tree)
[ 87.075763] [<c02112fc>] (unwind_backtrace) from [<c020c270>] (show_stack+0x)
[ 87.099757] [<c020c270>] (show_stack) from [<c08f2cbc>] (dump_stack+0x88/0xa)
[ 87.107340] [<c08f2cbc>] (dump_stack) from [<c022ebc8>] (__warn+0xd4/0xf0)
[ 87.107349] [<c022ebc8>] (__warn) from [<c022ec28>] (warn_slowpath_fmt+0x44/)
[ 87.107359] [<c022ec28>] (warn_slowpath_fmt) from [<c038086c>] (__mark_inode)
[ 87.131526] [<c038086c>] (__mark_inode_dirty) from [<c036fff0>] (generic_upd)
[ 87.131536] [<c036fff0>] (generic_update_time) from [<c0371ab0>] (touch_atim)
[ 87.149137] [<c0371ab0>] (touch_atime) from [<c03050e4>] (generic_file_read_)
[ 87.149146] [<c03050e4>] (generic_file_read_iter) from [<c0354ed0>] (new_syn)
[ 87.167121] [<c0354ed0>] (new_sync_read) from [<c03570c4>] (vfs_read+0x90/0x)
[ 87.174794] [<c03570c4>] (vfs_read) from [<c0357154>] (kernel_read+0x28/0x44)
[ 87.182282] [<c0357154>] (kernel_read) from [<c035cc0c>] (prepare_binprm+0x1)
[ 87.190504] [<c035cc0c>] (prepare_binprm) from [<c035e0e8>] (__do_execve_fil)
[ 87.190510] [<c035e0e8>] (__do_execve_file) from [<c035e420>] (do_execve+0x2)
[ 87.190518] [<c035e420>] (do_execve) from [<c0201000>] (ret_fast_syscall+0x0)
[ 87.190521] Exception stack(0xe96fdfa8 to 0xe96fdff0)
[ 87.190528] dfa0: 0042b674 0042a73c 0042b674 0042a73c 00420
[ **] (1 of 2) A st[ 87.229030] dfe0: 00427e04 bed5b70c 0040a7b7 b6eee3d8
art job is running for Pyra First Run Wizard (1m[ 87.229081] ---[ end trace 4-
[ ***] (2 of 2) A start job is running for Hold until boot process finishes u)
[ 88.779464] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 88.794858] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 88.809411] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 88.823675] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 88.835510] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 88.849680] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 88.861847] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 88.875980] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 88.887811] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ ***] (2 of 2) A start job is running for Hold until boot process finishes u)
[ 93.788817] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 93.799968] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 93.813270] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 93.824465] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 93.837826] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 93.848927] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 93.862217] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 93.873341] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 93.886986] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[** ] (1 of 2) A start job is running for Pyra First Run Wizard (1min 32s / )
[ 98.800517] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 98.817116] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 98.829600] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 98.844563] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 98.856805] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 98.871650] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 98.885310] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 98.900003] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 98.912333] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ *** ] (2 of 2) A start job is running for Hold until boot process finishes u)
[ 103.809316] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 103.822596] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 103.834034] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 103.847589] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 103.858928] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 103.872185] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 103.883214] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 103.896596] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 103.907762] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ *] (2 of 2) A start job is running for Hold until boot process finishes u)
[ 108.820178] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 108.833853] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 108.845494] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 108.859061] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 108.870246] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 108.884236] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 108.896187] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 108.909903] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 108.922101] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ *** ] (1 of 2) A start job is running for Pyra First Run Wizard (1min 47s / )
[ 113.829575] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 113.840408] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 113.854006] systemd-journald[1344]: Failed to write entry (21 items, 622 bytr
[ 113.865358] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 113.878650] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 113.889752] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 113.903176] systemd-journald[1344]: Failed to write entry (21 items, 622 bytr
[ 113.914114] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 113.927548] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[** ] (2 of 2) A start job is running for Hold until boot process finishes u)
[ 118.839680] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 118.856222] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 118.869048] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 118.885627] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 118.898294] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 118.914132] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 118.926920] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 118.943419] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 118.956375] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ ***] (2 of 2) A start job is running for Hold until boot process finishes u)
[ 123.849990] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 123.862987] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 123.876669] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 123.889129] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 123.903240] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 123.915609] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 123.929938] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 123.942241] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 123.956263] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ *** ] (2 of 2) A start job is running for Hold until boot process finishes u)
Post automatically merged:

Oof, it’s having a rough time. This is booting from the eMMC? Looks like either a corrupt filesystem or potentially an issue with the eMMC. Have you tried booting this image on the SD card with success?

This is the eMMC loaded from the last card I created. The card was created by using dd to write the contents of install-nobat.img onto the card. The card was then inserted into the left SD slot and auto-booted to load the OS onto the eMMC.

I do not have any way that I know of to push the image from install-nobat.img onto an SD card as a bootable image.
Post automatically merged:

That is it for me tonight I'm afraid. Pulling the battery so it doesn't loose charge on the desk. I hope those log files help?
 
Back
Top