Anyone installed on AMD A9-9420 machine?

Hello @Jerry and welcome :wink:

The easiest way is doing it on a live session:

  1. Boot a Manjaro Install Disk.
  2. Open a terminal.
  3. Type: manjaro-chroot -a
  4. Now you should be on the local installation within this terminal.
  5. Then you get the journal of the previous boot (0 → current):
journalctl --boot -1 --no-pager --no-hostname

This way you can upload it:

journalctl --boot -1 --no-pager --no-hostname | curl -F'file=@-' https://0x0.st

Also have a look at these tutorials, since your are new:

1 Like