ubuntu 10.04 starts in command mode on hp pavillion dv1000 with intel 82852/82855 GM/GME Graphics Controller

Asked by priyank566

previously i had a graphical install problem
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+question/114631
but that is solved by this command "i915 modeset...etc"
and also
i have installed ubuntu 10.04
but when i boot it
it automatically ask like
priyank-laptop login:
then if i type my username it ask for password:
and all the things go in command mode like terminal
but things do not get boot up!
plz help abt this:-(

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xserver-xorg-video-intel Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
priyank566 (priyank-patel566) said :
#1

it start with name like
"ubuntu ......... generic... tty1"

Revision history for this message
priyank566 (priyank-patel566) said :
#2

this is exactly how it look like wen i try to boot ubuntu
"ubuntu 10.04 LTS priyank-laptop tty1"
priyank-laptop login:
password:"

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3

please try this: https://wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes

Here relevant infos:

From an installation:
1) Hold down Shift while booting to enter the GRUB menu.

2) Press 'e' to edit.

3) Add "i915.modeset=1" after "quiet splash".

4) Ctrl+x to boot.

If adding "i915.modeset=1" to your boot parameters allows you to boot successfully, you then need to enter the command above into a terminal to make the changes permanent.

If it works you need to update your grub2 kernel settings to have this boot parameter be permanent

Hth

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#4

Referring to https://wiki.ubuntu.com/Grub2 and to this page https://wiki.ubuntu.com/Grub2#grub (/etc/default/grub)

You need to change the file /etc/default/grub from Applicationa→accessorie→Terminal type:

gksudo gedit /etc/default/grub

Change the row:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.modeset=1"

Then save and close then still using terminal type:

sudo update-grub2

Then reboot your pc.

Hth

Revision history for this message
priyank566 (priyank-patel566) said :
#5

Thanks marcobra (Marco Braida), that solved my question.