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.
Linux 14.981 Themen, 106.343 Beiträge
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