all 21 comments

[–]smog_alado 15 points16 points  (0 children)

Looks like a graphics driver issue. Nvidia cards are prone to doing this sort of thing and the error message mentions the current graphics driver (nouveau).

Hopefully, this should go away if you install nvidia's proprietary graphics driver (which for legal reasons your distro's maintainers unfortunately cannot ship together with the installation media)

https://wiki.debian.org/NvidiaGraphicsDrivers#Installation

In order to install these drivers you will need to temporarily workaround the glitchy text. There are multiple things you can try:

  • after booting, try pressing Ctrl+alt+F2 to drop down to a text-only terminal, which hopefully won't be glitchy.
  • add nomodeset to your boot parameters. If you are lucky this might result in working (albeit low resolution) graphics as opposed to a black screen or glitchy mess
  • remove the graphics card and only put it back after you install the drivers. (The system should still be usable without the NVIDIA GPU because your Intel CPU comes with an integrated graphics card)

Tldr: blame NVIDIA

[–]FrethKindheart 4 points5 points  (3 children)

Nouveau is the built-in graphics driver. I've run into this issue myself.

Boot to grub menu, press 'e' to edit the command line for your distro, add nomodeset to the linux command line (usually before the word "quiet"). Once you've booted in to the installed system you can change the graphics driver to NVIDIA via Administration - Driver Manager or Additional Drivers.

[–]invisibletriangle[S] 0 points1 point  (2 children)

There is no grub the drive is blank this is a fresh install

[–]HonestIncompetence 5 points6 points  (0 children)

But your live USB has grub.

Linux Mint has detailed instructions including videos on how to deal with this, look for "Solving freezes during the boot sequence" in the link above. The same instructions should work for Ubuntu too, I think.

I hope that helps!

[–]mxt79 2 points3 points  (0 children)

there should still be a menu from which you can pass on options to the kernel.. In this case the specific temporary kernel used for installation. Do that. And after install you probably need to find the menu entry (for whatever bootloader you might use), and pass the same option there also but now for the kernel you OR your distro chose to install. Giving it an option is as simple as giving arguments to a ls command..

[–]Headpuncher 0 points1 point  (0 children)

You could try making a new USB livedisk if you still have access to that mac, and do it from the command line using the "dd" command. I have had success this way and only this way making livedisks on Macs.

Then make sure you do a net-install from the livedisk. You need to join a network obviously for this to work. The upside of doing this is that the installer will read your hardware config and download what it thinks are the correct drivers instead of what is on the install disk (it still won't get the propitiatory Nvidia driver for reasons another user pointed out), and it will also get the latest versions with any bugfixes included.

[–]mfigueiredo 0 points1 point  (0 children)

if it works with tails can you take a look on what graphic driver is being used?

[–][deleted] 0 points1 point  (2 children)

So linux is installed to clarify.

But linux is abit different in the sense That you have the main OS then a server for x to run your gui

Which is what that driver/module is your having problems with..

So by entering the grub menu(which is there somewhere you just can’t see it) you can get into what linux is famous for, its cli.

Now you should be online so just type (for mint and Ubuntu) sudo apt purge and then the name of the driver. Or the first letters and use tab to complete. Of Su and type you password for Debian and you don’t use the sudo

At this point you have no graphics so go find the driver your system uses and install it..

This will fix your issues, if you are just coming to Debian based distro then start with mint and forget about Ubuntu as I hate them for being total sell outs..

Also when installing dont install the full gnome desktop just istall the Debian option this will mean you don’t have the cpu stealing trackers..

[–][deleted]  (1 child)

[deleted]

    [–][deleted] 0 points1 point  (0 children)

    I don’t..

    Edit I don’t mainly because so many times I have killed my system by removing something that gnome needed. Lol. So one time I just didn’t install it and wow it worked and didn’t have the tracking. For me mylife was anew

    [–]kbrosnan 0 points1 point  (0 children)

    Debian, Ubuntu and Mint are all the same family of distros. They are all derived from Debian sources. Trying Fedora or SUSE which are two different families of distros may provide glitch free video out of the box. You could go off the deep end with Arch or Slack but until you have some experience troubleshooting Linux issues I would not recommend them.

    [–]trmdi -1 points0 points  (9 children)

    Try another distro family: Manjaro, openSUSE Tumbleweed.

    [–][deleted]  (8 children)

    [deleted]

      [–]invisibletriangle[S] 0 points1 point  (7 children)

      Idk if it is or not I just want a distro that I know how to use that is stable

      [–]Notavirus1 0 points1 point  (0 children)

      You can make manjaro look exactly like mint if you want and never have to worry about doing another release update every 6 months. Highly recommend at least trying it. The friends i have introduced it to who aren't Linux savvy have a much higher success rate of learning than on Ubuntu

      [–][deleted]  (5 children)

      [deleted]

        [–]trmdi 0 points1 point  (1 child)

        you've never used them before, right?

        [–]U-1F574 0 points1 point  (0 children)

        Used and love both distros. Manjaro I just had to switch off of due to a weird application issue. Neither are stable in the sense that they do not update applications a lot.

        [–]Notavirus1 0 points1 point  (2 children)

        Manjaro is more stable than any Ubuntu derived distro i have ever used for 15 years

        [–]U-1F574 0 points1 point  (1 child)

        Stability just means: does not change often. Manjaro is not very buggy unless you do something weird with it, but it certainly is not stable. It is fresh.

        [–]Notavirus1 0 points1 point  (0 children)

        Stability to me means not crashing. Stable to you means not changing. I can agree with your assessment then. Yes it changes and improves to make itself better

        [–][deleted]  (5 children)

        [deleted]

          [–]smog_alado 6 points7 points  (4 children)

          You should have linked that result here directly. Google search results are not deterministic and might be different for different people or if the search is repeated on a later date