LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-29-2007, 02:31 PM   #1
cherith.brook
LQ Newbie
 
Registered: Sep 2007
Posts: 27

Rep: Reputation: 15
booting with grub


When I try to boot ubuntu 7.10 I get the error 15 message. What is this and how do I rectify it please.7.10 is on a 800 mhz machine with 512mb of ram and a 12gb hard drive.
Thanks
Eddie
 
Old 11-29-2007, 02:34 PM   #2
uncle-c
Member
 
Registered: Oct 2006
Location: The Ether
Distribution: Ubuntu 16.04.7 LTS, Kali, MX Linux with i3WM
Posts: 299

Rep: Reputation: 30
http://www.linuxquestions.org/questi...to-fix-547773/

This may shed some light on the subject.
 
Old 11-29-2007, 02:42 PM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
#15: Error parsing number.

This sounds like something wrong with the config file. (/boot/grub/menu.lst)

Can you boot up with a Live CD?

What is the configuration?---e.g. dual-boot with windows?

Was it once working? Problem appeared after a change?
 
Old 11-29-2007, 06:39 PM   #4
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
if you can see a grub menu just after bios then you can press c for commands to get to use the troubleshooter link in my signature.

2) you will be wanting to set up root and use the find to look for your menu.lst as it is likely to have gone missing probably never installed.

3) can you tell us what changes you made recently? is this a new install? etc
 
Old 11-30-2007, 02:58 PM   #5
cherith.brook
LQ Newbie
 
Registered: Sep 2007
Posts: 27

Original Poster
Rep: Reputation: 15
It is a new install not a dual boot.It installed fine, but upon reboot the orange ribbon stuck at the beginning and didn't move.Advice I received on this forum was to delete "splash and quiet" fom the grub menu. When I did this I got the error 15 message.I can access the grub menu and the "c" command.What do I put in here please.I have access to knoppix live cd, how can I use this to get ubuntu 7.10 working again. Thanks for your patience.
Eddie
 
Old 11-30-2007, 04:12 PM   #6
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
1) troubleshooter will show you how to boot your system but with your postcount you may be better off with a live cd

2) boot the cd....you should see icons on your desktop when it loads for each hard drive partition.....click on each and drill down into folder /boot until you know which partition holds boot.....it may be hda1 or hda5 or sda1 or sda2 etc.....if you can remember tell us how your partitions are setup if you get into trouble.

also in using knoppix, navigate on the left hand side panel to see where knoppix is mounting it, (making accessible to read) it may be /mnt folder subfolder hda1 or hda5 etc

once you know its (eg) sda3 then right hand click each partition icon you went into and select option "umount'

now open a terminal and type su to get root powers in knoppix
next is a command to mount an example...change it to suit your partition for /boot

mount -t ext3 /dev/sda3 /mnt/sda3.....(make sure /mnt/sda3 folder exists b4 doing command)

I am not sure if ubuntu uses ext3 so use konqueror to examine the file /etc/fstab to see what format your / is formatted as examples are ext2 ext3 reiserfs xfs

now start konquror in su mode by

konqueror

then navigate to /mnt/hdX (or sdY)/boot/grub/menu.lst and open that file

put a # symbol before the line that starte with splashimage

on the kernel line for ubuntu which will read something like
" kernel (/boot or noboot showing)/vmlinuz-version root=/dev/hdX (or sdY) (or /=label) and some other stuff......

delete any reference you see to splash=something

THEN save

then exit and then close down konqueror then issue command
umount /mnt/hdX or sdY.......where hdX is the same form as used in your mount command

then to be sure....re click on the icon that you discovered for your /boot and check menu.lst is how you want it and then reboot your hard drive and good luck

3) when you solve all this.....try to prevent these problems in the future with a backup system...I use partimage

Last edited by aus9; 11-30-2007 at 04:17 PM.
 
Old 11-30-2007, 04:38 PM   #7
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,248

Rep: Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156
Quote:
Originally Posted by cherith.brook View Post
It is a new install not a dual boot.It installed fine, but upon reboot the orange ribbon stuck at the beginning and didn't move.Advice I received on this forum was to delete "splash and quiet" fom the grub menu. When I did this I got the error 15 message.
In which case you did something wrong - just editting that shouldn't cause this error.
Simplest (prior to aus9 suggestion) might be to re-boot and select the "recovery mode" on the boot list. This does exactly what you wanted, without the need for the edit.
See what the (last) messages indicate.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Booting of raw ISO from GRUB/LILO (though preferably GRUB) Orkie Linux - Software 28 12-15-2013 09:37 PM
xp not booting in grub yianni Fedora 10 10-01-2007 04:26 AM
Booting my new ubuntu install = "GRUB GRUB GRUB GRUB GRUB" etc. dissolved soul Ubuntu 2 01-13-2007 12:55 PM
Help with grub booting turalo Linux - Newbie 3 06-30-2006 02:23 PM
how to edit grub.conf from grub shell during booting pashaikh Linux - Security 1 06-27-2006 05:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration