Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 24/12/2024, à 12:09

iznobe

Re : [Presque résolu] grub-install code erreur 127

il semblerait que tu n' ai pas fait le necessaire , tu as tapé  " exit " , avant de passer les autres commandes  ...

...
root@kubuntu:~# chroot /media/system
root@kubuntu:/# exit
exit
root@kubuntu:~# ^C
root@kubuntu:~#
logout
kubuntu@kubuntu:~$ sudo apt update
...

une fois dans le chroot , tu passeras :

add-apt-repository universe  multiverse  restricted

apt update

exit

Dernière modification par iznobe (Le 24/12/2024, à 12:10)


retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

En ligne

#27 Le 24/12/2024, à 12:14

chaakh

Re : [Presque résolu] grub-install code erreur 127

Aïe, ça commence mal.
J'ai tapé ta 1ere ligne :

add-apt-repository universe  multiverse  restricted

Il me répond :

Error must run as root

Qu'à cela ne tienne, j'ajoute un sudo, et il me répond alors :

sudo : unable to allocate pty : No such device

Hors ligne

#28 Le 24/12/2024, à 12:21

chaakh

Re : [Presque résolu] grub-install code erreur 127

Iznobe a écrit :

il semblerait que tu n' ai pas fait le necessaire , tu as tapé  " exit " , avant de passer les autres commandes  ...

Ha oui, je pensais qu'il fallait sortir du root.
Je recommence. Ca explique la suite du problème du coup.

Hors ligne

#29 Le 24/12/2024, à 13:15

geole

Re : [Presque résolu] grub-install code erreur 127

chaakh a écrit :

J'ai essayé un boot-repair mais il m'affiche le message suivant :

Please enable a repository containing the [grub-efi] packages in the software sources of Ubuntu 24.04.1 LTS (/dev/nvme0p6). Then try again.

Extraits de ton boot-info

Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would purge (in order to fix executable) and reinstall the grub-efi of nvme0n1p6,
using the following options:  nvme0n1p1/boot/efi

Pour avoir le message  que tu indiques, tu n'as certainement pas du cliquer sur le signet "Réparation recommandée". Il semble dire que tu as  oublié de sélectionner  la partition à réparer qui, d'après lui, pourrait être /dev/nvme0n1p6,

Continue avec la technique chroot.


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#30 Le 24/12/2024, à 14:35

chaakh

Re : [Presque résolu] grub-install code erreur 127

J'ai refait un démarrage depuis le liveUSB puis j'ai suivi le lien chroot. Voici les retours :

kubuntu@kubuntu:~$ sudo -i
root@kubuntu:~# mkdir /media/system
root@kubuntu:~# mount /dev/nvme0n1p6 /media/system
root@kubuntu:~# mount --bind /dev /media/system/dev
root@kubuntu:~# mount -t proc /proc /media/system/proc
root@kubuntu:~# mount --bind /run  /media/system/run
root@kubuntu:~# mount -t sysfs /sys /media/system/sys
root@kubuntu:~# chroot /media/system

J'ai enchaîné par l'ajout des dépôts :

root@kubuntu:/# add-apt-repository universe  multiverse  restricted
Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 13, in <module>
    from softwareproperties.shortcuthandler import ShortcutException
  File "/usr/lib/python3/dist-packages/softwareproperties/shortcuthandler.py", line 24, in <module>
    from aptsources.distro import get_distro
ModuleNotFoundError: No module named 'aptsources.distro'

Puis update:

root@kubuntu:/# apt update
Running in chroot, ignoring command 'start'
Ign:1 cdrom://Kubuntu 24.04.1 LTS _Noble Numbat_ - Release amd64 (20240827) noble InRelease
Hit:2 cdrom://Kubuntu 24.04.1 LTS _Noble Numbat_ - Release amd64 (20240827) noble Release
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.

J'ai aussi fait :

root@kubuntu:/# find /etc/apt -type f -regex ".*\(list\|sources\)$" -exec bash -c 'echo "$1"; grep -Env "^#|^$" "$1"; echo' _ '{}' \;
/etc/apt/sources.list
1:deb cdrom:[Kubuntu 24.04.1 LTS _Noble Numbat_ - Release amd64 (20240827)]/ noble main multiverse restricted universe

Ensuite j'ai tapé:

root@kubuntu:~# exit
root@kubuntu:~# sudo apt update
Ign:1 cdrom://Kubuntu 24.04.1 LTS _Noble Numbat_ - Release amd64 (20240827) noble InRelease
Hit:2 cdrom://Kubuntu 24.04.1 LTS _Noble Numbat_ - Release amd64 (20240827) noble Release
Hit:4 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Hit:5 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:6 http://archive.ubuntu.com/ubuntu noble InRelease
Hit:7 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
219 packages can be upgraded. Run 'apt list --upgradable' to see them.

