Hi I recently installed FC17 using preupgrade, seeing how it is going away with FC18. All has gone well till I got to the instructions for cleanup after using preupgrade. http://fedorasolved.org/Members/fenr...pgrade_cleanup
The first instruction was to change to run level 3. So I tried to use Grub but found I was dealing with Systemd. There must be a simpler way to perform these cleanup commands then the instructions I am seeing for Systemd just to get to run level 3.
Thanks,
Val
---------- Post added at 04:14 PM ---------- Previous post was at 12:03 PM ----------
I believe I have resolved the issue using the following command in the Terminal window;
su
...
systemctl isolate runlevel3.target
This then allowed me to run all the mentioned Post Preupgrade commands.
Thanks,
Val :D
The first instruction was to change to run level 3. So I tried to use Grub but found I was dealing with Systemd. There must be a simpler way to perform these cleanup commands then the instructions I am seeing for Systemd just to get to run level 3.
Thanks,
Val
---------- Post added at 04:14 PM ---------- Previous post was at 12:03 PM ----------
I believe I have resolved the issue using the following command in the Terminal window;
su
...
systemctl isolate runlevel3.target
This then allowed me to run all the mentioned Post Preupgrade commands.
Thanks,
Val :D