Hello,

I’m uncertain if this is the right community for this but…

I recently bought an SSD to run Linux on it and have my old SSD still with Windows (see my previous post for more info). My laptop only has one slot for SSD so I bought a USB-C hub which included an SSD slot. I switched the old SSD to the USB-C Hub but now windows won’t boot. In the boot loader it does seem to recognise a Windows boot but when I do so it says there was a problem finding the device.

Any thoughts as to what might be causing this?

I’m using a Dell G15 laptop

  • Wispy2891@lemmy.world
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    2 months ago

    Windows can’t boot from usb

    Ugly workaround: boot Linux then boot windows in a vm doing drive pass through

  • 🧟‍♂️ Cadaver@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    2 months ago

    The problem seems to come from Windows. However, what you can do is open a terminal then type :

    sudo os-prober

    sudo grub-mkconfig -o /boot/grub/grub.cfg

    Try to reboot and see what happens. If it doesn’t fix anything, then it might be that your Windows SSD should be mounted directly on the motherboard or, at the very least, on a USB-C port.

    Sometimes, what happens is that the hub needs a driver which isn’t loaded by the DOS kernel by default. And since it isn’t loaded, Windows can’t recognise the hub so the hard drive containing itself can’t be found.

  • mindlight@lemm.ee
    link
    fedilink
    arrow-up
    3
    ·
    2 months ago

    I recommend you shrink the windows partition on the internal drive and install Linux in the then empty space. The extra disk you have can be used as and extra disk or you can create mount points for /home and other directories.

    Microsoft does not recognize other operating systems as “equals” (WSL is not Linux being week. It’s making Linux a puppet controlled by Windows) and therefore they design everything Windows as it was the only OS in the world. Therefore keeping Windows will often require some extra acrobatics from you.

  • BCsven@lemmy.ca
    link
    fedilink
    arrow-up
    3
    ·
    2 months ago

    just a random guess…Windows boot entry probably expects to find drive via internal identifiers and now it is via a hub the hub might alter how drive is seen

  • just_another_person@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    2 months ago

    If your drivers are UEFI, you can just use your BIOS boot menu to boot windows. You can fix the bootloaders if you want, but this is the answer to your base question.

  • muhyb@programming.dev
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    2 months ago

    You can boot Linux via USB but you cannot boot Windows that way. It’s a Windows problem with no solution.

  • e8d79@discuss.tchncs.de
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    Try disabling fast boot in the UEFI. It might be that only the first disk is initialized so when GRUB tries to boot from the second it doesn’t find it.

  • TheBigBrother@lemmy.world
    link
    fedilink
    arrow-up
    3
    arrow-down
    2
    ·
    2 months ago

    As far as I know you need to install Linux after Windows and then select the disk where you want to get GRUB installed, then GRUB will give you the option to boot the desired OS, if you use BIOS/UEFI to directly boot the OS it will not work.

      • Tak@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        I was considering joking at them that Windows 11 does run the linux kernel

    • Fonzie!@ttrpg.network
      link
      fedilink
      arrow-up
      4
      ·
      2 months ago

      This likely is a Windows issue, but it seems they weren’t sure of that when they posted the question. Let’s just help them out