Puis j'ai installé et lancé boot-repair
Enfin j'ai cliqué sur Recommended repair.
J'obtiens toujours le message :

Please enable a repository containing the [grub-efi] packages in the software sources of Ubuntu 24.04.1 LTS (/dev/nvme0p6). Then try again.

J'ai demandé un boot-info, que voici :

boot-repair-4ppa2081                                              [20241224_1322]

============================== Boot Info Summary ===============================

 => No boot loader is installed in the MBR of /dev/nvme0n1.
 => Syslinux MBR (4.04-4.07) is installed in the MBR of /dev/sdb.

nvme0n1p1: _____________________________________________________________________

    File system:       vfat
    Boot sector type:  FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /efi/Boot/bootx64.efi /efi/Boot/fbx64.efi 
                       /efi/Boot/mmx64.efi /efi/ubuntu/fwupdx64.efi 
                       /efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi 
                       /efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg 
                       /efi/Microsoft/Boot/bootmgfw.efi 
                       /efi/Microsoft/Boot/bootmgr.efi

nvme0n1p2: _____________________________________________________________________

    File system:       
    Boot sector type:  -
    Boot sector info: 

nvme0n1p3: _____________________________________________________________________

    File system:       BitLocker
    Boot sector type:  Unknown
    Boot sector info: 

nvme0n1p4: _____________________________________________________________________

    File system:       ntfs
    Boot sector type:  NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

nvme0n1p5: _____________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        

nvme0n1p6: _____________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 24.04.1 LTS
    Boot files:        /etc/fstab /etc/default/grub

nvme0n1p8: _____________________________________________________________________

    File system:       ntfs
    Boot sector type:  NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sdb1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 4.05 20140113
    Boot sector info:  Syslinux looks at sector 1441316 of /dev/sdb1 for its 
                       second stage. SYSLINUX is installed in the  directory. 
                       No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sda: ___________________________________________________________________________

    File system:       iso9660
    Boot sector type:  Grub2 (v1.99-2.00)
    Boot sector info:  Grub2 (v1.99-2.00) is installed in the boot sector of 
                       sda and looks at sector 0 of the same hard drive for 
                       core.img, but core.img can not be found at this 
                       location.
    Mounting failed:   mount: /mnt/BootInfo/FD/sda: /dev/sda already mounted or mount point busy.
       dmesg(1) may have more information after failed mount system call.


================================ 1 OS detected =================================

OS#1 (linux):   Ubuntu 24.04.1 LTS on nvme0n1p6

================================ Host/Hardware =================================

CPU architecture: 64-bit
Video:  from 
Live-session OS is Ubuntu 64-bit (Ubuntu 24.04.1 LTS, noble, x86_64)

===================================== UEFI =====================================

BIOS/UEFI firmware: 1.26.0(1.26) from Dell Inc.
The firmware is EFI-compatible, and is set in EFI-mode for this live-session.
SecureBoot disabled (confirmed by mokutil).
BootCurrent: 0004
Timeout: 2 seconds
BootOrder: 0003,0000,0002,0001,0004
Boot0000* UEFI PM991 NVMe Samsung 256GB S50ANF1N501953 1	PciRoot(0x0)/Pci(0x1d,0x4)/Pci(0x0,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)/HD(1,GPT,e7c37ef0-72d5-47c3-9953-3a7629bd0b42,0x800,0x32000)/File(\EFI\Boot\BootX64.efi){auto_created_boot_option}
Boot0001* Linux Firmware Updater	HD(1,GPT,e7c37ef0-72d5-47c3-9953-3a7629bd0b42,0x800,0x32000)/File(\EFI\ubuntu\fwupdx64.efi)
Boot0002* Windows Boot Manager	HD(1,GPT,e7c37ef0-72d5-47c3-9953-3a7629bd0b42,0x800,0x32000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)57494e444f5753000100000088000000780000004200430044004f0042004a004500430054003d007b00390064006500610038003600320063002d0035006300640064002d0034006500370030002d0061006300630031002d006600330032006200330034003400640034003700390035007d000000dbff0100000010000000040000007fff0400
Boot0003* ubuntu	HD(1,GPT,e7c37ef0-72d5-47c3-9953-3a7629bd0b42,0x800,0x32000)/File(\EFI\ubuntu\shimx64.efi)
Boot0004* UEFI General USB Flash Disk 0510550000000A0B	PciRoot(0x0)/Pci(0x14,0x0)/USB(2,0)/HD(2,GPT,3e3d419e-7c06-492c-8e0d-31d46b5ea0ac,0x82b9e4,0x27a0)/File(\EFI\Boot\BootX64.efi){auto_created_boot_option}


