I managed to install Debian testing (buster, 10) on the GE73 Raider 8RF laptop on second ssd, but i'm still having some issues that i don't know how to fix, yet.
What I did was install using netinstall, and in the first boot after installation I start in maintainance mode. after the root password:
- restart NetworkManager (systemctl restart NetworkManager)
- install vim (optional, i don't like nano editor)
- vim/etc/apt/sources.list adding repos "contrib" and "non-free" after main
- apt update
- apt install firmware-linux-nonfree firmware-iwlwifi
- reboot
after booting, I get to GDM3 login screen. but i can't solve the problems after that
- Using wayland (default) got total freeze. mouse cursor stop moving, ctrl+alt+f1 to f6 doesn't change to console..
- Using Xorg (X11) mouse keep moving, but can't change to console.
- Not using gdm login screen and change to console. log to root and after a few minutes, can't keep writing, but can change to other terminal to keep trying to do something
i'll try adding firmware-realtek and other firmware that i found that is missing from installation. i'll pin this post to update if I manage to pass through those errors.
Update: managed to fix freeze after gdm3 login screen. I took the suggestion of blacklisting nouveau on boot (modprobe.blaclist=nouveau) and voilá. gnome3 working fluid af. so I will blacklist permanent nouveau.
img showing debian working: my laptop with debian buster
link explaining how to make nvidia work on linux : install nvidia drivers in gnu/linux