I installed it from the Calamaries Installer found in the LIVE USB ISO this time. And Instead of my primary hdd, I installed it on the other one. Works now, thanks for all of your support, dear nerds.

  • @KaninchenSpeed@sh.itjust.works
    link
    fedilink
    37
    edit-2
    11 months ago

    I dont know how you flashed the usb, but it seems like the installer is damaged. Try redownloading the iso, check the file hash, flash the usb drive with balena etcher and reinstall.

    Did you change the partition layout in the installer?

  • 🧟‍♂️ Cadaver
    link
    fedilink
    15
    edit-2
    11 months ago

    This error (hd0) is typical of legacy (BIOS) booting end happens solely because of the MBR. GRUB2 is hit or miss with MBR.

    If you’re not planning on dual booting with Windows XP/Vista/7, I’d recommend going to your motherboard settings and changing the boot mode to UEFI.

    Then reinstall Debian. That will automatically sort things out :)

  • @awesome_guy@lemmy.ml
    link
    fedilink
    1211 months ago

    Look for a key in your keyboard labelled as “any” and press it. Setup should run fine afterwards.

  • @kolorafa@lemmy.world
    link
    fedilink
    7
    edit-2
    11 months ago

    Looks like the installer and grub is confused about the hard drive order different in instaler and different while booting, both those drives could also have the same partition/drive ID making it confused, that could happen if you cloned/copied the drive in the past

    I would say as a easy and safe solution

    1. unplug all other drives that you don’t want install linux
    2. Install Linux (best by formatting whole drive) - it should work just fine at this point
    3. After confirming everything works - connect the other drives back
    4. If Linux no longer boots after adding drives then tweak disk boot order in BIOS
  • Hemingways_Shotgun
    cake
    link
    fedilink
    English
    511 months ago

    It’s been a long time since I last installed Linux on a two hard-drive system, so take this advice as “likely not necessary, but will probably fix your issue”

    The installer asks whether or not you want to “replace” the existing OS or install alongside. And if you’re fairly new to linux (like I was at the time) it can be tricky to see at a glance which hard-drive you want to install it to and which you don’t.

    So to be doubly cautious and make sure that didn’t happen, I simply unplugged my secondary harddrive during the install so that the installer would automatically be reading the correct one. Then all I had to do was choose “replace” or “install alongside” without worrying about anything else.

    The drawback to that was, once the install was complete and I re-attached my second drive, I had to configure it to auto-mount and do some work on that, but at least my computer was working.

  • lemmyreader
    link
    fedilink
    English
    111 months ago

    Is this a desktop computer ? Two hard disks can make things more difficult. How about taking the power cord temporarily off from the larger disk, then install, and if it’s successful then turn it off and give the 2nd disk power again, and add that 2nd disk manually to the fstab as e.g. /opt/ as mount point.

  • @gnuhaut@lemmy.ml
    link
    fedilink
    111 months ago

    I’d say grub is having trouble with your hardware (mainboard or disk maybe).

    You could try to update your mainboard’s firmware, or install another bootloader (or maybe just a newer version of grub). I’m not sure what the easiest way to get a different bootloader is. I don’t think Debian’s installer offers anything besides grub. Maybe other people can point to a distro where installing something other than grub is easy.

    Because switching out the bootloader on an unbootable system (i.e. not from the installer) is going to be whole pain in the butt involving booting into a live usb, mounting and chrooting and god knows what.

    • wuphysics87
      link
      fedilink
      211 months ago

      s/ The solution is always to distro hop to my distro of choice

    • @senilelemon@lemmy.worldOP
      link
      fedilink
      111 months ago

      This works perfectly! Fedora actually installed like a normal distro on my primary disk. Since my primary is faster, I will remove debian from my secondary now.

      You can have my upvote, lmao.