Fedora 29 won't boot

AndreL1

Member
Tried the live install, net install and upgrading from 28 (which can boot).
 

Attachments

  • Captura de Tela 2018-11-01 às 13.47.14.png
    Captura de Tela 2018-11-01 às 13.47.14.png
    42.3 KB · Views: 18
Talked to support and 29 is not supported. Apparently, it's not YET supported. I think it takes some time till it's supported. Anyways will Fedora die now? :(
 
Hi,

just installed F29 and it's boot, and get stuck forever on "Starting GDM"...

so I rebootted in run level 3 and run (on grub menu edit the botting kernel, add '3' to the end of line and press CTRL-X to boot):

yum install lightdm
systemctl disable gdm
systemctl enable lightdm
reboot

Now should works.

Kind regards
 
Hi,

just installed F29 and it's boot, and get stuck forever on "Starting GDM"...

so I rebootted in run level 3 and run (on grub menu edit the botting kernel, add '3' to the end of line and press CTRL-X to boot):

yum install lightdm
systemctl disable gdm
systemctl enable lightdm
reboot

Now should works.

Kind regards

Awesome! It works. It looks like Parallels needs to support newest gdm.
 
Another workaround (sort of because nfs and hardware sensor kernel modules will fail - could be part of the issue here):
1. Reboot into level 3 or 4, as mentioned above by editing the grub menu and pressing Ctrl-X
2. Log into root or su
3. Disable gdm:
# systemctl disable gdm
4. Enable kdm:
# systemctl enable kdm
5. Connect prl-tools-lin.iso cd image to the virtual cdrom
6. Remove parallels tools manually
# insmod /lib/modules/4.19.10-300.fc29.x86_64/kernel/fs/isofs/isofs.ko.xz [Note: Use the kernel version you have here]
# mount /dev/cdrom /mnt
# cd /mnt
# ./install
7. Now follow the instructions to *remove* (not reinstall) parallels tools and reboot

You should have limited mouse and display capabilities, as well as be able to use nearly any display manager listed in the Session Type, including "Gnome on Xorg".
Note that it won't automatically pick up a 16:10 or 16:9 VM window, you will have to set that manually as well. Expect the display to slide around with the mouse.
 
Question is, why would a solution that is supposed to be virtualizing hardware have to support any given version of an OS? I am coming from VMware fusion, because I read that the integration between the guest OS and Mac is great. However, I have 0 issues spinning up any VM in the other hypervisor. Same for any VM I spin up using KVM/QEMU in Linux. VirtualBox, which is free, also has no issue on the version of the OS, however, it's from Oracle and that makes me feel weird to use it. Can anybody explain this to me? Thanks!
 
lol... er, not so fast...
Tried mounting the Tools CD and doing a manual install. Rebooted and now almost everything works in a graphics window under Xserver 1.20 with Parallels Tools, but only if you enable kdm. Seems gdm still hangs in limbo. Next step is to try to get convergence working.
 
Well that was short-lived. At a minimum, kernel 4.20.3 changed something that's now incompatible with pvmnet. And that's only the first thing that's failed.
 
So, what happened was pvmnet used to have the functions get_settings/set_settings, which has been deprecated but not removed prior to 4.20. New structure is get_link_ksettings/set_link_ksettings. Former uses ethtool_cmd as the second argument, whereas the latter uses ethtool_link_ksettings. Naturally there's a major rewrite here and not a simple fix.

Best at this point to just reboot back into 4.19.15-300.fc29, dnf downgrade kernel-headers (which apparently hadn't changed since 4.18.16-300), reinstall parallels-tools, then ensure fc29 stays locked to 4.19.15 in grub and ignores all future kernel upgrades. #joy
 
Back
Top