PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : fehler mit lilo



burnme
03.02.03, 00:45
Hi,

ich habe 2 Platten. Eine auf dem Primary Master ;D
und eine auf dem Secondary Slave.
Auf der Pri. Master habe ich Windows 2k installiert.
Und dann wollte ich auf der Sec. Slave Platte (hdd6)
Linux installieren. LiLO habe ich in den MBR installieren lassen.
Doch wenn ich den Rechner jetzt boote, komme
anstatt LiLO normaler Screen immer:
L 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 etc....

Und dann bleibt er stehen. Wodran liegt dieser Fehler?!
Danke...

HirschHeisseIch
03.02.03, 02:48
einfach mal lilo neu in den mbr schreiben. hat bei mir auch immer geholfen, wenn der solche fehler gemacht hat.

Helium
03.02.03, 05:28
Tach,

in welchen MBR ? In den der 1. Platte ( Prim Master ) oder den der 2. Platte ?

LILO mag es nicht in den MBR der 2. Platte geschrieben zu werden ( meine Erfahrung ) . abhilfe schafft hier grub.

gruss
helium

uTaNG
03.02.03, 06:35
hmm ... mit LILO geht das auch ... hast du dir mal /usr/share/doc/lilo/Manual.txt angesehen?
für den L 01 Feherl = man 8 lilo
01 invalid disk command

generl würde ich erstmal versuchen in den MBR deiner hdd/hdd6 Platte zu installieren und via Partitions Magic diese Partition zuaktivieren,damit Linux started... -> dann neu booten ... und die restlichen HDs in lilo.conf aufnehmen ...


LILO started by DOS-MBR
- - - - - - - - - - - -

+-------------------------------------------------------+
| Master Boot Record Boot sector Operating system |
|-------------------------------------------------------|
| DOS-MBR ------------> LILO --------> Linux |
| ---> other OS |
+-------------------------------------------------------+

This is a "safe" LILO setup: LILO is booted by the DOS-MBR. No other boot
sectors have to be touched. If the other OS (or one of them, if there are
several other operating systems being used) should be booted without using
LILO, the other partition has to be marked "active" with fdisk or activate.

Installation:

- install LILO with its boot sector on the Linux partition.
- use fdisk or activate to make that partition active.
- reboot.

Deinstallation:

- make a different partition active.
- install whatever should replace LILO and/or Linux.





Two disks, Linux on second disk, first disk has an extended partition
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

If there is no Linux partition on the first disk, but there is an extended
partition, the LILO boot sector can be stored in the partition sector of
the extended partition and it should be booted by the original master boot
record or by a program like BOOTACTV.

FIRST DISK SECOND DISK
+--------------------------+ +--------------------------+
| MBR /dev/hda | | MBR /dev/hdb |
| +------------------------| | +------------------------|
| | MS-DOS /dev/hda1 | | | Linux /dev/hdb1 |
| |------------------------| | |------------------------|
--> | | Extended /dev/hda2 | | | ... /dev/hdb2 |
| | +----------------------| | | |
| | | ... /dev/hda5 | | | |
| | |----------------------| | | |
| | | ... /dev/hda6 | | | |
+--------------------------+ +--------------------------+

The program activate, that accompanies LILO, may have to be used to set the
active marker on an extended partition, because MS-DOS' FDISK and some
older version of Linux fdisk refuse to do that. (Which is generally a good
idea.)


Two disks, Linux on second disk, first disk has no extended partition
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

If there is neither a Linux partition nor an extended partition on the
first disk, then there's only one place left, where a LILO boot sector
could be stored: the master boot record.

In this configuration, LILO is responsible for booting all other operating
systems too.

FIRST DISK SECOND DISK
+--------------------------+ +--------------------------+
--> | MBR /dev/hda | | MBR /dev/hdb |
| +------------------------| | +------------------------|
| | MS-DOS /dev/hda1 | | | Linux /dev/hdb1 |
| |------------------------| | |------------------------|
| | ... /dev/hda2 | | | ... /dev/hdb2 |
+--------------------------+ +--------------------------+

You should back up your old MBR before installing LILO and verify that LILO
is able to boot your other operating system(s) before relying on this
approach.

The line boot = /dev/hda2 in /etc/lilo.conf would have to be changed to
boot = /dev/hda in this example.

burnme
03.02.03, 12:54
uTaNG,

das problem ist ja, dass ich gar nicht in windows
rein komme, um irgendwas mit partition magic zu ändern...
kann ja nix mehr booten...

wie kann ich den lilo in den mbr der der pri master spielen?!
danke...

burnme
03.02.03, 13:29
also,

lilo wurde in den mbr der ersten platte geschrieben..

lba32
boot=/dev/hda
root=/dev/hdd6
install=/boot/boot-menu.b
map=/boot/map
delay=20
prompt
timeout=150
vga=normal
default=Linux

image=/vmlinuz
label=Linux
read-only

other=/dev/hda4
label="windows"


so sieht meine lilo.conf aus...
ich finde keinen fehler...
beim booten kommt immer noch

L 01 01 01 01 01 01 01 01 01



achja, wenn ich lilo starte, bzw neu einspielen will, sagt er immer:

Warning: BIOS drive 0x82 may not be accessible
Warning: BIOS drive 0x82 may not be accessible
Warning: BIOS drive 0x82 may not be accessible
Addes Linux *

dann normal weiter, woran kann das liegen?!

uTaNG
03.02.03, 16:12
dann nimm eine Startdisk am besen für Windows... und mach fdisk mbr das du den MBR löschst ... und versuch erstmal zu win vorzudringen ...

uTaNG
03.02.03, 16:24
Warning: BIOS drive 0x<number> may not be accessible.
Die meisten BIOS Versionen Unterstützung nur zwei Floppy-Discs und zwei Festplatten, auf zusätzlichen Platten gelegte Dateien können unzugänglich sein. Diese Warnung zeigt an, dass einige Kernel oder sogar das ganze System unbootable sein können.