============================= Drive/Partition Info =============================

Disks info: ____________________________________________________________________

nvme0n1	: is-GPT,	no-BIOSboot,	has---ESP, 	not-usb,	not-mmc, has-os,	no-wind,	2048 sectors * 512 bytes
sdb	: notGPT,	no-BIOSboot,	has---ESP, 	usb-disk,	not-mmc, no-os,	no-wind,	62 sectors * 512 bytes

Partitions info (1/3): _________________________________________________________

nvme0n1p1	: no-os,	64, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	not-far
nvme0n1p3	: no-os,	64, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	end-after-100GB
nvme0n1p4	: no-os,	64, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	end-after-100GB
nvme0n1p5	: no-os,	64, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	end-after-100GB
nvme0n1p6	: is-os,	64, apt-get,	signed grub-pc grub-efi ,	nogrub,	nogrubinstall,	no-grubenv,	update-grub,	end-after-100GB
nvme0n1p8	: no-os,	64, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	end-after-100GB
sdb1	: no-os,	64, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	not-far

Partitions info (2/3): _________________________________________________________

nvme0n1p1	: is---ESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot, vfat
nvme0n1p3	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot, BitLocker
nvme0n1p4	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	recovery-or-hidden,	no-bmgr,	notwinboot, ntfs
nvme0n1p5	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot, ext4
nvme0n1p6	: isnotESP,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot, ext4
nvme0n1p8	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	recovery-or-hidden,	no-bmgr,	notwinboot, ntfs
sdb1	: is---ESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot, vfat

Partitions info (3/3): _________________________________________________________

nvme0n1p1	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	nvme0n1
nvme0n1p3	: maybesepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	nvme0n1
nvme0n1p4	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	nvme0n1
nvme0n1p5	: maybesepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	nvme0n1
nvme0n1p6	: not--sepboot,	with-boot,	fstab-without-boot,	not-sep-usr,	with--usr,	fstab-without-usr,	std-grub.d,	nvme0n1
nvme0n1p8	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	nvme0n1
sdb1	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	sdb

fdisk -l (filtered): ___________________________________________________________

Disk nvme0n1: 238.47 GiB, 256060514304 bytes, 500118192 sectors
Disk identifier: 823CCBFE-4CC0-4EC0-9029-EC56ECA13A6F
             Start       End   Sectors   Size Type
nvme0n1p1      2048    206847    204800   100M EFI System
nvme0n1p2    206848    239615     32768    16M Microsoft reserved
nvme0n1p3    239616 259916873 259677258 123.8G Microsoft basic data
nvme0n1p4 259917824 261523455   1605632   784M Windows recovery environment
nvme0n1p5 261523456 378580991 117057536  55.8G Linux filesystem
nvme0n1p6 378580992 499093503 120512512  57.5G Linux filesystem
nvme0n1p8 499093504 500117503   1024000   500M Windows recovery environment
Disk sda: 7.47 GiB, 8022654976 bytes, 15669248 sectors
Disk identifier: 3E3D419E-7C06-492C-8E0F-31D46B5EA0AC
       Start      End Sectors  Size Type
sda1       64  8567267 8567204  4.1G Microsoft basic data
sda2  8567268  8577411   10144    5M EFI System
sda3  8577412  8578011     600  300K Microsoft basic data
sda4  8581120 15667199 7086080  3.4G Linux filesystem
Disk sdb: 953.25 MiB, 999555072 bytes, 1952256 sectors
Disk identifier: 0x000ad823
     Boot Start     End Sectors   Size Id Type
sdb1  *       62 1950829 1950768 952.5M  c W95 FAT32 (LBA)

parted -lm (filtered): _________________________________________________________

