Is sdbX on a USB drive?sailorMH wrote: Tue Jun 13, 2023 8:39 am yes, I booted it classic way, no initrd, no label something like:Code: Select all
setenv bootargs "root=/dev/sdbx rootdelay=10" boot -elf -noints -fs=ext2 usbdisk0:vmlinux
New kernels
Re: New kernels
Re: New kernels
Hi
Kernel vmlinux-6.4_rc6 boot with Fienix, Adelie and Debian 64. Debian 64 collapsed with the last update and failed to recover so I have to reinstall now .
No error with kernel boot. No I download and unpack on a second system every time.
Have a nice day
Here is Debian 64 before it breakdown.

Kernel vmlinux-6.4_rc6 boot with Fienix, Adelie and Debian 64. Debian 64 collapsed with the last update and failed to recover so I have to reinstall now .
No error with kernel boot. No I download and unpack on a second system every time.
Have a nice day
Here is Debian 64 before it breakdown.

AmigaX1000
Re: New kernels
Re: New kernels
no, it is SATA from X1000 motherboard ( SB600 southbridge )
A1200, Micro A1-C (G3/1.2 GHz), AmigaOne XE (G4/1.4 GHz), Pegasos II (G4/1.33 GHz), Sam440ep, Sam440ep-flex, Sam460LE, AmigaOne X1000
Efika 5200b, Pegasos I, Powerbook, Mac Mini (1.83 GHz), iMac, Powermac Quad
AmigaOS, MorphOS, linux, MacOS X
Efika 5200b, Pegasos I, Powerbook, Mac Mini (1.83 GHz), iMac, Powermac Quad
AmigaOS, MorphOS, linux, MacOS X
Re: New kernels
Sometimes I have the same issues if a CD or DVD in the drive. I‘ll investigate it further.sailorMH wrote: Tue Jun 13, 2023 5:00 pm no, it is SATA from X1000 motherboard ( SB600 southbridge )
Re: New kernels
This case was for sure with empty DVD drive.
And all four SATA are conncted.
And all four SATA are conncted.
A1200, Micro A1-C (G3/1.2 GHz), AmigaOne XE (G4/1.4 GHz), Pegasos II (G4/1.33 GHz), Sam440ep, Sam440ep-flex, Sam460LE, AmigaOne X1000
Efika 5200b, Pegasos I, Powerbook, Mac Mini (1.83 GHz), iMac, Powermac Quad
AmigaOS, MorphOS, linux, MacOS X
Efika 5200b, Pegasos I, Powerbook, Mac Mini (1.83 GHz), iMac, Powermac Quad
AmigaOS, MorphOS, linux, MacOS X
Re: New kernels
KVM-PR no longer works on an X1000 if the kernel has been compiled with a new GCC.
I changed the GCC from version 12.2.0 to version 9.5.0 because of the issues with KVM on Linux PPC today. (Cross compiling environment on Ubuntu 23.04)
powerpc-linux-gnu-gcc --version
powerpc-linux-gnu-g++ --version
make CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc oldconfig
time make -j16 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc vmlinux
time make -j16 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc modules
I created the kvm kernel modules with the GCC 9.5.0 for the X1000 again.
Download: kvm_6.4-rc6_X1000.tar.gz
Instructions for installing the new kvm kernel modules on the X1000:

I changed the GCC from version 12.2.0 to version 9.5.0 because of the issues with KVM on Linux PPC today. (Cross compiling environment on Ubuntu 23.04)
-
Code: Select all
sudo apt install gcc-9-powerpc-linux-gnu
-
Code: Select all
sudo apt install g++-9-powerpc-linux-gnu
-
Code: Select all
sudo update-alternatives --install /usr/bin/powerpc-linux-gnu-gcc powerpc-linux-gnu-gcc /usr/bin/powerpc-linux-gnu-gcc-9 10
-
Code: Select all
sudo update-alternatives --install /usr/bin/powerpc-linux-gnu-g++ powerpc-linux-gnu-g++ /usr/bin/powerpc-linux-gnu-g++-9 10
powerpc-linux-gnu-gcc --version
Code: Select all
powerpc-linux-gnu-gcc (Ubuntu 9.5.0-1ubuntu1) 9.5.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Code: Select all
powerpc-linux-gnu-g++ (Ubuntu 9.5.0-1ubuntu1) 9.5.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Code: Select all
#
# Automatically generated file; DO NOT EDIT.
# Linux/powerpc 6.4.0-rc6 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="powerpc-linux-gnu-gcc (Ubuntu 9.5.0-1ubuntu1) 9.5.0"
Code: Select all
real 2m23,661s
user 32m57,396s
sys 2m20,424s
Code: Select all
real 0m55,319s
user 13m8,843s
sys 1m4,819s
Download: kvm_6.4-rc6_X1000.tar.gz
Instructions for installing the new kvm kernel modules on the X1000:
-
Code: Select all
cd /lib/modules/6.4.0-rc6_A-EON_X1000_Nemo/kernel/arch/powerpc/
-
Code: Select all
lsmod | grep kvm
-
Code: Select all
sudo modprobe -r kvm-pr
-
Code: Select all
sudo modprobe -r kvm
-
Code: Select all
lsmod | grep kvm
-
Code: Select all
sudo rm -rf kvm
-
Code: Select all
sudo wget http://www.xenosoft.de/kvm_6.4-rc6_X1000.tar.gz
-
Code: Select all
sudo tar zxvf kvm_6.4-rc6_X1000.tar.gz
-
Code: Select all
sudo rm kvm_6.4-rc6_X1000.tar.gz
-
Code: Select all
sudo modprobe kvm-pr
-
Code: Select all
lsmod | grep kvm
- Test:
Code: Select all
qemu-system-ppc -M g3beige -enable-kvm -m 2047 -bios openbios-ppc -boot c -hda Lubuntu_14.04_PowerPC_QEMU.img -g 1280x1024x32 -kernel vmlinux -initrd initrd -append "ro root=/dev/sda3" -device pci-ohci,id=newusb -device usb-tablet -nic user,model=e1000

Re: New kernels
Is CF more reliable than USB? I cannot get USB working from my case. It only works from my Apple keyboard if it wants to.sailorMH wrote: Tue Jun 13, 2023 8:39 am In past I had problems with cfcard, both with fat and ext2. It is very often unreadable from CFE. Maybe I have to exchange my old cfcard.
Re: New kernels
So tested 6.4-RC6 and boots fine on Fienix. I also tried it with a 5.6 ramdisk I built from Fienix and found that works as well. My Fienix is also due for an update now. 

Re: New kernels
Thank you for testing!Hypex wrote: Fri Jun 16, 2023 7:46 pm So tested 6.4-RC6 and boots fine on Fienix. I also tried it with a 5.6 ramdisk I built from Fienix and found that works as well. My Fienix is also due for an update now.![]()
