[SOLVED] Problems after migration 27 October 2019, 00:16:06 I have migrated using this guide: https://wiki.artixlinux.org/Main/Migration1. The important oneelogind does not start sessionsCode: [Select]~/ loginctlNo sessions.█▓▒░qp@qptop█▓▒░ Sun Oct 27 12:12:17am ~/ I have restarted after migrationelogind is runningdbus is running tooon livecd I have sessions so it's not hardware related2. The not that important oneI get the message \\vmlinuz-linux is an invalid runlevel before starting the default runlevelI don't know why it act's like there is such a runlevel, rc-status -a does not contain this runlevel.The reason of having this error may be that /sbin/init runs with the \\vmlinuz-linux argument, and I don't know why. Last Edit: 28 October 2019, 22:33:50 by kupper
Re: Problems after migration Reply #1 – 27 October 2019, 01:29:05 The first one is solved by thisCode: [Select]pacman -Sl system | grep installed | cut -d" " -f2 | sudo pacman -S -
Re: Problems after migration Reply #2 – 28 October 2019, 17:32:07 Quote from: kupper – on 27 October 2019, 01:29:05The first one is solved by thisCode: [Select]pacman -Sl system | grep installed | cut -d" " -f2 | sudo pacman -S -Doesn't that just reinstall all the system packages?Did I miss something here?
Re: Problems after migration Reply #3 – 28 October 2019, 17:37:52 Quote from: mrbrklyn – on 28 October 2019, 17:32:07Doesn't that just reinstall all the system packages?Did I miss something here?It does exactly that.The problem was that some programs did not want to cooperate and user stated that he had to reinstall some packages to make them work.We took the bet (on IRC) and tried to see what would happen after reinstalling all system packages.Plus there could be some broken pacman hooks or some other things which were solved with this.But in other words, during the migration we need to purge all systemd infected packages (especially from system).Maybe I am wrong here, but this is what I think.Have a nice day.EDIT:Think about it this way: During the update we ask user to change pacman.conf and to update pacmans database.Which means that packages from [core] will be listed as either from system or from unknown source.The command reinstalls packages which now (after the changes) shows up in system repository.These packages are originally from [core], which means they might strongly depends on systemd stuff.This action gets rid of them and replaces them with Artix packages.Have a nice day. Last Edit: 28 October 2019, 17:42:59 by SGOrava
Re: Problems after migration Reply #4 – 28 October 2019, 18:12:40 Quote from: SGOrava – on 28 October 2019, 17:37:52It does exactly that.The problem was that some programs did not want to cooperate and user stated that he had to reinstall some packages to make them work.We took the bet (on IRC) and tried to see what would happen after reinstalling all system packages.Plus there could be some broken pacman hooks or some other things which were solved with this.But in other words, during the migration we need to purge all systemd infected packages (especially from system).Maybe I am wrong here, but this is what I think.Have a nice day.EDIT:Think about it this way: During the update we ask user to change pacman.conf and to update pacmans database.Which means that packages from [core] will be listed as either from system or from unknown source.The command reinstalls packages which now (after the changes) shows up in system repository.These packages are originally from [core], which means they might strongly depends on systemd stuff.This action gets rid of them and replaces them with Artix packages.Have a nice day.But wouldn't it be better, then, to do a forced update from the repos in the new pacman.conf file instead of depending on what is already installed from a broken configuration?
Re: [SOLVED] Problems after migration Reply #5 – 28 October 2019, 22:34:24 Mystery 2 solved by switching to syslinux from rEFInd.