computer will not boot after upgrade to fedora29
The computer is a 64-bit acer that has been single booting fedora-xfce since fedora20. I've never had a problem upgrading before, but this time it won't complete booting up. The last thing shown is: "Started Network Manager Script Dispatcher Service". Same problem if I choose the fedora28 kernel. It does boot under the rescue kernel. uname -r gives 3.11.10-301.fc20.x86_64
I see from "journalctl -xb" that there is an error: "Cannot initialize the agpgart module". But I don't think that is the real problem. What seems critical is that vfat is not recognized and /boot/efi cannot be mounted.
I wanted to put the complete output on a flash drive, move to this computer and then include here but when I insert into the usb I get: "...device not accepting address 6, error -71". There is no directory /lib/modules/3.11.10-301.fc20.x86_64.
Also, reading on the web about similar problems, I see suggestions to dnf install this or that. I tried to get on the web, but "ifconfig wlan0 up" gives "wlan0: ERROR while getting interface flags: No such device".
I don't know what to try next.
can you try to boot into single mode to see if the issue has to do with a device on you pc. Some time ago I had a sony machine that used to have switch for the wifi when it was not on my Fedora hangs o boot, check if your bios has disable de card o if there is some how a way to switch it on and off.
I'd suggest to try using ethernet cable -- if you can, of course -- so you won't have to mess with wireless in cli.
Also to see the actual interface names use
ip a
command (your wireless card can now be something like wlp3s0).You also can try to use
nmcli
-- command line interface to Network Manager to connect to your WiFi, here's some examples.As far as I know, you won't be able to connect to WiFi just using ifconfig. Old way to do it was using wpa_supplicant, newer one is using Network Manager (even in cli), which uses wpa_supplicant on the backend (or used in the past). I don't know if new way is easier, never done it in cli myself.
@pueblofish, when it doesn't finish booting up, can you by any chance switch to text console with Ctrl-Alt-F3 (F4, F5)??
Here's one more example on using nmcli to connect to WiFi. This one seems quite simple and straightforward.
Still ethernet cable would be better, even temporary while you troubleshoot/recover.