Page 1 of 1
installation de puppy bookworm sur une partition
Posted: Mon Sep 18, 2023 10:43 am
by joz
Je ne sais pas si ce forum francophone est encore très actif sinon j'essaierai de poser ma question sur le forum anglophone.
peut-on installer cette distribution puppy bookworm sur une partition à coté d'un autre os Linux ?
Re: installation de puppy bookworm sur une partition
Posted: Tue Sep 19, 2023 7:14 pm
by bobol
Salut joz
oui il te faut juste indiquer le chemin sur ton grub
ça te suffit comme réponse ?
@+
Re: installation de puppy bookworm sur une partition
Posted: Thu Sep 21, 2023 7:42 am
by joz
merci
tu veux parler de /boot/grub/grub.cfg ?
Re: installation de puppy bookworm sur une partition
Posted: Thu Sep 21, 2023 9:05 am
by bobol
oui c'est bien du grub.cfg
tu rajoute un menuentry avec le chemin de ton dossier puupy
menuentry "Mon puppy (ex)" {
search --no-floppy --fs-uuid --set=root [le même guid que ton install linux]
linux /puppy(ex)/vmlinuz
initrd /puppy(ex)/initrd.xz
}
Tu y trouvera un début ici
Cela te suffit ?
@+
Re: installation de puppy bookworm sur une partition
Posted: Thu Sep 21, 2023 2:06 pm
by joz
Cela fonctionne !
voilà ce que j'ai mis dans le fichier
Code: Select all
### BEGIN PUPPY
menuentry "Puppy Bookworm dpup_10.0.2 (sda4)" {
search --no-floppy --fs-uuid --set=root UUID de la partition
linux /vmlinuz
initrd /initrd.gz
}
### END PUPPY
Un grand merci !
Re: installation de puppy bookworm sur une partition
Posted: Sat Sep 23, 2023 4:38 pm
by pupco
Bonsoir
Je viens d'installer un conky et je serais intéressé d'ajouter un connu comme dans message précédent;est il inclus dans photo?