LILO bootet auf BT4 ohne Keyboard

Big-Blue

Lieutenant
Registriert
Mai 2010
Beiträge
569
Hi,

ich habe heute, nach einer Neupartitionierung, mein BT4 neuinstalliert, natürlich GRUB mit,
dann die wichtigsten Sachen wie ATI Treiber und unprivileged-User gemacht und dann wieder Slackware draufgehauen. Als nur BT4 und Win7 drauf waren, lief alles super.
Mit SlackWare (und somit auch LILO) konnte ich erst nur auf Windows und Linux booten, wobei Linux SlackWare war.
Habe dann in der lilo.conf den Eintrag von Slackware kopiert, sda7 auf sda9 geändert,
und wollte dann auf BT4 booten.
Soweit, sogut, allerdings funktionierte das KeyBoard nicht, nach dem booten auf BT4.
Es gibt zwar keinen Error beim Laden der keymaps, aber im Feld 'login name' kann ich nichts eingeben,
was vorher ging, und CAPS- oder Num-Taste bringen nichts, Num bleibt an, CAPS aus...
Die Lösung eilt nicht, also fragt ruhig wenn ihr mehr Daten benötigt, ich versuche diese dann nachzuliefern.
Wäre nur schön wenn der Triple-Boot gut läuft. ^^

Grüße
 
Ich liefere mal die lilo.conf nach, wie gesagt, kein Starteintrag für BT4 war vorhanden,
da habe ich nur den von SlackWare genommen und die Partition und den Namen verändert,
nichts weiter.
Code:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
# Append any additional kernel parameters:
append=" vt.default_utf8=0"
boot = /dev/sda

# Boot BMP Image.
# Bitmap in BMP format: 640x480x8
  bitmap = /boot/slack.bmp
# Menu colors (foreground, background, shadow, highlighted
# foreground, highlighted background, highlighted shadow):
  bmp-colors = 255,0,255,0,255,0
# Location of the option table: location x, location y, number of
# columns, lines per column (max 15), "spill" (this is how many
# entries must be in the first column before the next begins to
# be used.  We don't specify it here, as there's just one column.
  bmp-table = 60,6,1,16
# Timer location x, timer location y, foreground color,
# background color, shadow color.
  bmp-timer = 65,27,0,255

# Standard menu.
# Or, you can comment out the bitmap menu above and 
# use a boot message with the standard menu:
#message = /boot/boot_message.txt

# Wait until the timeout to boot (if commented out, boot the
# first entry immediately):
prompt
# Timeout before the first entry boots.
# This is given in tenths of a second, so 600 for every minute:
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
  reset
# VESA framebuffer console @ 1024x768x64k
vga = 791
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# Windows bootable partition config begins
other = /dev/sda1
  label = Windows7
  table = /dev/sda
# Windows bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
  root = /dev/sda7
  label = SlackWare
  read-only

image = /boot/vmlinuz
  root = /dev/sda9
  label = BackTrack4R1
  read-only
# Linux bootable partition config ends
 
Habe sogar - ohne Erfolg - das Read-Only zu Read-Write gemacht, dann lilo -v ausgeführt...
Gibt es sonst noch eine Möglichkeit, LILO mit GRUB auszutauschen, der alle 3 korrekt erkennt?
Soweit ich weiß kann man bei SlackWare im Moment keine Pakete hinzufügen, auf BackTrack (Debian-Pakete) komme ich ja leider nicht drauf, kann ich das dann von einer Ubuntu Live-CD installieren?
Oder muss die menu.lst immer präsent sein auf einer HDD?
 
Mir ist gerade eingefallen, das ich eine menu.lst ja noch von BT4 habe, wenn ich diese wieder in den MBR schreiben könnte, könnte ich wahrscheinlich SlackWare64 13.1 einfach hinzufügen.
Jemand eine Idee, wie das gehen soll? Im Internet finde ich nur ältere Ubuntu-Tutorials,
und für SlackWare64 13.1 gibt es im Moment anscheinend keine GRUB-Version.
Am besten wäre allerdings eine Installation von GRUB2, kann ich diese von Slackware aus ausführen?

Grüße
 
Zuletzt bearbeitet:
Zurück
Oben