Hi all
I was able to solve this issue in a HUGELY round about way. The problem was the package "initscripts".
I removed the package in mandriva 2008 via the command: rpm -e initscripts --nodeps
Here is the wierd part! I couldn't reinstall it via the console with urpmi initscripts.
I therefore had to use a LIVE CD, like mandriva one. Open a console, su to root, make a directory called /mnt/1 and mount /dev/hda6 /mnt/1 then chroot to /mnt/root which is my local machines partition for Mandriva. I then urpmi initscripts and it installed and I reboot into mandriva. System was set to init 3 so I had to init 5 in Configure your computer boot section.
I then tried init 6 and it worked.
|