sda:8023MB:scsi:512:512:gpt:General USB Flash Disk:;
1:32.8kB:4386MB:4386MB::ISO9660:hidden, msftdata;
2:4386MB:4392MB:5194kB::Appended2:boot, esp;
3:4392MB:4392MB:307kB::Gap1:hidden, msftdata;
4:4394MB:8022MB:3628MB:ext4::;
sdb:1000MB:scsi:512:512:msdos:Kingston DataTraveler 2.0:;
1:31.7kB:999MB:999MB:fat32::boot, lba;
nvme0n1:256GB:nvme:512:512:gpt:PM991 NVMe Samsung 256GB:;
1:1049kB:106MB:105MB:fat32:EFI system partition:boot, esp;
2:106MB:123MB:16.8MB::Microsoft reserved partition:msftres;
3:123MB:133GB:133GB::Basic data partition:msftdata;
4:133GB:134GB:822MB:ntfs::hidden, diag, no_automount;
5:134GB:194GB:59.9GB:ext4::;
6:194GB:256GB:61.7GB:ext4::;
8:256GB:256GB:524MB:ntfs:Basic data partition:hidden, diag;

blkid (filtered): ______________________________________________________________

NAME        FSTYPE    UUID                                 PARTUUID                             LABEL                     PARTLABEL
sda         iso9660   2024-08-27-14-35-24-00                                                    Kubuntu 24.04.1 LTS amd64 
├─sda1      iso9660   2024-08-27-14-35-24-00               3e3d419e-7c06-492c-8e0e-31d46b5ea0ac Kubuntu 24.04.1 LTS amd64 ISO9660
├─sda2      vfat      3C53-CAEB                            3e3d419e-7c06-492c-8e0d-31d46b5ea0ac ESP                       Appended2
├─sda3                                                     3e3d419e-7c06-492c-8e0c-31d46b5ea0ac                           Gap1
└─sda4      ext4      ce7a91db-86bc-4d90-b5cc-5130234c360d 242c64d7-6bf0-4993-9b36-c3c93ba38094 writable                  
sdb                                                                                                                       
└─sdb1      vfat      B389-B302                            000ad823-01                                                    
nvme0n1                                                                                                                   
├─nvme0n1p1 vfat      EC44-D419                            e7c37ef0-72d5-47c3-9953-3a7629bd0b42 SYSTEM                    EFI system partition
├─nvme0n1p2                                                8f5ab0c8-9521-4aa7-af9d-23e8f5151138                           Microsoft reserved partition
├─nvme0n1p3 BitLocker                                      b88bb9c5-6448-47eb-9bd7-c0044e6d3529                           Basic data partition
├─nvme0n1p4 ntfs      1A0E0BA00E0B73D3                     281692c7-48f5-450b-8105-7ae1a8f71bd8                           
├─nvme0n1p5 ext4      d4fd23af-8faf-4bd9-a45b-3a02d83c8de8 854e4d68-0477-4f02-99ab-13b67ee85925                           
├─nvme0n1p6 ext4      5f7dc384-3b6c-474c-b54e-0b0ba4df0426 6e0e5301-cf22-42c4-842d-e098d928f113                           
└─nvme0n1p8 ntfs      087C45B07C4598F8                     0df895c7-a72d-4fd6-987d-0bc6de853120 Recovery tools            Basic data partition

Mount points (filtered): _______________________________________________________

                                                               Avail Use% Mounted on
/dev/nvme0n1p4                                                 88.7M  89% /mnt/boot-sav/nvme0n1p4
/dev/nvme0n1p5                                                 11.9G  73% /mnt/boot-sav/nvme0n1p5
/dev/nvme0n1p6                                                 46.2G  13% /media/system
/dev/nvme0n1p8                                                  490M   2% /mnt/boot-sav/nvme0n1p8
/dev/sda1                                                          0 100% /cdrom
/dev/sdb1                                                     896.1M   6% /media/kubuntu/B389-B302
efivarfs                                                      163.6K  55% /sys/firmware/efi/efivars

Mount options (filtered): ______________________________________________________

/dev/nvme0n1p4                                                fuseblk     rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/nvme0n1p5                                                ext4        rw,relatime
/dev/nvme0n1p6                                                ext4        rw,relatime
/dev/nvme0n1p8                                                fuseblk     rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
/dev/sda1                                                     iso9660     ro,noatime,nojoliet,check=s,map=n,blocksize=2048,iocharset=utf8
/dev/sdb1                                                     vfat        rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
/proc                                                         proc        rw,relatime
/sys                                                          sysfs       rw,relatime

=================== nvme0n1p1/efi/ubuntu/grub.cfg (filtered) ===================

search.fs_uuid 3c196cd4-c196-42e1-b8c3-2d236f8a88de root 
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg

======================== nvme0n1p6/etc/fstab (filtered) ========================

# <file system>             <mount point>  <type>  <options>  <dump>  <pass>
UUID=d4fd23af-8faf-4bd9-a45b-3a02d83c8de8 /home          ext4    defaults   0 2
UUID=5f7dc384-3b6c-474c-b54e-0b0ba4df0426 /              ext4    defaults   0 1
/swapfile                                 swap           swap    defaults   0 0
tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0
UUID=EC44-D419  /boot/efi       vfat    defaults      0       1

