8

I'm new to Linux and Ubuntu in particular. Today I decided to try to switch to this operating system.

For a start I decided to install the latest available version, Ubuntu 19.04. I wrote it on a USB flash drive using UNetbootin as administrator. When the system restarted and the beginning of the installation everything was fine, but in the first window select a window with the dial zero.

Ubuntu installer welcome screen
Ubuntu installer welcome screen

All the functionality of the window is frozen - no reboot, no cancel, nothing is possible. I tried to restart the installation - the same story. Then I tried the Try Ubuntu without installing option, and in the main window when I start the one of applications there was the same story. Then I went to the Internet to look for the problem - the solution in Google is not found, but I tried version 18.04 LTS. Same story. Tried to establish with HDD - the same. Tried other means to work with the flash drive (Universal USB Installer and YUMI) - the same story...

I am from Russia and initially asked for help on the Russian resource forum.ubuntu.ru where forum members suggested that the problem may be in the keyboard. But when experimenting with a different keyboard, disabling ehci-mode and completely disabling the keyboard in principle, everything remained the same. Please, help with the solution of this problem - it is necessary to install Ubuntu.

Motherboard - Asus P7P55D

UPDATE: Tried creation of a USB flash drive in Rufus, start in nomodeset mode-did not work. There is no Secure Boot mode in the Bios because there is no UEFI. As a result, the problem is still relevant.

UPDATE: Disabled everything that is possible in the BIOS and tried version 16.04 with disabling all possible peripherals - everything is exactly the same ... It turns out that it is incompatible with some equipment?

UPDATE: Tried ROSA, XUbuntu, Porteus in x64 and x32 versions and all the same history in different interpretations - there is a window in which zeros are printed. I do not know, maybe just both keyboards that have tried, do not want to work... Although I tried disconnecting the keyboard during the startup process.

In addition, when you run ROSA appeared here is the error message, but then all started on.

enter image description here

