Nishadh KA

Trisquel 60 installation in nvidia geforce card laptop

2014-02-25


There are problems in installing Trisquel 6.0 in HCL ME laptop having Nvidia GeForce graphics card. aUsed live USB created from Ubuntu 12.04 using startup disk creator, and the installation screen never turned up. It shows a blank screen with a large cursor object then get into Trisquel popular background image and stay there forever with a hopeful rotating mouse pointer for some time and then into a sad state, this is the first problem.

While blank screen with large cursor shows up after BIOS setup, press F1 (need to fast enough here, losing this screen would lead to restart the system again), it brings a screen with some numerics, then pressing ESC will be getting into a screen with boot : _. Type here "help" (with out “ “) and press Enter, welcomed with help screen with several options and its functions. Typing here F3 (Here also have to fast enough. Otherwise it goes to the later screen stays forever and pretend you to restart the system) and type "install nomodeset" It will be prompted to the regular installation screen of Trisquel and can continue with the standard installation.

Need to specify the nomodeset in grub, to get grub screen of Trisquel, keep on press shift key after blue bios screen, stop pressing after the GRUB screen of Trisquel shows up. The screen will be prompted with user name and password of GRUB, note that those are not the password or user name setup done during installation. User name and password can be known by going inside just installed Trisquel. Moreover, the password randomly generated, and so only way is to get into the file system of Trisquel located in /etc/grub.d/01_PASSWORD and view it in a text editor to know about user name and password. Then the question how go inside the system and view a file even if it is not gets started arise, solution- use live USB, using a another Ubuntu live USB and follow the above step up to the installation screen and get into testing mode without installation then mount the hard disk and view the file from there.). After knowing the password, restart the system without live USB enter into grub screen and type the user name and password just noted. The grub option screen gets visible, press e or d as specified, a new screen comes up and edit content in there, remove "quit splash" into "nomodeset" (here again no “ “). After editing press CTRL+X and can get into installed Trisquel. So to make permanently nomodeset for grub for avoiding the black screen problem, edit the grub file from /etc/default/grub and edit a line, GRUB_CMDLINE_LINUX="nomodeset", save the file and system works fine.