Linux 14.982 Themen, 106.376 Beiträge

LILO wird nicht im MBR-geschrieben.

RainerBa / 15 Antworten / Flachansicht Nickles

Habe das Problem mit LILO-bootmamager. Dieser will einfach nicht auf die Festplatte. Habe bisher gedacht das dieses nur bei SCSII-Platten vorkommen kann. Jetzt ist dieses aber eine IDE-Platte.
Nach der Installation meldet er mir das keine Bootpartition vorhanden ist.

Danke.

bei Antwort benachrichtigen
RainerBa Klaus_T „Wenn du Linux noch drauf hast: /sbin/lilo -U Ansonsten: fdisk/mbr Klaus“
Optionen

Hat nicht ganz funktioniert.
was mache ich falsch?

rainer@linux:~> su
Password:
linux:/home/rainer # /sbin/lilo -U
Warning: /dev/hdb1 is not on the first disk
Fatal: Boot sector of /dev/hdb1 doesn't have a LILO signature
linux:/home/rainer #

hier meine lilo.conf

# LILO configuration file
# Start LILO global Section
# If you want to prevent console users to boot with init=/bin/bash,
# restrict usage of boot params by setting a passwd and using the option
# restricted.
#password=bootpwd
#restricted
append="enableapic hdc=ide-scsi"
boot=/dev/hdb1
#compact # faster, but won't work on all systems.
lba32
vga=normal
message=/boot/message
disk=/dev/hdb
menu-scheme=Wg:kw:Wg:Wg
read-only
prompt
timeout=80
# End LILO global Section
#
image = /boot/vmlinuz
root = /dev/hdb7
label = linux
initrd = /boot/initrd

#
image = /boot/vmlinuz.suse
root = /dev/hdb7
label = failsafe
initrd = /boot/initrd.suse
optional

#
image = /boot/memtest.bin
label = memtest86

bei Antwort benachrichtigen