[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Linux-31] Reconstruire l'initramfs
- To: Linux 31 <linux-31@culte.org>
- Subject: [Linux-31] Reconstruire l'initramfs
- From: Pierre ESTREM <peterpan31@free.fr>
- Date: Mon, 22 Mar 2021 01:29:13 +0100
- Authentication-results: pic2s.le-pic.org; dkim=pass (2048-bit key; unprotected) header.d=free.fr header.i=@free.fr header.b="lYGU6Nyp"; dkim-atps=neutral
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1616372955; bh=Fh2q7Ly268EOhS92CqgCZDRPxkwfjg00B8jrixgALSA=; h=From:Subject:Reply-To:To:Date:From; b=lYGU6Nyp6sKHwUDgsW91tMEnVcTofZFmm9hVvhZHl9R0bftNCzHlWgMxlaZWsDspq nB5g3URBMBqhFup2N+2daBV1Z1MyqwyaySkFyrEfEIhO1qSQTD+/tH1QZza3kLvrWE KTteqVOMiHe+befdfhGSLGxq90nZThKUCxUfU/iK+ZVZ42wLq8xwVyPgbK3cQ8UbEH CWlALWgZuQKoCjTMTvpT3jn3RN53jt42eEj3LqotTV935oGEQK87806dUtermJCowT wMj7B4jGjYLzdBILbFcMJk8J4Pg0arcXFTtggjLiEEJ2OkojheYF/0weuvH4LsEYz8 WkU3sg+P2xPGA==
- Reply-to: Linux 31 <linux-31@culte.org>
- User-agent: Mozilla/5.0 (X11; Linux i686; rv:68.0) Gecko/20100101 Thunderbird/68.9.0
Bonjour,
Sur le conseil de Pascal H je tente de reconstruire cette image de fs.
Je suis cette doc :
https://wiki.evolix.org/HowtoInitramfsDebug
Où il est dit :
Reconstruire l’INITRAMFS (à relire)
cd /boot/initramfs
find . | cpio -H newc --create --verbose | gzip -9 >
../initrd.img-${uname -r}
AÏe, je n'ai pas de dossier "/boot/initramfs".
Alors je me demande quels fichiers je devrais balancer dans cette
archive cpio ?
De plus dans le fichier "/etc/initramfs-tools/conf.d/resume" figure un
UUID qui ne correspond à aucune partition de mon système "courant" (pas
image disque ou clé usb).
C'est un bug ?
J'ai joint la sortie de "ls /boot/".
Je suis toujours sur AccessDVLinux (base Jessie).
pierre estrem
config-3.16.0-6-686-pae
config-3.16.0-8-686-pae
config-4.2.0-0.bpo.1-686-pae
config-4.9.0-0.bpo.5-686-pae
grub/
initrd.img-3.16.0-6-686-pae
initrd.img-3.16.0-8-686-pae
initrd.img-4.2.0-0.bpo.1-686-pae
initrd.img-4.9.0-0.bpo.5-686-pae
petitboot.sh*
System.map-3.16.0-6-686-pae
System.map-3.16.0-8-686-pae
System.map-4.2.0-0.bpo.1-686-pae
System.map-4.9.0-0.bpo.5-686-pae
vmlinuz-3.16.0-6-686-pae
vmlinuz-3.16.0-8-686-pae
vmlinuz-4.2.0-0.bpo.1-686-pae
vmlinuz-4.9.0-0.bpo.5-686-pae