sunmat
Posts: 22
Joined: Tue Jul 24, 2012 9:13 am

Manjaro headless installation and wifi setup

Tue Sep 03, 2019 10:14 am

I'm posting this in the Arch section since there isn't a section of Manjaro, I hope it's fine.

I'm planning to install a Manjaro on my Raspberry Pi 4 (OS image here: https://manjaro.org/download/arm8-raspb ... 4-minimal/), but I don't have a screen nor a keyboard. With Raspbian I know how to enable SSH and setup my wifi information so I can then SSH into it. I couldn't find any instruction to do the same with Manjaro. Does anyone have any?

Andyroo

Re: Manjaro headless installation and wifi setup

Tue Sep 03, 2019 10:43 am

Normally you would do something along the lines of:

Code: Select all

sudo pacman -S openssh
sudo systemctl enable sshd
sudo systemctl start sshd
But these will require a keyboard / monitor - maybe a family member / friend / work could loan you one for a short while to get you started?

Failing that, a TV and a cheap Amazon keyboard may do?

geev03
Posts: 344
Joined: Thu Jun 07, 2012 12:40 pm
Location: London, UK

Re: Manjaro headless installation and wifi setup

Tue Sep 03, 2019 11:24 am

Manjaro 64 bit is almost as fast as Gentoo 64 bit while booting up on a Pi4B-4 :mrgreen:

ssh was enabled by default ...

Code: Select all

login as: geev03
geev03@192.168.1.188's password:
Welcome to Manjaro-ARM
~~Website: https://manjaro.org
~~Forum:   https://forum.manjaro.org/c/manjaro-arm
~~IRC:     #manjaro-arm on irc.freenode.net
~~Matrix:  #manjaro-arm-public:matrix.org
[geev03@pi ~]$ uname -a
Linux pi 4.19.65-1-MANJARO-ARM #1 SMP PREEMPT Tue Aug 13 14:39:03 UTC 2019 aarch64 GNU/Linux
[geev03@pi ~]$ free -h
              total        used        free      shared  buff/cache   available
Mem:          3.7Gi       538Mi       2.7Gi        35Mi       480Mi       3.1Gi
Swap:            0B          0B          0B
[geev03@pi ~]$


Andyroo

Re: Manjaro headless installation and wifi setup

Tue Sep 03, 2019 12:04 pm

geev03 wrote:
Tue Sep 03, 2019 11:24 am
Manjaro 64 bit is almost as fast as Gentoo 64 bit while booting up on a Pi4B-4 :mrgreen:
...
Thats interesting - I've seen a few folk around here using old x86 boxes so they may well have a way to move at last :D

sunmat
Posts: 22
Joined: Tue Jul 24, 2012 9:13 am

Re: Manjaro headless installation and wifi setup

Tue Sep 03, 2019 12:09 pm

geev03 wrote:
Tue Sep 03, 2019 11:24 am
ssh was enabled by default ...
So basically I can burn the Manjaro image on the SD card and hook up the Pi to my router through Ethernet, and get the wifi configured later?
What's the default root password?

geev03
Posts: 344
Joined: Thu Jun 07, 2012 12:40 pm
Location: London, UK

Re: Manjaro headless installation and wifi setup

Tue Sep 03, 2019 12:32 pm

sunmat wrote:
Tue Sep 03, 2019 12:09 pm

...
What's the default root password?
I used the Manjaro Pi4 xfce version. The root password setup screen will follow ( the attached screen shot) the user setup.
Attachments
manjaro_pi4_setup.jpg
manjaro_pi4_setup.jpg (42.31 KiB) Viewed 13463 times

sunmat
Posts: 22
Joined: Tue Jul 24, 2012 9:13 am

Re: Manjaro headless installation and wifi setup

Tue Sep 03, 2019 1:08 pm

Ah so I will need a screen and a keyboard if there are installation steps to follow before being able to ssh. Thanks.

Cob
Posts: 28
Joined: Tue Mar 05, 2013 2:03 am

Re: Manjaro headless installation and wifi setup

Tue Sep 03, 2019 8:53 pm

Keyboard and screen are both necessary for the initial boot of the minimal image. Ssh is enabled by default, but any attempt to log in via ssh results in a message asking you to finish the set-up procedure shown above (passwords, keyboard, time-zone etc). Once that's been completed the device will automatically reboot and can then be accessed via ssh.

senpaidev
Posts: 11
Joined: Sun Oct 06, 2019 8:25 am

Re: Manjaro headless installation and wifi setup

Sun Oct 06, 2019 8:28 am

Is the current release good enough for everyday use? I wish to use this as minecraft server / pihole / bitwarden client. Last I checked this release didn't have some kernel upstream changes that enabled hardware gpu acceleration. Will that cause any issues?

gulyabani
Posts: 2
Joined: Tue Aug 06, 2019 4:50 pm

Re: Manjaro headless installation and wifi setup

Mon Nov 04, 2019 1:03 pm

Cob wrote: Keyboard and screen are both necessary for the initial boot of the minimal image. Ssh is enabled by default, but any attempt to log in via ssh results in a message asking you to finish the set-up procedure shown above (passwords, keyboard, time-zone etc). Once that's been completed the device will automatically reboot and can then be accessed via ssh.
This is a heads-up. Latest version of Manjaro ARM (19.10) has headless setup enabled. If you flash your card, boot your Pi 4, you can ssh to root@<youripaddress> and it'll start the setup process.

BRX7
Posts: 93
Joined: Sat Aug 31, 2019 11:07 pm

Re: Manjaro headless installation and wifi setup

Tue Nov 05, 2019 12:00 pm

I've installed the latest updates,

missing is KVM and XRDP support

Return to “Arch”