Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Stuck with blinking cursor while booting

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
ericdlr
Posts: 2
Joined: 2013-10-31 10:00

Stuck with blinking cursor while booting

#1 Post by ericdlr »

Hi there,

I installed Debian 7.2.0 (amd64) on a Toshiba Satellite C870D-121 with the graphic installer. It already has Windows 8.1 installed on another partition, and for Debian I'm not using the same partition of course. Actually, the Debian installation is replacing a Ubuntu 13.10 installation that was working fine.
After choosing Debian in the Grub menu, I can see the boot log entries adding and then the screen clears and all I get is a blinking cursor. After a while, some '^@^@^@' symbols appears. Of course I can Ctrl-Alt-F1 to get a virtual Terminal in order to login and try to investigate the problem, but so far I haven't been able to reliably identify the problem.

Any idea about where to start?

--
Eric.

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Stuck with blinking cursor while booting

#2 Post by bw123 »

Any idea about where to start?
Well, most of the time I start in /var/log so that if I read a post after searching the forum, something might ring a bell.
resigned by AI ChatGPT

User avatar
kiyop
Posts: 3983
Joined: 2011-05-05 15:16
Location: Where persons without desire to improve themselves fear to tread, in Japan
Been thanked: 3 times

Re: Stuck with blinking cursor while booting

#3 Post by kiyop »

Graphics issue?
https://wiki.debian.org/GraphicsCard
How about pressing E key at Grub2 menu and adding "nomodeset" to kernel option (a line starting with "linux") and booting by pressing ctrl+x ?
Openbox, JWM: Jessie, Sid, Arch / Win XP (on VirtualBox), 10
http://kiyoandkei.bbs.fc2.com/

ericdlr
Posts: 2
Joined: 2013-10-31 10:00

Re: Stuck with blinking cursor while booting

#4 Post by ericdlr »

Thanks to bw123 and kiyop.
Looking at the log files I could confirm it was a graphic issue. Installing the firmware-linux-non-free solved the problem.

orendebian
Posts: 1
Joined: 2016-03-10 20:21

Re: Stuck with blinking cursor while booting

#5 Post by orendebian »

@kiyop

that worked for me!! much thanks for the tip!
-- Ren

User avatar
kiyop
Posts: 3983
Joined: 2011-05-05 15:16
Location: Where persons without desire to improve themselves fear to tread, in Japan
Been thanked: 3 times

Re: Stuck with blinking cursor while booting

#6 Post by kiyop »

orendebian wrote:@kiyop

that worked for me!! much thanks for the tip!
-- Ren
Congratulations on your success! :D I am happy to know that my suggestion solved your problem :)
If you want to permanently add "nomodeset" to the menuentry used by grub2 menu, add "nomodeset" between the double quotations (") of a line starting with
GRUB_CMDLINE_LINUX_DEFAULT=
in /etc/default/grub by the following commands executed with root privilege

Code: Select all

nano /etc/default/grub
edit and type CTRL+x to save and quit the edition.
And finally

Code: Select all

update-grub
Reference: http://www.gnu.org/software/grub/manual/grub.html
Openbox, JWM: Jessie, Sid, Arch / Win XP (on VirtualBox), 10
http://kiyoandkei.bbs.fc2.com/


Post Reply