==================== nvme0n1p6/etc/default/grub (filtered) =====================

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR='Kubuntu'
GRUB_CMDLINE_LINUX_DEFAULT='quiet splash'
GRUB_CMDLINE_LINUX=""

================= nvme0n1p6: Location of files loaded by Grub ==================

           GiB - GB             File                                 Fragment(s)
 234.441654205 = 251.729809408  boot/vmlinuz                                   1
 234.441654205 = 251.729809408  boot/vmlinuz-6.8.0-41-generic                  1
 234.441654205 = 251.729809408  boot/vmlinuz.old                               1
 234.426414490 = 251.713445888  boot/initrd.img                                2
 234.426414490 = 251.713445888  boot/initrd.img-6.8.0-41-generic               2
 234.426414490 = 251.713445888  boot/initrd.img.old                            2

=================== nvme0n1p6: ls -l /etc/grub.d/ (filtered) ===================

-rwxr-xr-x 1 root root 18133 Apr  4  2024 10_linux
-rwxr-xr-x 1 root root 43202 Apr  4  2024 10_linux_zfs
-rwxr-xr-x 1 root root 14513 Apr  4  2024 20_linux_xen
-rwxr-xr-x 1 root root   786 Apr  4  2024 25_bli
-rwxr-xr-x 1 root root 13120 Apr  4  2024 30_os-prober
-rwxr-xr-x 1 root root  1174 Apr  4  2024 30_uefi-firmware
-rwxr-xr-x 1 root root   722 Apr  5  2024 35_fwupd
-rwxr-xr-x 1 root root   214 Apr  4  2024 40_custom
-rwxr-xr-x 1 root root   215 Apr  4  2024 41_custom



Suggested repair: ______________________________________________________________

The default repair of the Boot-Repair utility will purge (in order to fix executable) and reinstall the grub-efi of
nvme0n1p6,
using the following options:  nvme0n1p1/boot/efi
Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file



Final advice in case of suggested repair: ______________________________________

Please do not forget to make your UEFI firmware boot on the Ubuntu 24.04.1 LTS entry (nvme0n1p1/efi/****/grub****.efi (**** will be updated in the final message) file) !

Hors ligne

#31 Le 24/12/2024, à 14:40

iznobe

Re : [Presque résolu] grub-install code erreur 127

J'ai enchaîné par l'ajout des dépôts :

root@kubuntu:/# add-apt-repository universe  multiverse  restricted
Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 13, in <module>
    from softwareproperties.shortcuthandler import ShortcutException
  File "/usr/lib/python3/dist-packages/softwareproperties/shortcuthandler.py", line 24, in <module>
    from aptsources.distro import get_distro
ModuleNotFoundError: No module named 'aptsources.distro'

Puis update:

root@kubuntu:/# apt update
Running in chroot, ignoring command 'start'
Ign:1 cdrom://Kubuntu 24.04.1 LTS _Noble Numbat_ - Release amd64 (20240827) noble InRelease
Hit:2 cdrom://Kubuntu 24.04.1 LTS _Noble Numbat_ - Release amd64 (20240827) noble Release
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date

.

cette fois tu as procédé comme il faut .
Par contre il semble que ca soit la cata ... python ne fonctionne pas et il n ' y pas de sources indiquées .

je sais pas si ca vaut la peine d' entrer les sources à la main .

Attends le retour de @geole , peut qu ' il a deja vu ce genre de chose .
Moi je ne sais pas trop ce qu ' il faudrait faire , mais sans python fonctionnel , ca risque d' etre compliqué .


retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

En ligne

#32 Le 24/12/2024, à 16:45

geole

Re : [Presque résolu] grub-install code erreur 127

chaakh a écrit :

J'ai refait un démarrage depuis le liveUSB puis j'ai suivi le lien chroot. Voici les retours :

kubuntu@kubuntu:~$ sudo -i
root@kubuntu:~# mkdir /media/system
root@kubuntu:~# mount /dev/nvme0n1p6 /media/system
root@kubuntu:~# mount --bind /dev /media/system/dev
root@kubuntu:~# mount -t proc /proc /media/system/proc
root@kubuntu:~# mount --bind /run  /media/system/run
root@kubuntu:~# mount -t sysfs /sys /media/system/sys
root@kubuntu:~# chroot /media/system

Pour boot-repair, je ne comprends pas.      Je vais faire un test

