In the 2 VIM2 v1.2 KRescue Bootlog dmesg from UART console dumps files, we can notice that MAC address varies on every boots.
In the 3 VIM3 v1.2 KRescue Bootlog dmesg from UART console dumps files, MAC address is the same on every boots. Maybe you could find out what is the problem while reading these files …
I have installed Ubuntu minimal through online script on NVME drive and tried grub-install setup script.
With NVME support implemented more or less and grub2 support for ARM devices it would be great to have a graphical shell for multiOS selecting the distros installed on NVME drive.
Now I have a common grub2 start menu but I can’t use it for selecting as the keyboard doesn’t work. And it’s not convenient to edit grub.cfg each time to change the default distro to start.
Is there any way to make it interactive?
As there is no usb or usb_keyboard grub modules in arm version insmod usb_keyboard doesn’t work either.
Hi all, I’ve been away for a long time…
today, what are the diffent krescue installable OS options for a 2022 headless linux based on debian for my vim3L ?
tks!
you can modify the existing script and change the f35 rootfs link with f36 rootfs link
respectively for workstation: https://download.fedoraproject.org/pub/fedora/linux/releases/test/36_Beta/Workstation/aarch64/images/Fedora-Workstation-36_Beta-1.4.aarch64.raw.xz
you can do the curl part of the install command:
i.e curl -jkL https://raw.githubusercontent.com/khadas/krescue-scripts/master/scripts/install/Fedora-Linux-install.sh
then nano into the file, and modify the link, then save and execute it
p.s the above will yield in fedora server installation
remember to type TYPE=Workstation and then execute if you want the workstation version