Trying to install Manjaro: My SSD will show up on the Live CD for less then a minute then disappear

So I have looked about and could not find an answer for me. I know that for SSDs you should have it in AHCI mode as opposed to RAID, but my BIOS shows that its in AHCI mode by default and there is no way to change it, so that is out. I also found something where maybe Linux could not recognize the drive and puts it in low-power mode, but I did the recommended fix for that and it did nothing. All I know is within less than a minute, lsblk goes from showing the SDD as /dev/nvme0* to not showing it at all, just the flash drive the Live CD is loaded on. Any help would be greatly appreciated!!

can you check in the log

sudo journalctl -b0 -g nvme
-- Logs begin at Mon 2020-11-02 13:53:43 UTC, end at Mon 2020-11-02 13:55:35 UTC. --
Nov 02 13:53:44 manjaro kernel: nvme nvme0: pci function 0000:04:00.0
Nov 02 13:53:44 manjaro kernel: nvme nvme0: 16/0/0 default/read/poll queues
Nov 02 13:53:44 manjaro kernel:  nvme0n1: p1 p2 p3 p4
Nov 02 13:53:44 manjaro kernel: ntfs: (device nvme0n1p3): ntfs_check_restart_page_header(): $LogFile version 2.0 is not supported.  (This driver supports version 1.1 only.)
Nov 02 13:53:44 manjaro kernel: ntfs: (device nvme0n1p3): ntfs_check_restart_page_header(): $LogFile version 2.0 is not supported.  (This driver supports version 1.1 only.)
Nov 02 13:53:44 manjaro kernel: ntfs: (device nvme0n1p3): ntfs_check_logfile(): Did not find any restart pages in $LogFile and it was not empty.
Nov 02 13:53:44 manjaro kernel: ntfs: (device nvme0n1p3): load_system_files(): Failed to load $LogFile.  Will not be able to remount read-write.  Mount in Windows.
Nov 02 13:53:44 manjaro kernel: ntfs: (device nvme0n1p3): load_system_files(): Windows is hibernated.  Will not be able to remount read-write.  Run chkdsk.
Nov 02 13:53:44 manjaro kernel: ntfs: (device nvme0n1p4): ntfs_check_restart_page_header(): $LogFile version 2.0 is not supported.  (This driver supports version 1.1 only.)
Nov 02 13:53:44 manjaro kernel: ntfs: (device nvme0n1p4): ntfs_check_restart_page_header(): $LogFile version 2.0 is not supported.  (This driver supports version 1.1 only.)
Nov 02 13:53:44 manjaro kernel: ntfs: (device nvme0n1p4): ntfs_check_logfile(): Did not find any restart pages in $LogFile and it was not empty.
Nov 02 13:53:44 manjaro kernel: ntfs: (device nvme0n1p4): load_system_files(): Failed to load $LogFile.  Will not be able to remount read-write.  Mount in Windows.
Nov 02 13:53:44 manjaro kernel: ntfs: (device nvme0n1p3): ntfs_check_restart_page_header(): $LogFile version 2.0 is not supported.  (This driver supports version 1.1 only.)
Nov 02 13:55:35 manjaro dbus-daemon[843]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.221' (uid=0 pid=26>
Nov 02 13:55:35 manjaro sudo[2617]:  manjaro : TTY=pts/0 ; PWD=/home/manjaro ; USER=root ; COMMAND=/usr/bin/journalctl -b0 -g nvme

you have a partition win$ows , with hibernation activated ,
in this case , they is a lock by win$ows on nvme

So will disabling hibernation fix the issue?

That did not work