Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
LILO Problem
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Freejack
n00b
n00b


Joined: 08 Mar 2004
Posts: 52
Location: Germany, near Marburg

PostPosted: Mon Jun 28, 2004 10:41 am    Post subject: LILO Problem Reply with quote

Hallo! Ich hab grad gentoo-dev-sources-2.6.7-r6 emerged und wollte nun lilo den MBR neuschreiben lassen, ABER er bricht jetzt neuerdings immer mit "Fatal: Setup length exceeds 31 maximum; kernel setup will overwrite boot loader" ab. WEIß JEMAND RAT? 2.6.7 und der 2.6.5 gehen jetzt nicht mehr.

-Freejack
Back to top
View user's profile Send private message
boris64
Veteran
Veteran


Joined: 04 Oct 2003
Posts: 1770
Location: Vechelde/Peine

PostPosted: Mon Jun 28, 2004 10:48 am    Post subject: Reply with quote

was spricht gegen die benutzung von grub?
_________________
boris64.net 200x / visit my desktop / try these tiny kernel patches ;)
Back to top
View user's profile Send private message
Freejack
n00b
n00b


Joined: 08 Mar 2004
Posts: 52
Location: Germany, near Marburg

PostPosted: Mon Jun 28, 2004 10:51 am    Post subject: Reply with quote

Das ich es nicht verwenden möchte.
Junge, ich hab ein Problem. Ich brauch keinen Glaubenskrieg. :?
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Mon Jun 28, 2004 10:57 am    Post subject: Reply with quote

du hast nicht zufälligerweise das bzImage in einen elendig langen namen umbenannt, der länger als 31zeichen ist, oder irgendwelche sonderzeichen beinhaltet oder so?

oder du hast den entry name den du booten möchtest zu lange benannt.

versuchs mal mit kurzen namen
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
RealGeizt
l33t
l33t


Joined: 22 Apr 2003
Posts: 700

PostPosted: Mon Jun 28, 2004 10:57 am    Post subject: Reply with quote

mal lilo neu mergen?
hab den neusten von gentoo-dev-sources und hab keine probleme damit.
Back to top
View user's profile Send private message
Freejack
n00b
n00b


Joined: 08 Mar 2004
Posts: 52
Location: Germany, near Marburg

PostPosted: Mon Jun 28, 2004 11:01 am    Post subject: Reply with quote

Hier ist mal die /etc/lilo.conf:

Code:

# Last edited by Freejack 2004.06.28

map  = /boot/map
boot = /dev/hda
# install = /boot/boot.b
prompt
timeout = 30
# lba32
vga = 792

menu-title  = "D e f i a n t"
menu-scheme = wK:kW:wK:WK

default = Linux

image = /vmlinuz
    initrd = /boot/initrd-1024x768
    append = "video=vesa:1024x768,mtrr splash=silent"
    label  = "Linux"
    root   = /dev/hda3
    read-only

other=/dev/hda1
    label = Windows

image = /boot/memtest86/memtest.bin
    label  = "Memtest"
    read-only



vmlinuz ist ein ln -s link auf /boot/linux-2.6.7

-Freejack
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Mon Jun 28, 2004 11:04 am    Post subject: Reply with quote

hmm, sieht ganz vernünftig aus, ausser die append-zeile, kommentier die mal aus und kuck was es sagt.

meine sieht so aus, evtl. kannst du da was abkucken.
Quote:
root@mail:~> cat /etc/lilo.conf
boot=/dev/cciss/disc0/part1
map=/boot/map
install=/boot/boot.p
prompt
timeout=10
lba32
default=gentoo-grsec

image=/boot/bzImage-grsec-2.4.24-utf8
label=gentoo-grsec
read-only
root=/dev/cciss/disc0/part3

image=/boot/bzImage-grsec-2.4.23
label=gentoo-bak
read-only
root=/dev/cciss/disc0/part3

_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
Freejack
n00b
n00b


Joined: 08 Mar 2004
Posts: 52
Location: Germany, near Marburg

PostPosted: Mon Jun 28, 2004 11:04 am    Post subject: Reply with quote

