I have an old hp pavilion dv6 and I installed windows 7. Then i tried installing Ubuntu 24.04 and the USB wouldn’t boot, it just showed “GRUB” in the top left of the screen. I tried with another USB and the same issue emerged. Is this a BIOS issue?

  • Asudox@programming.dev
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    13 days ago

    Try flashing the image onto the USB using another tool. You also can try the dd command in Linux (do be careful using dd though)

    e.g.

    dd if=ubuntu.iso of=/dev/sda bs=8M status=progress

    Make sure to replace /dev/sda with your USB drive’s path.

  • mvirts@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    12 days ago

    It may be an issue with the bios not setting up the USB drive like grub expects… Maybe try booting with uefi if you can?

    I think those symptoms mean it’s loading the first stage of grub but them grub can’t find the rest of itself

    I second AsudoxDev’s idea that it may be worth using a different flash tool or a different USB drive if you can’t get it working.

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

    It might be that , since it used to work with W7, that UEFI is not implemented (or at least not default).

    If that is the case, try to install Ubuntu on your drive using rufus or ventoy. Iirc, at least one of them has a support for legacy booting.

    Then comes the hard part : I’m not sure that GRUB will install itself in legacy mode. You have to try to know…