Ubuntu stops at "starting up" message after Grub Loader

Asked by Aimulator64

Hello! I am the biggest dufus when it comes to computers and codes, etc. My friend gave me the Ubuntu 7.10 disk. I laoded it and booted it from the cd, and it worked and looked amazing. Then i went through the install process, the 7 steps, and told it to do the auto partitioning stuff, and then i installed it to a blank hard drive. After it installed, i went to load it from the hard drive, or boot it rather, and the Grub loader 1.5 i think, loads and gives me the options to do it in normal or recovery mode. I try to boot it in normal mode, but then a little line appears at the top left corner and blinks for a few minutes. This is on top of a black screen with nothing but this line. Then after about ten minutes, it says "starting up..." but will stay like that for hours. I finally restarted the comp after 3 hours of that, and realized it wasnt going to work. The furmers also suggested in other problems to turn acpi=off or something like that, but i have NO idea how to do stuff like that. I really like Ubuntu, and am dissapointed that it wont boot. Please help me, and try to make it sound really easy because i suck at computers. :)

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Allen Chemist (alchemist) said :
#1

Hey,

First off, be nice to yourself and don't say you suck at computers :)

Next, I would like to try that "acpi=off" thing you speak of. Here's how:
When you get that "grub screen", with the normal or recovery mode options, highlight the normal option, and hit the letter e (for Edit)
Next, highlight the line that starts with "Kernel ...", and hit e again.

You now should see something like
blah blah quiet splash --

