Error while refreshing repo

Hello!
First of all, I apologize if I put this in the wrong category.
I have a question like this:
I get an error while refreshing the repos;
Error:
zakk@localhost:~> sudo zypper refresh
[sudo] password for root:
Repository ‘Main Repository (NON-OSS)’ is up to date.
Repository ‘Main Repository (OSS)’ is up to date.
Repository ‘Main Update Repository’ is up to date.
Problem retrieving files from ‘openSUSE-20221128-0’.
Empty destination in URI: hd:/?device=/dev/disk/by-id/dm-name-ventoy
Please see the above error message for a hint.
Skipping repository ‘openSUSE-20221128-0’ because of the above error.
Some of the repositories have not been refreshed because of an error.
(Just a note, I booted the .iso with Ventoy to install the system).
zypper lr output:
Repository priorities are without effect. All enabled repositories share the same priority.

| Alias | Name | Enabled | GPG Check | Refresh

–±---------------------------------±---------------------------±--------±----------±-------
1 | download.opensuse.org-non-oss | Main Repository (NON-OSS) | Yes | (r ) Yes | Yes
2 | download.opensuse.org-oss | Main Repository (OSS) | Yes | (r ) Yes | Yes
3 | download.opensuse.org-tumbleweed | Main Update Repository | Yes | (r ) Yes | Yes
4 | openSUSE-20221128-0 | openSUSE-20221128-0 | Yes | (r ) Yes | Yes
5 | repo-debug | openSUSE-Tumbleweed-Debug | No | ---- | ----
6 | repo-source | openSUSE-Tumbleweed-Source | No | ---- | ----

Just a note, I booted the .iso with Ventoy to install the system

I do not know, if that is possible, the error is also showing to the hdd…

Write the ISO to USB or DVD and install.

That repo hd:/?device=/dev/disk/by-id/dm-name-ventoy is an installation medium or so. It should be disabled, or maybe better removed. You do not use it anymore, but use the ones from the net.

BTW, welcome to the openSUSE forums.

here is an important, but not easy to find feature on the forums.

Please in the future use CODE tags around copied/pasted computer text in a post. It is the # button in the tool bar of the post editor. When applicable copy/paste complete, that is including the prompt, the command, the output and the next prompt.

An example is here: Using CODE tags Around your paste.

Thanks, I try.

Man, this worked! I copied the .iso to usb with the dd command and reinstalled the system and ran it. I no longer get errors. Thanks!