linuxbrad wrote:How do I drop into run-level 3 to properly do this from the command line?
append your kernel boot line such that it ends with 3
if you are booting using grub-2, just press "e" during your grub boot selection screen, and then use the keyboard arrow navigation keys.
there should be a screen of text, and at the end instructions to exit or boot up.
the kernel boot line would normally contain the following: quiet splash.
go to the end of this line and just add a (space)3, then ctrl-x to start the boot up.
when you would normally be presented with the login greeter, you will be presented with a text login.
TBH, I would set up my new MGA-7 on-line repos before restarting, so that you can be sure that the mirror is good, as then it just becomes a case of logging in as user and then switching to root, or logging in as root and running instructions
- Code: Select all
urpmi --auto-update --auto --force
as per "Upgrading online, using urpmi (CLI)" (from
https://wiki.mageia.org/en/Mageia_7_Rel ... e_Internet)
please read carefully, and be prepared for breakage, as QA have not yet approved mgaonline upgrade, so there is obviously still some issues.
so, back up your data, remove excess kernels, general housekeeping...etc.
depending on the size of your /, you may need up to 5GB clear space on your / partition, more is better.