Zend certified PHP/Magento developer

WSL2 not installing

I got a new laptop with windows 20h2 build 19042.1766.

I tried installing wsl2 with

wsl --install

on windows powershell on admin mode. It gives the following output.

Installing: Virtual Machine Platform
Virtual Machine Platform has been installed.
Installing: Windows Subsystem for Linux
Windows Subsystem for Linux has been installed.
Downloading: WSL Kernel
Installing: WSL Kernel
WSL Kernel has been installed.
The requested operation is successful. Changes will not be effective until the system is rebooted.

There must be Ubuntu download happening here as per the installation steps. But thats missing. Also nothing happens after I reboot.

wsl does nothing on the powershell. Not even says its an unknown command.

PS C:Usersxxx> wsl
PS C:Usersxxx> wsl --list --online
PS C:Usersxxx> wsl --help
PS C:Usersxxx> wsl --install -d Ubuntu
PS C:Usersxxx> 

Can anyone help with this?