Remove the "quiet splash --" from the end of this line (don't worry, nothing is saved when you do this, so nothing is broken beyond a reboot if you erase the wrong thing), and add the following:
noapic noacpi

Now, hit enter to boot it. This time, you should see a lot more output of things... where does it seem to get stuck on? (It's not important to write everything down, just what you determine is important)

More detailed documentation on this process can be found here:
https://help.ubuntu.com/community/BootOptions

Let me know if this helps!

-Allen

Revision history for this message
Aimulator64 (bbristol-frontiernet) said :
#2

Thank you very much for responding!

I typed in the Noapic and noacpi thing and it still hangs on the screen right after it. There is no text, and there is just a small underscore blinking in the top left corner of the screen. I know that the disk is not defective because i booted Ubuntu from the cd, so that should work. Please let me know what i should do. Thank you very much.

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

Try other some commons parameters by putting them one by one or together:
noacpi nolapic nodma all_generic_ide

Hope this helps

Revision history for this message
Aimulator64 (bbristol-frontiernet) said :
#4

Im srry to bother you guys, but it still does the same thing. Could it possibly be the way i told it to install or partition, whatever that means? ive tried all of these things that you have suggested, and they all just dont even start to load. Thanks for your time :)

Brian

Revision history for this message
Allen Chemist (alchemist) said :
#5

The only other thing I can think of, is something is wrong/changed with the way your hard drives are hooked up. Answer as many of the below questions as you can make sense of:

Do you have more than one drive in the system? Are they IDE (about 3" wide, very thin cable, usually grey), or SATA (1/2" wide, also rather thin and usually red) cables?

If it's IDE, who is on the primary channel, and which one is the master and slave? Secondary master and slave?

If you have both SATA and IDE, in the bios what is the "hard drive order" (this is my bios's name for it... yours may differ, but basically it's where you choose if you want to boot from the first SATA drive, or the primary master IDE drive)

When you turn the computer on, and are in the GRUB boot menu (where you normally press the "e" for edit), one of the lines should be a
root (hd0,0)

What is this line? (the above corresponds to the primary master (first zero)'s first partition (second zero)). You may try changing these numbers around, but this will probably only result in "drive not found" or similar

Finally, since the CD did work without additional options, the install should work without additional options... I wonder if a re-install would be easier?

-allen

Revision history for this message
Aimulator64 (bbristol-frontiernet) said :
#6

Quoting Allen Chemist <email address hidden>:

> Your question #23973 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/23973
>
> Status: Open => Needs information
>
> Allen Chemist requested for more information:
> The only other thing I can think of, is something is wrong/changed with
> the way your hard drives are hooked up. Answer as many of the below
> questions as you can make sense of:
>
> Do you have more than one drive in the system? Are they IDE (about 3"
> wide, very thin cable, usually grey), or SATA (1/2" wide, also rather
> thin and usually red) cables?

The Master drive is SATA, a 120 gig, and the slave is IDE i think, and
is 40 gigs

>
> If it's IDE, who is on the primary channel, and which one is the master
> and slave? Secondary master and slave?

I am the only one on the drive, and the Sata is my main drive. The IDE
is what Ubuntu is installed on, and that is my secondary.
>
> If you have both SATA and IDE, in the bios what is the "hard drive
> order" (this is my bios's name for it... yours may differ, but basically
> it's where you choose if you want to boot from the first SATA drive, or
> the primary master IDE drive)

The Master SATA is set to boot first, but ive been trying to boot from
the other drive through the boot menu. (choosing what drive to boot
from)

>
> When you turn the computer on, and are in the GRUB boot menu (where
> you normally press the "e" for edit), one of the lines should be a
> root (hd0,0)
>
> What is this line? (the above corresponds to the primary master (first
> zero)'s first partition (second zero)). You may try changing these
> numbers around, but this will probably only result in "drive not found"
> or similar

Its a hd0,0 deal, and i guess i can try to reinstall, but heres the
other question. My second drive does not appear in windows "my
computer" anymore. in addor remove hardware it recognizes the drive,
but i cannot format the other drive because it is not there anymore.
Any ideas?
>
> Finally, since the CD did work without additional options, the install
> should work without additional options... I wonder if a re-install would
> be easier?
>
> -allen

Thanks again, Brian
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/23973
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Allen Chemist (alchemist) said :
#7

Hey Brian

I don't have that sort of setup in front of me, so I can't test it before saying anything, so here is a guess on where to look and what to try.

You say it boots to the sata first, and the ide drive is the primary slave, try changing the (hd0,0) to (hd1,0) by highlighting the line and hitting the e key. There is a good explanation about drive names here:
http://www.xs4all.nl/~lennartb/bootloaders/node7.html

What about in XP, under disk management? XP Probably wouldn't see the drive in "My Computer", because it doesn't understand the linux formatting of the drive. If you use XP, do a start -> run and type in diskmgmt.msc

Your drive should show up as a 40gb drive with an unknown partition on it.

Revision history for this message
Aimulator64 (bbristol-frontiernet) said :
#8

-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of
Allen Chemist
Sent: Friday, February 08, 2008 5:06 PM
To: <email address hidden>
Subject: Re: [Question #23973]: Ubuntu stops at "starting up" messageafter
Grub Loader

Your question #23973 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/23973

    Status: Open => Answered

Allen Chemist proposed the following answer:
Hey Brian

I don't have that sort of setup in front of me, so I can't test it
before saying anything, so here is a guess on where to look and what to
try.

You say it boots to the sata first, and the ide drive is the primary slave,
try changing the (hd0,0) to (hd1,0) by highlighting the line and hitting the
e key. There is a good explanation about drive names here:
http://www.xs4all.nl/~lennartb/bootloaders/node7.html

What about in XP, under disk management? XP Probably wouldn't see the
drive in "My Computer", because it doesn't understand the linux
formatting of the drive. If you use XP, do a start -> run and type in
diskmgmt.msc

Your drive should show up as a 40gb drive with an unknown partition on
it.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+question/23973/+confirm?answer_id=6

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+question/23973

You received this question notification because you are a direct
subscriber of the question.

Thank you for responding so quickly! I really appreciate the help I am
receiving. I would like to know how I can make my drive show up in order to
format it in windows. Im going to try to reinstall Ubuntu and then go from
there, but my 40 gig drive only shows up in diskmgmt.msc, and I really want
it to be formatted so it will show up in "my computer." Is there a way to
make this possible?

Revision history for this message
Allen Chemist (alchemist) said :
#9

"Format it in windows" -- this would be unnecessary before an ubuntu install -- the ubuntu installer allows you to format the disk during the install. When you get to the part about disk partitioning, I believe the default is to "shrink existing, and use the new space". This would shrink your windows partition you created before the install, then format the blank space to a Linux filesystem. Heren you would want to choose "use entire disk" (just make sure it's the 40gb disk, and NOT your windows disk!!)

If you want the disk to show up in "My Computer", _AND_ have Ubuntu installed on it you will need a driver for windows to help it understand the formatting. Such a driver is free, and available here:
http://www.fs-driver.org/

Revision history for this message
Aimulator64 (bbristol-frontiernet) said :
#10

Thank you for that link, and now the drive shows up in my computer. However,
I wanted to completely format the drive to have the 40 gigs of space back
and totally have a blank drive. After running the driver, I now only have
1.57 gigs of space on my drive, or so it says, and when I try to format it,
only lets me choose 1.57 gigs. Please help me get my space back!!!

Brian

-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of
Allen Chemist
Sent: Tuesday, February 12, 2008 12:25 PM
To: <email address hidden>
Subject: RE: [Question #23973]: Ubuntu stops at "starting up"messageafter
Grub Loader

Your question #23973 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/23973

    Status: Open => Answered

Allen Chemist proposed the following answer:
"Format it in windows" -- this would be unnecessary before an ubuntu
install -- the ubuntu installer allows you to format the disk during the
install. When you get to the part about disk partitioning, I believe
the default is to "shrink existing, and use the new space". This would
shrink your windows partition you created before the install, then
format the blank space to a Linux filesystem. Heren you would want to
choose "use entire disk" (just make sure it's the 40gb disk, and NOT
your windows disk!!)

If you want the disk to show up in "My Computer", _AND_ have Ubuntu
installed on it you will need a driver for windows to help it understand the
formatting. Such a driver is free, and available here:
http://www.fs-driver.org/

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+question/23973/+confirm?answer_id=8

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+question/23973

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
Launchpad Janitor (janitor) said :
#11

This question was expired because it remained in the 'Open' state without activity for the last 15 days.