|
Sujet : [win98 + freedos] + lilo |
| NounouRs |
partition = /dev/hda2
set = FAT32_hidden
voila pourquoi tu vois pas ta deuxieme partoche primaire....
commente cette ligne, ca devrait deja passer !
|
| twolife |
actuellement, j'ai un win98 sur hda1 et je voudrais mettre freedos.
J'ai donc retréci cette partoche et j'ai créé hda2.
Mais j'ai lu que win ne supporte pas de voir 2 partitions primaires => il faudrait que quand je lance win98, hda1 soit de type 0x0B (fat32 visible) et hda2 0x1B (fat32 caché) et que quand je lance freedos hda1 soit 0x1B et hda2 0x0B.
bref, ça ne me semblait pas trop compliqué.
mais je patauge dans la config de lilo
voici mon lilo.conf qui bien sur ne marche pas :
lba32
boot=/dev/hda
root=/dev/hdb2
install=/boot/boot-bmp.b
bitmap=/boot/debian-bootscreen-woody.bmp
bmp-colors=1,,0,2,,0
bmp-table=120p,173p,1,15,17
bmp-timer=254p,432p,1,0,0
map=/boot/map
prompt
timeout=50
change-rules
reset
type = FAT32
hidden = 0x1B
normal = 0x0B
default="linux"
image=/vmlinuz
label="linux"
read-only
vga=792
other=/dev/hda1
label=win98
change
partition = /dev/hda1
set = FAT32_normal
partition = /dev/hda2
set = FAT32_hidden
other=/dev/hda2
label=freedos
change
partition = /dev/hda1
set = FAT32_hidden
partition = /dev/hda2
set = FAT32_normal
image = /boot/memtest86.bin
label = memtest
|
si quelqu'un pouvais m'aider à configuré ça, cherais sympa.
merci. |