[SOLVED] Stuck at waiting for udev uevents to be processed 04 September 2020, 20:10:19 Hello guys, i'v just install Artix on my Macbook, which is MBP 15 inch Mid 2015 (MJLQ2). The installation guide is amazing so i haven't have any problem with it.But when i'v done installation. Reboot. It's stucking forever at "Waiting for udev uevents to be processed [busy].I'v do some searching. It's may relate to my hardware. But as it stuck i don't have any idea what hardware cause this problem (sorry im kind of new to linux).Is there any way i can fix it. I'v tried install Arch and it work perfectly. But with Artix, may be im missed something.Thank you very much. Last Edit: 05 September 2020, 20:15:19 by SGOrava
Re: Stuck at waiting for udev uevents to be processed Reply #1 – 04 September 2020, 21:53:08 I think you might be able to send a kill signal (ctrl+c) on that part. Did you try it? Presumably this is some hardware issue. Getting into the machine and checking dmesg output may be helpful.
Re: Stuck at waiting for udev uevents to be processed Reply #2 – 04 September 2020, 22:48:12 Put this to your kernel parametersCode: [Select]nomodeset 1 Likes
Re: Stuck at waiting for udev uevents to be processed Reply #3 – 05 September 2020, 19:06:18 Quote from: tkor – on 04 September 2020, 22:48:12Put this to your kernel parametersCode: [Select]nomodeset Thank you so much. This work
Re: Stuck at waiting for udev uevents to be processed Reply #4 – 05 September 2020, 19:56:01 Don't forget to press solved
Re: [SOLVED] Stuck at waiting for udev uevents to be processed Reply #5 – 16 November 2020, 17:55:46 Quote from: kyoz – on 05 September 2020, 19:06:18Thank you so much. This work Hey Kyoz, I am new to Linux and have the same issue. I have runit init system on board. Could you elaborate on this a bit more. Where I could find the Kernal parameter and put nomodeset there?Thanks a lot
Re: [SOLVED] Stuck at waiting for udev uevents to be processed Reply #6 – 16 November 2020, 21:32:39 https://wiki.archlinux.org/index.php/Kernel_parameters#GRUBYou can use update-grub instead of grub-mkconfig -o /boot/grub/grub.cfg if you want.nomodeset will turn off graphics acceleration so might get you to boot to the desktop and provide a working solution, but it's not ideal for long term use. I don't know if that's how Kyoz did it, but I guess it must have been something along those lines.