1

I'm trying to install the latest version of Ubuntu using a USB stick. I had Windows 7 running normally when I installed Ubuntu. I created a primary-swap and logical-ext4 ( / ) partitions for Ubuntu. When I start the machine, all I see is a flashing cursor instead of the grub boot menu.

grub screenshot from Ubuntu live USB:

screenshot

karel
  • 114,770

2 Answers2

0

Follow these steps :

1) Boot from the USB Stick.

2) Open a Terminal and type in the following commands, noting that the first command will put you into the grub “prompt”, and the next 3 commands will be executed there. Also note that hd0,0 implies the first hard drive and the first partition on that drive, which is where you probably installed grub to during installation. If not, then adjust accordingly.

sudo grub

root (hd0,5)

setup (hd0)

exit
0

Fixed:

The problem was with the BIOS of my Clevo brand laptop, model M765TU.

In the ftp servers of the company I found the newest BIOS, flashed it and the problem is fixed now.