PDA

View Full Version : [wubi] ububtu 10 boot problem



joymarie
October 18th, 2010, 06:55 AM
hi,
i have recently downloaded and installed the latest ubuntu for desktop. i am using intel pentium P6100.
anyway, i had used wubi to install it inside vista.
the installation was fine until i reached grub where there was three options.
1. the ububtu, linux generic
2. the ubuntu, linux recovery
and
3. vista

so then i chooses the first option.
it did nothing but load stuff in the black screen and kept asking for my login account.

since im a novice, i was kind of frustrated because i couldn't go directly to the system.

please help me.

im kinda exited to use the o.s.

thanks :guitar:

JackNocturne
October 18th, 2010, 07:01 AM
hello,

When you click the first option i.e Linux generic does it boot in text mode?

When you are at the login prompt, type your Account name & password, if success login you see something like
accountname@computername:~$ ,when you are at that stage type
startx

joymarie
October 18th, 2010, 07:47 AM
hey thanks for the answer.
i'll reboot my laptop now and see it from there.
get back to u in a jiff.
:guitar:

joymarie
October 18th, 2010, 08:17 AM
hello,

When you click the first option i.e Linux generic does it boot in text mode?

When you are at the login prompt, type your Account name & password, if success login you see something like
accountname@computername:~$ ,when you are at that stage type
startx


i have tried what yous said.
but it only load black screen.
what does it mean?

i interrupted the process after 10 minutes.

JackNocturne
October 18th, 2010, 08:29 AM
That means there is a problem with graphic drivers, unfortunately i'm inexperienced in that area, but don't worry someone will provide a solution.:P

Add the following info too, after you login as before (without startx command)
type

lspci | grep -i graphic
Tell us the output,that will display your graphic card/controller.

joymarie
October 18th, 2010, 09:21 AM
That means there is a problem with graphic drivers, unfortunately i'm inexperienced in that area, but don't worry someone will provide a solution.:P

Add the following info too, after you login as before (without startx command)
type

lspci | grep -i graphic
Tell us the output,that will display your graphic card/controller.

it still doaesnt work.
what do i have to do then?

JackNocturne
October 18th, 2010, 10:04 AM
i'm sorry, i wasn't very clear, i mean that command
lspci | grep -i graphic
will tell you what is the name of your graphics card. By knowing the name of your graphics card, we will be able to find drivers for it.

rebecca1986618
October 18th, 2010, 11:03 AM
i learn more from this forum.

Don544
October 18th, 2010, 02:25 PM
Similar problem here. My machine offers five options ,after trying all five I found one line loads Ubuntu,as a graphical os. another loads the recovery mode another ends with a command line system after loading and two seem to point no where. I was about to post a thread about that and password problem.
Don

JackNocturne
October 18th, 2010, 02:52 PM
Don,
what are the other options which dont load to nowhere? and what password problem are you talking about?

joymarie
October 19th, 2010, 02:50 AM
i'm sorry, i wasn't very clear, i mean that command
lspci | grep -i graphicwill tell you what is the name of your graphics card. By knowing the name of your graphics card, we will be able to find drivers for it.

hello,
here's the result after the command lspci | grep -i graphic:

00:02 0 VGA Compatible Controller: Intel Corporation Core Processor Integrated
Graphics Controller
(rev 18)

that's it.
kindly help me fix my graphics problem.
i don't want to do anything until im sure of help.
thanks

joymarie
October 19th, 2010, 02:58 AM
Similar problem here. My machine offers five options ,after trying all five I found one line loads Ubuntu,as a graphical os. another loads the recovery mode another ends with a command line system after loading and two seem to point no where. I was about to post a thread about that and password problem.
Don


i know what you mean.
you hit ESC key when you had chosen to load the first grub right?
i have tried that too.
and i dont even know what the terminal is trying to ask from me.
there are a lot of commands which, of course, i am wasn't aware of.

joymarie
October 19th, 2010, 03:09 AM
hi, sorry it's (rev18)

drs305
October 19th, 2010, 03:11 AM
I am not a graphics troubleshooter, but here is something you can try:

At the Grub menu, highlight "Ubuntu Linux Generic". Press "e".
This will display the menu entry. Look for a line similar to this. The numbers will be different:


linux /boot/vmlinuz-2.6.35-22-generic root=UUID=1c4adc10-a208-4373-b842-9851a8421da9 ro quiet splash

Add this at the end of the "linux" line: nomodeset
It should now look something like this:

linux /boot/vmlinuz-2.6.35-22-generic root=UUID=1c4adc10-a208-4373-b842-9851a8421da9 ro quiet splash nomodeset

Now press CTRL-x and see if you get some (low-res) graphics.

joymarie
October 19th, 2010, 03:19 AM
hello,
here's the result after the command lspci | grep -i graphic:

00:02 0 VGA Compatible Controller: Intel Corporation Core Processor Integrated
Graphics Controller
(rev 18)

that's it.
kindly help me fix my graphics problem.
i don't want to do anything until im sure of help.
thanks


,
hi it's (rev eighteen).

joymarie
October 19th, 2010, 03:42 AM
I am not a graphics troubleshooter, but here is something you can try:

At the Grub menu, highlight "Ubuntu Linux Generic". Press "e".
This will display the menu entry. Look for a line similar to this. The numbers will be different:



Add this at the end of the "linux" line: nomodeset
It should now look something like this:


Now press CTRL-x and see if you get some (low-res) graphics.


hi,
i tried it but it still does not work.
does that mean my pc is lacking something?
a driver perhaps?

drs305
October 19th, 2010, 03:57 AM
hi,
i tried it but it still does not work.
does that mean my pc is lacking something?
a driver perhaps?


The nomodeset option is used to boot into a system having graphics issues so that the user can then install the appropriate drivers. I'll have to leave the graphics answers to users more knowledgeable in that area.

Are you just facing a blank screen or are you still having username and password login difficulties?

joymarie
October 19th, 2010, 03:53 PM
The nomodeset option is used to boot into a system having graphics issues so that the user can then install the appropriate drivers. I'll have to leave the graphics answers to users more knowledgeable in that area.

Are you just facing a blank screen or are you still having username and password login difficulties?


hello,
after i added the nomodeset and press ctrl x to boot, the system asked for my login account, i entered it, then it is again asking for a command. i tried the command startx and i only get the blank screen.
i restart the pc after 10 minutes.
i'm afraid it will damage my hd, with restarting a lot of times.

drs305
October 19th, 2010, 04:21 PM
I don't know what the problem is. If you don't have data files or lots of time invested in customizing your Wubi install you might consider reinstalling Wubi to see if that corrects the problem.

If you decide to do this, you uninstall the existing Wubi via the Windows Control Panel, Add Remove option.

If you have important data inside Wubi, we can tell you how to mount the Wubi file to recover those files.

joymarie
October 19th, 2010, 04:38 PM
I don't know what the problem is. If you don't have data files or lots of time invested in customizing your Wubi install you might consider reinstalling Wubi to see if that corrects the problem.

If you decide to do this, you uninstall the existing Wubi via the Windows Control Panel, Add Remove option.

If you have important data inside Wubi, we can tell you how to mount the Wubi file to recover those files.


i have no files at ubuntu yet.
i have tried re-installing it.
same thing happen.