since two days i notice an error (error 23) at boot which forces me to start up in Failsafe mode (desktop mode does no longer work)
Fortunately the failsafe mode lets me do most or all the things i normally do, however, i’d like to have thigs running without errors if possible…
just before the error appeared I had installed the qt UI for Gnome’s Yast, becasue the gtk one got me stuck without possibilty of confirming a necessary confirmation screen for upgrades/downloads/replacement.
The install seemed to go wrong (error message at final install: System management is blocked by app. id.8780 (YAST2/bin/y2base (dutch: Systeembeheer is geblokkeerd door de applicatie met pid 8780 (/usr/lib/YaST2/bin/y2base)
However, afterwards the QT UI seemed to be succesfully installed.
Also, i have been running an external HardDisk with a RAID option/function, for some time prior to the appearance of Error 23.
I tried running YAST-> System -> bootloader (with the Desktop mode set to default.)
It seemed to (re)install the bootloader, but had no effect on the error last time i checked.
On 2011-10-19 23:46, tmoonen wrote:
>
> dear helping hand,
>
> since two days i notice an error (error 23) at boot which forces me to
> start up in Failsafe mode (desktop mode does no longer work)
23 : Error while parsing number
This error is returned if GRUB was expecting to read a number and
encountered bad data.
You have to edit /boot/grub/menu.lst and correct the error.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)
I found the file, made a copy and opened it to study, but i don’t know what to change.
it’s printed below.
When booting was going a status message ’ did not succeed in making an image for next boot’ was shown. I didn’t note it down as i had activated a boot logger just before… couldn’t find this message though in the bootlog (which i could not attached due to forum policy). I’ll take note next boot.
Please tell me if you see anything obviously wrong, so i could correct it.
Thanks again!
Tom
Modified by YaST2. Last modification on wo okt 19 23:46:07 CEST 2011
THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader
Could it be the “vga=none”, AFAIK this should be 0xhex number, in your case (see Failsafe bootline) “vga=0x31a”. Also AFAIK “vga=normal” is another non numeric option.
On 2011-10-24 22:46, Knurpht wrote:
>
> Could it be the “vga=none”, AFAIK this should be 0xhex number, in your
> case (see Failsafe bootline) “vga=0x31a”. Also AFAIK “vga=normal” is
> another non numeric option.
>
> Sorry, Carlos, if I gave away your secret…
But grub doesn’t parse that part of the line, it passes it to the kernel.
Everything that is behind the “kernel” token is passed as is.
The error 23 typically goes for the “(hd0,1)” part, that misses a part. For
example “(hd0,hd1)”.
It is a pain that grub is not more explicit with what it doesn’t
understand, it could print the exact line and mark the bad word.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)