Install promp on grub menu
  • Hello recent installing the last lxle from live usb and rebooting im send to grub menĂº any solution im using a pc bt3 pro 
  • Hi
    using:

    ls /

    command you can browse disk and fin the correct position of grub.cfg file.
    Then digit configfile (https://phoenixnap.com/kb/grub-rescue) with the grub.cfg path. System will boot.
    Then run:

    ls /dev/sd*

    to find your disk and then reinstall grub, for example:

    grub-install /dev/sda  (with or without sudo)


    Done.