Lilo neu emerged, Problem besteht leider immer noch.

An der append Zeile lags auch nicht.


Last edited by Freejack on Mon Jun 28, 2004 11:08 am; edited 1 time in total
Back to top
View user's profile Send private message
RealGeizt
l33t
l33t


Joined: 22 Apr 2003
Posts: 700

PostPosted: Mon Jun 28, 2004 11:05 am    Post subject: Reply with quote

meine sieht so aus...vll, hilfts ja :)

Code:
#lilo.conf
#
#Global Options:

boot=/dev/hda
prompt
timeout=40
lba32
#map=/boot/map
#install=/boot/boot.b
install=/boot/boot-bmp.b

#
#Bootsplash Options:

#bitmap=imagefile (bitmap 640x480x16)
#bmp-colors=<foreground>,<background>,<shadow>,<highlighted-fg>,<highlighted-bg>,<highlighted-sh>
#bmp-table=<x>,<y>,<ncol>,<nrow>,<xsep>,<spill>
#bmp-timer=<x>,<y>,<fg>,<bg>,<sh>

#I use these settings for a bootmenu with 3 options with gentoo.bmp :
bitmap=/boot/gentoo.bmp
bmp-colors=15,,0;7,,0
bmp-table=280p,370p,1,3,19,
bmp-timer=300p,447p,7,

#These are usable settings for future.bmp (and 4 menu options of max 19 chars):
#bitmap=/boot/future.bmp
#bmp-colors=7,,0;15,,0
#bmp-table=105p,150p,1,4,19,
#bmp-timer=590p,10p,7,

default=Gentoo

#
#Bootable Kernel Images:

image=/boot/bzImage
        vga=0x51A
        label=Gentoo
        read-only
        root=/dev/hda3
        append="hdd=ide-scsi video=vesa:ywrap,mtrr"
        initrd=/boot/initrd-1280x1024
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Mon Jun 28, 2004 11:09 am    Post subject: Reply with quote

evtl. mal das menu scheme rauskicken?
sorry das ich hier jetzt nix genaueres weiss, ich stocher einfach mal...
oh, und /boot ist gemounted, ja?
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
Freejack
n00b
n00b


Joined: 08 Mar 2004
Posts: 52
Location: Germany, near Marburg

PostPosted: Mon Jun 28, 2004 11:11 am    Post subject: Reply with quote

An scheme langs auch nicht.
/boot ist auf der Rootpartition.
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Mon Jun 28, 2004 11:16 am    Post subject: Reply with quote

aha, das googlen bringt

Code:
And in my lilo.config there is a line:
vga="standar"

When I replace "standar" by a number or if I purge the whole line I get the error:
Fatal: Setup length exceeds 31 maximum; kernel setup will overwrite boot loader


evtl. mal die vga sachen rausnehmen?
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
Freejack
n00b
n00b


Joined: 08 Mar 2004
Posts: 52
Location: Germany, near Marburg

PostPosted: Mon Jun 28, 2004 11:27 am    Post subject: Reply with quote

Hab ich auch schon probiert!
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Mon Jun 28, 2004 11:33 am    Post subject: Reply with quote

hi, das hatte ich auchmal.

kernel neu compiled und hat funktioniert.

ciao
Back to top
View user's profile Send private message
Freejack
n00b
n00b


Joined: 08 Mar 2004
Posts: 52
Location: Germany, near Marburg

PostPosted: Mon Jun 28, 2004 11:35 am    Post subject: Reply with quote

SCHEIßE! Ich habs gepackt. (Bitte schlagt mich nicht) Ich hab aus /usr/src/linux/arch/i386/boot/ nicht bzImage sondern vmlinuz (beide haben die selbe Größe) kopiert. ARGHHHH!!!!

Danke für eure Mühe!

-Freejack
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Mon Jun 28, 2004 12:26 pm    Post subject: Reply with quote

arghs :lol:

deswegen mach ich immer:

cp /usr/src/linux/a<tab>i3<tab>b<tab> /boot/ ;) damit sowas net passiert :)
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum