lighans wrote:I'm sorry for rebooting. Things like this happen in a rush. At least in my case.
No problem, I would have done the same, if I didn't understand that error message and couldn't link those to the failures I'm seeing.
lighans wrote:int=/sbin/sh
It's init not int, but you got that right I guess.
lighans wrote:With install cd I get an error:
"Can't create temporary cache file etc/ld.so.conf: No such file or directory"
"Can't create temporary cache file /etc/ld.so.cache~: No such file or directory"
No idea. Maybe you have your /etc on a separate partition?
But nevermind this hopefully works and is the easiest solution: Press Tab at the lilo splash screen and enter at the boot prompt
This will give you a kernel panic because ldconfig terminates after it finishes, which is not allowed for the init program. But it's no problem in this case because we just want to run init in this case.
If this doesn't work, it's because ro is in the default kernel parameters of the lilo.conf and lilo doesn't allow you to change those at boot time. (I can't test because I don't use lilo and have not much time atm) Boot from the Salix Installer CD and enter this at the boot prompt of the installer cd:
Code: Select all
huge.s root=/dev/sdXY rw rdinit=/sbin/ldconfig
Replace /dev/sdXY with your root device again.