#26 Le 21/11/2022, à 14:31
- geole
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
Je ne suis trompé de commande
sudo du -hxad1 /media 2>/dev/null | sort -hr| head -20
Si tu pouvais dire en quoi consistait le bidouille: Ajout du logiciel lvm???
Dernière modification par geole (Le 21/11/2022, à 14:34)
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
En ligne
#27 Le 21/11/2022, à 14:55
- Fantomanu
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
Je parlais de
sudo mount -v /dev/mapper/dsk /mnt
qui a rendu
mount: /mnt: unknown filesystem type 'LVM2_member'.
J'ai suivi les conseils du lien que tu proposais et fait
sudo mount -v /dev/vgubuntu/root /mnt
suite à quoi ta commande a fonctionné
Hors ligne
#28 Le 21/11/2022, à 15:02
- Fantomanu
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
J'avais mal lu.
Voici donc
sudo du -hxad1 /media 2>/dev/null | sort -hr| head -20
12K /media
4.0K /media/ubuntu
4.0K /media/apt
0 /media/cdrom
Hors ligne
#29 Le 21/11/2022, à 15:16
- geole
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
Peux-tu refaire toutes les commandes en postant chaque commande avec sa réponse
En premier cette commande
Ph=$LINES;Pw=$COLUMNS;printf "\033[8;${Ph};300t\n";sleep .1 && lsblk -fe7 -o+size;printf "\033[8;${Ph};${Pw}t\n"
et donc, en second
sudo du -hxad1 /mnt 2>/dev/null | sort -hr| head -20
Dernière modification par geole (Le 21/11/2022, à 15:17)
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
En ligne
#30 Le 21/11/2022, à 15:34
- Fantomanu
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
Ph=$LINES;Pw=$COLUMNS;printf "\033[8;${Ph};300t\n";sleep .1 && lsblk -fe7 -o+size;printf "\033[8;${Ph};${Pw}t\n"
NAME FSTYPE LABEL UUID FSAVAIL FSUSE% MOUNTPOINT SIZE
sda 238.5G
├─sda1 vfat FD16-9363 314M
├─sda2 1K
├─sda5 ext4 20ba5087-ac86-4c00-a992-0d8dcd3b5cc7 930M
└─sda6 crypto_LUKS f8da7d4d-2438-4a0a-9205-5f2ccb7fc1e7 237.3G
└─dsk LVM2_member P1czNe-wiSf-052Z-zKKs-57ja-njMV-U5onef 237.2G
├─vgubuntu-root ext4 5e3e254e-0aa9-4515-87dd-3853f45cde28 0 95% /mnt 236.3G
└─vgubuntu-swap_1 swap 84b66267-8983-44ec-a49d-2682f7db28e7 976M
sdb 238.5G
├─sdb1 vfat UBUNTU 20_0 1AFE-2756 68.3G 21% /cdrom 86.5G
└─sdb2 ext3 casper-rw 943fb9b3-291c-6d40-8ee4-4a659bea4f42 152G
sudo du -hxad1 /mnt 2>/dev/null | sort -hr| head -20
221G /mnt
132G /mnt/home
74G /mnt/.Trash-0
7.6G /mnt/usr
6.2G /mnt/var
1.5G /mnt/opt
18M /mnt/etc
11M /mnt/root
268K /mnt/snap
112K /mnt/run
60K /mnt/tmp
32K /mnt/timeshift
16K /mnt/lost+found
16K /mnt/dev
8.0K /mnt/media
4.0K /mnt/sys
4.0K /mnt/srv
4.0K /mnt/proc
4.0K /mnt/mnt
4.0K /mnt/cdrom
Hors ligne
#31 Le 21/11/2022, à 15:50
- geole
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
Il y a quand même du monde
Poubelle/corbeille non vidée!
74G /mnt/.Trash-0
Donc
sudo rm -Rv /mnt/.Trash-0/*
tu ne posteras pas si cela se passe bien.
Puis tu pourras tenter de rebooter
Lorsque tu auras rebooté, tu pourras faire
du -hxad2 /home 2>/dev/null | sort -hr| head -20
Cela te permettra de voir la taille de tes donnée par répertoire.
Inutile de poster.
Dernière modification par geole (Le 21/11/2022, à 15:56)
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
En ligne
#32 Le 21/11/2022, à 15:57
- Fantomanu
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
sudo rm -Rv /mnt/.Trash-0/*
rm: cannot remove '/mnt/.Trash-0/*': No such file or directory
peut-ètre le mauvais nom de la corbeille ?
je vais le tenter en recovery mode peut-étre ?
Dernière modification par Fantomanu (Le 21/11/2022, à 15:58)
Hors ligne
#33 Le 21/11/2022, à 16:10
- geole
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
Il y a du avoir une faute de frappe quelque par avec un caractère invisible car
sudo du -hxad1 /mnt 2>/dev/null | sort -hr| head -20
221G /mnt
132G /mnt/home
74G /mnt/.Trash-0
7.6G /mnt/usr
Donc la commande est bonne
sudo rm -Rv /mnt/.Trash-0/*
Dernière modification par geole (Le 21/11/2022, à 16:11)
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
En ligne
#34 Le 21/11/2022, à 17:15
- Fantomanu
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
Je le fait à la main depuis nautilus en montant sda6 depuis là aussi
On verra si ca va marcher
Nautilus donne deux heures pour ca - beaucoup de fichiers
Dernière modification par Fantomanu (Le 21/11/2022, à 17:31)
Hors ligne
#35 Le 21/11/2022, à 17:41
- geole
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
Vérifies qu'il ne te fabrique pas une autre poubelle car ce répertoire n'est certainement pas vu comme une poubelle.
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
En ligne
#36 Le 21/11/2022, à 21:37
- Fantomanu
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
Ubuntu a démarré
on fait comme tu as proposé
journalctl -b -p err | head -40
Nov 21 22:03:49 skynet42 kernel: x86/cpu: SGX disabled by BIOS.
Nov 21 22:03:52 skynet42 kernel: Bluetooth: hci0: Reading supported features failed (-16)
Nov 21 22:04:00 skynet42 canonical-livepatch.canonical-livepatchd[1406]: Task "refresh" returned an error: livepatch check failed: POST request to "https://livepatch.canonical.com/v1/client/8fb0a5bb0310468a8b22a26218d1c877/updates" failed, retrying in 30s.
Nov 21 22:04:01 skynet42 systemd[1662]: Failed to start Application launched by gnome-session-binary.
Nov 21 22:04:07 skynet42 obexd[1404]: manager_init failed
Nov 21 22:04:09 skynet42 bluetoothd[1397]: Unable to get on D-Bus
Nov 21 22:04:09 skynet42 systemd[1662]: Failed to start Application launched by gnome-session-binary.
Nov 21 22:04:10 skynet42 bluetoothd[2383]: Unable to get on D-Bus
Nov 21 22:04:10 skynet42 obexd[2429]: manager_init failed
Nov 21 22:04:10 skynet42 bluetoothd[2450]: Unable to get on D-Bus
Nov 21 22:04:11 skynet42 obexd[2494]: manager_init failed
Nov 21 22:04:11 skynet42 bluetoothd[2534]: Unable to get on D-Bus
Nov 21 22:04:11 skynet42 obexd[2589]: manager_init failed
Nov 21 22:04:12 skynet42 bluetoothd[2619]: Unable to get on D-Bus
Nov 21 22:04:12 skynet42 obexd[2680]: manager_init failed
Nov 21 22:04:12 skynet42 bluetoothd[2708]: Unable to get on D-Bus
Nov 21 22:04:12 skynet42 obexd[2731]: manager_init failed
Nov 21 22:04:12 skynet42 systemd[1]: Failed to start Service for snap application bluez.bluez.
Nov 21 22:04:12 skynet42 systemd[1]: Failed to start Service for snap application bluez.obex.
manuche@skynet42:~$ df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 778M 11M 767M 2% /run
/dev/mapper/vgubuntu-root 232G 149G 72G 68% /
tmpfs 3.8G 22M 3.8G 1% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
/dev/sda5 897M 255M 580M 31% /boot
/dev/sda1 314M 4.0K 314M 1% /boot/efi
tmpfs 3.8G 0 3.8G 0% /run/qemu
tmpfs 778M 4.7M 773M 1% /run/user/1000
manuche@skynet42:~$ sudo dpkg --configure -a
[sudo] password for manuche:
manuche@skynet42:~$ sudo dpkg --force-all --configure -a
manuche@skynet42:~$ sudo apt -f install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 to upgrade, 0 to newly install, 0 to remove and 5 not to upgrade.
manuche@skynet42:~$ sudo apt install --fix-missing
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 to upgrade, 0 to newly install, 0 to remove and 5 not to upgrade.
manuche@skynet42:~$ sudo apt autopurge && sudo apt purge ?config-files
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 to upgrade, 0 to newly install, 0 to remove and 5 not to upgrade.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
aegisub-l10n* bsdmainutils* crda* firefox* fuse* ippusbxd* libkf5attica5*
libpython3.8-minimal* libreoffice-style-tango* libssl1.1:i386* libturbojpeg*
libvdpau1:i386* libwrap0:i386* linux-image-5.15.0-48-generic*
linux-modules-5.15.0-48-generic* linux-modules-extra-5.15.0-48-generic*
ltrace* mysql-common* popularity-contest* python3.8-minimal* qemu-kvm*
xul-ext-ubufox*
0 to upgrade, 0 to newly install, 22 to remove and 5 not to upgrade.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 232644 files and directories currently installed.)
Purging configuration files for fuse (2.9.9-3) ...
Purging configuration files for mysql-common (5.8+1.0.8) ...
Purging configuration files for libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.0
4.5) ...
Purging configuration files for firefox (1:1snap1-0ubuntu2) ...
Purging configuration files for libssl1.1:i386 (1.1.1f-1ubuntu2.16) ...
Purging configuration files for popularity-contest (1.71ubuntu3) ...
Purging configuration files for ltrace (0.7.3-6.1ubuntu6) ...
Purging configuration files for qemu-kvm (1:4.2-3ubuntu6.23) ...
Purging configuration files for linux-image-5.15.0-48-generic (5.15.0-48.54) ...
Purging configuration files for aegisub-l10n (3.2.2+dfsg-5ubuntu3) ...
Purging configuration files for libreoffice-style-tango (1:7.3.6-0ubuntu0.22.04.
2) ...
Purging configuration files for linux-modules-extra-5.15.0-48-generic (5.15.0-48
.54) ...
Purging configuration files for ippusbxd (1.34-2ubuntu1) ...
Purging configuration files for libwrap0:i386 (7.6.q-31build2) ...
Purging configuration files for bsdmainutils (12.1.7+nmu3ubuntu2) ...
Purging configuration files for libturbojpeg:amd64 (2.1.2-0ubuntu1) ...
Purging configuration files for python3.8-minimal (3.8.10-0ubuntu1~20.04.5) ...
Purging configuration files for linux-modules-5.15.0-48-generic (5.15.0-48.54) .
..
Purging configuration files for libvdpau1:i386 (1.4-3build2) ...
Purging configuration files for xul-ext-ubufox (3.4-0ubuntu1.17.10.1) ...
Purging configuration files for crda (3.18-1build1) ...
Purging configuration files for libkf5attica5:amd64 (5.92.0-0ubuntu1) ...
manuche@skynet42:~$ sudo apt update
Hit:1 https://brave-browser-apt-release.s3.brave.com stable InRelease
Hit:2 https://updates.signal.org/desktop/apt xenial InRelease
Hit:3 http://bg.archive.ubuntu.com/ubuntu jammy InRelease
Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Hit:5 http://bg.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:6 http://bg.archive.ubuntu.com/ubuntu jammy-backports InRelease
Fetched 110 kB in 3s (43.9 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
5 packages can be upgraded. Run 'apt list --upgradable' to see them.
manuche@skynet42:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
#
# News about significant security updates, features and services will
# appear here to raise awareness and perhaps tease /r/Linux ;)
# Use 'pro config set apt_news=false' to hide this and future APT news.
#
The following NEW packages will be installed:
cpp-12 gcc-12 libasan8 libgcc-12-dev libtsan2
The following packages have been kept back:
dkms firmware-sof-signed libkworkspace5-5 libnfsidmap1 rsync
0 to upgrade, 5 to newly install, 0 to remove and 5 not to upgrade.
Need to get 144 MB of archives.
After this operation, 465 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://bg.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 cpp-12 amd64 12.1.0-2ubuntu1~22.04 [63.8 MB]
Get:2 http://bg.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libasan8 amd64 12.1.0-2ubuntu1~22.04 [2,455 kB]
Get:3 http://bg.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtsan2 amd64 12.1.0-2ubuntu1~22.04 [2,477 kB]
Get:4 http://bg.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-12-dev amd64 12.1.0-2ubuntu1~22.04 [2,618 kB]
Get:5 http://bg.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 gcc-12 amd64 12.1.0-2ubuntu1~22.04 [73.1 MB]
Fetched 144 MB in 18s (7,863 kB/s)
Selecting previously unselected package cpp-12.
(Reading database ... 232628 files and directories currently installed.)
Preparing to unpack .../cpp-12_12.1.0-2ubuntu1~22.04_amd64.deb ...
Unpacking cpp-12 (12.1.0-2ubuntu1~22.04) ...
Selecting previously unselected package libasan8:amd64.
Preparing to unpack .../libasan8_12.1.0-2ubuntu1~22.04_amd64.deb ...
Unpacking libasan8:amd64 (12.1.0-2ubuntu1~22.04) ...
Selecting previously unselected package libtsan2:amd64.
Preparing to unpack .../libtsan2_12.1.0-2ubuntu1~22.04_amd64.deb ...
Unpacking libtsan2:amd64 (12.1.0-2ubuntu1~22.04) ...
Selecting previously unselected package libgcc-12-dev:amd64.
Preparing to unpack .../libgcc-12-dev_12.1.0-2ubuntu1~22.04_amd64.deb ...
Unpacking libgcc-12-dev:amd64 (12.1.0-2ubuntu1~22.04) ...
Selecting previously unselected package gcc-12.
Preparing to unpack .../gcc-12_12.1.0-2ubuntu1~22.04_amd64.deb ...
Unpacking gcc-12 (12.1.0-2ubuntu1~22.04) ...
Setting up cpp-12 (12.1.0-2ubuntu1~22.04) ...
Setting up libasan8:amd64 (12.1.0-2ubuntu1~22.04) ...
Setting up libtsan2:amd64 (12.1.0-2ubuntu1~22.04) ...
Setting up libgcc-12-dev:amd64 (12.1.0-2ubuntu1~22.04) ...
Setting up gcc-12 (12.1.0-2ubuntu1~22.04) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
manuche@skynet42:~$ sudo apt full-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
#
# News about significant security updates, features and services will
# appear here to raise awareness and perhaps tease /r/Linux ;)
# Use 'pro config set apt_news=false' to hide this and future APT news.
#
The following packages have been kept back:
dkms firmware-sof-signed libkworkspace5-5 libnfsidmap1 rsync
0 to upgrade, 0 to newly install, 0 to remove and 5 not to upgrade.
Dernière modification par Fantomanu (Le 21/11/2022, à 21:57)
Hors ligne
#37 Le 21/11/2022, à 21:59
- geole
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
La partie mystérieuse est l'absence de message te disant que l'espace disponible était en train de se réduire drastiquement.
Dernière modification par geole (Le 21/11/2022, à 22:07)
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
En ligne
#38 Le 21/11/2022, à 22:09
- Fantomanu
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
La partie mystérieuse est l'absence de message te disant que l'espace disponible était en train de se réduire drastiquement.
J'ai redémarré... un curseur qui clignote.
Je n'arrive même pas à la phrase de passe de sda6.
Je ne peux donc pas atteindre le recovery-mode.
aie...
Dernière modification par Fantomanu (Le 21/11/2022, à 22:15)
Hors ligne
#39 Le 21/11/2022, à 22:27
- geole
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
Lorsque je regarde les mises à jour faites, je ne vois rien qui concerne le grub qui gère la mise en route.
Peux-tu refaire un nouveau boot-info.
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
En ligne
#40 Le 22/11/2022, à 06:09
- Fantomanu
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
Hors ligne
#41 Le 22/11/2022, à 06:53
- xubu1957
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
Bonjour,
Collage du Boot-info (lien au #40) :
boot-info-4ppa200 [20221122_0707]
============================== Boot Info Summary ===============================
=> Grub2 (v1.99-2.00) is installed in the MBR of /dev/sda and looks at sector
1538026 of the same hard drive for core.img, but core.img can not be found
at this location.
=> Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sda2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files: /grub/grub.cfg /grub/i386-pc/core.img
sda6: __________________________________________________________________________
File system: crypto_LUKS
Boot sector type: Unknown
Boot sector info:
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 6.04
Boot sector info: Syslinux looks at sector 44374 of /dev/sdb1 for its
second stage. The integrity check of Syslinux failed.
No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /syslinux.cfg
/efi/BOOT/grubx64.efi /efi/BOOT/mmx64.efi /ldlinux.sys
sdb2: __________________________________________________________________________
File system: ext3
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
================================ 1 OS detected =================================
OS#1: Ubuntu 22.04.1 LTS on mapper/vgubuntu-root
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: Skylake GT2 [HD Graphics 520] from Intel Corporation
Live-session OS is Ubuntu 64-bit (Ubuntu 20.04.5 LTS, focal, x86_64)
===================================== UEFI =====================================
BIOS/UEFI firmware: 1.16.4 from Dell Inc.
The firmware is EFI-compatible, and is set in EFI-mode for this live-session.
SecureBoot disabled - SecureBoot disabled - Please report this message to boot.repair@gmail.com.
BootCurrent: 000A
Timeout: 2 seconds
BootOrder: 0006,0004,0005,0007,0008,0001,0002,000A
Boot0001* Onboard NIC(IPV4) PciRoot(0x0)/Pci(0x1f,0x6)/MAC(28f10e0f0813,0)/IPv4(0.0.0.00.0.0.0,0,0)..BO
Boot0002* Onboard NIC(IPV6) PciRoot(0x0)/Pci(0x1f,0x6)/MAC(28f10e0f0813,0)/IPv6([::]:<->[::]:,0,0)..BO
Boot0003* Windows Boot Manager HD(2,GPT,d5555b6a-6470-4861-9f68-f058cbfdbc1c,0x96800,0x100000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...}................
Boot0004* Diskette Drive BBS(Floppy,Diskette Drive,0x0)..BO
Boot0005* Internal HDD BBS(HD,P2: Origin Inception TLC830 Pr,0x0)..BO
Boot0006* USB Storage Device BBS(USB,SanDisk Extreme Pro 0 ,0x0)..BO
Boot0007* CD/DVD/CD-RW Drive BBS(CDROM,CD/DVD/CD-RW Drive,0x0)..BO
Boot0008* Onboard NIC BBS(Network,IBA CL Slot 00FE v0106,0x0)..BO
Boot000A* UEFI: SanDisk Extreme Pro 0, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(12,0)/HD(1,MBR,0x4cc2a2,0x800,0xacff7e2)..BO
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has---ESP, not-usb, not-mmc, has-os, no-wind, 2 sectors * 512 bytes
sdb : notGPT, no-BIOSboot, has-noESP, usb-disk, not-mmc, no-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, grubenv-ok, noupdategrub, not-far
sdb2 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
mapper/vgubuntu-root : is-os, 64, apt-get, grub-pc , grub2, grub-install, no-grubenv, update-grub, not-far
Partitions info (2/3): _________________________________________________________
sda1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb2 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
mapper/vgubuntu-root : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sda
sda5 : is---sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sda
sdb2 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdb
mapper/vgubuntu-root : not--sepboot, no---boot, fstab-has-goodBOOT, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk sda: 238.49 GiB, 256060514304 bytes, 500118192 sectors
Disk identifier: 0xc2a0487b
Boot Start End Sectors Size Id Type
sda1 * 2 643071 643070 314M b W95 FAT32
sda2 643072 500117729 499474658 238.2G 5 Extended
sda5 645120 2549759 1904640 930M 83 Linux
sda6 2550512 500117729 497567218 237.3G 83 Linux
Disk sdb: 238.51 GiB, 256087425024 bytes, 500170752 sectors
Disk identifier: 0x004cc2a2
Boot Start End Sectors Size Id Type
sdb1 * 2048 181403617 181401570 86.5G c W95 FAT32 (LBA)
sdb2 181403618 500170702 318767085 152G 83 Linux
Disk mapper/dsk: 237.25 GiB, 254737638400 bytes, 497534450 sectors
Disk mapper/vgubuntu-root: 236.26 GiB, 253675700224 bytes, 495460352 sectors
Disk mapper/vgubuntu-swap_1: 976 MiB, 1023410176 bytes, 1998848 sectors
parted -lm (filtered): _________________________________________________________
sda:256GB:scsi:512:512:msdos:ATA Origin Inception:;
1:1024B:329MB:329MB:fat32::boot;
2:329MB:256GB:256GB:::;
5:330MB:1305MB:975MB:ext4::;
6:1306MB:256GB:255GB:::;
sdb:256GB:scsi:512:512:msdos:SanDisk Extreme Pro:;
1:1049kB:92.9GB:92.9GB:fat32::boot, lba;
2:92.9GB:256GB:163GB:ext3::;
mapper/vgubuntu-swap_1:1023MB:dm:512:512:loop:Linux device-mapper (linear):;
1:0.00B:1023MB:1023MB:linux-swap(v1)::;
mapper/vgubuntu-root:254GB:dm:512:512:loop:Linux device-mapper (linear):;
1:0.00B:254GB:254GB:ext4::;
mapper/dsk:255GB:dm:512:512:unknown:Linux device-mapper (crypt):;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 vfat FD16-9363 c2a0487b-01
├─sda2 c2a0487b-02
├─sda5 ext4 20ba5087-ac86-4c00-a992-0d8dcd3b5cc7 c2a0487b-05
└─sda6 crypto_LUKS f8da7d4d-2438-4a0a-9205-5f2ccb7fc1e7 c2a0487b-06
└─dsk LVM2_member P1czNe-wiSf-052Z-zKKs-57ja-njMV-U5onef
├─vgubuntu-root ext4 5e3e254e-0aa9-4515-87dd-3853f45cde28
└─vgubuntu-swap_1 swap 84b66267-8983-44ec-a49d-2682f7db28e7
sdb
├─sdb1 vfat 1AFE-2756 004cc2a2-01 UBUNTU 20_0
└─sdb2 ext3 943fb9b3-291c-6d40-8ee4-4a659bea4f42 004cc2a2-02 casper-rw
Mount points (filtered): _______________________________________________________
Avail Use% Mounted on
/dev/mapper/vgubuntu-root 71.2G 64% /mnt/boot-sav/mapper/vgubuntu-root
/dev/sda1 313.4M 0% /mnt/boot-sav/sda1
/dev/sda5 579.6M 29% /mnt/boot-sav/sda5
/dev/sdb1 68.3G 21% /cdrom
/dev/sdb2 125.1G 12% /mnt/boot-sav/sdb2
Mount options (filtered): ______________________________________________________
/dev/mapper/vgubuntu-root ext4 rw,relatime
/dev/sda1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
/dev/sda5 ext4 rw,relatime
/dev/sdb1 vfat ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
/dev/sdb2 ext3 rw,relatime
============================== ls -R /dev/mapper/ ==============================
/dev/mapper:
control
dsk
vgubuntu-root
vgubuntu-swap_1
======================== sda5/grub/grub.cfg (filtered) =========================
Ubuntu 5e3e254e-0aa9-4515-87dd-3853f45cde28
Ubuntu, with Linux 5.15.0-53-generic 5e3e254e-0aa9-4515-87dd-3853f45cde28
Ubuntu, with Linux 5.15.0-52-generic 5e3e254e-0aa9-4515-87dd-3853f45cde28
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
==================== sda5: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
0.497081757 = 0.533737472 grub/grub.cfg 1
0.540061951 = 0.579887104 grub/i386-pc/core.img 1
0.330009460 = 0.354344960 vmlinuz 1
0.521492004 = 0.559947776 vmlinuz-5.15.0-52-generic 2
0.330009460 = 0.354344960 vmlinuz-5.15.0-53-generic 1
0.521492004 = 0.559947776 vmlinuz.old 2
0.501312256 = 0.538279936 initrd.img 2
0.723979950 = 0.777367552 initrd.img-5.15.0-52-generic 4
0.501312256 = 0.538279936 initrd.img-5.15.0-53-generic 2
0.723979950 = 0.777367552 initrd.img.old 4
====================== sdb1/boot/grub/grub.cfg (filtered) ======================
Ubuntu
Ubuntu (safe graphics)
OEM install (for manufacturers)
Boot from next volume
UEFI Firmware Settings
========================= sdb1/syslinux.cfg (filtered) =========================
DEFAULT loadconfig
LABEL loadconfig
CONFIG /isolinux/isolinux.cfg
APPEND /isolinux/
==================== sdb1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
================== sdb1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
?? = ?? syslinux.cfg 1
?? = ?? ldlinux.sys 1
==================== blkid (filtered) before lvm activation ====================
/dev/sda1: UUID="FD16-9363" TYPE="vfat" PARTUUID="c2a0487b-01"
/dev/sda5: UUID="20ba5087-ac86-4c00-a992-0d8dcd3b5cc7" TYPE="ext4" PARTUUID="c2a0487b-05"
/dev/sdb1: LABEL="UBUNTU 20_0" UUID="1AFE-2756" TYPE="vfat" PARTUUID="004cc2a2-01"
/dev/sda6: UUID="f8da7d4d-2438-4a0a-9205-5f2ccb7fc1e7" TYPE="crypto_LUKS" PARTUUID="c2a0487b-06"
/dev/sdb2: LABEL="casper-rw" UUID="943fb9b3-291c-6d40-8ee4-4a659bea4f42" TYPE="ext3" PARTUUID="004cc2a2-02"
/dev/mapper/dsk: UUID="P1czNe-wiSf-052Z-zKKs-57ja-njMV-U5onef" TYPE="LVM2_member"
/dev/mapper/vgubuntu-root: UUID="5e3e254e-0aa9-4515-87dd-3853f45cde28" TYPE="ext4"
/dev/mapper/vgubuntu-swap_1: UUID="84b66267-8983-44ec-a49d-2682f7db28e7" TYPE="swap"
================================ LVM activation ================================
modprobe dm-mod
vgscan --mknodes
Found volume group "vgubuntu" using metadata type lvm2
vgchange -ay
2 logical volume(s) in volume group "vgubuntu" now active
lvscan
ACTIVE '/dev/vgubuntu/root' [236.25 GiB] inherit
ACTIVE '/dev/vgubuntu/swap_1' [976.00 MiB] inherit
blkid -g
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would purge (in order to fix packages) and reinstall the grub-efi of
mapper/vgubuntu-root,
using the following options: sda5/boot sda1/boot/efi
Additional repair would 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 22.04.1 LTS entry (sda1/efi/****/grub****.efi (**** will be updated in the final message) file) !
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#42 Le 22/11/2022, à 09:03
- Fantomanu
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
Précisions.
Aucun retour clavier, juste un bip à chaque touche
presser "e" ne renvoie pas à une console
par moments s'affiche devant le curseur : GRUB
(pardon pour le contre-jour)
Hors ligne
#43 Le 22/11/2022, à 10:39
- geole
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
Bonjour
Extrait de ton premier boot-info
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector
1538026 of the same hard drive for core.img. core.img is at this location
and looks for (,msdos5)/grub. It also embeds following components:
Extrait de ton second boot info
============================== Boot Info Summary ===============================
=> Grub2 (v1.99-2.00) is installed in the MBR of /dev/sda and looks at sector
1538026 of the same hard drive for core.img, but core.img can not be found
at this location.
La second partie du logiciel de boot n'est plus présent à l'endroit prévu. C'est pourquoi s'affiche grub et que cela bloque.
La raison , je n'en sais rien....
Une autre possibilité: Tu as (sans le savoir) modifié l'ordre de boot du bios pour booter en EFI et il n'y a pas de fichier EFI de boot
Mais je n'y crois pas car le message d'erreur ne serait pas 'grub"
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
La réparation recommandée de boot-repair dit
suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would purge (in order to fix packages) and reinstall the grub-efi of mapper/vgubuntu-root,
using the following options: sda5/boot sda1/boot/efi
Je te propose cette solution. Tu auras quelques copier/coller de commandes à faire Voir la documentation boot-repair
A la suite de cette réparation, Si tu as toujours le même incident, il faudra que tu ailles dans le bios pour vérifier que le boot EFI est bien mis prioritaire sur tout les disques et pas seulement sur le support d'installation USB.
Ajout: Pour essayer de comprendre
Implantation initiale des fichiers de boot
==================== sda5: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
0.497081757 = 0.533737472 grub/grub.cfg 1
0.540061951 = 0.579887104 grub/i386-pc/core.img 1
0.330009460 = 0.354344960 vmlinuz 1
0.521492004 = 0.559947776 vmlinuz-5.15.0-52-generic 2
0.330009460 = 0.354344960 vmlinuz-5.15.0-53-generic 1
0.521492004 = 0.559947776 vmlinuz.old 2
0.501312256 = 0.538279936 initrd.img 2
0.723979950 = 0.777367552 initrd.img-5.15.0-52-generic 4
0.501312256 = 0.538279936 initrd.img-5.15.0-53-generic 2
0.723979950 = 0.777367552 initrd.img.old 4
Implantation actuelle des fichiers du grub
==================== sda5: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
0.497081757 = 0.533737472 grub/grub.cfg 1
0.540061951 = 0.579887104 grub/i386-pc/core.img 1
0.330009460 = 0.354344960 vmlinuz 1
0.521492004 = 0.559947776 vmlinuz-5.15.0-52-generic 2
0.330009460 = 0.354344960 vmlinuz-5.15.0-53-generic 1
0.521492004 = 0.559947776 vmlinuz.old 2
0.501312256 = 0.538279936 initrd.img 2
0.723979950 = 0.777367552 initrd.img-5.15.0-52-generic 4
0.501312256 = 0.538279936 initrd.img-5.15.0-53-generic 2
0.723979950 = 0.777367552 initrd.img.old 4
Lorsque je compare la première implantation
0.540061951 = 0.579887104 grub/i386-pc/core.img
à la seconde
0.540061951 = 0.579887104 grub/i386-pc/core.img
je ne vois pas de différence. Il y a probablement quelque chose que je ne connais pas.
Alors j'image quelque chose. Le secteur indiqué (1538026) correspond à l'adresse 0,733388947 GiB
J'imagine qu'à un moment donné (dans la version précédente) c'était bon , mais que la nouvelle installation a fabriqué ailleurs et que la zone ancienne n'était pas détruite. Mais avec tout ce qui vient de se passer, elle est maintenant écrasée. Cependant je ne suis pas très satisfait car elle aurait du être détruite au moment du manque de place disque.
Dernière modification par geole (Le 22/11/2022, à 11:04)
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
En ligne
#44 Le 22/11/2022, à 11:33
- Fantomanu
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
J'ai fait ce boot-repair.
Tout a roulé, on m'indique une erreur qui sera visible sur le rapport https://paste.ubuntu.com/p/crtXYCHc5B/
Hors ligne
#45 Le 22/11/2022, à 11:56
- xubu1957
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
Bonjour,
Collage du Boot-repair, pour les spécialistes :
boot-repair-4ppa200 [20221122_1227]
============================= Boot Repair Summary ==============================
==================== blkid (filtered) before lvm activation ====================
/dev/sda1: UUID="FD16-9363" TYPE="vfat" PARTUUID="c2a0487b-01"
/dev/sda5: UUID="20ba5087-ac86-4c00-a992-0d8dcd3b5cc7" TYPE="ext4" PARTUUID="c2a0487b-05"
/dev/sdb1: LABEL="UBUNTU 20_0" UUID="1AFE-2756" TYPE="vfat" PARTUUID="004cc2a2-01"
/dev/sda6: UUID="f8da7d4d-2438-4a0a-9205-5f2ccb7fc1e7" TYPE="crypto_LUKS" PARTUUID="c2a0487b-06"
/dev/sdb2: LABEL="casper-rw" UUID="943fb9b3-291c-6d40-8ee4-4a659bea4f42" TYPE="ext3" PARTUUID="004cc2a2-02"
/dev/mapper/dsk: UUID="P1czNe-wiSf-052Z-zKKs-57ja-njMV-U5onef" TYPE="LVM2_member"
/dev/mapper/vgubuntu-root: UUID="5e3e254e-0aa9-4515-87dd-3853f45cde28" TYPE="ext4"
/dev/mapper/vgubuntu-swap_1: UUID="84b66267-8983-44ec-a49d-2682f7db28e7" TYPE="swap"
================================ LVM activation ================================
modprobe dm-mod
vgscan --mknodes
Found volume group "vgubuntu" using metadata type lvm2
vgchange -ay
2 logical volume(s) in volume group "vgubuntu" now active
lvscan
ACTIVE '/dev/vgubuntu/root' [236.25 GiB] inherit
ACTIVE '/dev/vgubuntu/swap_1' [976.00 MiB] inherit
blkid -g
[dmraid -sa -c] no
[dmraid -sa -c] raid
[dmraid -sa -c] disks
[dmraid -sa -c] no
[dmraid -sa -c] raid
[dmraid -sa -c] disks
=================== /boot detected. Please check the options.
Recommended repair: ____________________________________________________________
The default repair of the Boot-Repair utility will purge (in order to fix packages) and reinstall the grub-efi of
mapper/vgubuntu-root,
using the following options: sda5/boot sda1/boot/efi
Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file
Mount sda5 on /mnt/boot-sav/mapper/vgubuntu-root/boot
Mount sda1 on /mnt/boot-sav/mapper/vgubuntu-root/boot/efi
ls: cannot access '/mnt/boot-sav/mapper/vgubuntu-root/boot/efi/efi': No such file or directory
No mapper/vgubuntu-root/boot/efi/efi/ ubuntu/mint folder
chroot /mnt/boot-sav/mapper/vgubuntu-root apt-get -y update
Purge the GRUB of mapper/vgubuntu-root
grub-efi available
The following additional packages will be installed:
efibootmgr grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed
The following packages will be REMOVED:
grub-gfxpayload-lists grub-pc
The following NEW packages will be installed:
efibootmgr grub-efi grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed
0 upgraded, 5 newly installed, 2 to remove and 5 not upgraded.
DEBCHECK debOK, grub-efi
DEBCHECK debOK
Please type: sudo chroot "/mnt/boot-sav/mapper/vgubuntu-root" dpkg --configure -ansudo chroot "/mnt/boot-sav/mapper/vgubuntu-root" apt-get install -fynsudo chroot "/mnt/boot-sav/mapper/vgubuntu-root" apt-get install -y lvm2nsudo chroot "/mnt/boot-sav/mapper/vgubuntu-root" apt-get purge --allow-remove-essential -y grub-com*nsudo chroot "/mnt/boot-sav/mapper/vgubuntu-root" apt-get purge --allow-remove-essential -y grub2-com*nsudo chroot "/mnt/boot-sav/mapper/vgubuntu-root" apt-get purge --allow-remove-essential -y shim-signednsudo chroot "/mnt/boot-sav/mapper/vgubuntu-root" apt-get purge --allow-remove-essential -y grub-common:*nsudo chroot "/mnt/boot-sav/mapper/vgubuntu-root" apt-get purge --allow-remove-essential -y grub2-common:*n
Then type: sudo chroot "/mnt/boot-sav/mapper/vgubuntu-root" apt-get install -y grub-efi
Unhide GRUB boot menu in mapper/vgubuntu-root/etc/default/grub
================ Reinstall the grub-efi of mapper/vgubuntu-root ================
chroot /mnt/boot-sav/mapper/vgubuntu-root grub-install --version
grub-install (GRUB) 2.06-2ubuntu7
modprobe: FATAL: Module efivars not found in directory /lib/modules/5.4.0-42-generic
chroot /mnt/boot-sav/mapper/vgubuntu-root modprobe efivars
chroot /mnt/boot-sav/mapper/vgubuntu-root efibootmgr -v before grub install
BootCurrent: 000A
Timeout: 2 seconds
BootOrder: 0006,0004,0005,0007,0008,0001,0002,000A
Boot0001* Onboard NIC(IPV4) PciRoot(0x0)/Pci(0x1f,0x6)/MAC(28f10e0f0813,0)/IPv4(0.0.0.00.0.0.0,0,0)..BO
Boot0002* Onboard NIC(IPV6) PciRoot(0x0)/Pci(0x1f,0x6)/MAC(28f10e0f0813,0)/IPv6([::]:<->[::]:,0,0)..BO
Boot0003* Windows Boot Manager HD(2,GPT,d5555b6a-6470-4861-9f68-f058cbfdbc1c,0x96800,0x100000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...}................
Boot0004* Diskette Drive BBS(Floppy,Diskette Drive,0x0)..BO
Boot0005* Internal HDD BBS(HD,P2: Origin Inception TLC830 Pr,0x0)..BO
Boot0006* USB Storage Device BBS(USB,SanDisk Extreme Pro 0 ,0x0)..BO
Boot0007* CD/DVD/CD-RW Drive BBS(CDROM,CD/DVD/CD-RW Drive,0x0)..BO
Boot0008* Onboard NIC BBS(Network,IBA CL Slot 00FE v0106,0x0)..BO
Boot000A* UEFI: SanDisk Extreme Pro 0, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(12,0)/HD(1,MBR,0x4cc2a2,0x800,0xacff7e2)..BO
chroot /mnt/boot-sav/mapper/vgubuntu-root uname -r
5.4.0-42-generic
chroot /mnt/boot-sav/mapper/vgubuntu-root grub-install --efi-directory=/boot/efi --target=x86_64-efi
Installing for x86_64-efi platform.
grub-install: warning: EFI variables cannot be set on this system.
grub-install: warning: You will have to complete the GRUB setup manually.
Installation finished. No error reported.
df /dev/sda1
mv /mnt/boot-sav/mapper/vgubuntu-root/boot/efi/EFI/Boot/bootx64.efi /mnt/boot-sav/mapper/vgubuntu-root/boot/efi/EFI/Boot/bkpbootx64.efi
cp /mnt/boot-sav/mapper/vgubuntu-root/boot/efi/efi/ubuntu/grubx64.efi /mnt/boot-sav/mapper/vgubuntu-root/boot/efi/EFI/Boot/bootx64.efi
chroot /mnt/boot-sav/mapper/vgubuntu-root grub-install --efi-directory=/boot/efi --target=x86_64-efi
Installing for x86_64-efi platform.
grub-install: warning: EFI variables cannot be set on this system.
grub-install: warning: You will have to complete the GRUB setup manually.
Installation finished. No error reported.
chroot /mnt/boot-sav/mapper/vgubuntu-root efibootmgr -v after grub install
BootCurrent: 000A
Timeout: 2 seconds
BootOrder: 0006,0004,0005,0007,0008,0001,0002,000A
Boot0001* Onboard NIC(IPV4) PciRoot(0x0)/Pci(0x1f,0x6)/MAC(28f10e0f0813,0)/IPv4(0.0.0.00.0.0.0,0,0)..BO
Boot0002* Onboard NIC(IPV6) PciRoot(0x0)/Pci(0x1f,0x6)/MAC(28f10e0f0813,0)/IPv6([::]:<->[::]:,0,0)..BO
Boot0003* Windows Boot Manager HD(2,GPT,d5555b6a-6470-4861-9f68-f058cbfdbc1c,0x96800,0x100000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...}................
Boot0004* Diskette Drive BBS(Floppy,Diskette Drive,0x0)..BO
Boot0005* Internal HDD BBS(HD,P2: Origin Inception TLC830 Pr,0x0)..BO
Boot0006* USB Storage Device BBS(USB,SanDisk Extreme Pro 0 ,0x0)..BO
Boot0007* CD/DVD/CD-RW Drive BBS(CDROM,CD/DVD/CD-RW Drive,0x0)..BO
Boot0008* Onboard NIC BBS(Network,IBA CL Slot 00FE v0106,0x0)..BO
Boot000A* UEFI: SanDisk Extreme Pro 0, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(12,0)/HD(1,MBR,0x4cc2a2,0x800,0xacff7e2)..BO
Error: NVram is locked (Ubuntu not found in efibootmgr). Please report this message to boot.repair@gmail.com
chroot /mnt/boot-sav/mapper/vgubuntu-root update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
File descriptor 63 (pipe:[97789]) leaked on vgs invocation. Parent PID 32545: /usr/sbin/grub-probe
File descriptor 63 (pipe:[97789]) leaked on vgs invocation. Parent PID 32545: /usr/sbin/grub-probe
File descriptor 63 (pipe:[97789]) leaked on vgs invocation. Parent PID 32549: /usr/sbin/grub-probe
File descriptor 63 (pipe:[97789]) leaked on vgs invocation. Parent PID 32549: /usr/sbin/grub-probe
File descriptor 63 (pipe:[97789]) leaked on vgs invocation. Parent PID 32553: /usr/sbin/grub-probe
File descriptor 63 (pipe:[97789]) leaked on vgs invocation. Parent PID 32553: /usr/sbin/grub-probe
File descriptor 63 (pipe:[97789]) leaked on vgs invocation. Parent PID 32557: /usr/sbin/grub-probe
File descriptor 63 (pipe:[97789]) leaked on vgs invocation. Parent PID 32557: /usr/sbin/grub-probe
File descriptor 63 (pipe:[97789]) leaked on vgs invocation. Parent PID 32593: /usr/sbin/grub-probe
File descriptor 63 (pipe:[97789]) leaked on vgs invocation. Parent PID 32593: /usr/sbin/grub-probe
Found linux image: /boot/vmlinuz-5.15.0-53-generic
Found initrd image: /boot/initrd.img-5.15.0-53-generic
Found linux image: /boot/vmlinuz-5.15.0-52-generic
Found initrd image: /boot/initrd.img-5.15.0-52-generic
File descriptor 63 (pipe:[97789]) leaked on vgs invocation. Parent PID 32984: /usr/sbin/grub-probe
File descriptor 63 (pipe:[97789]) leaked on vgs invocation. Parent PID 32984: /usr/sbin/grub-probe
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
An error occurred during the repair.
Error: NVram is locked (Ubuntu not found in efibootmgr). Please report this message to boot.repair@gmail.com
Locked-NVram detected.
============================ Boot Info After Repair ============================
=> Grub2 (v1.99-2.00) is installed in the MBR of /dev/sda and looks at sector
1538026 of the same hard drive for core.img, but core.img can not be found
at this location.
=> Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/BOOT/bkpbootx64.efi /efi/BOOT/bootx64.efi
/efi/ubuntu/grubx64.efi /efi/ubuntu/grub.cfg
sda2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files: /grub/grub.cfg
sda6: __________________________________________________________________________
File system: crypto_LUKS
Boot sector type: Unknown
Boot sector info:
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 6.04
Boot sector info: Syslinux looks at sector 44374 of /dev/sdb1 for its
second stage. The integrity check of Syslinux failed.
No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /syslinux.cfg
/efi/BOOT/grubx64.efi /efi/BOOT/mmx64.efi /ldlinux.sys
sdb2: __________________________________________________________________________
File system: ext3
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
================================ 1 OS detected =================================
OS#1: Ubuntu 22.04.1 LTS on mapper/vgubuntu-root
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: Skylake GT2 [HD Graphics 520] from Intel Corporation
Live-session OS is Ubuntu 64-bit (Ubuntu 20.04.5 LTS, focal, x86_64)
===================================== UEFI =====================================
BIOS/UEFI firmware: 1.16.4 from Dell Inc.
The firmware is EFI-compatible, and is set in EFI-mode for this live-session.
SecureBoot disabled - SecureBoot disabled - Please report this message to boot.repair@gmail.com.
BootCurrent: 000A
Timeout: 2 seconds
BootOrder: 0006,0004,0005,0007,0008,0001,0002,000A
Boot0001* Onboard NIC(IPV4) PciRoot(0x0)/Pci(0x1f,0x6)/MAC(28f10e0f0813,0)/IPv4(0.0.0.00.0.0.0,0,0)..BO
Boot0002* Onboard NIC(IPV6) PciRoot(0x0)/Pci(0x1f,0x6)/MAC(28f10e0f0813,0)/IPv6([::]:<->[::]:,0,0)..BO
Boot0003* Windows Boot Manager HD(2,GPT,d5555b6a-6470-4861-9f68-f058cbfdbc1c,0x96800,0x100000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...}................
Boot0004* Diskette Drive BBS(Floppy,Diskette Drive,0x0)..BO
Boot0005* Internal HDD BBS(HD,P2: Origin Inception TLC830 Pr,0x0)..BO
Boot0006* USB Storage Device BBS(USB,SanDisk Extreme Pro 0 ,0x0)..BO
Boot0007* CD/DVD/CD-RW Drive BBS(CDROM,CD/DVD/CD-RW Drive,0x0)..BO
Boot0008* Onboard NIC BBS(Network,IBA CL Slot 00FE v0106,0x0)..BO
Boot000A* UEFI: SanDisk Extreme Pro 0, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(12,0)/HD(1,MBR,0x4cc2a2,0x800,0xacff7e2)..BO
3795ef72a4ed0369ca44e711527904bf sda1/BOOT/bkpbootx64.efi
3795ef72a4ed0369ca44e711527904bf sda1/BOOT/bootx64.efi
3795ef72a4ed0369ca44e711527904bf sda1/ubuntu/grubx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has---ESP, not-usb, not-mmc, has-os, no-wind, 2 sectors * 512 bytes
sdb : notGPT, no-BIOSboot, has-noESP, usb-disk, not-mmc, no-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, grubenv-ok, noupdategrub, not-far
sdb2 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
mapper/vgubuntu-root : is-os, 64, apt-get, grub-pc , grub2, grub-install, no-grubenv, update-grub, not-far
Partitions info (2/3): _________________________________________________________
sda1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sdb2 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
mapper/vgubuntu-root : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda1 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sda
sda5 : is---sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sda
sdb2 : maybesepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sdb
mapper/vgubuntu-root : not--sepboot, no---boot, fstab-has-goodBOOT, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk sda: 238.49 GiB, 256060514304 bytes, 500118192 sectors
Disk identifier: 0xc2a0487b
Boot Start End Sectors Size Id Type
sda1 * 2 643071 643070 314M b W95 FAT32
sda2 643072 500117729 499474658 238.2G 5 Extended
sda5 645120 2549759 1904640 930M 83 Linux
sda6 2550512 500117729 497567218 237.3G 83 Linux
Disk sdb: 238.51 GiB, 256087425024 bytes, 500170752 sectors
Disk identifier: 0x004cc2a2
Boot Start End Sectors Size Id Type
sdb1 * 2048 181403617 181401570 86.5G c W95 FAT32 (LBA)
sdb2 181403618 500170702 318767085 152G 83 Linux
Disk mapper/dsk: 237.25 GiB, 254737638400 bytes, 497534450 sectors
Disk mapper/vgubuntu-root: 236.26 GiB, 253675700224 bytes, 495460352 sectors
Disk mapper/vgubuntu-swap_1: 976 MiB, 1023410176 bytes, 1998848 sectors
parted -lm (filtered): _________________________________________________________
sda:256GB:scsi:512:512:msdos:ATA Origin Inception:;
1:1024B:329MB:329MB:fat32::boot;
2:329MB:256GB:256GB:::;
5:330MB:1305MB:975MB:ext4::;
6:1306MB:256GB:255GB:::;
sdb:256GB:scsi:512:512:msdos:SanDisk Extreme Pro:;
1:1049kB:92.9GB:92.9GB:fat32::boot, lba;
2:92.9GB:256GB:163GB:ext3::;
mapper/vgubuntu-swap_1:1023MB:dm:512:512:loop:Linux device-mapper (linear):;
1:0.00B:1023MB:1023MB:linux-swap(v1)::;
mapper/vgubuntu-root:254GB:dm:512:512:loop:Linux device-mapper (linear):;
1:0.00B:254GB:254GB:ext4::;
mapper/dsk:255GB:dm:512:512:unknown:Linux device-mapper (crypt):;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 vfat FD16-9363 c2a0487b-01
├─sda2 c2a0487b-02
├─sda5 ext4 20ba5087-ac86-4c00-a992-0d8dcd3b5cc7 c2a0487b-05
└─sda6 crypto_LUKS f8da7d4d-2438-4a0a-9205-5f2ccb7fc1e7 c2a0487b-06
└─dsk LVM2_member P1czNe-wiSf-052Z-zKKs-57ja-njMV-U5onef
├─vgubuntu-root ext4 5e3e254e-0aa9-4515-87dd-3853f45cde28
└─vgubuntu-swap_1 swap 84b66267-8983-44ec-a49d-2682f7db28e7
sdb
├─sdb1 vfat 1AFE-2756 004cc2a2-01 UBUNTU 20_0
└─sdb2 ext3 943fb9b3-291c-6d40-8ee4-4a659bea4f42 004cc2a2-02 casper-rw
Mount points (filtered): _______________________________________________________
Avail Use% Mounted on
/dev/mapper/vgubuntu-root 71.2G 64% /mnt/boot-sav/mapper/vgubuntu-root
/dev/sda1 308.4M 2% /mnt/boot-sav/sda1
/dev/sda5 573.7M 29% /mnt/boot-sav/sda5
/dev/sdb1 68.3G 21% /cdrom
/dev/sdb2 124.5G 12% /mnt/boot-sav/sdb2
Mount options (filtered): ______________________________________________________
/dev/mapper/vgubuntu-root ext4 rw,relatime
/dev/sda1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
/dev/sda5 ext4 rw,relatime
/dev/sdb1 vfat ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
/dev/sdb2 ext3 rw,relatime
============================== ls -R /dev/mapper/ ==============================
/dev/mapper:
control
dsk
vgubuntu-root
vgubuntu-swap_1
===================== sda1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 20ba5087-ac86-4c00-a992-0d8dcd3b5cc7 root hd0,msdos5
set prefix=($root)'/grub'
configfile $prefix/grub.cfg
======================== sda5/grub/grub.cfg (filtered) =========================
Ubuntu 5e3e254e-0aa9-4515-87dd-3853f45cde28
Ubuntu, with Linux 5.15.0-53-generic 5e3e254e-0aa9-4515-87dd-3853f45cde28
Ubuntu, with Linux 5.15.0-52-generic 5e3e254e-0aa9-4515-87dd-3853f45cde28
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
==================== sda5: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
0.437145233 = 0.469381120 grub/grub.cfg 1
0.330009460 = 0.354344960 vmlinuz 1
0.521492004 = 0.559947776 vmlinuz-5.15.0-52-generic 2
0.330009460 = 0.354344960 vmlinuz-5.15.0-53-generic 1
0.521492004 = 0.559947776 vmlinuz.old 2
0.501312256 = 0.538279936 initrd.img 2
0.723979950 = 0.777367552 initrd.img-5.15.0-52-generic 4
0.501312256 = 0.538279936 initrd.img-5.15.0-53-generic 2
0.723979950 = 0.777367552 initrd.img.old 4
====================== sdb1/boot/grub/grub.cfg (filtered) ======================
Ubuntu
Ubuntu (safe graphics)
OEM install (for manufacturers)
Boot from next volume
UEFI Firmware Settings
========================= sdb1/syslinux.cfg (filtered) =========================
DEFAULT loadconfig
LABEL loadconfig
CONFIG /isolinux/isolinux.cfg
APPEND /isolinux/
==================== sdb1: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
================== sdb1: Location of files loaded by Syslinux ==================
GiB - GB File Fragment(s)
?? = ?? syslinux.cfg 1
?? = ?? ldlinux.sys 1
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#46 Le 22/11/2022, à 12:04
- Fantomanu
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
Ajout.
J'ai tenté de démarrer, en changeant aussi le boot en UEFI (je ne pouvais pas installer boot-repair autrement)
Nouveau comportement, "looking for Media" il me dit, bon.
Ubuntu a démarré, super lent comme hier soir.
Cette fois-ci je ne vais pas redémarrer "pour voir", aussi un pote hacker doit venir mettre son nez cet après-midi dans cette histoire.
Un de ses conseils de sioux est de créer un version bootable en live de Ubuntu 22 pour mieux réparer.
J'en profite que je suis dans cette session pour faire une image back-up et pouvoir la recharger après une éventuelle réinstallation...
Hors ligne
#47 Le 22/11/2022, à 12:07
- geole
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
L'erreur principale est celle-ci
grub-install: warning: EFI variables cannot be set on this system.
grub-install: warning: You will have to complete the GRUB setup manually.
qui a comme conséquence
Error: NVram is locked (Ubuntu not found in efibootmgr)
Il y a trois possibilités
a) Tu peux choisir via le bios l'O.S. à mettre en route
b) En standard, le bios met en route avec le boot standard EFI. Dans ce cas, la réparation a été faite avec ces commandes
mv /mnt/boot-sav/mapper/vgubuntu-root/boot/efi/EFI/Boot/bootx64.efi /mnt/boot-sav/mapper/vgubuntu-root/boot/efi/EFI/Boot/bkpbootx64.efi
cp /mnt/boot-sav/mapper/vgubuntu-root/boot/efi/efi/ubuntu/grubx64.efi /mnt/boot-sav/mapper/vgubuntu-root/boot/efi/EFI/Boot/bootx64.efi
c) Ton bios adore windows. Je n'en serais d'ailleurs pas surpris!
Boot0003* Windows Boot Manager HD(2,GPT,d5555b6a-6470-4861-9f68-f058cbfdbc1c,0x96800,0x100000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...}................
Alors on va lui faire plaisir
Toujours avec le support d'installation
1) Ouvrir un terminal
2) Monter la partition de boot EFI
sudo mount -v /dev/sda1 /mnt
3) Recréer le fichier de boot EFI de windows qui a disparu depuis certainement longtemps
sudo mkdir -pv /mnt/EFI/Microsoft/Boot
sudo cp -v /mnt/EFI/Boot/bootx64.efi /mnt/EFI/Microsof/Boo/bootmgfw.efi
cependant, il voulait cela dans la partition 2 et pas la partition 1.
Tu vas rebooter et on verra bien....
sda2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
Si on ne s'en tire pas, il faudra aller dans le bios et dire de cesser de booter le live USB en mode EFI mais en mode LEGACY
Après vérification de la façon dont le boot a eu lieu par cette commande
[ -d /sys/firmware/efi ] && echo "Installé en mode EFI" || echo "Installé en mode classique"
Tu pourras relancer la réparation recommandée qui sera alors faite en mode LEGACY
Dernière modification par geole (Le 22/11/2022, à 12: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
En ligne
#48 Le 22/11/2022, à 12:26
- Fantomanu
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
c) Ton bios adore windows. Je n'en serais d'ailleurs pas surpris!
No comment, pour sûr.
J'ai récupéré cette bécane en seconde main, il n'y avait aucun OS dessus.
On sait, bien sûr, qui est populaire depuis un certain temps...
Je vais recréer ce fichier windows.
Hors ligne
#49 Le 23/11/2022, à 11:47
- Fantomanu
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
c) Ton bios adore windows. Je n'en serais d'ailleurs pas surpris!
Boot0003* Windows Boot Manager HD(2,GPT,d5555b6a-6470-4861-9f68-f058cbfdbc1c,0x96800,0x100000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...}................
Alors on va lui faire plaisir
L'ami venu mettre son nez dans la config hier n'a pas compris le besoin de faire une telle opération
le diagnostic qu'il a fait avec le terminal lui a fait dire que tout allait bien, et on a même émis l'hypothèse que le collapse est survenu à cause de la saturation du /boot par une pile de backup beaucoup trop lourdes (que je n'avais pas pensé à effacer à temps)
J'attends la vision d'un troisième larron qui veut prendre la main sur la bécane à distance et on verra bien quoi faire de ce boot-windows...
(en l'occurence Ubuntu se lance comme auparavant et tout fonctionne)
à plus donc, je vous tiendrais au courant pour mettre ce problème résolu
Hors ligne
#50 Le 23/11/2022, à 12:30
- geole
Re : [Résolu]Mise a niveau... plantage deux jours plus tard
Bonjour
Lorsque j'ai posté à 12h07, je n'avais pas connaissance de ton message de 12h04.
Puisque le fait de faire la réparation standard a suffit pour résoudre le problème, il est effectivement inutile d'en faire plus.
Ajout.
J'ai certainement trouvé la cause
The following packages will be REMOVED:
linux-image-5.15.0-48-generic* linux-modules-5.15.0-48-generic* linux-modules-extra-5.15.0-48-generic*
Et pour une raison que j'ignore, le grub considére qu'il n'y avait plus lieu de modifier la partie legacy.
Donc malgré les mises à jour, c'est le noyau 48 qui était utilisé dans la première partie.
Dernière modification par geole (Le 23/11/2022, à 14:08)
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
En ligne