Repars avec la technique chroot  pour arriver au point ci-dessus
Puis
1) vérifie que le réseau est opérationnel

ping -c4 8.8.8.8  && ping -c4 google.fr

2) Si ok, on va tenter d'installer grub
a) Montage de la partition efi

mount -v   /dev/nvme0n1p1 /boot/efi

b) Installation du grub.

grub-install --efi-directory=/boot/efi --target=x86_64-efi --no-uefi-secure-boot --no-nvram

c) Mets à jour le grub

update-grub

d) Mettre le grub en fichier de boot par défault

cp -v /boot/efi/efi/ubuntu/grubx64.efi   /boot/efi/efi/ubuntu/bootx64.efi

e) Quitter le mode chroot

exit

3) Rebooter



Si le problème n'avance pas vite.
Boote avec un support d'installation et installe refind.
Dans un premier temps de façon standard

sudo apt install refind

Dernière modification par geole (Le 24/12/2024, à 18:40)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#33 Le 24/12/2024, à 18:11

chaakh

Re : [Presque résolu] grub-install code erreur 127

Franchement, merci à tous les deux pour votre patience et votre détermination !

Je suis reparti sur le chroot :

kubuntu@kubuntu:~$ sudo -i
root@kubuntu:~# mkdir /media/system
root@kubuntu:~# mount /dev/nvme0n1p6 /media/system
root@kubuntu:~# mount --bind /dev /media/system/dev
root@kubuntu:~# mount -t proc /proc /media/system/proc
root@kubuntu:~# mount --bind /run  /media/system/run
root@kubuntu:~# mount -t sysfs /sys /media/system/sys
root@kubuntu:~# chroot /media/system

1) Vérification du réseau :

root@kubuntu:/# ping -c4 8.8.8.8 && ping -c4 google.fr
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=116 time=91.2 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=116 time=211 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=116 time=131 ms

--- 8.8.8.8 ping statistics ---
4 packets transmitted, 3 received, 25% packet loss, time 3005ms
rtt min/avg/max/mdev = 91.215/144.300/211.137/49.914 ms
PING google.fr (172.217.20.195) 56(84) bytes of data.
64 bytes from waw02s08-in-f195.1e100.net (172.217.20.195): icmp_seq=1 ttl=116 time=80.9 ms
64 bytes from waw02s08-in-f195.1e100.net (172.217.20.195): icmp_seq=2 ttl=116 time=437 ms
64 bytes from waw02s08-in-f195.1e100.net (172.217.20.195): icmp_seq=3 ttl=116 time=61.2 ms
64 bytes from waw02s08-in-f195.1e100.net (172.217.20.195): icmp_seq=4 ttl=116 time=51.3 ms

--- google.fr ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 51.299/157.623/437.040/161.673 ms

2)a) Montage de la partition efi: (j'avoue que je ne comprends pas ce point car je croyais que la partition efi était nvme0p1 mais je te fais entièrement confiance)

root@kubuntu:/# mount -v /dev/nvme0n1p6 /boot/efi
mount: /dev/nvme0n1p6 mounted on /boot/efi.

b) Installation du grub :

root@kubuntu:/# grub-install --efi-directory=/boot/efi --target=x86_64-efi --no-uefi-secure-boot --no-nvram
Command 'grub-install' not found, but can be installed with:
apt install grub2-common

J'ai donc suivi le conseil et fait :

root@kubuntu:/# apt install grub2-common
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
grub2-common is already the newest version (2.12-1ubuntu7).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

c) Mise à jour de grub :

root@kubuntu:/# update-grub
/usr/sbin/update-grub: 3: exec: grub-mkconfig: not found

Dernière modification par chaakh (Le 24/12/2024, à 18:12)

Hors ligne

#34 Le 24/12/2024, à 18:38

geole

Re : [Presque résolu] grub-install code erreur 127

Je me suis trompé pour le montage de la partition EFI

umount -v /boot/efi
mount -v   /dev/nvme0n1p1 /boot/efi

Bonne idée d'avoir installé le module absent. Mais il faut enchaîner sur la commande refusée

grub-install --efi-directory=/boot/efi --target=x86_64-efi --no-uefi-secure-boot --no-nvram

Dernière modification par geole (Le 24/12/2024, à 18:42)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#35 Le 24/12/2024, à 18:42

chaakh

Re : [Presque résolu] grub-install code erreur 127

geole a écrit :

Bonne idée d'avoir installé le module absent. Mais il faut enchaîner sur la commande refusée

Oups ! Quel *** !

Je viens de tester mais il me remet :

