- Modifié
bonjour,
comme dit dans le sujet j'essais d'installer fedora sur mon pc mais j'y arrive pas.
je suis sous opensuse 12.2 (pas par choix)
mon pc a un vieux lecteur dvd qui lit plus les dvd gravés (je n'ai trouvé qu'un vieux dvd d'opensuse que j'ai pu upgradé jusqu'au 12.2)
mais depuis je seche pour installer fedora 19 a partir d'une iso mais j'y arrive pas du tout.
voici ce que j'ai fait avec 40_custom
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry 'fedora' {
set isofile=/Fedora-19-i386-DVD.iso
loopback loop $isofile
linux (loop)/mnt/test/isolinux/vmlinuz install=hd:$isofile
initrd (loop)/mnt/test/isolinux/initrd
}
et quand je fait
grub2-mkconfig -o /boot/grub2/grub.cfg
Création de grub.cfg…
Thème trouvé : /boot/grub2/themes/openSUSE/theme.txt
Image Linux trouvée : /boot/vmlinuz-3.4.47-2.38-desktop
Image mémoire initiale trouvée : /boot/initrd-3.4.47-2.38-desktop
No volume groups found
fait
c'est tout ce qu'il me dit.
un peu d'aide merci
comme dit dans le sujet j'essais d'installer fedora sur mon pc mais j'y arrive pas.
je suis sous opensuse 12.2 (pas par choix)
mon pc a un vieux lecteur dvd qui lit plus les dvd gravés (je n'ai trouvé qu'un vieux dvd d'opensuse que j'ai pu upgradé jusqu'au 12.2)
mais depuis je seche pour installer fedora 19 a partir d'une iso mais j'y arrive pas du tout.
voici ce que j'ai fait avec 40_custom
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry 'fedora' {
set isofile=/Fedora-19-i386-DVD.iso
loopback loop $isofile
linux (loop)/mnt/test/isolinux/vmlinuz install=hd:$isofile
initrd (loop)/mnt/test/isolinux/initrd
}
et quand je fait
grub2-mkconfig -o /boot/grub2/grub.cfg
Création de grub.cfg…
Thème trouvé : /boot/grub2/themes/openSUSE/theme.txt
Image Linux trouvée : /boot/vmlinuz-3.4.47-2.38-desktop
Image mémoire initiale trouvée : /boot/initrd-3.4.47-2.38-desktop
No volume groups found
fait
c'est tout ce qu'il me dit.
un peu d'aide merci