Sinon, refais une mise à jour de Manjaro et réinstalle Grub. Ensuite refais les manips pour réinstaller le boot loader et un update-grub.
Plus d'espace Root ; impossible de faire la mise à jour
Plus d'espace Root ; impossible de faire la mise à jour
#21Messageil y a 3 moisSinon, refais une mise à jour de Manjaro et réinstalle Grub. Ensuite refais les manips pour réinstaller le boot loader et un update-grub.
Plus d'espace Root ; impossible de faire la mise à jour
#22Messageil y a 3 moisLà, tu n'as pas une table de partition GPT, mais une classique MBR (Master Boot Record) qui fut le standard pour W$.Type d'étiquette de disque : dos
Tu dois donc refaire l'installation de Grub en mode MBR.
sudo grub-install --target=i386-pc /dev/sda
Plus d'espace Root ; impossible de faire la mise à jour
#23Messageil y a 1 moisDésolé pour le retard ;
sudo grub-install --target=i386-pc /dev/sda1
Installation pour la plate-forme i386-pc.
grub-install : erreur : impossible de copier « /usr/share/locale/pt/LC_MESSAGES/grub.mo » vers « /boot/grub/locale/pt.mo » : Aucun espace disponible sur le périphérique.
Plus d'espace Root ; impossible de faire la mise à jour
#24Messageil y a 1 moisIl faut l'installer dans /sda et non /sda1
Plus d'espace Root ; impossible de faire la mise à jour
#25Messageil y a 1 moissudo grub-install --target=i386-pc /dev/sda
Installation pour la plate-forme i386-pc.
grub-install : erreur : impossible de copier « /usr/share/locale/pt/LC_MESSAGES/grub.mo » vers « /boot/grub/locale/pt.mo » : Aucun espace disponible sur le périphérique.
Meme en liveusb ça fonctione pas
sudo grub-install --target=i386-pc /dev/sda
Installing for i386-pc platform.
grub-install: error: cannot copy `/usr/share/locale/pt/LC_MESSAGES/grub.mo' to `/boot/grub/locale/pt.mo': No space left on device.
[manjaro /]#
Plus d'espace Root ; impossible de faire la mise à jour
#26Messageil y a 1 moisla commande a effectuer demande a être en chroot ( # diese en rouge )d'abord ,
à partir de iso USB live iso
sudo manjaro-chroot -a
grub-install --target=i386-pc /dev/sda
mkininitcpio -P
sync
exit ( fin du chroot )
Plus d'espace Root ; impossible de faire la mise à jour
#27Messageil y a 1 moissudo manjaro-chroot -a
grub-probe: error: cannot find a GRUB drive for /dev/sdd1. Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sdd1. Check your device.map.
==> Mounting (ManjaroLinux) [/dev/sda3]
--> mount: [/mnt]
--> mount: [/mnt/boot]
--> mount: [/mnt/home]
[manjaro /]# grub-install --target=i386-pc /dev/sda
Installing for i386-pc platform.
grub-install: error: cannot copy `/usr/share/locale/pt/LC_MESSAGES/grub.mo' to `/boot/grub/locale/pt.mo': No space left on device.
[manjaro /]# mkinitcpio -P
==> Building image from preset: /etc/mkinitcpio.d/linux61.preset: 'default'
==> Using configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.1-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-6.1-x86_64.img
==> Starting build: '6.1.100-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [block]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.1-x86_64.img'
-> Early uncompressed CPIO image generation successful
zstd: /*stdout*\: No space left on device
==> ERROR: Initcpio image generation FAILED: 'zstd' reported an error
==> Building image from preset: /etc/mkinitcpio.d/linux61.preset: 'fallback'
==> Using configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.1-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-6.1-x86_64-fallback.img -S autodetect
==> Starting build: '6.1.100-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [modconf]
-> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.1-x86_64-fallback.img'
-> Early uncompressed CPIO image generation successful
zstd: /*stdout*\: No space left on device
==> ERROR: Initcpio image generation FAILED: 'zstd' reported an error
==> Building image from preset: /etc/mkinitcpio.d/linux610.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.10-x86_64 -g /boot/initramfs-6.10-x86_64.img
==> Starting build: '6.10.0-3-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [block]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.10-x86_64.img'
-> Early uncompressed CPIO image generation successful
zstd: /*stdout*\: No space left on device
==> ERROR: Initcpio image generation FAILED: 'zstd' reported an error
==> Building image from preset: /etc/mkinitcpio.d/linux610.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.10-x86_64 -g /boot/initramfs-6.10-x86_64-fallback.img -S autodetect
==> Starting build: '6.10.0-3-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [modconf]
-> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.10-x86_64-fallback.img'
-> Early uncompressed CPIO image generation successful
zstd: error 70 : Write error : cannot write block : No space left on device
bsdtar: Write error
bsdtar: Write error
==> ERROR: Initcpio image generation FAILED: 'bsdtar (step 1)' reported an error
==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64.img
==> Starting build: '6.6.41-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [block]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64.img'
-> Early uncompressed CPIO image generation successful
zstd: error 70 : Write error : cannot write block : No space left on device
==> ERROR: Initcpio image generation FAILED: 'zstd' reported an error
==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64-fallback.img -S autodetect
==> Starting build: '6.6.41-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [modconf]
-> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64-fallback.img'
-> Early uncompressed CPIO image generation successful
zstd: error 70 : Write error : cannot write block : No space left on device
==> ERROR: Initcpio image generation FAILED: 'zstd' reported an error
==> Building image from preset: /etc/mkinitcpio.d/linux69.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.9-x86_64 -g /boot/initramfs-6.9-x86_64.img
==> Starting build: '6.9.10-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [block]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.9-x86_64.img'
-> Early uncompressed CPIO image generation successful
zstd: /*stdout*\: No space left on device
==> ERROR: Initcpio image generation FAILED: 'zstd' reported an error
==> Building image from preset: /etc/mkinitcpio.d/linux69.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.9-x86_64 -g /boot/initramfs-6.9-x86_64-fallback.img -S autodetect
==> Starting build: '6.9.10-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [modconf]
-> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.9-x86_64-fallback.img'
-> Early uncompressed CPIO image generation successful
zstd: /*stdout*\: No space left on device
==> ERROR: Initcpio image generation FAILED: 'zstd' reported an error
[manjaro /]# sync
[manjaro /]# exit
exit
--> umount: [/mnt/home]
--> umount: [/mnt/boot]
--> umount: [/mnt]
~
Plus d'espace Root ; impossible de faire la mise à jour
#29Messageil y a 1 moistu as l'erreur pour la compression "zstd" lors de la génération précédent des images noyaux ( avec un petit souci d'espace )
retour sur la clé USB live iso manjaro ,
et en mode chroot
sudo manjaro-chroot -a
df -Th
cat /etc/mkinitcpio.conf
diff -y /etc/mkinitcpio.conf /etc/mkinitcpio.conf.pacnew
exit
Plus d'espace Root ; impossible de faire la mise à jour
#30Messageil y a 1 moisVoilà
sudo manjaro-chroot -a
grub-probe: error: cannot find a GRUB drive for /dev/sdd1. Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sdd1. Check your device.map.
==> Mounting (ManjaroLinux) [/dev/sda3]
--> mount: [/mnt]
--> mount: [/mnt/boot]
--> mount: [/mnt/home]
[manjaro /]# df -Th
Filesystem Type Size Used Avail Use% Mounted on
/dev/sda3 ext4 69G 50G 16G 77% /
/dev/sda1 ext4 488M 477M 0 100% /boot
/dev/sda4 ext4 838G 491G 306G 62% /home
udev devtmpfs 3.9G 0 3.9G 0% /dev
shm tmpfs 3.9G 0 3.9G 0% /dev/shm
run tmpfs 3.9G 0 3.9G 0% /run
tmp tmpfs 3.9G 0 3.9G 0% /tmp
overlay overlay 5.8G 374M 5.5G 7% /etc/resolv.conf
[manjaro /]# cat /etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(piix ide_disk reiserfs)
MODULES=()
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=()
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No raid, lvm2, or encrypted root is needed.
# HOOKS=(base)
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS=(base udev autodetect block filesystems)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev block filesystems)
#
## This setup assembles a pata mdadm array with an encrypted root FS.
## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
# HOOKS=(base udev block mdadm encrypt filesystems)
#
## This setup loads an lvm2 volume group on a usb device.
# HOOKS=(base udev block lvm2 filesystems)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
HOOKS=(base udev autodetect modconf kms block keyboard keymap filesystems)
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()
[manjaro /]# diff -y /etc/mkinitcpio.conf /etc/mkinitcpio.conf.pacnew
# vim:set ft=sh # vim:set ft=sh
# MODULES # MODULES
# The following modules are loaded before any boot hooks are # The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules # run. Advanced users may wish to specify all system modules
# in this array. For instance: # in this array. For instance:
# MODULES=(piix ide_disk reiserfs) | # MODULES=(usbhid xhci_hcd)
MODULES=() MODULES=()
# BINARIES # BINARIES
# This setting includes any additional binaries a given user # This setting includes any additional binaries a given user
# wish into the CPIO image. This is run last, so it may be u # wish into the CPIO image. This is run last, so it may be u
# override the actual binaries included by a given hook # override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore li # BINARIES are dependency parsed, so you may safely ignore li
BINARIES=() BINARIES=()
# FILES # FILES
# This setting is similar to BINARIES above, however, files a # This setting is similar to BINARIES above, however, files a
# as-is and are not parsed in any way. This is useful for co # as-is and are not parsed in any way. This is useful for co
FILES=() FILES=()
# HOOKS # HOOKS
# This is the most important setting in this file. The HOOKS # This is the most important setting in this file. The HOOKS
# modules and scripts added to the image, and what happens at # modules and scripts added to the image, and what happens at
# Order is important, and it is recommended that you do not c # Order is important, and it is recommended that you do not c
# order in which HOOKS are added. Run 'mkinitcpio -H <hook n # order in which HOOKS are added. Run 'mkinitcpio -H <hook n
# help on a given hook. # help on a given hook.
# 'base' is _required_ unless you know precisely what you are # 'base' is _required_ unless you know precisely what you are
# 'udev' is _required_ in order to automatically load modules # 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modu # 'filesystems' is _required_ unless you specify your fs modu
# Examples: # Examples:
## This setup specifies all modules in the MODULES setting ## This setup specifies all modules in the MODULES setting
## No raid, lvm2, or encrypted root is needed. | ## No RAID, lvm2, or encrypted root is needed.
# HOOKS=(base) # HOOKS=(base)
# #
## This setup will autodetect all modules for your system a ## This setup will autodetect all modules for your system a
## work as a sane default ## work as a sane default
# HOOKS=(base udev autodetect block filesystems) | # HOOKS=(base udev autodetect modconf block filesystems fs
# #
## This setup will generate a 'full' image which supports m ## This setup will generate a 'full' image which supports m
## No autodetection is done. ## No autodetection is done.
# HOOKS=(base udev block filesystems) | # HOOKS=(base udev modconf block filesystems fsck)
# #
## This setup assembles a pata mdadm array with an encrypte | ## This setup assembles a mdadm array with an encrypted roo
## Note: See 'mkinitcpio -H mdadm' for more information on | ## Note: See 'mkinitcpio -H mdadm_udev' for more informatio
# HOOKS=(base udev block mdadm encrypt filesystems) | # HOOKS=(base udev modconf keyboard keymap consolefont blo
# #
## This setup loads an lvm2 volume group on a usb device. | ## This setup loads an lvm2 volume group.
# HOOKS=(base udev block lvm2 filesystems) | # HOOKS=(base udev modconf block lvm2 filesystems fsck)
> #
> ## This will create a systemd based initramfs which loads a
> # HOOKS=(base systemd autodetect modconf kms keyboard sd-v
# #
## NOTE: If you have /usr on a separate partition, you MUST ## NOTE: If you have /usr on a separate partition, you MUST
# usr, fsck and shutdown hooks. | # usr and fsck hooks.
HOOKS=(base udev autodetect modconf kms block keyboard keymap | HOOKS=(base udev autodetect microcode modconf kms keyboard ke
# COMPRESSION # COMPRESSION
# Use this to compress the initramfs image. By default, gzip | # Use this to compress the initramfs image. By default, zstd
# is used. Use 'cat' to create an uncompressed image. | # is used for Linux ≥ 5.9 and gzip compression is used for Lin
> # Use 'cat' to create an uncompressed image.
> #COMPRESSION="zstd"
#COMPRESSION="gzip" #COMPRESSION="gzip"
#COMPRESSION="bzip2" #COMPRESSION="bzip2"
#COMPRESSION="lzma" #COMPRESSION="lzma"
#COMPRESSION="xz" #COMPRESSION="xz"
#COMPRESSION="lzop" #COMPRESSION="lzop"
#COMPRESSION="lz4" #COMPRESSION="lz4"
# COMPRESSION_OPTIONS # COMPRESSION_OPTIONS
# Additional options for the compressor # Additional options for the compressor
#COMPRESSION_OPTIONS=() #COMPRESSION_OPTIONS=()
>
> # MODULES_DECOMPRESS
> # Decompress loadable kernel modules and their firmware durin
> # creation. Switch (yes/no).
> # Enable to allow further decreasing image size when using hi
> # (e.g. xz -9e or zstd --long --ultra -22) at the expense of
> # at early boot.
> # Note that any compressed files will be placed in the uncomp
> # to avoid double compression.
> #MODULES_DECOMPRESS="no"
[manjaro /]# exit
exit
--> umount: [/mnt/home]
--> umount: [/mnt/boot]
--> umount: [/mnt]
Plus d'espace Root ; impossible de faire la mise à jour
#31Messageil y a 1 moisil n'est pas normal d'avoir une partition
boot
et ici elle est pleinesi tu as plusieurs noyaux, tu peux en supprimer un pour faire un petit peu de place
Plus d'espace Root ; impossible de faire la mise à jour
#32Messageil y a 1 moisPlus d'espace Root ; impossible de faire la mise à jour
#33Messageil y a 1 moisalors sous chroot , affiche la liste
les noyaux actifs sont
5.15 (lts) 6.1 ( lts ) , 6.6 ( lts ) , 6.10 , si t uas d'autres versions ( voir des noyau type -rt ) tu les retire ( linuxXY )
sudo manjaro-chroot -a
mhwd-kernel -li
mhwd-kernel -r <linuxXY>
mkinitcpio -P
sync
exit
Plus d'espace Root ; impossible de faire la mise à jour
#34Messageil y a 1 moissudo manjaro-chroot -a ✔
grub-probe: error: cannot find a GRUB drive for /dev/sdh1. Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sdh1. Check your device.map.
==> Mounting (ManjaroLinux) [/dev/sda3]
--> mount: [/mnt]
--> mount: [/mnt/boot]
--> mount: [/mnt/home]
[manjaro /]# mhwd-kernel -li
Currently running: 5.15.28-1-MANJARO (linux515)
The following kernels are installed in your system:
* linux61
* linux610
* linux66
* linux69
Plus d'espace Root ; impossible de faire la mise à jour
#35Messageil y a 1 mois[manjaro /]# mhwd-kernel -r linux61
checking dependencies...
:: base optionally requires linux: bare metal support
Packages (3) linux61-6.1.100-1 linux61-headers-6.1.100-1 linux61-virtualbox-host-modules-7.0.20-2.0
Total Removed Size: 289.39 MiB
:: Do you want to remove these packages? [Y/n]
:: Running pre-transaction hooks...
(1/1) Removing linux initcpios...
:: Processing package changes...
(1/3) removing linux61-virtualbox-host-modules [######################################] 100%
(2/3) removing linux61-headers [######################################] 100%
(3/3) removing linux61 [######################################] 100%
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Updating module dependencies...
(3/4) Refreshing PackageKit...
Error connecting: Could not connect: No such file or directory
error: command failed to execute correctly
(4/4) Updating Grub-Bootmenu
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-6.10-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-6.10-x86_64.img
Found initrd fallback image: /boot/initramfs-6.10-x86_64-fallback.img
Found linux image: /boot/vmlinuz-6.9-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-6.9-x86_64.img
Found initrd fallback image: /boot/initramfs-6.9-x86_64-fallback.img
Found linux image: /boot/vmlinuz-6.6-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-6.6-x86_64.img
Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
/etc/grub.d/bin/grubcfg_proxy: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
Warning: version_find_latest() is deprecated. Use version_sort() instead.
Warning: version_test_gt() is deprecated. Use version_sort() instead.
Warning: version_test_gt() is deprecated. Use version_sort() instead.
Warning: version_test_numeric() is deprecated. Use version_sort() instead.
Warning: version_test_gt() is deprecated. Use version_sort() instead.
Warning: version_test_numeric() is deprecated. Use version_sort() instead.
Found linux image: /boot/vmlinuz-6.10-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-6.10-x86_64.img
error: command failed to execute correctly
[manjaro /]# mhwd-kernel -r linux69
checking dependencies...
:: base optionally requires linux: bare metal support
Packages (1) linux69-6.9.10-1
Total Removed Size: 140.70 MiB
:: Do you want to remove these packages? [Y/n]
:: Running pre-transaction hooks...
(1/1) Removing linux initcpios...
:: Processing package changes...
(1/1) removing linux69 [######################################] 100%
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Updating module dependencies...
(3/4) Refreshing PackageKit...
Error connecting: Could not connect: No such file or directory
error: command failed to execute correctly
(4/4) Updating Grub-Bootmenu
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-6.10-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-6.10-x86_64.img
Found initrd fallback image: /boot/initramfs-6.10-x86_64-fallback.img
Found linux image: /boot/vmlinuz-6.6-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-6.6-x86_64.img
Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
/etc/grub.d/bin/grubcfg_proxy: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
Warning: version_find_latest() is deprecated. Use version_sort() instead.
Warning: version_test_gt() is deprecated. Use version_sort() instead.
Warning: version_test_gt() is deprecated. Use version_sort() instead.
Warning: version_test_numeric() is deprecated. Use version_sort() instead.
Found linux image: /boot/vmlinuz-6.10-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-6.10-x86_64.img
error: command failed to execute correctly
[manjaro /]# mkinitcpio -P
==> Building image from preset: /etc/mkinitcpio.d/linux610.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.10-x86_64 -g /boot/initramfs-6.10-x86_64.img
==> Starting build: '6.10.0-3-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [block]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.10-x86_64.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux610.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.10-x86_64 -g /boot/initramfs-6.10-x86_64-fallback.img -S autodetect
==> Starting build: '6.10.0-3-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [modconf]
-> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.10-x86_64-fallback.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64.img
==> Starting build: '6.6.41-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [modconf]
-> Running build hook: [kms]
-> Running build hook: [block]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
-> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64-fallback.img -S autodetect
==> Starting build: '6.6.41-1-MANJARO'
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [modconf]
-> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64-fallback.img'
-> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
[manjaro /]# sync
[manjaro /]# exit
exit
--> umount: [/mnt/home]
--> umount: [/mnt/boot]
--> umount: [/mnt]
Plus d'espace Root ; impossible de faire la mise à jour
#36Messageil y a 1 moisje m'explique : il y avait 4 noyaux installé, j'en ai supprimé deux
mhwd-kernel -li
Currently running: 5.15.28-1-MANJARO (linux515)
The following kernels are installed in your system:
* linux61
* linux610
* linux66
* linux69
regardez tout ce qu'il y a !! mais encore, sur manjaro gestionnaire de paramètres -> Noyaux
c'est pas logique
Plus d'espace Root ; impossible de faire la mise à jour
#37Messageil y a 1 mois/boot
séparée (/dev/sda1). Comme tu as une table de partition DOS et non GPT, la table de partition s'inscrit dans une partie réservée appelée MBR de seulement 512 octet, ce qui limite à 4 le nombre de partitions physiques possibles. Grub s'installe nativement dans cet espace réservé. C'est pourquoi tu as toujours une liste de noyaux qui diffère de celle du système. Essaye
sudo grub-mkconfig -o /boot/grub/grub.cfg
et reboot.Personnellement, si ton PC le permet, je sauvegarderai mes données, puis je reformaterai
/dev/sda
avec une table GPT, puis, je réinstallerai proprement Manjaro en mode UEFI avec un /home
séparé.Plus d'espace Root ; impossible de faire la mise à jour
#38Messageil y a 1 moisquestion bete, si je supprime cette partition et réinstalle le grub, est ce que sa réglera le problème ?
et pour réinstaller le système vraiment je suis pas très chaud.. je pourrai déplacer des bonnées, prendre des screeshots sur certains theme mais je pourrai pas réinstaller le docky (déjà que j'ai vraiment galère a l'installer lui mdr)
Plus d'espace Root ; impossible de faire la mise à jour
#39Messageil y a 1 moissudo grub-mkconfig -o /boot/grub/grub.cfg
[sudo] Mot de passe de zt :
Création du fichier de configuration GRUB…
Thème trouvé : /usr/share/grub/themes/manjaro/theme.txt
Image Linux trouvée : /boot/vmlinuz-6.10-x86_64
Image mémoire initiale trouvée : /boot/intel-ucode.img /boot/initramfs-6.10-x86_64.img
Found initrd fallback image: /boot/initramfs-6.10-x86_64-fallback.img
Image Linux trouvée : /boot/vmlinuz-6.6-x86_64
Image mémoire initiale trouvée : /boot/intel-ucode.img /boot/initramfs-6.6-x86_64.img
Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
/etc/grub.d/bin/grubcfg_proxy: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
Attention : version_find_latest() is deprecated. Use version_sort() instead.
Attention : version_test_gt() is deprecated. Use version_sort() instead.
Attention : version_test_gt() is deprecated. Use version_sort() instead.
Attention : version_test_numeric() is deprecated. Use version_sort() instead.
Image Linux trouvée : /boot/vmlinuz-6.10-x86_64
Image mémoire initiale trouvée : /boot/intel-ucode.img /boot/initramfs-6.10-x86_64.img
Plus d'espace Root ; impossible de faire la mise à jour
#40Messageil y a 2 semainesJ'ai pu règle problème en supprimant le fichier grub.cfg.
en fait, il y avait deux fichier ; grub.cfg et grub.cfg.new.// j'ai remarqué que sur le deuxieme fichier il y avait les deux noyaux (linux66, linux610) et sur le premier ficher tout les anciens noyaux (supprimé).
D'après un site, grub.cfg.new et créé quand on met a jour le grub ; donc j'ai fais une sauv de grub.cfg et je l'ai supprimé.. puis j'ai modifié le nom de grub cfg new (sauv avant biensur) pour grub cfg et reboot et voila
Merci a pour tout les messages ^^