This is a follow up to an earlier partial report
I “upgraded” my X86_64 11.4 system to 12.1 using zypper. Initially it took half a day fighting to get it live, but I did not take notes as to how I did it. Term being over I thought i would investigate.
Initially reboot just crashed out to rescue login
The main thing I could see as that it had barfed mounting three remote (NFS) filing systems, and is also said
md-service control process exited status=3
I commented out the nfs mounts in /etc/fstab and tried ^D. Failed so did a reboot. This gave a green(?) screen which as impervious to ESC (as I am used to use). Stayed with a green screen, but C-A-F2 gave a command console. (no F7 screen and F1 stuck on green)
Checked had a network with ping. Reinstated the nfs files and did mount -a. This seemed to start rpc.statd but after a long time managed to mount one of the three.
Tried “init 5” which logged me out of all terminals.
Removed NFS and rebooted. This time got a plain console (and a clock 1 hr fast!). Ping very slow to local net (1000ms/packet). Tried to start xdm with no success.
Poked around in logs and saw a note about disabling KMS – I thought the machine had an Intel graphics card but seems it is Radeon. So at last I thought i was getting somewhere
But NO. Booting with nomodeset on the boot line gave the same hung system.
Eventually got it alive with the unlikely options nomodeset nomodeset (yes twice)
That gave something but them mounted the nfs disks (eventually), but I still cannot log in as me, only root. Discovered that although my home directory was mounted, I could not access it – cd to it just hung. So I can log on as root, but no access to our network files.
SO two questions;
- How do I boot the machine so I can use it?
- How do I stop this happening again?
==John ff
This is from my notes as I could not get machine-readable access to logs etc