UPDATE: At the moment, I tried various options, including the suggested BIOS update, reset BIOS settings, different sets of kernel parameters (including xforcevesa, modeset=1, kbd-reset, acpi=off, acpi_osi= and others), and also various variants of operating system (Ubuntu versions 16.04, 18.04, 19.04, ROSA Fresh 11, XUbuntu 18.04, Porteus (I don't remember the version). The situation has not changed - zeros are printed. I found a way out of the situation - took to use the laptop on which Ubuntu was installed without problems. As soon as it will be possible to update the motherboard and other hardware on your computer, then I will buy to work normally with Ubuntu.

karel
  • 114,770
G3n3515
  • 81
  • I have seen this issue before with using unetbootin. It was solved using rufus : https://rufus.ie/. Please try rufus and see if it helps. I assume you are creating the USB on Windows. – Raffa Sep 26 '19 at 19:03
  • I agree with Raffa, this sounds like a "corrupt" or "incomplete" write to the USB drive, or maybe a defective USB drive itself. I would try again using another tool like Rufus and Rawwriter, or if you already have another Linux machine and know your way around the terminal you can use dd to write the image to the USB drive. – ddybing Sep 26 '19 at 19:34
  • I tried to create with Rufus - the same story. – G3n3515 Sep 26 '19 at 19:49
  • This sounds like a graphics problem. While on the first menu, please select try Ubuntu without installing and press F6 then select nomodeset from the small menu then press Enter and try Ubuntu without installing. Let us know how it goes. – Raffa Sep 26 '19 at 20:13
  • Try disabling Secure Boot in the bios and see if the issue goes away. – Gordster Sep 26 '19 at 20:38
  • @G3n3515 Please [edit] your question and update it with things you tried from the suggestions in the comments and which worked or did not work. Thank you – Raffa Sep 26 '19 at 21:59
  • 1
    My BIOS version lacks UEFI and SecureBoot – G3n3515 Sep 26 '19 at 22:07
  • The error in ROSA is about the video, but if nomodeset doesn't help, it is OK. Changing distros makes no sense because the problem is with Linux and your MB. – Pilot6 Sep 27 '19 at 12:42
  • Hello, G3n3515, you can try to update the BIOS to the latest version, if you didn't done this before: https://www.asus.com/Motherboards/P7P55D/HelpDesk/. Also, I saw, there are instructions how to clear COMS... recently I re-flashed my MB BIOS (with the same version) to solve some boot errors, and this step solved some other performance issues... probably, in my case, some power surge have been made a mess. – pa4080 Sep 29 '19 at 09:45
  • Have you tried an other USB-stick or if possible with an DVD? How many Ram? Try bootoption xforcevesa Or an other flauvor like lubuntu. – nobody Sep 29 '19 at 13:14
  • Try to disable Nouveau kernel module during boot nouveau.blacklist=1. – Michal Przybylowicz Oct 04 '19 at 19:04

3 Answers3

3

The first line of the error message in the second screenshot of the question is significant:

[FAILED] Failed to start Load Kernel Modules.

If the kernel modules don't load in the beginning then nothing else is going to work after that.

It is possible to make an Ubuntu Minimal USB for installing Ubuntu on devices that are hard to install with the full-sized Ubuntu iso. The extreme difference in size of 64 MB for the Ubuntu Minimal CD vs. 1.5 GB for the full-sized Ubuntu .iso file might be sufficient to induce the asker's recalcitrant hardware to at least start loading the kernel modules and get on with the text-only Ubuntu installer.

Make a bootable Ubuntu Minimal USB on either Ubuntu or Windows Subsystem for Linux in Windows 10 using dd

How to make an Ubuntu Minimal USB

While the minimal iso image is handy, it isn't useful for installing on UEFI-based systems that you want to run in UEFI mode. The mini iso lacks the proper files for booting the computer in UEFI mode. Thus, the computer will boot in BIOS compatibility mode, and the installation will be in BIOS mode.

  1. Download the Ubuntu Mini CD iso file from these links:

    Download the file called mini.iso to your Downloads folder. You can download the mini.iso file to wherever on your computer that you want, but download it to your Downloads folder so that you can easily run the commands in the following steps without changing anything.

  2. Verify the md5 checksum of the Ubuntu mini CD iso file that you downloaded by running these commands:

    cd ~/Downloads/
    md5sum 'mini.iso'  
    

    If you are using Windows Subsystem for Linux download the Microsoft File Checksum Integrity Verifier tool from the official Microsoft Download Center. The Microsoft File Checksum Integrity Verifier tool is a command line utility that computes MD5 or SHA1 cryptographic hashes for files.

  3. Check that the results of the command match the MD5 checksum of the mini.iso file on the Ubuntu Documentation Installation Minimal CD webpage.

  4. Get a USB flash drive, 1GB or larger. Delete all the files from the USB flash drive. Mount the flash drive using the Disks disk utility.

  5. Check in the Disks disk utility to find out the device name of your USB flash drive. This is very important because if you use the wrong device name in step 6, you will overwrite your whole operating system instead of writing to the USB flash drive. So check the USB flash drive device name twice. It should be something like /dev/sd* where instead of the * character there is a lower case letter like a, b, c, etc. In the following step I am assuming that the device name is /dev/sdc, but the device name of your USB drive could be something else like /dev/sda or /dev/sdb so check the device name of your USB drive twice and make sure that you get it right in step 6!

  6. Open the terminal or Windows Subsystem for Linux version 2 and run the following commands:

    cd ~/Downloads/  
    sudo -i  
    dd if='mini.iso' of=/dev/sdc bs=4096  ## make sure that the device name of your USB drive is correct!
    

    The dd if='mini.iso' of=/dev/sdc bs=4096 command should take only a few seconds to complete on most computers because the mini.iso is a small file, less than 60MB. The result of running this command will be a bootable Ubuntu mini USB.

  7. Boot the computer from the Ubuntu mini live USB. The Ubuntu mini live USB should boot successfully and show a menu screen.

  8. If you select the Install option (the complete install, not the cli install) from the menu screen in Step 7, then you can select other options during the Ubuntu installation process to download all the packages that you need to perform a complete Ubuntu installation. Select the Ubuntu desktop package collection from the list of predefined collections of software in the Software selection screen in the Ubuntu mini CD installer. When you restart the system at the end of the installation, you will have a working Ubuntu desktop with the default desktop environment.

    enter image description here


Gaining access to the keyboard after installing Ubuntu

The asker of this question has successfully installed Ubuntu by following the instructions in the first section of this answer, but the problem with the keyboard still remains. Starting from the observation that the keyboard works when booting from the Ubuntu Minimal CD, suggests that the keyboard would also work if Ubuntu was booted from Recovery mode into a failsafe GUI Xorg environment. The instructions for booting into a failsafe GUI environment are as follows.

Immediately after the motherboard / computer manufacturer logo splash screen appears when the computer is booting, with BIOS, quickly press and hold the Shift key, which will bring up a GNU GRUB menu screen. With UEFI press (perhaps several times) the Esc key to get to the GNU GRUB menu screen. Sometimes the manufacturer's splash screen is a part of the Windows bootloader, so when you power up the machine it goes straight to the GNU GRUB menu screen, and then pressing Shift is unnecessary.

You will see a GNU GRUB menu screen that looks like this:

GNU GRUB menu screen

The timing when to press the left Shift key can be tricky, so sometimes if you miss it you need to try it again.

Press the down arrow key until you select the 2nd entry from the top (the one with the recovery mode in the description) and then press Enter twice.

Repair Ubuntu from recovery mode

Now you should see this recovery menu:

recovery menu

Using the arrow keys scroll down to network and then press Enter.

Using the arrow keys scroll down to root and then press Enter.

You should now see a root prompt, something like this:

root@ubuntu:~#

At this stage you should have a read-only filesystem. You have to remount it with write permissions:

mount -rw -o remount /

Using the arrow keys scroll down to an option in the Recovery Menu and then press Enter to run it. Try booting into a failsafe GUI environment by selecting the failsafeX option or resume normal boot by selecting the resume option. If that doesn't work, the clean, dpkg, fsck and grub options may also be able to repair your operating system so that it boots normally.

karel
  • 114,770
  • And what is the point of this solution? As soon as there is a keyboard input, it'll stop working. If we manage to install some way, the same problem will appear on a working system. I don't see the point of installing using mini.iso. – Pilot6 Sep 30 '19 at 15:52
  • The difference in size of 64MB for the Ubuntu Minimal CD vs. 1.5GB for the full-sized Ubuntu .iso file might be sufficient to induce the asker's recalcitrant hardware to reluctantly and gracefully accept normal keyboard input from the text-only user interface of the Ubuntu Minimal CD. – karel Sep 30 '19 at 15:56
  • I don't see how this could happen, but let's wait for OP if he appears. – Pilot6 Sep 30 '19 at 15:58
  • The method gave me hope, because at the time of installation everything was fine - all stages were successful, there were no problems, but as soon as the newly installed system started, the same problem immediately arose. – G3n3515 Oct 03 '19 at 17:22
  • @G3n3515 I added my reply to your preceding comment to the end of my answer. – karel Oct 04 '19 at 07:44
  • @karel OP doesn't seem to be interested much now. So I am awarding the bounty. – Pilot6 Oct 07 '19 at 06:30
0

After reading the manual for Asus-P7P55D


Is it possible to run Linux on this motherboard?

Yes, this motherboard supports running Asus Express Gate which is basically a Linux based OS. I strongly recommend booting into Asus Express Gate and having a look at how it is configured as this can apply to other Linux OSs including Ubuntu.


BIOS SETUP UTILITY
Main    Ai Tweaker  Advanced    Power   Boot    Tools   Exit

ASUS O.C. Profile
AI NET 2    
ASUS EZ Flash 2
Express Gate    [Auto]
Enter OS Timer  [10 Seconds]
Reset User Data [No]    


  Select Screen
  Select Item Enter Go to Sub Screen F1   General Help
F10 Save and Exit ESC   Exit
v02.61 (C)Copyright 1985-2009, American Megatrends, Inc.

Manual page 95


Is Linux listed as a supported OS in the manual?

No,

This motherboard supports Windows® XP/ 64-bit XP/ Vista / 64-bit Vista / 7 / 64-bit 7 operating systems (OS). Always install the latest OS version and corresponding updates to maximize the features of your hardware.

Manual page 99


Is there any official documents from ASUS about this motherboard's compatibility with Linux systems?

Yes, and Ubuntu is listed. Please read Linux Status Report For ASUS Desktop Motherboard.

enter image description here


What to try at the moment?

  1. This motherboard comes with PS/2 keyboard port in addition to USB. It is worth trying both ports to connect the keyboard during installation.

enter image description here

Manual page 47

  1. Try toggling the Plug And Play O/S in the BIOS.
BIOS SETUP UTILITY
    Advanced    

Advanced PCI/PnP Settings

WARNING:    
Setting wrong values in below sections may cause system to malfunction.

Plug And Play O/S   [No]    


Manual page 87

  1. Try installing an Ubuntu 16.04 32-bit PC (i386) desktop image

@G3n3515

Your motherboard supports different hardware configurations as well as multiple GPUs/graphics cards. Please provide more information about your current configuration and how many GPUs installed.

Raffa
  • 32,237
  • Currently, one PCI-E graphics card NVIDIA GeForce GTX 750 Ti is installed. – G3n3515 Oct 03 '19 at 17:24
  • @G3n3515 Have you tried the 32-bit version of Ubuntu: http://releases.ubuntu.com/16.04/ubuntu-16.04.6-desktop-i386.iso some old hardware is better supported by 32-bit Ubuntu – Raffa Oct 03 '19 at 23:04
0

While you will certainly learn way more about Linux with the other suggestions in this thread, if you already have a host system in place you can download Virtualbox for free and install the latest Ubuntu or other distros easily. Since they are virtual (basically files), and well supported by virtualbox, you can easily experiment while maintaining a stable system. You can even install linux as a host system and then install VirtualBox to play around. If you are heavily experimenting and destroy your installation, just restoring from a backup and you are up and running again.

  • I have not yet understood how to use VirtualBox, perhaps this is the way out. I'll try this weekend. – G3n3515 Oct 03 '19 at 17:25
  • Download the install for your laptops OS Click NEW and create a virtual machine. Create a virtual disk (20 gig or larger). Add the UBUNTU downloaded ISO image file. Start the machine. Install Ubuntu. Reboot into Ubunto. Then look in the menu for install VirtualBox ADDONs. Do this and it will download an additional ISO image and install it.

    Control-F will allow you to go full screen or back to a window.

    You will encounter a learning curve but its worth it. You can save the Ubuntu image as a snapshot and start it again and it will load everything as if you had not shutdown.

    – Mark Anthony Ryan Oct 04 '19 at 21:16