Having Trouble Booting from USB for OpenSUSE Installation

0
12
Asked By CuriousCat123 On

I'm trying to install OpenSUSE from a bootable USB, but I'm running into issues. I created the USB twice, once using Rufus and once with Balena Etcher, but my laptop won't boot from it. Here are the steps of what happens:

1. I plug in the USB and select it to boot. The GRUB bootloader appears with a splash screen, and when I select the install option and hit Enter, it starts loading the kernel and initial RAMDISK.
2. I see green bars filling up at the bottom of the screen with an action indicator, but then it all stops at a black screen with a static line.

Some things I've checked:
1. Secure Boot is turned off.
2. Rufus mentioned writing the USB image in DD mode, which might cause issues for some devices, but I don't have a ThinkPad.
3. My laptop is a Dell G15 5530 with an i9-13900HX processor and an RTX 4060 Mobile GPU.
4. I'm using the x86_64 DVD ISO.

Does anyone have specific troubleshooting steps for this issue? I've installed OpenSUSE before, so I'm somewhat familiar with the setup, but I'm wondering if my hardware could be the problem or if I'm missing something.

5 Answers

Answered By LinuxLover456 On

I usually prefer Balena Etcher; just make sure you’re using the right version for your OS. If nothing else works, there may be a problem with your USB stick or the ISO itself. It could also not be an issue with your Dell G15. I haven't had any issues with it!

Answered By KernelKing On

If you're seeing a flashing line, that’s a hint to try the `nomodeset` grub option. It enables a failsafe graphics mode that may help you boot up and install. You can add that option when you select the install option on the boot menu. Once you’re set up, you’ll want to install the proper drivers afterward.

Answered By GadgetGuru99 On

Make sure you're using an official ISO from the OpenSUSE website. If the version you're trying to install is just a command-line interface, there could be issues based on your hardware. It's also worth trying different USB sticks in case there's an issue with the one you're using.

Answered By OldSchoolNerd On

Check if your SSD is functioning correctly. Sometimes boot issues stem from the hardware itself, so it's worth ensuring it's still operating,

Answered By TechieTom On

First thing I'd recommend is to download the ISO again and check its integrity. Sometimes files can get corrupted. You might also want to try using UNetbootin to create your USB. I've had issues with Rufus before that worked just fine with UNetbootin. Another idea is if you can boot a live version of Linux, you might have success creating the installation media from there. I've found that can help in some situations.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.