this post was submitted on 27 Sep 2024
20 points (91.7% liked)

Linux

47544 readers
578 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Sorry if this is a yapathon, this is a detailed issue, and I will put an AI summary in the comments

I have already made a post about that but that was outdated and I learned some new information. If anyone thinks it's cluttering their feeds, I will delete the post, just ask.

I have been absolutely stumped by this issue that I'm facing, even as a 5-year Linux user. I have just got my hands on a Getac F110-G2 tablet. It came with Windows 10 pre-installed, and everything functioned perfectly fine. Of course, I don't like Windows and I shortly went to installing Debian, and got a GNOME live image straight from their website. I downloaded, flashed to a USB drive, and installed. The installer booted and functioned perfectly fine, with the only weird thing being a random signoff which didn't seem to break anything. One thing to note is that I installed and started gpsd, but that shouldn't mean anything because that was a live image. I clicked reboot, and the tablet seemed to reboot normally, until the boot process started.

When nothing happened but a black screen for a minute, I rebooted my tablet, but that didn't do anything either. Than, I rebooted to the installation media to try another install. It was black too. This caused me to try re-flashing the USB drive with the same Debian, but no luck. I tried to disable TPM which I know can cause some issues, and still no luck. I also switched between UEFI and Legacy boot modes, and observed that the installed version of debian had only installed on legacy. I contacted Getac support because no secure boot toggle was in the BIOS, and they directed me to it. I disabled secure boot and still no luck. I've tried again a few times, and that's where I'm at. Also note that I've tried with my TV as a display and that didn't work either, so it's definitely not a display issue. I tried a different USB stick with no luck, and it seems like my tablet is just soft-bricked from now on.

So where to now?

  • I've thought about installing the SSD to my PC's motherboard, wiping it clean, and then re-installing to try and boot.
you are viewing a single comment's thread
view the rest of the comments
[–] potentiallynotfelix@lemmy.fish 2 points 1 week ago (1 children)

I can't speak to the boot order because ive always used the boot menu to select manually what I want to boot, to be cautious, but I have tried shifting it and that didn't help.

Do you think that removing the ssd will help? I can't see a way it will, but I might as well give it a shot because its my last chance really.

[–] e0qdk@reddthat.com 2 points 1 week ago (1 children)

Do you think that removing the ssd will help?

It's a sanity check to help you rule out things like unintentionally booting from the wrong device. Can't boot from hardware that's not there! If the USB does work with it removed, then something you believe about how the device boots is false and you can then try to figure out what. A lot of BIOSes will "helpfully" try the next device in the sequence if it can't successfully boot from the first one -- which can be really confusing when debugging.

Some other thoughts for things to check: does the device confirm that it can actually see the USB drive in some way? Does a USB keyboard work in the port you're using? If there's more than one USB port, have you tried a different port? Do your USB drives work in another computer?

[–] potentiallynotfelix@lemmy.fish 2 points 6 days ago (2 children)

A USB keyboard works fine, and also the USB drive is detected when it is bootable. Only one USB port but the tablet supports pxe boot. Do you think I could get mileage off of that if I set up a server on my other laptop and connected them via ethernet? I can flash the drives with dd and they show up when plugged in. I also tested that they can boot on my laptop which they can.

[–] e0qdk@reddthat.com 2 points 6 days ago

the tablet supports pxe boot. Do you think I could get mileage off of that if I set up a server on my other laptop and connected them via ethernet?

Maybe. If it's not too much trouble to set up and you can't get the USB to work again, might as well try it before throwing in the towel.

I'm rather confused by the fact that the USB drive worked for you before but doesn't any more and yet seems to be OK on other systems. Is there anything like "fast boot" enabled in the BIOS maybe? (Try turning that off if so.)

Also, when you're trying to boot from the SSD, can you get anything out of GRUB by tapping shift or escape (or maybe other keys) while it's trying to boot?

[–] potentiallynotfelix@lemmy.fish 2 points 6 days ago (1 children)

It works without an SSD!!!!! OMG I knew it wasn't bricked

[–] e0qdk@reddthat.com 2 points 6 days ago (1 children)

How 'bout that! :D

If the SSD itself is OK, then it was probably trying to boot the SSD still. The blank screen issue might have to do with the graphics drivers then? I remember having a similar blank screen problem with Ubuntu a long time ago where I had to put in "nomodeset" as a parameter in GRUB when booting until I got the right drivers set up.

[–] potentiallynotfelix@lemmy.fish 2 points 5 days ago (1 children)

Yeah I'll plug it into my computer and edit the grub settings. Terrible that the USB drive just doesn't boot with an SSD inside, even though I manually selected the USB from the boot menu. That made me break my water seal and this device lost its IP rating 🙃. Thanks very much for your help however, your affirmation about the unplugging the SSD was was very helpful.

[–] e0qdk@reddthat.com 2 points 5 days ago

Glad I could help you make progress -- I hope you can get it all the way working now. Good luck!