When I reboot it first takes me to a grub> cmd prompt (no idea what this is, doesn't look like a normal shell to me, even though I seem to be able to access the file system on some of the partitions). If I type 'exit', then it exits and loads windows. However, I followed some instructions to boot linux instead and i can get it going by doing the following
Code: Select all
grub> linux (hdX,Y)/boot/vmlinuz_version_etc root=/dev/nvme1n1p2
grub> initrd (hdX,Y)/boot/initrd.img-version-etc
grub> boot
After the boot command from the grub> prompt it exits the prompt and starts booting debian, but it get stuck (sorry, I can run it through chatgpt and paste it in text form if needed):
I tried waiting it out for over an hour, it just stays stuck here. I tried fiddling around with my logitech devices (mouse and kb) since it is the last line but I realized the last log line is probably a successful load and the stuckage is happening in whatever it is trying to load next.
I found one other instance of a similar problem on google, but their issue was a corrupted usb..not sure how to apply that here. Any help would be greatly appreciated!