root@kubuntu:/# grub-install --efi-directory=/boot/efi --target=x86_64-efi --no-uefi-secure-boot --no-nvram
Command 'grub-install' not found, but can be installed with:
apt install grub2-common

Dernière modification par chaakh (Le 24/12/2024, à 18:44)

Hors ligne

#36 Le 24/12/2024, à 18:43

geole

Re : [Presque résolu] grub-install code erreur 127

Je me suis trompé pour le montage de la partition EFI

umount -v /boot/efi
mount -v   /dev/nvme0n1p1 /boot/efi

Peut-être faudra-il rebooter   pour éliminer toute trace

Dernière modification par geole (Le 24/12/2024, à 18:44)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#37 Le 24/12/2024, à 18:51

chaakh

Re : [Presque résolu] grub-install code erreur 127

Désolé, je n'avais pas vu ton dernier post. Voilà qui est fait :

root@kubuntu:/# umount -v /boot/efi
umount: /boot/efi unmounted
root@kubuntu:/# mount -v /dev/nvme0n1p1 /boot/efi
mount: /dev/nvme0n1p1 mounted on /boot/efi.

Mais :

root@kubuntu:/# grub-install --efi-directory=/boot/efi --target=x86_64-efi --no-uefi-secure-boot --no-nvram
Command 'grub-install' not found, but can be installed with:
apt install grub2-common

alors que grub2-common a été installé sad

Hors ligne

#38 Le 24/12/2024, à 18:53

iznobe

Re : [Presque résolu] grub-install code erreur 127

montre

apt policy grub*comon

retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

En ligne

#39 Le 24/12/2024, à 18:55

chaakh

Re : [Presque résolu] grub-install code erreur 127

root@kubuntu:/# apt policy grub*comon
N: Unable to locate package grub*comon
N: Couldn't find any package by glob 'grub*comon'

Hors ligne

#40 Le 24/12/2024, à 18:56

iznobe

Re : [Presque résolu] grub-install code erreur 127

pff , j ' ai oublié un " m " ...

apt policy grub*common

Dernière modification par iznobe (Le 24/12/2024, à 18:57)


retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

En ligne

#41 Le 24/12/2024, à 18:57

chaakh

Re : [Presque résolu] grub-install code erreur 127

root@kubuntu:/# apt policy grub*common
grub2-common:
  Installed: 2.12-1ubuntu7
  Candidate: 2.12-1ubuntu7
  Version table:
 *** 2.12-1ubuntu7 100
        100 /var/lib/dpkg/status
grub-common:
  Installed: 2.12-1ubuntu7
  Candidate: 2.12-1ubuntu7
  Version table:
 *** 2.12-1ubuntu7 100
        100 /var/lib/dpkg/status

Hors ligne

#42 Le 24/12/2024, à 18:59

geole

Re : [Presque résolu] grub-install code erreur 127

J'avais totalement oublié

apt install --reinstall grub-efi

Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#43 Le 24/12/2024, à 19:01

chaakh

Re : [Presque résolu] grub-install code erreur 127

root@kubuntu:/# apt install --reinstall grub-efi
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package grub-efi is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  grub-common

E: Package 'grub-efi' has no installation candidate

Hors ligne

#44 Le 24/12/2024, à 19:11

geole

Re : [Presque résolu] grub-install code erreur 127

Il va falloir que je mette ma documentation à jour

Mais grub-commun est installé.

Prend la solution de dépannage

apt install refind

Je vais  stopper pour ce soir. Bon noel quand même

Dernière modification par geole (Le 24/12/2024, à 19:15)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#45 Le 24/12/2024, à 19:18

chaakh

Re : [Presque résolu] grub-install code erreur 127

geole a écrit :

Je vais  stopper pour ce soir. Bon noel quand même

Pareil, il y a de la cuisine à faire, j'espère que j'aurai plus de chance aux fourneaux !
Bon Noël !

Hors ligne

#46 Le 25/12/2024, à 11:45

chaakh

Re : [Presque résolu] grub-install code erreur 127

Je suis donc passé à refind.
J'ai démarré depuis le liveUSB et suivi le wiki de refind paragraphe 1.1.2 Lorsque le boot ne fonctionne pas.

J'ai juste modifié :

sudo mount -v $(sudo blkid | grep vfat | cut -d: -f1) /mnt

par :

kubuntu@kubuntu:~$ sudo mount -v /dev/nvme0n1p1 /mnt
mount: /dev/nvme0n1p1 mounted on /mnt.

car grep renvoie 3 sorties :

