Hi and welcome. Using Ubuntu 22.04 in my search criteria as that is what Zorin is based on:
"#
Dell Inspiron 3530 Dual Boot Freezing
Users experiencing freezing issues with Ubuntu 22.04 on a Dell G15 5530 have found that the freezing is often related to the kernel version. Specifically, the kernel version 6.8.0-40 and later, which was released by Canonical in August, has been reported to cause random freezes on Dell hardware. Downgrading to kernel version 6.5.0-45 or earlier has resolved the issue for some users.
To address the freezing problem, you can try downgrading the kernel to a version prior to 6.8.0-40. One way to do this is by booting with advanced settings and selecting an older kernel version. You can also modify the GRUB configuration to default to an older kernel version. For example, adding the following line to /etc/default/grub
can help:
GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 6.5.0-45-generic"
After making changes to the GRUB configuration, update GRUB with the command:
sudo update-grub
Additionally, some users have reported that removing the Nvidia drivers and using the X.Org X server driver resolves the freezing issue, especially when using Nvidia RTX 4060 or similar graphics cards.
For dual-booting Windows 11 and Ubuntu 22.04 on a Dell Inspiron 3530, ensure that the boot loader settings are correctly configured. If you encounter issues booting from a USB drive, try disabling fast boot in the BIOS settings and ensure that the bootable USB drive is created correctly using tools like Etcher or Ventoy.
If you continue to experience freezing issues after downgrading the kernel or changing drivers, it might be worth considering other Linux distributions or versions that are more compatible with your hardware.
AI-generated answer. Please verify critical facts."
Just to add, Zorin defaults to Wayland compositor. At the login prompt, select your username and a cog appears lower right. Click on it and change from 'Zorin desktop' to 'Zorin on xorg'. Then enter your password and lohin to see if things improve.