I will try to help you resolve this. Did you try only manual partitioning?
Yes, i have some important works on hdd on windows, so manual partitioning will be my only way to get started with linux
Did you try the other command?
Yup, just logging in from there
Okay so you have the Intel Raid controller as shown in the hardware.
RAID: Hardware-1: Intel 82801 Mobile SATA Controller [RAID mode] driver: ahci v: 3.0
port: 5060 bus-ID: 00:17.0 chip-ID: 8086.282a rev: 10 class-ID: 0104
You have to boot on the live ISO and when the grub menu comes up press e for edit. Then you need to add nvme_load=yes
to the grub command line. Then press F10 i think to continue booting after you have added the parameter.
@joekamprad suggested the same thing and I tried that but it didnāt work.
Ok Iām just gonna do it again.
You must not be doing something right. Make sure you are adding it in the correct line after āquietā if itās listed and then you have to save and continue booting. I think itās F10 to do that?
The command line looks like this in the grub menu when you press e for edit.
Command line: BOOT_IMAGE=/@/boot/vmlinuz-linux root=UUID=314dd67c-2060-4f55-8afe-edeacc8d15d6 rw rootflags=subvol=@ quiet loglevel=3 nowatchdog
Thereās only 1 line and thereās nothing āquietā.
@joekamprad posted a video link just near the starting of this thread. Itās the exact same thing for me
You can use the arrow key to go to the end of the line and look at it. It might be further in the line or it may not have āquietā but i think it does.
Use the arrow key and see what is in the whole line.
I have been adding it at the end of this image line as joker suggested
Thatās fine as long as there is a space between the other parameters. Does F10 work to save and continue booting after adding it.
No, f10 doesnāt work. Enter does boot it up
Iām wondering if itās saving the entry you add? Thatās the only way i know of doing it.