[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Lilo und Windows





Ich habe Windows und Linux auf einem System.
Kann mir jemand dabei weiterhelfen, Lilo so zu konfigurieren,
dass ich beim Boot zwischen beiden Betriebssystemen auswählen kann?

hallo
meine lilo.conf sieht in etwa so aus:

lba32
install=/boot/boot.b
map=/boot/map
delay=20
vga=normal
default=Linux
boot=/dev/hda
read-only
prompt
timeout=100
#
image = /boot/vmlinuz-2.4.18
 root = /dev/hda3
 label = Debian
#
image = /boot/vmlinuz.deb
 root = /dev/hda3
 label = Linux
#
image = /boot/vmlinuz.alt
 root = /dev/hda2
 label = Suse

#
other = /dev/hda1
 label = Andere   # fuer mein windows
 table = /dev/hda
##################################
#End of lilo.conf#
lilo
# schreibt die lilo.conf in den mbr
reboot


# anders rum
#wenn du mit nem nt-loader arbeitest.also xp oder 2k oder nt.

#dann :
mount /dev/hda1 /mnt     # mountet deine este partition auf /mnt
                                        #falls hda1  C: ist
#deine root-partition ist ? hda2 ?
#dann :
dd if=/dev/hda2 count=1 bs=512 of /mnt/bootsect.lin
# kopiert die ersten 512 bytes deiner root-partiton nach C:
vi /mnt/boot.ini

# die datei kannst du natürlich auch von windux aus bearbeiten.
# musst du wahrscheinlich auch wenn dein win auf ntfs läuft.
# dann kann linux nämlich nicht draufschreiben. nur auf vfat.u.a.
#

[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(4)\WINDOWS
[operating systems]
C:\ = "MS-DOS"
C:\bootsect.lin = "LINUX"
multi(0)disk(0)rdisk(0)partition(4)\WINDOWS="XP" /fastdetect /noguiboot

# abspeichern
# wenn du scsi platten hast dann schreibe anstelle von 'hda' = 'sda'
# bei der win variante daran denken das C: die aktive partiton ist und der lilo
# darf auch nicht in den mbr geschrieben werden.

mfg torsten













--
Zum AUSTRAGEN schicken Sie eine Mail an debian-user-german-request@lists.debian.org
mit dem Subject "unsubscribe". Probleme? Mail an listmaster@lists.debian.org (engl)



Reply to: