On 21.02.2023 20:23, Per Jessen wrote:
Apart from my own fat fingers, the pxe install of 15.5 is going well. currently less than 200 of 900 packages left.
context - pxe+ssh install, from local mirror, root+home filesystem is jfs.
Okay, all done before I finished typing.
Slightly exotic - I'm trying to boot with lilo, and I can't even run lilo. "No such file or directory".
(booted installer, chroot into new system with bind mounts):
discompi8:/ # lilo -V bash: /sbin/lilo: No such file or directory discompi8:/ # l /sbin/lilo -rwxr-xr-x 1 root root 186896 May 16 2020 /sbin/lilo* discompi8:/ # strace lilo -V execve("/sbin/lilo", ["lilo", "-V"], 0x7ffc8e28c2e8 /* 40 vars */) = -1 ENOENT (No such file or directory) strace: exec: No such file or directory +++ exited with 1 +++
Granted, I have probahly not installed anything on real iron with lilo in two-three years or more, I must be missing something.
bor@localhost:~> ./office38-lilo -V bash: ./office38-lilo: No such file or directory bor@localhost:~> file office38-lilo office38-lilo: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=3a7c211899dafdc1080dd1ebc0714ed17ac1b55e, for GNU/Linux 3.2.0, stripped bor@localhost:~> ll /lib/ld-linux.so.2 ls: cannot access '/lib/ld-linux.so.2': No such file or directory bor@localhost:~> grep -w PRETTY_NAME /etc/os-release PRETTY_NAME="openSUSE Leap 15.4" bor@localhost:~>