View previous topic :: View next topic |
Author |
Message |
Freejack n00b
Joined: 08 Mar 2004 Posts: 52 Location: Germany, near Marburg
|
Posted: Mon Jun 28, 2004 10:41 am Post subject: LILO Problem |
|
|
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 |
|
|
boris64 Veteran
Joined: 04 Oct 2003 Posts: 1770 Location: Vechelde/Peine
|
|
Back to top |
|
|
Freejack n00b
Joined: 08 Mar 2004 Posts: 52 Location: Germany, near Marburg
|
Posted: Mon Jun 28, 2004 10:51 am Post subject: |
|
|
Das ich es nicht verwenden möchte.
Junge, ich hab ein Problem. Ich brauch keinen Glaubenskrieg. |
|
Back to top |
|
|
toskala Advocate
Joined: 14 Dec 2002 Posts: 2080 Location: hamburg, germany
|
Posted: Mon Jun 28, 2004 10:57 am Post subject: |
|
|
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 |
|
|
RealGeizt l33t
Joined: 22 Apr 2003 Posts: 700
|
Posted: Mon Jun 28, 2004 10:57 am Post subject: |
|
|
mal lilo neu mergen?
hab den neusten von gentoo-dev-sources und hab keine probleme damit. |
|
Back to top |
|
|
Freejack n00b
Joined: 08 Mar 2004 Posts: 52 Location: Germany, near Marburg
|
Posted: Mon Jun 28, 2004 11:01 am Post subject: |
|
|
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 |
|
|
toskala Advocate
Joined: 14 Dec 2002 Posts: 2080 Location: hamburg, germany
|
Posted: Mon Jun 28, 2004 11:04 am Post subject: |
|
|
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 |
|
|
Freejack n00b
Joined: 08 Mar 2004 Posts: 52 Location: Germany, near Marburg
|
Posted: Mon Jun 28, 2004 11:04 am Post subject: |
|
|
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 |
|
|
RealGeizt l33t
Joined: 22 Apr 2003 Posts: 700
|
Posted: Mon Jun 28, 2004 11:05 am Post subject: |
|
|
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 |
|
|
toskala Advocate
Joined: 14 Dec 2002 Posts: 2080 Location: hamburg, germany
|
Posted: Mon Jun 28, 2004 11:09 am Post subject: |
|
|
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 |
|
|
Freejack n00b
Joined: 08 Mar 2004 Posts: 52 Location: Germany, near Marburg
|
Posted: Mon Jun 28, 2004 11:11 am Post subject: |
|
|
An scheme langs auch nicht.
/boot ist auf der Rootpartition. |
|
Back to top |
|
|
toskala Advocate
Joined: 14 Dec 2002 Posts: 2080 Location: hamburg, germany
|
Posted: Mon Jun 28, 2004 11:16 am Post subject: |
|
|
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 |
|
|
Freejack n00b
Joined: 08 Mar 2004 Posts: 52 Location: Germany, near Marburg
|
Posted: Mon Jun 28, 2004 11:27 am Post subject: |
|
|
Hab ich auch schon probiert! |
|
Back to top |
|
|
_hephaistos_ Advocate
Joined: 07 Apr 2004 Posts: 2694 Location: salzburg, austria
|
Posted: Mon Jun 28, 2004 11:33 am Post subject: |
|
|
hi, das hatte ich auchmal.
kernel neu compiled und hat funktioniert.
ciao |
|
Back to top |
|
|
Freejack n00b
Joined: 08 Mar 2004 Posts: 52 Location: Germany, near Marburg
|
Posted: Mon Jun 28, 2004 11:35 am Post subject: |
|
|
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 |
|
|
toskala Advocate
Joined: 14 Dec 2002 Posts: 2080 Location: hamburg, germany
|
Posted: Mon Jun 28, 2004 12:26 pm Post subject: |
|
|
arghs
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 |
|
|
|