Hi. I finally decided to install Linux on my old PC (not booted in years). But when I plugged in my live USB and booted up, my PC is stuck here.

I tried booting up without a USB. Now a windows xp screen is asking me to start normally or boot with safe mode (3 safe mode options to be exact). Normal start does not work (the PC automatically reboots without warning). I choose safe mode with command prompt and bunch text shows up and ends with …/mup.sys

Any idea what should I do here? I have no use for my windows so I don’t mind removing it. Also time resets every time I boot up the PC.

  • Elvith Ma'for@feddit.org
    link
    fedilink
    arrow-up
    13
    ·
    9 days ago

    To add to other comments: This is an old PC that runs a Pentium 4 and is probably still running a BIOS instead of a modern UEFI.

    Make sure your install disk and Linux distro can boot in Legacy Mode and that the drive is formatted with MBR. I haven’t used such old hardware in a while so I don’t know if this support is still universal or something to look out for.

    Also keep in mind, that MBR only supports drives up to 2TB.

    Also on my old PC back then that had a Pentium 4, I had massive problems with USB drives and my PC would never boot when I had any USB drives connected. I always had to burn CD-Rs with the installers…

      • Elvith Ma'for@feddit.org
        link
        fedilink
        arrow-up
        6
        ·
        edit-2
        9 days ago

        So… From what I gathered:

        • PC boots to Windows (or… it’s defective remains) if you unplug your USB drive.
        • PC hangs in this spot if you boot it up with the USB drive connected.
        • Hang occurs, when the BIOS tries to enumerate and identify the USB drives

        I’d try the following:

        • Switch the USB drive to another USB slot. Try a few different slots (might be a problem with the physical connection or the USB controller and other slots may be using another controller chip,…). Also try those on the front and back (if your case has some on the front)
        • If your PC has a PCI card with additional USB slots: Try to avoid using them for the drive, but for testing purposes, it’s worth a shot.
        • Try other drives. At this point, it shouldn’t matter much what filesystem is on them, as you want a drive that is recognized by your Mainboard.

        If you have a drive identified that seems to work, check it is partitioning (you want MBR). And check that your distro supports Legacy Boot from MBR - for a quick test you could also try to boot Memtest86+ which claims to support Legacy Boot, MBR and “Pentium class x86 / x64 CPU”

        https://memtest.org/


        Edit: For testing other drives, you do not need to put the installers on them. The first step is to get past the hang in the BIOS when it tries to recognize the drives. You can reformat/image them later on, if you found a compatible one.

        Why other drives?

        That PC is probably 20+ years old. There’s a ton of compatibility in the USB protocol, but current devices are probably not tested against these old Chipsets. There may be bugs/different interpretation of the spec/whatever on both sides and you might need a bit of luck to find a working one.

        Also… This all assumes the hardware is still in working condition. If the capacitors went bad, some bits flipped in the BIOS Flash, … Getting the drive to work might only be the first obstacle.

        • remustan37@sh.itjust.worksOP
          link
          fedilink
          arrow-up
          5
          ·
          9 days ago

          The issue was with partition system. I switched to MBR (using ventoy). Now I was able to get into antix’s(386-core) bootloader from there (I dont know if my terminology is right).

          I booted into antix but system crashed after kernel loaded. This was the first time. Second time it got stuck in loading hardware specific modules screen

          Thanks for helping out.

          • Elvith Ma'for@feddit.org
            link
            fedilink
            arrow-up
            1
            ·
            8 days ago

            Take a look at your PSU and mainboard for failed capacitors (someone posted and example image what you do not want to see). Check your CPU Fan (working?), then open the bios an check if it lists CPu temperatures and such and if they look good. then try to run memtest to check your RAM.

            That should tell you hopefully what part might be causing the crashes.