LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Newbie needs help with Ubuntu install (https://www.linuxquestions.org/questions/linux-software-2/newbie-needs-help-with-ubuntu-install-710607/)

chdslipknot 03-10-2009 05:54 PM

Newbie needs help with Ubuntu install
 
Ok well I am trying to install Ubuntu 8.10 Desktop onto another computer with a wiped drive using a Live CD. This Live CD does work I have used it on other systems but I am very new to linux. Upon using the Live CD and going through the install, when restarting it prompts me to take out the Live CD. After doing so it reboots goes through the normal list of my hardware then stops with a blinking "_". It will not boot through my hard drive. Thanks in advance. Please help!

rjlee 03-10-2009 06:53 PM

Ubuntu uses a program called Grub to load the kernel into memory when you boot the computer.

Grub has to be a tiny program to fit into the size of a bootloader, so errors it reports tend to be rather terse (usually just a number or a fraction of the string "grub"). But it normally does offer errors of some sort.

In your case, it looks like you may not even be getting as far as running grub, so I'd start by checking the BIOS settings (usually obtained by pressing a key like F2 or Delete to enter setup while the BIOS logo appears).

You might also look at using a different boot loader than grub. For example, you can install the Smart Boot Manager which is included in the Ubuntu CD (see https://help.ubuntu.com/community/SmartBootManager).

If all else fails, there is a kludge. Can you boot from a floppy drive? If so, you can create a boot floppy that will load the kernel from the hard disk and boot from that; this usually works around most problems. Instructions here: https://help.ubuntu.com/community/GrubHowto/BootFloppy (instructions should work from Windows or the live CD).

Hope that helps,

—Robert J Lee

yancek 03-10-2009 09:34 PM

Grub usually gives an error number. Since you're not getting to that point, I'm wondering if you installed Grub to the master boot record. You need the stage1 file of Grub in the mbr to boot. I assume you have only one hard drive since you didn't indicate otherwise?


All times are GMT -5. The time now is 05:17 PM.