hello,
je détail ma config pour que ce soit plus clair :
1er hdd (hda) mandriva,
2ème hdd (hdb) winxp
3ème hdd (hdc) debian sarge
j'ai réinstallé pour la Nième fois debian et j'ai mis grub sur le mbr, tout c'est bien passé, au reboot, mandriva pas de pb, debian non plus mais winxp impossible de booter, j'ai juste la liste suivant qui apparait :
Code :
- Microsoft Windows XP Professionnel
- root (hd1,0)
- savedefault
- makeactive
- chainloader +1
|
je comprend pas ce que je dois faire.
la seule soluce pour booter winxp c'est de passer par le lilo de ma mandriva mais là c'est debian qui coince car il utilise le noyau de la mandriva.
le système fonctionne mais pas de carte réseau reconnu et pas de lecteur cd/dvd
j'ai essayé d'adapter lilo.conf en spécifiant les bonnes entrées du vmlinuz et du initrd.img mais toujours pareil, debian boot mais avec le noyau de mandriva
voici mon lilo actuel avant modif :
Code :
- default="linux"
- boot=/dev/hda
- prompt
- nowarn
- timeout=100
- message=/boot/message
- menu-scheme=wb:bw:wb:bw
- image=/boot/vmlinuz
- label="linux"
- root=/dev/hda1
- initrd=/boot/initrd.img
- append="acpi=ht resume=/dev/hda5 splash=silent"
- vga=788
- read-only
- image=/boot/vmlinuz
- label="linux-nonfb"
- root=/dev/hda1
- initrd=/boot/initrd.img
- append="splash=silent acpi=ht resume=/dev/hda5"
- read-only
- other=/dev/hdb1
- label="windows"
- map-drive=0x80
- to=0x81
- map-drive=0x81
- to=0x80
- image=/boot/vmlinuz
- label="failsafe"
- root=/dev/hda1
- initrd=/boot/initrd.img
- append="failsafe splash=silent acpi=ht resume=/dev/hda5 devfs=nomount"
- read-only
- image=/boot/vmlinuz
- label="debian"
- root=/dev/hdc1
- initrd=/boot/initrd.img
- read-only
|
et après modif :
Code :
- default="linux"
- boot=/dev/hda
- prompt
- nowarn
- timeout=100
- message=/boot/message
- menu-scheme=wb:bw:wb:bw
- image=/boot/vmlinuz
- label="linux"
- root=/dev/hda1
- initrd=/boot/initrd.img
- append="acpi=ht resume=/dev/hda5 splash=silent"
- vga=788
- read-only
- image=/boot/vmlinuz
- label="linux-nonfb"
- root=/dev/hda1
- initrd=/boot/initrd.img
- append="splash=silent acpi=ht resume=/dev/hda5"
- read-only
- other=/dev/hdb1
- label="windows"
- map-drive=0x80
- to=0x81
- map-drive=0x81
- to=0x80
- image=/boot/vmlinuz
- label="failsafe"
- root=/dev/hda1
- initrd=/boot/initrd.img
- append="failsafe splash=silent acpi=ht resume=/dev/hda5 devfs=nomount"
- read-only
- boot=/dev/hdc
- image=/boot/vmlinuz-2.6.8-2-386
- label="debian"
- root=/dev/hdc
- initrd=/boot/initrd.img-2.6.8-2-386
- read-only
|
j'ai aussi essayé de booter avec le grub de ma mandriva en adaptant également l'entrée de debian mais idem, confusion de kernel.
Code :
- timeout 10
- default 0
- title linux
- kernel (hd0,0)/boot/vmlinuz root=/dev/hda1 acpi=ht resume=/dev/hda5 splash=silent vga=788
- initrd (hd0,0)/boot/initrd.img
- title linux-nonfb
- kernel (hd0,0)/boot/vmlinuz root=/dev/hda1 splash=silent acpi=ht resume=/dev/hda5
- initrd (hd0,0)/boot/initrd.img
- title windows
- root (hd1,0)
- map (0x81) (0x80)
- map (0x80) (0x81)
- makeactive
- chainloader +1
- title failsafe
- kernel (hd0,0)/boot/vmlinuz root=/dev/hda1 failsafe splash=silent acpi=ht resume=/dev/hda5 devfs=nomount
- initrd (hd0,0)/boot/initrd.img
- title Debian GNU/Linux, kernel 2.6.8-2-386
- root (hd2,0)
- kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/hdc1 ro
- initrd /boot/initrd.img-2.6.8-2-386
- savedefault
- boot
|
et voici à le grub de la debian, si qq1 peut me dire ce qui cloche pour l'endre de winxp qui ne boot pas
Code :
- title Debian GNU/Linux, kernel 2.6.8-2-386
- root (hd2,0)
- kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/hdc1 ro
- initrd /boot/initrd.img-2.6.8-2-386
- savedefault
- boot
- title Debian GNU/Linux, kernel 2.6.8-2-386 (recovery mode)
- root (hd2,0)
- kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/hdc1 ro single
- initrd /boot/initrd.img-2.6.8-2-386
- savedefault
- boot
- ### END DEBIAN AUTOMAGIC KERNELS LIST
- # This is a divider, added to separate the menu items below from the Debian
- # ones.
- title Other operating systems:
- root
- # This entry automatically added by the Debian installer for an existing
- # linux installation on /dev/hda1.
- title linux (on /dev/hda1)
- root (hd0,0)
- kernel /boot/vmlinuz root=/dev/hda1 ro acpi=ht resume=/dev/hda5 splash=silent
- initrd /boot/initrd.img
- savedefault
- boot
- # This entry automatically added by the Debian installer for an existing
- # linux installation on /dev/hda1.
- title linux-nonfb (on /dev/hda1)
- root (hd0,0)
- kernel /boot/vmlinuz root=/dev/hda1 ro splash=silent acpi=ht resume=/dev/hda5
- initrd /boot/initrd.img
- savedefault
- boot
- # This entry automatically added by the Debian installer for an existing
- # linux installation on /dev/hda1.
- title failsafe (on /dev/hda1)
- root (hd0,0)
- kernel /boot/vmlinuz root=/dev/hda1 ro failsafe splash=silent acpi=ht resume=/dev/hda5 devfs=nomount
- initrd /boot/initrd.img
- savedefault
- boot
- # This entry automatically added by the Debian installer for an existing
- # linux installation on /dev/hda1.
- title debian (on /dev/hda1)
- root (hd0,0)
- kernel /boot/vmlinuz root=/dev/hdc1 ro
- initrd /boot/initrd.img
- savedefault
- boot
- # This entry automatically added by the Debian installer for a non-linux OS
- # on /dev/hdb1
- title Microsoft Windows XP Professionnel
- root (hd1,0)
- savedefault
- makeactive
- chainloader +1
|
qq1 aurait une idée pour remettre tout ce fourbi en ordre, je voudrais pouvoir me servir de lilo pour le boot.
Message édité par zorg le 12-02-2006 à 17:36:26