kubuntu@kubuntu:~$ sudo blkid | grep vfat | cut -d: -f1
/dev/nvme0n1p1
/dev/sdb1
/dev/sda2

J'ai également modifié :

sudo  cp -v  /mnt/EFI/refind/refind_x64.efi  /mnt/EFI/Boot/bootx64.efi # Dire qu'il devient le fichier de boot officiel.

par :

kubuntu@kubuntu:~$ sudo cp -v /mnt/EFI/Boot/refind/refind_x64.efi /mnt/EFI/Boot/bootx64.efi
'/mnt/EFI/Boot/refind/refind_x64.efi' -> '/mnt/EFI/Boot/bootx64.efi'

car le dossier refind n'existe pas dans /mnt/EFI/

J'ai ensuite éteind et relancé le PC espérant que refind prendrait le démarrage en charge à la place de GRUB mais non, je me retrouve encore avec l'écran de grub

Hors ligne

#47 Le 25/12/2024, à 12:46

geole

Re : [Presque résolu] grub-install code erreur 127

Bonjour
On va écraser

sudo mount -v /dev/nvme0n1p1 /mnt
 sudo cp -v /mnt/EFI/Boot/refind/refind_x64.efi /mnt/EFI/ubuntu/shimx64.efi
 sudo cp -v /mnt/EFI/Boot/refind/refind_x64.efi /mnt/EFI/ubuntu/grubx64.efi

Dernière modification par geole (Le 25/12/2024, à 12:48)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#48 Le 25/12/2024, à 13:57

chaakh

Re : [Presque résolu] grub-install code erreur 127

kubuntu@kubuntu:~$ sudo mount -v /dev/nvme0n1p1 /mnt/
mount: /dev/nvme0n1p1 mounted on /mnt.
kubuntu@kubuntu:~$ sudo cp -v /mnt/EFI/Boot/refind/refind_x64.efi /mnt/EFI/ubuntu/shimx64.efi
'/mnt/EFI/Boot/refind/refind_x64.efi' -> '/mnt/EFI/ubuntu/shimx64.efi'
kubuntu@kubuntu:~$ sudo cp -v /mnt/EFI/Boot/refind/refind_x64.efi /mnt/EFI/ubuntu/grubx64.efi
'/mnt/EFI/Boot/refind/refind_x64.efi' -> '/mnt/EFI/ubuntu/grubx64.efi'

Et au redémarrage il y a du nouveau !
J'arrive sur rEFInd main menu qui me propose les options suivantes :
- Boot Microsoft EFI boot from SYSTEM
- Start MOK utility af EFI\ubuntu\mmx64.efi on SYSTEM
- Start MOK utility af EFI\ubuntu\mmx64.efi on SYSTEM (et oui, il apparaît deux fois)
- About rEFInd
- Manage hidden tags menu
- Shut down computer
- Reboot computer
- Reboot to computer setup utility

Hors ligne

#49 Le 25/12/2024, à 15:45

geole

Re : [Presque résolu] grub-install code erreur 127

Ce qui est important sont les icônes de la partie supérieure
Donc d'après ce que tu énumères, ubuntu n'est pas dans la liste!
Pourtant c'est une 24.04 et le noyau est bien présent

================= nvme0n1p6: Location of files loaded by Grub ==================
           GiB - GB             File                                 Fragment(s)
 234.441654205 = 251.729809408  boot/vmlinuz-6.8.0-41-generic                  1
 234.426414490 = 251.713445888  boot/initrd.img-6.8.0-41-generic               2

N'y aurait-il pas dans la partie droite de l'écran, une flèche " à droite" disant   qu'il y a une suite à faire apparaître?

Pour le fichier en double tu as du mal recopier; Il y a ces deux fichiers
    /efi/Boot/mmx64.efi
  /efi/ubuntu/mmx64.efi

Dernière modification par geole (Le 25/12/2024, à 15:50)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#50 Le 25/12/2024, à 17:36

chaakh

Re : [Presque résolu] grub-install code erreur 127

geole a écrit :

Ce qui est important sont les icônes de la partie supérieure

Hum... Des icônes dans la partie supérieure ?
Voici ce que j'ai, je ne vois pas ce qui ressemble à des icônes.
copie écran rEFInd

geole a écrit :

Pour le fichier en double tu as du mal recopier; Il y a ces deux fichiers
    /efi/Boot/mmx64.efi
  /efi/ubuntu/mmx64.efi

Non, après vérification, je n'ai pas fait d'erreur, c'est bien ce qu'affiche rEFInd.

Dernière modification par chaakh (Le 25/12/2024, à 17:37)

Hors ligne