Linux mint failed to boot

Linux Mint Forums

(SOLVED) Linux Mint 19.1 failing to boot, blinking cursor after logo.

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

(SOLVED) Linux Mint 19.1 failing to boot, blinking cursor after logo.

Post by clueless » Sun Nov 22, 2020 6:17 pm

Hello there, i’m having an apparently spontaneous problem with my laptop refusing to boot, and am hoping someone here may be able to help.
I have a macbook 1.1 (A1181) that has been running linuxmint 19.1 cinnamon for about 2 years with no serious problems (an occational busybox/inframs prompt and the odd need to sort out update manager, incase it’s relevant). otherwise I just enjoy using it without any real tinkering, and am basically a newb.
About a week ago things froze up as occasionaly happens, so I forced power off and restarted. However when turned it back on, it stops indefinitely between the first and second appearances of the mint logo, with a blinking cursor.
So i’ve been scouring the internet for suggestions and trying all sorts to no avail. I can access the grub menu and I can boot from a live dvd (never could from a USB. ) I’ve tried restoring timeshift from the begining of the month and no change. The live boot works fine.
So I backed up what I could and reinstalled without reformatting the drive to try and save my settings.
This booted fine, but unlike the original instillation the trackpad did not work and wifi was non existent. I plugged in a lan cable and downloaded updates (there was a problem with some, but I couldn’t find out what with keyboard shortcuts!). Then I found a potential fix on another thread, but needed to and couldn’t figure out how to close synaptic(without the trackpad), so I went for the old switch it off and back on again. failed to boot!

So I suspect some incompatability in an update caused the problem both times, ran fine and didn’t manifest until reboot, and will do it again if I reinstall again, but I don’t know how to find out what it is, or fix it, or if I get that far, how to prevent it from being updated again.

Any ideas or help would be more than welcome.
And if you’ve read through all that long garbled waffle to here then thank-you for your time.

Читайте также:  Обновить линукс до убунты

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

Источник

The comprehensive guide to fixing Boot problems in Linux Mint

Boot problems can be caused by a variety of issues, from software errors to hardware failures. In this guide, we will provide you with a comprehensive set of instructions on how to troubleshoot and fix boot problems in Linux Mint.

fixing boot problems in linux mint

M any issues, including hardware incompatibilities, corrupted system files, or incorrect configurations, can cause boot problems in Linux Mint. These problems can lead to slow boot times, boot failures, or even a complete inability to boot the system. Boot problems can be frustrating and disrupt your workflow, but fortunately, many of these issues can be resolved with basic troubleshooting. In this blog post, we will discuss some of the most common causes of boot problems in Linux Mint and provide step-by-step solutions to help you diagnose and fix these issues.

Boot woes no more: Fixing Boot problems in Linux Mint

Step 1: Check your BIOS settings

The BIOS (Basic Input/Output System) is a firmware interface that controls your computer’s hardware. When you start your computer, the BIOS is the first software that runs, and it performs a series of checks to ensure that your hardware is working correctly before passing control over to your operating system. If your BIOS settings are incorrect or corrupted, this can cause boot problems in Linux Mint.

You will need to access the BIOS setup utility to check your BIOS settings. The method for accessing the BIOS can vary depending on your computer’s manufacturer. Still, you can typically access it by pressing a key during the boot process, such as F2 or Del. Once you are in the BIOS setup utility, navigate to the Boot tab or menu and ensure your hard drive is listed as the first boot device. If your hard drive is not listed, you may need to check the connections or replace it with a new one.

Dell BIOS/UEFI setup screen

Dell BIOS/UEFI setup screen

You should also check the Secure Boot setting in your BIOS. Secure Boot is a feature that prevents the system from booting from unauthorized sources, such as a bootable USB drive. While Secure Boot can enhance security, it can cause boot problems if misconfigured. Make sure that Secure Boot is set to either “Disabled” or “Legacy Mode” in your BIOS settings.

UEFI/BIOS Boot select screen

UEFI/BIOS Boot select screen

Once you have made any necessary changes to your BIOS settings, save your changes and exit the BIOS setup utility. Then, restart your computer and check if the boot problem has been resolved. If the issue persists, you may need to try other troubleshooting steps, such as running a file system check or reinstalling your bootloader.

Step 2: Run a file system check

If your BIOS settings are correct, the next step is to run a file system check. This will help identify any corrupted files that may be causing the boot problem.

The file system check, or fsck, is a utility that checks and repairs file system errors. These errors can occur for various reasons, such as power outages or hardware failures, and can cause boot problems in Linux Mint.

Читайте также:  Linux check what ports are being used

To run a file system check, you must boot into recovery mode. To do this, restart your computer and hold down the Shift key while the system is booting. This will bring up the GRUB menu, allowing you to boot into recovery mode. Once you have booted into recovery mode, select the option to run a file system check.

