this post was submitted on 16 Aug 2024
22 points (92.3% liked)

Linux

7781 readers
32 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS
 

Right now I'm stuck in a boot issue on Elementary OS and I have no access to any installation medium :(

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 3 weeks ago* (last edited 3 weeks ago) (12 children)

@Azzu Usually googling error message will lead you either to stack exchange(by stack overflow) or distros forum, and if you can't find fix - just ask on both. But you would need to elaborate further on what do you see.

[–] [email protected] 1 points 3 weeks ago (11 children)
[–] [email protected] 1 points 3 weeks ago (10 children)

First up - I know nothing about your specific problem. Let me add some pointers as to why you may be having difficulty...

You need to provide way more detail than a screenshot (which shows nothing really) and "why is it broken?"

What is the hardware, what is the boot device, what is the boot loader (and version), what does the boot loader config look like... There could be any number of things that stop the boot, including a corrupt boot file.

No one is able to diagnose your problem from the information you have provided.

If you are unwilling to grab a USB stick from a retailer, boot a different OS image and try some diags on your original file system you may well find people reluctant to help (for free...)

[–] [email protected] 2 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

I have a laptop. Model name Ideapad flex 5 14ALC7. I installed Elementary OS on it. It worked fine for a while. Now it shows the screen when booting and does nothing else. I literally don't know any more.

what is the boot device

I don't know what you mean. It's booting from it's hard disk I guess? Idk what you want to know

what is the boot loader (and version)

Idk what that is, how do I find it out without being able to boot?

There could be any number of things that stop the boot, including a corrupt boot file.

Yes that is what I'm trying to find out. What thing it is. But I have no idea how. And you're just telling me that I'm unwilling for some reason.

No one is able to diagnose your problem from the information you have provided.

How am I supposed to know that? If more information is needed, I can provide that. But how am I supposed to know which information is needed?

If you are unwilling to grab a USB stick from a retailer, boot a different OS image and try some diags on your original file system

How do I do that? How would I even know that is something I have to do? Where can I find a shop that sells a USB stick with a different OS image? I guess I can find a USB stick, yes, but how do I get an OS image on it? As I said, I'm travelling and just want to use my PC. This kind of stuff didn't happen with any other operating system and I just wondered if it's possible to fix it.

[–] [email protected] 1 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

I’d suggest burning an ISO of Linux (really just about any live Linux) and familiarizing yourself with concepts like mounting filesystems, partitioning, GRUB/U-Boot and the like.

I’d recommend trying the following in this order (easy to most difficult):

  1. Scan your boot device’s (hard drive) filesystems for errors with fsck and repair any errors it finds. If errors were found, reboot and see if the problem has gone away.
  2. Check the boot device’s /boot partition. You’re going to be using any combination of fdisk, parted, lsblkid to figure out which partition is /boot, mount its filesystem, then move on to harder stuff.
  3. “Harder stuff” is going to be finding out if the kernel is botched, and praying that an older one is available and figuring out how to boot from it. If there isn’t an older one, there’s a chance you can search for packages from your distro that include the kernel — I’d try to find an exact filename match and copy it over the existing one but maybe only after backing it up first.

This is where GRUB knowledge comes in handy and unfortunately where my advice ends, because personally I’m inexperienced in this area.

Another option which might be a lot easier (if you know what you’re doing) is reinstalling the OS completely after backing up everything.

Or, if you’re lucky your /home directory was created in its own filesystem in its own partition. Provided you set that up again without destructively destroying/partitioning it while installing the OS again you could very easily get a clean install with all your user-level apps’ preferences, downloads, etc. preserved.

Edit: Taking a look at your GitHub screenshot, my guess is that the three Linux-related lines on the boot screen are different kernel versions. It makes me think there was a botched update to your /boot partition (just because the names are exactly the same) though I could be wrong there.

It’s strange you have a Windows boot option if you don’t have Windows, but it would make sense if the Windows bootloader was there when elementaryOS was installed and the drive hadn’t been completely wiped beforehand.

[–] [email protected] 1 points 3 weeks ago (1 children)

I used the "wipe everything" option when installing elementary. Thanks for your help, but that was my initial problem, I am traveling and don't know how to get a bootable medium here, at home I used my other PC to create it :/

[–] [email protected] 1 points 3 weeks ago (1 children)

I’d look at trying to get into the GRUB shell, assuming that the screen is indeed GRUB. From what I can find online it would be the C key. Are you familiar with CLI commands? It seems like it’s pretty full-featured.

[–] [email protected] 1 points 3 weeks ago (1 children)

It seems like this is the BIOS boot menu, not grub. Doesn't even seem to get to grub.

[–] [email protected] 1 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

I’m kind of wishing I understood UEFI better, but I mainly run Linux on arm64 devices. Are you sure that’s the BIOS/UEFI? To me it seems strange that it would be smart enough to know about the different OSes but I’m probably wrong. 😞 It looks like a customized GRUB to me.

[–] [email protected] 2 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Yeah it's some kind of Lenovo thing. Went to a repair shop they changed the HDD because the old one was apparently dead and installed Windows because they don't have anything else. I haven't even used Windows ever.

[–] [email protected] 1 points 3 weeks ago (1 children)

Does Windows boot? I know it’s not ideal but since you’re unable to boot into a Linux ISO you could consider running the filesystems checks from Windows. I’ve never done something like that but I know tools like Paragon exist. I’m not sure if WSL would be capable of checking them, but that could be another option (I haven’t used Windows in years).

[–] [email protected] 2 points 3 weeks ago (1 children)

Thanks for all the help, really appreciate it. Took it to a repair shop and they replaced the HDD, old one was broken, and installed Windows on it.

[–] [email protected] 1 points 3 weeks ago

Ohh, gotcha. You’re welcome!!

load more comments (8 replies)
load more comments (8 replies)
load more comments (8 replies)