Lilo und Win98

Post Reply
Message
Author
andy
Posts: 150
Joined: 07. Nov 1999 12:51
Location: Kiel
Contact:

Lilo und Win98

#1 Post by andy »

Moin,

ich habe gerade eine neue Festplatte eingebaut und wollte die
beiden Platten wie folgt unterteilen:

[root@pc_andy root]# fdisk -l

Festplatte /dev/sda: 255 Köpfe, 63 Sektoren, 2235 Zylinder
Einheiten: Zylinder mit 16065 * 512 Bytes

Gerät boot. Anfang Ende Blöcke Id Dateisystemtyp
/dev/sda1 1 1659 13325886 83 Linux
/dev/sda2 1660 2169 4096575 a5 BSD/386
/dev/sda3 2170 2234 522112+ 82 Linux Swap

Festplatte /dev/sdb: 255 Köpfe, 63 Sektoren, 1115 Zylinder
Einheiten: Zylinder mit 16065 * 512 Bytes

Gerät boot. Anfang Ende Blöcke Id Dateisystemtyp
/dev/sdb1 * 1 1115 8956206 c Win95 FAT32 (LBA)
[root@pc_andy root]#

FreeBSD habe ich noch nicht drauf.
Linux war kein Problem.
Win98 war nur so zu installieren, daß ich es auf /dev/sda2 installiert
habe, dann über Linux auf /dev/sdb1 kopiert habe und über fdisk
auch das bootflag geändert habe.
Mein Problem ist jetzt, daß sich diese doofe Win98 Partition nicht
über lilo booten läßt. Hier mein Auszug aus meiner lilo.conf:
prompt
timeout=50
default=windoofs
boot=/dev/sda
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32

image=/boot/vmlinuz-2.4.7-10
label=linux
initrd=/boot/initrd-2.4.7-10.img
read-only
root=/dev/sda1

other=/dev/sdb1
optional
label=windoofs
loader=/boot/chain.b


Hat jemand einen Tip warum sich Win98 nicht booten läßt ?


Ciao, Andy

gewitter
Posts: 1354
Joined: 09. Apr 2001 9:03

Re: Lilo und Win98

#2 Post by gewitter »

other=/dev/sdb1
disk=/dev/sdb
bios=0x80
optional
label=windoofs
# loader=...

andy
Posts: 150
Joined: 07. Nov 1999 12:51
Location: Kiel
Contact:

Re: Lilo und Win98

#3 Post by andy »

Das habe ich ausprobiert und beim Ausführen von lilo kommt dann Fehlermeldung in Zeile 17, was bios=0x80 bedeuten würde.

gewitter
Posts: 1354
Joined: 09. Apr 2001 9:03

Re: Lilo und Win98

#4 Post by gewitter »

lilo-version?

andy
Posts: 150
Joined: 07. Nov 1999 12:51
Location: Kiel
Contact:

Re: Lilo und Win98

#5 Post by andy »

ich habe jetzt die Lösung:

prompt
timeout=50
default=windoofs
boot=/dev/sda
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32

image=/boot/vmlinuz-2.4.18-3
label=linux
initrd=/boot/initrd-2.4.18-3.img
read-only
root=/dev/sda1

other=/dev/sdb1
optional
label=windoofs
map-drive=0x81 to=0x80
map-drive=0x80 to=0x81

Post Reply