3

Recently I have installed Ubuntu 16.04 on dual boot with Windows 10.

I was having the flickering screen problem but I have partially solved it (sometimes it flickers) by following this previous answer.

However the issue I am facing now is that on clicking shutdown, although it does shuts down, before the Ubuntu logo is displayed this particular screen appears

enter image description here

As you can see, it prints multiple lines of:

[[5~^[[5~^[[5~^...

I haven't found anything regarding this type of error in the Internet.So can anyone describe what cause of this error is, and how to fix it?

Sourajit
  • 171
  • 11

2 Answers2

1

I have the same problem, but mine displays ~*[[3. In order to prevent this, I press ESC multiple times from the moment the system is booted (after pressing the power button). This stops the ~*[[3's from appearing.

Sometimes if you press the ESC while the machine is booting, it will take you into the BIOS or similar settings. If this happens to you, just press ESC as soon as Ubuntu starts to load.

earthmeLon
  • 11,247
rudy
  • 11
  • I generally press Ctrl+Alt+F1 which ultimately takes me to the login screen.The thing is that I wanted to know why this happens. – Sourajit Mar 04 '17 at 03:55
  • Is there any solution if it is happening due to the faulty keyboard of my laptop (without changing the keyboard)? – Rawnak Yazdani Jan 10 '22 at 16:52
1

It was occurring because of my faulty keyboard.The Page Up button of my laptop keyboard was getting pressed automatically and continued to do so until I pressed the Page Down button.I don't know the name of the representation type,where Page Down is represented using [[6~^ and Page Up using [[5~^.If anyone knows what it is ,kindly add that in the comment section.
Further If you want to check whether any key in your keyboard is faulty or not,you can check here Keyboard Check

Sourajit
  • 171
  • 11