I re-installed but here's the current output:
lsblk --fs:NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
nvme0n1
├─nvme0n1p1 vfat FAT32 EFB4-6C98 506.1M 1% /boot/efi
├─nvme0n1p2 ext4 1.0 6368a039-15ff-436b-ac7b-66c7b9f2a934 213.3G 3% /
└─nvme0n1p3 swap 1 382dc45b-a3e4-4c26-b6e0-2169e0b55bfb
fdisk-x:Disk /dev/nvme0n1: 238.47 GiB, 256060514304 bytes, 500118192 sectors
Disk model: WDC PC SN530 SDBPNPZ-256G-1114
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 66415BFE-C8E6-41BA-A343-00A0C3B093C9
First usable LBA: 34
Last usable LBA: 500118158
Alternative LBA: 500118191
Partition entries starting LBA: 2
Allocated partition entries: 128
Partition entries ending LBA: 33
Device Start End Sectors Type-UUID UUID Name Attrs
/dev/nvme0n1p1 2048 1050623 1048576 C12A7328-F81F-11D2-BA4B-00A0C93EC93B F5445F4F-1152-47C2-8A8A-781BB7A55883 EFI System Partition
/dev/nvme0n1p2 1050624 495923199 494872576 0FC63DAF-8483-4772-8E79-3D69D8477DE4 85316F3E-158A-ED4D-A169-8BE7E7B28898 root
/dev/nvme0n1p3 495923200 500118158 4194959 0657FD6D-A4AB-43C4-84E5-0933C84B4F4F 32CF9D15-502E-4369-9813-9F0C93623E40
cat /etc/fstab:
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=EFB4-6C98 /boot/efi vfat umask=0077 0 2
UUID=6368a039-15ff-436b-ac7b-66c7b9f2a934 / ext4 defaults,noatime 0 1
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
I was able to boot into Artix now. The strange thing was that there was no option to boot Artix in the BIOS boot order menu, the boot order menu only has "ubuntu"(Ubuntu was the distro I had before OpenSUSE) and "opensuse" as options. In order to boot Artix, I need to move "opensuse" to the bottom and move "ubuntu" to the top. Artix is booted after exiting that Grub menu. So my main problem now is how to make Artix boot option appear in the BIOS.
Edit: So the Artix boot option was there but it isn't named, when I put the blank "option" to the top I was able to boot just fine. Here's the screenshot https://imgur.com/a/NEsf4xh
Does anyone know how to make name of the boot option not blank?