PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : lilo: linux, linux dualboot



/marv
17.08.04, 15:23
Hi Leute,

hab mir Gentoo installiert und nun ein Problem Debian wieder in den Bootmanager einzubinden :) Ich weiss nicht wie es gehen soll. Hab die lilo doc leider nur auf einer SPrache gefunden die ich nicht behersche *g*
Naja ich paste einfach mal meine lilo config:



# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/files/lilo.conf,v 1.2 2004/07/18 04:42:04 dragonheart Exp $
# Author: Ultanium

#
# Start LILO global section
#

# Faster, but won't work on all systems:
#compact
# Should work for most systems, and do not have the sector limit:
lba32
# If lba32 do not work, use linear:
#linear
# MBR to install LILO to:
boot = /dev/hda
map = /boot/.map

# If you are having problems booting from a hardware raid-array
# or have a unusual setup, try this:
#disk=/dev/ataraid/disc0/disc bios=0x80 # see this as the first BIOS disk
#disk=/dev/sda bios=0x81 # see this as the second BIOS disk
#disk=/dev/hda bios=0x82 # see this as the third BIOS disk

# Here you can select the secondary loader to install. A few
# examples is:
#
# boot-text.b
# boot-menu.b
# boot-bmp.b
#
install = /boot/boot-menu.b # Note that for lilo-22.5.5 or later you
# do not need boot-{text,menu,bmp}.b in
# /boot, as they are linked into the lilo
# binary.

menu-scheme=Wb
prompt
# If you always want to see the prompt with a 15 second timeout:
#timeout=150
delay = 50
# Normal VGA console
vga = normal
# VESA console with size 1024x768x16:
#vga = 791

#
# End LILO global section
#

#
# Linux bootable partition config begins
#

# Gentoo
image = /boot/vmlinuz-2.6.7
root = /dev/hdb1
#root = /devices/discs/disc0/part3
label = Gentoo
read-only # read-only for checking

# Debian
image = /boot/vmlinuz-2.6.7
root = /dev/hda1
label = Debian
read-only # read-only for checking
####### Das geht zb nicht :( #######

#
# Linux bootable partition config ends
#

#
# DOS bootable partition config begins
#
#other = /dev/hda1
#other = /devices/discs/disc0/part1
#label = winlabel
#table = /dev/hda
#
# DOS bootable partition config ends
#


Ich hoffe ihr könnt mir helfen!

Gruß marv

wickey
17.08.04, 16:53
Deine lilo.conf ist falsch.

Wenn Du Debian laden möchtest, musst Du es als anderes System einbinden. Dazu musst Du den Bootloader von Debian in dessen Partition installieren also statt boot=/dev/hda gibst Du den Ort der Installation von Debian an, was ich Deiner config entnehme also boot=/dev/hda1 und mit # lilo installieren. (Wenn Du Dein Debain nicht booten kannst, chroote einfach in Dein Debian.

Den Bootloader von Gentoo confst Du für Debian dann so:

other=/dev/hda1
label=Debian

Es meldet sich beim Booten dann der Loader von gentoo, wenn Du Debian dann auswählst, meldet sich der von Debian, dessen Bootloader man dann so confan kann, das man den gar nicht zu gesicht bekommt, etwa durch kein Timeout.

Und das mit der Sprache: Lerne Englisch, die Sprache des Webs und die von Linux.

grüße wickey

/marv
17.08.04, 19:57
die docu war chinesisch oder so... hätte ich eine englische gefunden no prob...

wickey
17.08.04, 21:26
hätte ich eine englische gefunden no prob...

man lilo
man lilo.conf

grüße wickey