To boot Linux into single user mode from the GRUB boot menu, follow these steps:
linux /vmlinuz-5.4.0-72-generic root=UUID=e02bce91-52d8-4b17-aab7-2d066b8c8b72 ro singleSource:wtual.wwturi.com
This will boot the Linux system into single user mode, where you will be logged in as the root user. You can then perform maintenance tasks, such as running filesystem checks or modifying system configuration files.
Note: Be very careful when performing maintenance tasks as the root user, as you have the ability to make changes that could potentially cause serious problems with your system.