Test Manjaro on ODROID

how to get the uuid information of the sd?
thanks

An example:

[ray@vim3 raspberrypi-bootloader]$ sudo blkid /dev/mmcblk1p2
/dev/mmcblk1p2: LABEL="ROOT_MNJRO" UUID="4adf12a7-a0e3-4fdf-938f-bd8c86ca69af" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="25aae5bf-02"

/dev/zram0 partition 5.3G 0B 100

this what i get and priority is 100

but no information on the uuid
[tester@sbc ~]$ sudo blkid /dev/mmcblk1p2
[tester@sbc ~]$ blkid /dev/mmcblk1p2
[tester@sbc ~]$ blkid /dev/mmcblk1p1
[tester@sbc ~]$ blkid /dev/mmcblk1p0
[tester@sbc ~]$ blkid /dev/mmcblk1p

What about:

sudo blkid -o list

/dev/zram0 swap zram0 [SWAP] 19efbd0f-2adc-415e-9183-XXXXX

you did it

than i will redo the config
thanks for now

I did the test of some desktop environment and I activate the equivalent user for every desktop environment , my question how can I check what is the display manager of the user?
thanks

in other distro you can use alternative and config it, what about manjaro arm? thnks

Perhaps simply search what’s available in the software repo with pacman -Ss 'Display manager'. If more than one shows “[installed]”, you obviously need to check which one is active/enabled.

yes it is like you wrote