Ja, der LILO funzt auch gut nur Zeigt er mir meine Win-Partition nicht an. Die anderen Linux-Partitionen zeigt er alle.
Das ist ja das Prob, ich kann nicht zurück zur Windows Partition. (jaja viele denken sich jetzt: Wo liegt das Prob )Dieser Post wurde am 23.02.2004 um 21:56 Uhr von KaraHead editiert.
hmm beim lilo weiß ich nicht wie das geht, bei grub gehts über chainloader
Such mal bei google Lilo und Windows
Bearbeitung von FloSoft:
hab ein Beispiel gefunden:
Code:
# example /etc/lilo.conf boot = /dev/hda # place lilo in MBR of first disk delay = 40 # Wait 4 seconds for user to press Ctrl or Shift # This way your mother won't have to do anything to # boot her windows [b]other = /dev/hda1 # The windows partition table = /dev/hda label = windows [/b]
image = /boot/zImage-2.0.33 # A Linux kernel, located in the /boot directory root = /dev/hda2 # The partition that will be mounted as root label = linux # The name you should type in to boot this kernel