New kernels

AmigaOne X1000 platform specific issues related to Linux only.
User avatar
musa
Posts: 873
Joined: Tue Aug 23, 2011 8:58 pm

Re: New kernels

Post by musa »

Hi
Have test vmlinux -6.10_rc1 with Fienix, Debian 32 and Debian 64.
Fenix and Debian 32 get this error : Failed to start lightdm.service - Light Display manager
failed to start Plymouth-quit.service - terminate plymouth boot screen
Debian 64 stop with this error failed to start colord.service - manage, Install and generate colord profiles.

There is no boot error with the normal kernel.

have a nice day.
AmigaX1000
User avatar
xeno74
Posts: 10705
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

musa wrote: Mon May 27, 2024 8:30 pm Hi
Have test vmlinux -6.10_rc1 with Fienix, Debian 32 and Debian 64.
Fenix and Debian 32 get this error : Failed to start lightdm.service - Light Display manager
failed to start Plymouth-quit.service - terminate plymouth boot screen
Debian 64 stop with this error failed to start colord.service - manage, Install and generate colord profiles.

There is no boot error with the normal kernel.

have a nice day.
Thank you for the test. It seems, that the root file system was mounted read-only.

Can you boot with the boot argument “3” additionally and post some more error messages?

setenv bootargs "root=/dev/<partition or disk> 3"

# multi-user.target: analogous to runlevel 3
# graphical.target: analogous to runlevel 5

For example:

Code: Select all

setenv bootargs "root=/dev/sdb4 3"
User avatar
musa
Posts: 873
Joined: Tue Aug 23, 2011 8:58 pm

Re: New kernels

Post by musa »

Hi
Have tried several times with both runlevel 3 and 5.
The best result gave me a login screen with no graphical login. Trying to log in and start lightdm as root. Gets a black screen with a blinking cursor. Sometimes I can see lightdm trying to start several times.
Have a nice day
AmigaX1000
User avatar
xeno74
Posts: 10705
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

musa wrote: Tue May 28, 2024 11:44 am Hi
Have tried several times with both runlevel 3 and 5.
The best result gave me a login screen with no graphical login. Trying to log in and start lightdm as root. Gets a black screen with a blinking cursor. Sometimes I can see lightdm trying to start several times.
Have a nice day
Thank you. Could you please take a picture from the start of your X1000? (Kernel error messages)

If you get a login. Please post the output of journalctl.

Or journalctl > boot.log and upload it to pastebin.com.

If it doesn’t work then boot the alpha3 and post the output of journalctl -k -b -1. (Gives logs from previous boot)

Or journalctl -k -b -1 > boot.log and upload it to pastebin.com.
Last edited by xeno74 on Tue May 28, 2024 8:06 pm, edited 1 time in total.
User avatar
musa
Posts: 873
Joined: Tue Aug 23, 2011 8:58 pm

Re: New kernels

Post by musa »

Hi
I can log into debian 64, but am not aware of how I can transfer the contents of the loaded file to a file on my usb disk.
AmigaX1000
User avatar
xeno74
Posts: 10705
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

musa wrote: Tue May 28, 2024 4:26 pm Hi
I can log into debian 64, but am not aware of how I can transfer the contents of the loaded file to a file on my usb disk.
After you have booted the RC1 with the boot argument “3”, you can boot the alpha3 with X11 and post the output of journalctl -k -b -1. (Gives logs from previous boot)

Or journalctl -k -b -1 > boot.log and upload it to pastebin.com.
User avatar
xeno74
Posts: 10705
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Xorg doesn't start anymore with the RC1 of kernel 6.10 in a virtual QEMU ppce500 machine.
User avatar
xeno74
Posts: 10705
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

I think, it is: + CONFIG_ARCH_HAS_KERNEL_FPU_SUPPORT=y.
User avatar
xeno74
Posts: 10705
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

User avatar
xeno74
Posts: 10705
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

FYI: powerpc: implement ARCH_HAS_KERNEL_FPU_SUPPORT

Code: Select all

git revert 01db473e1aa32d651477be80f79b309313636203
Output:

Code: Select all

[master d6ea96a49698] Revert "powerpc: implement ARCH_HAS_KERNEL_FPU_SUPPORT"
 3 files changed, 1 insertion(+), 33 deletions(-)
 delete mode 100644 arch/powerpc/include/asm/fpu.h
Edit: I tested it but without any success.

The merge: Merge tag 'mm-nonmm-stable-2024-05-22-17-30'

Code: Select all

git revert  c760b3725e52403dc1b28644fb09c47a83cacea6 -m 1

It doesn't solve the issue.

@Musa
You don't need to test the RC1 again. There is an issue.
Post Reply