linux mint recovery issues

Linux Mint recovery issues

The file system check will scan your hard drive for errors and attempt to repair any issues it finds. This process can take some time, depending on the size of your hard drive and the number of errors detected. Once the file system check is complete, you can reboot your system and see if the boot problem has been resolved.

If the file system check does not resolve the boot problem, you may need to try other troubleshooting steps, such as reinstalling your bootloader or checking for hardware issues. Nevertheless, running a file system check should be a routine part of system maintenance, as it can help prevent file system errors and other issues that can cause boot problems in the future.

Step 3: Reinstall your boot loader

The boot loader is a small program that loads the operating system into memory and starts it running. If the boot loader is corrupted or missing, this can cause boot problems in Linux Mint. Reinstalling the bootloader can fix this issue and get your system booting again.

To reinstall the bootloader, you must boot from a Linux Mint Live USB or CD/DVD. Once you have booted from the Live media, open a terminal and enter the following command:

This command will display a list of your hard drives and partitions. Note the partition number of your Linux Mint installation.

fdisk -l on Linux Mint

Next, mount the Linux Mint partition by entering the following command, replacing “sdaX” with the partition number you noted earlier:

Once the partition is mounted, you need to chroot into the Linux Mint installation by entering the following command:

This will allow you to run commands as if you were booted into the Linux Mint installation.

Now, you can reinstall the boot loader by entering the following command:

sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=linuxmint --recheck --no-floppy

Once the installation is complete, update the grub configuration by entering the following command:

Exit the chroot environment by entering the following command:

Unmount the partition by entering the following command:

Restart your computer and check if the boot problem has been resolved. Reinstalling the bootloader can be a complex process, so follow these steps carefully and make backups of your important data before proceeding.

Step 4: Check for hardware issues

If none of the previous steps have resolved the boot problem, it’s possible that there could be a hardware issue causing the problem. Checking for hardware issues involves running diagnostics on your computer’s hardware components to determine if any issues could be causing the boot problem.

Читайте также:  Which linux web server

Here are some steps you can take to check for hardware issues:

First, check the hard drive: A failing hard drive can cause boot problems. Next, use a SMART (Self-Monitoring, Analysis, and Reporting Technology) diagnostic tool to check your hard drive’s health. You can use tools like GSmartControl or smartmontools to check your hard drive’s SMART status and run diagnostics.

Check the memory: Faulty RAM modules can also cause boot problems. You can use the built-in memory diagnostic tool in Linux Mint to check for memory errors. To access the memory diagnostic tool, reboot your system and hold down the Shift key to access the GRUB menu. Then, select the option to run a memory test.

Check other hardware components: Other components, such as the CPU or motherboard, can cause boot problems. To test other hardware components, you can run hardware diagnostics using tools like memtest86+ or StressLinux.

If the hardware diagnostic tools indicate a problem with a hardware component, you may need to replace the component to resolve the boot problem. But, again, it’s best to consult a professional or hardware manufacturer to determine the best course of action.

Conclusion

Boot problems in Linux Mint can be frustrating, but there are several steps you can take to diagnose and fix them. Checking the BIOS settings, running a system check, reinstalling the boot loader, and checking for hardware issues are all effective ways to troubleshoot and resolve boot problems in Linux Mint. Remember to make backups of your important data before attempting any fixes and proceed cautiously, especially when dealing with complex solutions like reinstalling the bootloader or checking for hardware issues.

Источник

Linux Mint Forums

[SOLVED] Mint 20.3 fails to boot after nvidia driver installation

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

[SOLVED] Mint 20.3 fails to boot after nvidia driver installation

Post by Nope5228 » Sat Feb 12, 2022 11:45 am

Hi everyone.
The disagreement between Cinnamon 20.3 (and Mate and Xfce) and Nvidia drivers installation is driving me insane. I’ve tried everything I’ve found on the internet including solutions offered in this forum. I’ve tried:
Installing manually (downloading the .run file through Nvidia website — the file simply doesn’t execute for some reason.);
Installing through the Mint manager itself (installation is successful but then after restart Linux no longer boots — I see a black screen with an underscore.);
Changing the boot parameters through grub («nomodeset», etc., etc., — does nothing at all).
After installing Linux OS, I always have to boot the compatibility mode from grub because the regular option doesn’t boot (black screen + underscore).
In short, I simply can’t install Nvidia drivers and boot 20.3.

Details:
I’ve installed Linux alongside Windows on laptop Acer Nitro 5 AN515-56-75FX.
My graphics card is Nvidia GeForce GTX 1650.

Has anyone been through this problem and found an EFFECTIVE solution? I’d appreciate some tips! Thanks!

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

Источник

Оцените статью
Adblock
detector