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.

#1 Le 06/04/2020, à 23:02

Taraexp

[Résolu] Démarrage Busybox / initramfs

Bonjour à tous,
Tout d'abord, je suis désolé de créer un énième post concernant un problème de rédémarragae Busybox/initramfs mais j'ai besoin de votre aide.
J'ai essayé de voir les autres post, notamment sur les problèmes de partitions mais je ne retrouve pas ce que je lis sur mon ordi (pour info, Dell XPS de 2018, core i7).
Mon ordi fonctionnait très bien mais je ne m'en suis plus servi depuis plus d'un. Je l'ai ressorti de la boite cette semaine mais j'ai tout de suite eu ce problème au démarrage. Je ne connais pas Ubuntu (d'où ma réticence à ressortir l'ordi de sa boite) mais c'est maintenant l'heure de s'y mettre et aussi de récupérer les données qui s'y trouvent.
Donc à l'allumage, j'ai le message classique suivant :
--> busybox v1.22.1 (ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash)
Enter 'help'
(initramfs)

lorsque je rentre "exit", j'ai les lignes suivantes :
--> Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! UUID=28d04006-50ec-4021-92b5-47da2a6e8b34 does not exist. Dropping to a shell!

De ce que j'ai pu voir sur les forums, normalement la dernière ligne indique la partition de type "/dev/disk" qui doit être "remontée" mais dans mon cas j'ai "UUID".

J'ai du coup créé une Live USB, pour redémarrer mon ordi en mode "test ubuntu" et j'ai suivi la procédure Reboot-repear" et je vous joins le bilan :
http://paste.ubuntu.com/p/cP96M6dxys/

J'ai déjà essayer la commande "reboot" (ça marchait pour certains à mais sans succès)
J'ai essayé la commande préconisée suite à "exit" : cat /proc/cmdline
la ligne résultat suivante apparaît instantanément  :
--> BOOT-IMAGE=boot/vmlinuz-4.4.0-100-generic root=UUID=28d04006-50ec-4021-92b5-47da2a6e8b34 ro quiet splash

Si quelqu'un peut m'orienter ou même me guider ce serait top. Je ne sais pas de quelles info vous auriez besoin, n'hésitez pas à me demander. Je vous remercie par avance.
Alex

Dernière modification par Taraexp (Le 07/04/2020, à 23:59)

Hors ligne

#2 Le 07/04/2020, à 17:17

malbo

Re : [Résolu] Démarrage Busybox / initramfs

Bonjour,
Ton Boot-info est là :

Boot Info Script 71f6c5c + Boot-Repair extra info      [Boot-Info 16mar2020]


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

 => Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sda.

sda1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 6.03
    Boot sector info:  Syslinux looks at sector 32800 of /dev/sda1 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 /ldlinux.sys

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

Drive: sda _____________________________________________________________________
Disk /dev/sda: 29.3 GiB, 31406948352 bytes, 61341696 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048    61,341,695    61,339,648   c W95 FAT32 (LBA)


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/loop1                                              squashfs   
/dev/loop2                                              squashfs   
/dev/loop3                                              squashfs   
/dev/loop4                                              squashfs   
/dev/loop5                                              squashfs   
/dev/loop6                                              squashfs   
/dev/loop7                                              squashfs   
/dev/loop8                                              squashfs   
/dev/sda1        2ADD-3BD9                              vfat       UBUNTU 18_0

========================= "ls -l /dev/disk/by-id" output: ======================

total 0
lrwxrwxrwx 1 root root  9 Apr  6 21:11 usb-SanDisk_Cruzer_Blade_4C530000150908104314-0:0 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr  6 21:11 usb-SanDisk_Cruzer_Blade_4C530000150908104314-0:0-part1 -> ../../sda1

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/fuse        /home/ubuntu/.cache/doc  fuse       (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sda1        /cdrom                   vfat       (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)


=========================== sda1/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------

if loadfont /boot/grub/font.pf2 ; then
	set gfxmode=auto
	insmod efi_gop
	insmod efi_uga
	insmod gfxterm
	terminal_output gfxterm
fi

set menu_color_normal=white/black
set menu_color_highlight=black/light-gray

set timeout=5
menuentry "Try Ubuntu without installing" {
	set gfxpayload=keep
	linux	/casper/vmlinuz  file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
	initrd	/casper/initrd
}
menuentry "Install Ubuntu" {
	set gfxpayload=keep
	linux	/casper/vmlinuz  file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
	initrd	/casper/initrd
}
menuentry "OEM install (for manufacturers)" {
	set gfxpayload=keep
	linux	/casper/vmlinuz  file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
	initrd	/casper/initrd
}
menuentry "Check disc for defects" {
	set gfxpayload=keep
	linux	/casper/vmlinuz  boot=casper integrity-check quiet splash ---
	initrd	/casper/initrd
}
--------------------------------------------------------------------------------

============================== sda1/syslinux.cfg: ==============================

--------------------------------------------------------------------------------
DEFAULT loadconfig

LABEL loadconfig
  CONFIG /isolinux/isolinux.cfg
  APPEND /isolinux/
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

            ?? = ??             boot/grub/grub.cfg                             1

================= sda1: Location of files loaded by Syslinux: ==================

           GiB - GB             File                                 Fragment(s)

            ?? = ??             syslinux.cfg                                   1
            ?? = ??             ldlinux.sys                                    1

=============================== StdErr Messages: ===============================

File descriptor 9 (/proc/12768/mountinfo) leaked on lvs invocation. Parent PID 17804: bash
File descriptor 63 (pipe:[90019]) leaked on lvs invocation. Parent PID 17804: bash

ADDITIONAL INFORMATION :
=================== log of boot-repair 20200406_2111 ===================
boot-repair version : 4ppa80
boot-sav version : 4ppa80
boot-sav-extra version : 4ppa80
glade2script version : 3.2.4~ppa6
boot-repair is executed in live-session (Ubuntu 18.04.4 LTS, bionic, Ubuntu, x86_64)
CPU op-mode(s):      32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
ls: impossible d'accéder à '/home/usr/.config': Aucun fichier ou dossier de ce type

=================== os-prober:


=================== blkid:
/dev/sda1: LABEL="UBUNTU 18_0" UUID="2ADD-3BD9" TYPE="vfat" PARTUUID="066825fd-01"
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop5: TYPE="squashfs"
/dev/loop6: TYPE="squashfs"
/dev/loop7: TYPE="squashfs"
/dev/loop8: TYPE="squashfs"

/usr/share/boot-sav/bs-cmd_terminal.sh: ligne 195: avertissement : substitution de commande: octet nul ignoré en entrée

=================== efibootmgr -v
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0000,0001
Boot0000* ubuntu	HD(1,GPT,7a62666b-61f3-492a-9c4e-b706c88dcbab,0x800,0x177000)/File(EFIubuntushimx64.efi)
Boot0001* UEFI: SanDisk, Partition 1	PciRoot(0x0)/Pci(0x14,0x0)/USB(0,0)/HD(1,MBR,0x66825fd,0x800,0x3a7f800)..BO
Boot0002* M.2 PCIe SSD	BBS(HD,P0: KXG50ZNV256G NVMe TOSHIBA 256GB,0x0)..BO
Boot0003* USB Storage Device	BBS(USB,USB Storage Device,0x0)..BO
Boot0004* CD/DVD/CD-RW Drive	BBS(CDROM,CD/DVD/CD-RW Drive,0x0)..BO
Boot0005* USB NIC	BBS(128,Realtek PXE B00 D14,0x0)..BO
Boot0006* UEFI: KXG50ZNV256G NVMe TOSHIBA 256GB, Partition 1	HD(1,GPT,7a62666b-61f3-492a-9c4e-b706c88dcbab,0x800,0x177000)/File(EFIbootbootx64.efi)..BO

=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à boot.repair@gmail.com)


=================== PARTITIONS & DISKS:



=================== parted -lm:

BYT;
/dev/sda:31.4GB:scsi:512:512:msdos:SanDisk Cruzer Blade:;
1:1049kB:31.4GB:31.4GB:fat32::boot, lba;

=================== lsblk:
KNAME TYPE FSTYPE     SIZE LABEL
loop0 loop squashfs   1.9G
loop1 loop squashfs  89.1M
loop2 loop squashfs  54.7M
loop3 loop squashfs  44.9M
loop4 loop squashfs 160.2M
loop5 loop squashfs   4.2M
loop6 loop squashfs  14.8M
loop7 loop squashfs   956K
loop8 loop squashfs   3.7M
sda   disk           29.3G
sda1  part vfat      29.3G UBUNTU 18_0

KNAME ROTA RO RM STATE   MOUNTPOINT
loop0    1  1  0         /rofs
loop1    0  1  0         /snap/core/8268
loop2    0  1  0         /snap/core18/1668
loop3    0  1  0         /snap/gtk-common-themes/1440
loop4    0  1  0         /snap/gnome-3-28-1804/116
loop5    0  1  0         /snap/gnome-calculator/544
loop6    0  1  0         /snap/gnome-characters/399
loop7    0  1  0         /snap/gnome-logs/81
loop8    0  1  0         /snap/gnome-system-monitor/127
sda      1  0  1 running
sda1     1  0  1         /cdrom


=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=3905492k,nr_inodes=976373,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=786216k,mode=755)
/dev/sda1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
/cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16127)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=786212k,mode=700,uid=999,gid=999)
/var/lib/snapd/snaps/core_8268.snap on /snap/core/8268 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core18_1668.snap on /snap/core18/1668 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_1440.snap on /snap/gtk-common-themes/1440 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-28-1804_116.snap on /snap/gnome-3-28-1804/116 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-calculator_544.snap on /snap/gnome-calculator/544 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-characters_399.snap on /snap/gnome-characters/399 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-logs_81.snap on /snap/gnome-logs/81 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-system-monitor_127.snap on /snap/gnome-system-monitor/127 type squashfs (ro,nodev,relatime,x-gdu.hide)
tmpfs on /run/user/121 type tmpfs (rw,nosuid,nodev,relatime,size=786212k,mode=700,uid=121,gid=125)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
/dev/fuse on /home/ubuntu/.cache/doc type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
gvfsd-fuse on /home/ubuntu/.gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0)


=================== ls:
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity mq power queue range removable ro sda1 size slaves stat subsystem trace uevent
/dev (filtered):  acpi_thermal_rel autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 drm_dp_aux2 ecryptfs fb0 fd full fuse gpiochip0 hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 initctl input kmsg kvm lightnvm log mapper mcelog media0 media1 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sg0 shm snapshot snd stderr stdin stdout tpm0 tpmrm0 udmabuf uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 video1 video2 video3 wmi zero zfs
ls /dev/mapper:  control

=================== df -Th:

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  3.8G     0  3.8G   0% /dev
tmpfs          tmpfs     768M  2.1M  766M   1% /run
/dev/sda1      vfat       30G  2.0G   28G   7% /cdrom
/dev/loop0     squashfs  1.9G  1.9G     0 100% /rofs
/cow           overlay   3.8G  510M  3.3G  14% /
tmpfs          tmpfs     3.8G  110M  3.7G   3% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     3.8G     0  3.8G   0% /sys/fs/cgroup
tmpfs          tmpfs     3.8G  540K  3.8G   1% /tmp
tmpfs          tmpfs     768M   40K  768M   1% /run/user/999
/dev/loop1     squashfs   90M   90M     0 100% /snap/core/8268
/dev/loop2     squashfs   55M   55M     0 100% /snap/core18/1668
/dev/loop3     squashfs   45M   45M     0 100% /snap/gtk-common-themes/1440
/dev/loop4     squashfs  161M  161M     0 100% /snap/gnome-3-28-1804/116
/dev/loop5     squashfs  4.3M  4.3M     0 100% /snap/gnome-calculator/544
/dev/loop6     squashfs   15M   15M     0 100% /snap/gnome-characters/399
/dev/loop7     squashfs  1.0M  1.0M     0 100% /snap/gnome-logs/81
/dev/loop8     squashfs  3.8M  3.8M     0 100% /snap/gnome-system-monitor/127
tmpfs          tmpfs     768M   16K  768M   1% /run/user/121

=================== fdisk -l:
Disk /dev/loop0: 1.9 GiB, 2029981696 bytes, 3964808 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop1: 89.1 MiB, 93417472 bytes, 182456 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop2: 54.7 MiB, 57294848 bytes, 111904 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop3: 44.9 MiB, 47063040 bytes, 91920 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop4: 160.2 MiB, 167931904 bytes, 327992 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop5: 4.2 MiB, 4403200 bytes, 8600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop6: 14.8 MiB, 15462400 bytes, 30200 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop7: 956 KiB, 978944 bytes, 1912 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sda: 29.3 GiB, 31406948352 bytes, 61341696 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x066825fd

Device     Boot Start      End  Sectors  Size Id Type
/dev/sda1  *     2048 61341695 61339648 29.3G  c W95 FAT32 (LBA)


Disk /dev/loop8: 3.7 MiB, 3825664 bytes, 7472 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Error: no partitions


=================== Suggested repair
The default repair of the Boot-Repair utility would not act on the boot.


=================== User settings
The settings chosen by the user will not act on the boot.

On voit le malaise dans cet extrait :

=================== efibootmgr -v
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0000,0001
Boot0000* ubuntu	HD(1,GPT,7a62666b-61f3-492a-9c4e-b706c88dcbab,0x800,0x177000)/File(EFIubuntushimx64.efi)
Boot0001* UEFI: SanDisk, Partition 1	PciRoot(0x0)/Pci(0x14,0x0)/USB(0,0)/HD(1,MBR,0x66825fd,0x800,0x3a7f800)..BO
Boot0002* M.2 PCIe SSD	BBS(HD,P0: KXG50ZNV256G NVMe TOSHIBA 256GB,0x0)..BO
Boot0003* USB Storage Device	BBS(USB,USB Storage Device,0x0)..BO
Boot0004* CD/DVD/CD-RW Drive	BBS(CDROM,CD/DVD/CD-RW Drive,0x0)..BO
Boot0005* USB NIC	BBS(128,Realtek PXE B00 D14,0x0)..BO
Boot0006* UEFI: KXG50ZNV256G NVMe TOSHIBA 256GB, Partition 1	HD(1,GPT,7a62666b-61f3-492a-9c4e-b706c88dcbab,0x800,0x177000)/File(EFIbootbootx64.efi)..BO

Cet extrait montre le paramétrage du système UEFI de cet ordi. On y voit mentionné un SSD TOSHIBA 256GB dont la référence est KXG50ZNV256G mais le problème c'est que ce SSD est invisible dans le reste du Boot-info et il doit être invisible aussi pour ton Ubuntu installé. Tout se passe comme si ce SSD était déconnecté.

Dernière modification par malbo (Le 07/04/2020, à 17:19)

Hors ligne

#3 Le 07/04/2020, à 17:21

malbo

Re : [Résolu] Démarrage Busybox / initramfs

En fait, la solution est dans ce fil : https://forum.ubuntu-fr.org/viewtopic.php?id=2038245 (je suis tombé dessus en cherchant "KXG50ZNV256G" sur le forum avec l'ami Google)

Dernière modification par malbo (Le 07/04/2020, à 17:23)

Hors ligne

#4 Le 07/04/2020, à 23:58

Taraexp

Re : [Résolu] Démarrage Busybox / initramfs

Bonsoir Malbo,
Tu avais raison !
Je suis allé voir le topic suivant, post #8 :
https://forum.ubuntu-fr.org/viewtopic.php?id=2005392
Je suis donc allé voir le bios, dans "System Configuration" le paramètre "Sata operation" était positionné sur RAID. En le positionnant sur AHCI plus de problème de redémarrage ... et mes fichiers sont toujours là smile

Pour info, j'ai vu que cela pourrait aider les autres utilisateurs, mon modèle d'ordi est un Dell XPS13 9370

Je vais intégrer, comme demandé dans d'autres topics, [résolu] dans le titre
Je te remercie beaucoup pour ton aide !

Dernière modification par Taraexp (Le 08/04/2020, à 00:00)

Hors ligne

#5 Le 08/04/2020, à 06:07

malbo

Re : [Résolu] Démarrage Busybox / initramfs

Bonne nouvelle !
Pour qu'on puisse voir le résultat, je te prie de faire un Boot-info depuis une session de ton Ubuntu installé (*) et de donner l'URL de ce Boot-info dans ta réponse.

(*) puisque tu opéreras depuis le Ubuntu installé, tu suivras le paragraphe 1.1.1 Cas où au moins un ubuntu installé sur disque est opérationnel pour l'installation de Boot-info, puis tu suivras 1.2 Utilisation

Hors ligne

#6 Le 11/04/2020, à 18:32

Taraexp

Re : [Résolu] Démarrage Busybox / initramfs

Voici le boot info :
http://paste.ubuntu.com/p/Cy4J8GRfHz/
Merci encore

Hors ligne

#7 Le 12/04/2020, à 05:19

malbo

Re : [Résolu] Démarrage Busybox / initramfs

Je colle ci-dessous ton dernier Boot-info :

Boot Info Script 71f6c5c + Boot-Repair extra info      [Boot-Info 16mar2020]


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


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

no valid partition table found
"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/nvme0n1                                                       
/dev/nvme0n1p1   7689-DCA0                              vfat       ESP
/dev/nvme0n1p2   4CC7-C62B                              vfat       OS
/dev/nvme0n1p3   28d04006-50ec-4021-92b5-47da2a6e8b34   ext4       UBUNTU
/dev/nvme0n1p4   c38b1e73-fab3-4273-aa75-4d34c22200dc   swap       

========================= "ls -l /dev/disk/by-id" output: ======================

total 0
lrwxrwxrwx 1 root root 13 Apr 11 19:23 nvme-KXG50ZNV256G_NVMe_TOSHIBA_256GB_289F23TJFQAS -> ../../nvme0n1
lrwxrwxrwx 1 root root 15 Apr 11 19:23 nvme-KXG50ZNV256G_NVMe_TOSHIBA_256GB_289F23TJFQAS-part1 -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Apr 11 19:23 nvme-KXG50ZNV256G_NVMe_TOSHIBA_256GB_289F23TJFQAS-part2 -> ../../nvme0n1p2
lrwxrwxrwx 1 root root 15 Apr 11 19:23 nvme-KXG50ZNV256G_NVMe_TOSHIBA_256GB_289F23TJFQAS-part3 -> ../../nvme0n1p3
lrwxrwxrwx 1 root root 15 Apr 11 19:23 nvme-KXG50ZNV256G_NVMe_TOSHIBA_256GB_289F23TJFQAS-part4 -> ../../nvme0n1p4

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/nvme0n1p1   /boot/efi                vfat       (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/nvme0n1p3   /                        ext4       (rw,relatime,errors=remount-ro,data=ordered)



ADDITIONAL INFORMATION:

=================== log of boot-info 20200411_1923 ===================
boot-info version : 4ppa82
boot-sav version : 4ppa82
boot-sav-extra version : 4ppa82
glade2script version : 3.2.4~ppa7
boot-info is executed in installed-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.4.0-100-generic root=UUID=28d04006-50ec-4021-92b5-47da2a6e8b34 ro quiet splash vt.handoff=7

=================== os-prober:
/dev/nvme0n1p3:L'OS actuellement utilisé - Ubuntu 16.04 LTS CurrentSession:linux

=================== blkid:
/dev/nvme0n1p1: LABEL="ESP" UUID="7689-DCA0" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="7a62666b-61f3-492a-9c4e-b706c88dcbab"
/dev/nvme0n1p2: LABEL="OS" UUID="4CC7-C62B" TYPE="vfat" PARTLABEL="Basic data partition" PARTUUID="65bfb4de-04b0-49bd-961c-ce37f6886358"
/dev/nvme0n1p3: LABEL="UBUNTU" UUID="28d04006-50ec-4021-92b5-47da2a6e8b34" TYPE="ext4" PARTUUID="abf7ce9a-379d-4de5-827e-dd7b7fa278d6"
/dev/nvme0n1p4: UUID="c38b1e73-fab3-4273-aa75-4d34c22200dc" TYPE="swap" PARTUUID="4eb54fa0-1dc4-427f-92e1-b64103201df2"
/dev/nvme0n1: PTUUID="2ca59fda-97f9-426e-9036-d2336d1cdf72" PTTYPE="gpt"


1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.


=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 juil. 19  2018 grub.d
total 80
-rwxr-xr-x 1 root root  9791 avril 16  2016 00_header
-rwxr-xr-x 1 root root  6258 mars  15  2016 05_debian_theme
-rwxr-xr-x 1 root root 12261 avril 16  2016 10_linux
-rwxr-xr-x 1 root root 11082 avril 16  2016 20_linux_xen
-rwxr-xr-x 1 root root  1992 janv. 28  2016 20_memtest86+
-rwxr-xr-x 1 root root 11692 avril 16  2016 30_os-prober
-rwxr-xr-x 1 root root  1418 avril 16  2016 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avril 16  2016 40_custom
-rwxr-xr-x 1 root root   216 avril 16  2016 41_custom
-rwxr-xr-x 1 root root  1255 juil. 19  2018 99_dell_recovery
-rw-r--r-- 1 root root   483 avril 16  2016 README




=================== /etc/default/grub :

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
GRUB_DISABLE_OS_PROBER=true



/boot/efi detected in the fstab of nvme0n1p3: UUID=7689-DCA0   (nvme0n1p1)
Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/shimx64.efi
=================== No kernel in /mnt/boot-sav/nvme0n1p2/boot:
efi.img
grub



=================== efibootmgr -v
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000
Boot0000* ubuntu	HD(1,GPT,7a62666b-61f3-492a-9c4e-b706c88dcbab,0x800,0x177000)/File(EFIubuntushimx64.efi)
Boot0002* M.2 PCIe SSD	BBS(HD,P0: KXG50ZNV256G NVMe TOSHIBA 256GB,0x0)..BO
Boot0003* USB Storage Device	BBS(USB,USB Storage Device,0x0)..BO
Boot0004* CD/DVD/CD-RW Drive	BBS(CDROM,CD/DVD/CD-RW Drive,0x0)..BO
Boot0005* USB NIC	BBS(128,Realtek PXE B00 D14,0x0)..BO
Boot0006* UEFI: KXG50ZNV256G NVMe TOSHIBA 256GB, Partition 1	HD(1,GPT,7a62666b-61f3-492a-9c4e-b706c88dcbab,0x800,0x177000)/File(EFIbootbootx64.efi)..BO

=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à boot.repair@gmail.com)


=================== PARTITIONS & DISKS:
nvme0n1p3	: nvme0n1,	not-sepboot,	grubenv-ok	grub2,	signed grub-efi ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	notbiosboot, .
nvme0n1p1	: nvme0n1,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	is-correct-EFI,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	notbiosboot, /boot/efi.
nvme0n1p2	: nvme0n1,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-kernel,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	notbiosboot, /mnt/boot-sav/nvme0n1p2.

nvme0n1	: GPT,	no-BIOS_boot,	has-correctEFI, 	not-usb,	not-mmc, has-os,	2048 sectors * 512 bytes


=================== parted -lm:

BYT;
/dev/nvme0n1:256GB:unknown:512:512:gpt:Unknown:;
1:1049kB:787MB:786MB:fat32:EFI system partition:boot, esp;
2:787MB:6156MB:5369MB:fat32:Basic data partition:msftdata;
3:6156MB:239GB:233GB:ext4::;
4:239GB:256GB:16.6GB:linux-swap(v1)::;

=================== lsblk:
KNAME     TYPE FSTYPE   SIZE LABEL
nvme0n1   disk        238,5G
nvme0n1p1 part vfat     750M ESP
nvme0n1p2 part vfat       5G OS
nvme0n1p3 part ext4   217,3G UBUNTU
nvme0n1p4 part swap    15,5G

KNAME     ROTA RO RM STATE MOUNTPOINT
nvme0n1      0  0  0
nvme0n1p1    0  0  0       /boot/efi
nvme0n1p2    0  0  0       /mnt/boot-sav/nvme0n1p2
nvme0n1p3    0  0  0       /
nvme0n1p4    0  0  0       [SWAP]


=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=3921120k,nr_inodes=980280,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=788468k,mode=755)
/dev/nvme0n1p3 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/nvme0n1p1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
tmpfs on /run/user/1001 type tmpfs (rw,nosuid,nodev,relatime,size=788468k,mode=700,uid=1001,gid=1001)
gvfsd-fuse on /run/user/1001/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1001,group_id=1001)
/dev/nvme0n1p2 on /mnt/boot-sav/nvme0n1p2 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)


=================== ls:
/sys/block/nvme0n1 (filtered):  alignment_offset bdi capability dev device discard_alignment eui ext_range holders inflight integrity mq nsid nvme0n1p1 nvme0n1p2 nvme0n1p3 nvme0n1p4 power queue range removable ro size slaves stat subsystem trace uevent uuid
/dev (filtered):  acpi_thermal_rel autofs block btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 drm_dp_aux2 ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 initctl input kmsg kvm lightnvm log mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null nvme0 nvme0n1 nvme0n1p1 nvme0n1p2 nvme0n1p3 nvme0n1p4 port ppp psaux ptmx pts random rfkill rtc rtc0 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom userio vfio vga_arbiter vhci vhost-net watchdog watchdog0 zero
ls /dev/mapper:  control

=================== hexdump -n512 -C /dev/nvme0n1p1
00000000  eb 58 90 4d 53 44 4f 53  35 2e 30 00 02 08 56 14  |.X.MSDOS5.0...V.|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 70 17 00 d5 05 00 00  00 00 00 00 02 00 00 00  |.p..............|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 a0 dc 89 76 4e  4f 20 4e 41 4d 45 20 20  |..)...vNO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 33 c9 8e d1 bc f4  |  FAT32   3.....|
00000060  7b 8e c1 8e d9 bd 00 7c  88 56 40 88 4e 02 8a 56  |{......|.V@.N..V|
00000070  40 b4 41 bb aa 55 cd 13  72 10 81 fb 55 aa 75 0a  |@.A..U..r...U.u.|
00000080  f6 c1 01 74 05 fe 46 02  eb 2d 8a 56 40 b4 08 cd  |...t..F..-.V@...|
00000090  13 73 05 b9 ff ff 8a f1  66 0f b6 c6 40 66 0f b6  |.s......f...@f..|
000000a0  d1 80 e2 3f f7 e2 86 cd  c0 ed 06 41 66 0f b7 c9  |...?.......Af...|
000000b0  66 f7 e1 66 89 46 f8 83  7e 16 00 75 39 83 7e 2a  |f..f.F..~..u9.~*|
000000c0  00 77 33 66 8b 46 1c 66  83 c0 0c bb 00 80 b9 01  |.w3f.F.f........|
000000d0  00 e8 2c 00 e9 a8 03 a1  f8 7d 80 c4 7c 8b f0 ac  |..,......}..|...|
000000e0  84 c0 74 17 3c ff 74 09  b4 0e bb 07 00 cd 10 eb  |..t.<.t.........|
000000f0  ee a1 fa 7d eb e4 a1 7d  80 eb df 98 cd 16 cd 19  |...}...}........|
00000100  66 60 80 7e 02 00 0f 84  20 00 66 6a 00 66 50 06  |f`.~.... .fj.fP.|
00000110  53 66 68 10 00 01 00 b4  42 8a 56 40 8b f4 cd 13  |Sfh.....B.V@....|
00000120  66 58 66 58 66 58 66 58  eb 33 66 3b 46 f8 72 03  |fXfXfXfX.3f;F.r.|
00000130  f9 eb 2a 66 33 d2 66 0f  b7 4e 18 66 f7 f1 fe c2  |..*f3.f..N.f....|
00000140  8a ca 66 8b d0 66 c1 ea  10 f7 76 1a 86 d6 8a 56  |..f..f....v....V|
00000150  40 8a e8 c0 e4 06 0a cc  b8 01 02 cd 13 66 61 0f  |@............fa.|
00000160  82 74 ff 81 c3 00 02 66  40 49 75 94 c3 42 4f 4f  |.t.....f@Iu..BOO|
00000170  54 4d 47 52 20 20 20 20  00 00 00 00 00 00 00 00  |TMGR    ........|
00000180  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001a0  00 00 00 00 00 00 00 00  00 00 00 00 0d 0a 44 69  |..............Di|
000001b0  73 6b 20 65 72 72 6f 72  ff 0d 0a 50 72 65 73 73  |sk error...Press|
000001c0  20 61 6e 79 20 6b 65 79  20 74 6f 20 72 65 73 74  | any key to rest|
000001d0  61 72 74 0d 0a 00 00 00  00 00 00 00 00 00 00 00  |art.............|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 00 00  ac 01 b9 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/nvme0n1p2
00000000  eb 58 90 4d 53 44 4f 53  35 2e 30 00 02 08 2e 10  |.X.MSDOS5.0.....|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 78 17 00  |........?....x..|
00000020  00 00 a0 00 e9 27 00 00  00 00 00 00 02 00 00 00  |.....'..........|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 2b c6 c7 4c 4e  4f 20 4e 41 4d 45 20 20  |..)+..LNO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 33 c9 8e d1 bc f4  |  FAT32   3.....|
00000060  7b 8e c1 8e d9 bd 00 7c  88 56 40 88 4e 02 8a 56  |{......|.V@.N..V|
00000070  40 b4 41 bb aa 55 cd 13  72 10 81 fb 55 aa 75 0a  |@.A..U..r...U.u.|
00000080  f6 c1 01 74 05 fe 46 02  eb 2d 8a 56 40 b4 08 cd  |...t..F..-.V@...|
00000090  13 73 05 b9 ff ff 8a f1  66 0f b6 c6 40 66 0f b6  |.s......f...@f..|
000000a0  d1 80 e2 3f f7 e2 86 cd  c0 ed 06 41 66 0f b7 c9  |...?.......Af...|
000000b0  66 f7 e1 66 89 46 f8 83  7e 16 00 75 39 83 7e 2a  |f..f.F..~..u9.~*|
000000c0  00 77 33 66 8b 46 1c 66  83 c0 0c bb 00 80 b9 01  |.w3f.F.f........|
000000d0  00 e8 2c 00 e9 a8 03 a1  f8 7d 80 c4 7c 8b f0 ac  |..,......}..|...|
000000e0  84 c0 74 17 3c ff 74 09  b4 0e bb 07 00 cd 10 eb  |..t.<.t.........|
000000f0  ee a1 fa 7d eb e4 a1 7d  80 eb df 98 cd 16 cd 19  |...}...}........|
00000100  66 60 80 7e 02 00 0f 84  20 00 66 6a 00 66 50 06  |f`.~.... .fj.fP.|
00000110  53 66 68 10 00 01 00 b4  42 8a 56 40 8b f4 cd 13  |Sfh.....B.V@....|
00000120  66 58 66 58 66 58 66 58  eb 33 66 3b 46 f8 72 03  |fXfXfXfX.3f;F.r.|
00000130  f9 eb 2a 66 33 d2 66 0f  b7 4e 18 66 f7 f1 fe c2  |..*f3.f..N.f....|
00000140  8a ca 66 8b d0 66 c1 ea  10 f7 76 1a 86 d6 8a 56  |..f..f....v....V|
00000150  40 8a e8 c0 e4 06 0a cc  b8 01 02 cd 13 66 61 0f  |@............fa.|
00000160  82 74 ff 81 c3 00 02 66  40 49 75 94 c3 42 4f 4f  |.t.....f@Iu..BOO|
00000170  54 4d 47 52 20 20 20 20  00 00 00 00 00 00 00 00  |TMGR    ........|
00000180  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001a0  00 00 00 00 00 00 00 00  00 00 00 00 0d 0a 44 69  |..............Di|
000001b0  73 6b 20 65 72 72 6f 72  ff 0d 0a 50 72 65 73 73  |sk error...Press|
000001c0  20 61 6e 79 20 6b 65 79  20 74 6f 20 72 65 73 74  | any key to rest|
000001d0  61 72 74 0d 0a 00 00 00  00 00 00 00 00 00 00 00  |art.............|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 00 00  ac 01 b9 01 00 00 55 aa  |..............U.|
00000200

=================== df -Th:

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  3.8G     0  3.8G   0% /dev
tmpfs          tmpfs     770M  9.5M  761M   2% /run
/dev/nvme0n1p3 ext4      214G   97G  107G  48% /
tmpfs          tmpfs     3.8G  6.8M  3.8G   1% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     3.8G     0  3.8G   0% /sys/fs/cgroup
/dev/nvme0n1p1 vfat      746M   29M  718M   4% /boot/efi
tmpfs          tmpfs     770M   64K  770M   1% /run/user/1001
/dev/nvme0n1p2 vfat      5.0G  2.1G  3.0G  42% /mnt/boot-sav/nvme0n1p2

=================== fdisk -l:
Disk /dev/nvme0n1: 238.5 GiB, 256060514304 bytes, 500118192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 2CA59FDA-97F9-426E-9036-D2336D1CDF72

Device             Start       End   Sectors   Size Type
/dev/nvme0n1p1      2048   1538047   1536000   750M EFI System
/dev/nvme0n1p2   1538048  12023807  10485760     5G Microsoft basic data
/dev/nvme0n1p3  12023808 467734527 455710720 217.3G Linux filesystem
/dev/nvme0n1p4 467734528 500117503  32382976  15.5G Linux swap




=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of nvme0n1p3, using the following options:        nvme0n1p1/boot/efi,
Additional repair would be performed: unhide-bootmenu-10s    use-standard-efi-file


=================== Final advice in case of suggested repair
N'oubliez pas de régler votre BIOS pour qu'il amorce sur le fichier nvme0n1p1/efi/.../grub*.efi !


=================== User settings
The settings chosen by the user will not act on the boot.

On y voit que c'est la version 16.04 de Ubuntu qui est installée :

boot-info is executed in installed-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)

et on voit que le noyau est ancien dans cet extrait (Le noyau 4.4.0-100 est sorti en 2017)  :

BOOT_IMAGE=/boot/vmlinuz-4.4.0-100-generic root=UUID=28d04006-50ec-4021-92b5-47da2a6e8b34 ro quiet splash vt.handoff=7

Pourrais-tu passer la commande suivante et en donner le retour complet dans ta réponse :

sudo apt update

Cette commande n'installe pas les mises à jour : elle vérifie seulement les mises à jour disponibles. Il devrait y en avoir des centaines...

Dernière modification par malbo (Le 12/04/2020, à 05:23)

Hors ligne

#8 Le 12/04/2020, à 11:56

Taraexp

Re : [Résolu] Démarrage Busybox / initramfs

Voila le résultat de la commande :

Réception de:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Atteint:2 http://archive.canonical.com/ubuntu xenial InRelease                 
Atteint:3 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu xenial InRelease
Atteint:4 http://archive.ubuntu.com/ubuntu xenial InRelease                    
Ign:5 http://dl.google.com/linux/chrome/deb stable InRelease                   
Ign:6 http://dell.archive.canonical.com/updates xenial-dell-italia InRelease   
Réception de:7 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Ign:8 http://dell.archive.canonical.com/updates xenial-dell InRelease          
Réception de:9 http://dl.google.com/linux/chrome/deb stable Release [943 B]    
Atteint:10 http://dell.archive.canonical.com/updates xenial-dell-italia Release
Atteint:11 http://dell.archive.canonical.com/updates xenial-dell Release       
Réception de:12 http://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Réception de:13 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Réception de:15 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [74,9 kB]
Réception de:17 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [124 kB]
Réception de:18 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 DEP-11 Metadata [2 464 B]
Réception de:19 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [323 kB]
Err:12 http://dl.google.com/linux/chrome/deb stable Release.gpg       
  Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 78BD65473CB3BD13
Réception de:20 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11 Metadata [276 kB]
Réception de:21 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11 Metadata [5 984 B]
Réception de:22 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 DEP-11 Metadata [3 328 B]
Réception de:23 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 DEP-11 Metadata [5 320 B]
1 140 ko réceptionnés en 0s (1 289 ko/s)                                      
AppStream cache update completed, but some metadata was ignored due to errors.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
740 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://dl.google.com/linux/chrome/deb stable Release: Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 78BD65473CB3BD13
W: Impossible de récupérer http://dl.google.com/linux/chrome/deb/dists/stable/Release.gpg  Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 78BD65473CB3BD13
W: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.

Si je peux améliorer ou mettre à jour ma version, peut tu me dire comment procéder ou quel lien suivre ?

Hors ligne

#9 Le 12/04/2020, à 12:08

ylag

Re : [Résolu] Démarrage Busybox / initramfs

Bonjour,

Pour l'erreur de clé publique manquante: «NO_PUBKEY 78BD65473CB3BD13», voir là: https://askubuntu.com/questions/1205540 … nformation

Il faudrait passer cette commande pour l'installer:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

...puis refaire ensuite sudo apt update, et voir s'il y a toujours des messages d'avertissement et/ou d'erreur dans le retour?

A+

Dernière modification par ylag (Le 12/04/2020, à 12:31)

Hors ligne

#10 Le 12/04/2020, à 17:58

Taraexp

Re : [Résolu] Démarrage Busybox / initramfs

ylag a écrit :

Bonjour,

Pour l'erreur de clé publique manquante: «NO_PUBKEY 78BD65473CB3BD13», voir là: https://askubuntu.com/questions/1205540 … nformation

Il faudrait passer cette commande pour l'installer:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

...puis refaire ensuite sudo apt update, et voir s'il y a toujours des messages d'avertissement et/ou d'erreur dans le retour?

A+

Voici le résultat après la commande :

alex@alex-XPS-13-9370:~$ sudo apt update
Atteint:1 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu xenial InRelease
Atteint:2 http://archive.ubuntu.com/ubuntu xenial InRelease                    
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease                   
Ign:4 http://dell.archive.canonical.com/updates xenial-dell-italia InRelease   
Atteint:5 http://archive.canonical.com/ubuntu xenial InRelease                 
Ign:6 http://dell.archive.canonical.com/updates xenial-dell InRelease          
Réception de:7 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Réception de:8 http://dl.google.com/linux/chrome/deb stable Release [943 B]    
Atteint:9 http://dell.archive.canonical.com/updates xenial-dell-italia Release 
Atteint:10 http://dell.archive.canonical.com/updates xenial-dell Release       
Réception de:11 http://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Réception de:12 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Réception de:13 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Réception de:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [322 kB]
Réception de:17 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1 109 B]
Réception de:18 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11 Metadata [276 kB]
Réception de:19 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11 Metadata [5 956 B]
Réception de:20 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 DEP-11 Metadata [3 328 B]
Réception de:21 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 DEP-11 Metadata [5 320 B]
Réception de:22 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [74,9 kB]
Réception de:23 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [124 kB]
Réception de:24 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 DEP-11 Metadata [2 464 B]
1 141 ko réceptionnés en 1s (1 107 ko/s)                                      
AppStream cache update completed, but some metadata was ignored due to errors.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
740 packages can be upgraded. Run 'apt list --upgradable' to see them.

De ce côté là, ça semble être réglé

Hors ligne

#11 Le 12/04/2020, à 18:42

Taraexp

Re : [Résolu] Démarrage Busybox / initramfs

J'ai ensuite lancé la commande "sudo apt full-upgrade", accepté les modif et relancé "sudo apt update" :

alex@alex-XPS-13-9370:~$ sudo apt update
Ign :1 http://dl.google.com/linux/chrome/deb stable InRelease
Atteint :2 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu xenial InRelease                                                 
Atteint :3 http://archive.ubuntu.com/ubuntu xenial InRelease                                                                       
Atteint :4 http://archive.canonical.com/ubuntu xenial InRelease                                                                    
Ign :5 http://dell.archive.canonical.com/updates xenial-dell-italia InRelease                                                      
Atteint :6 http://dl.google.com/linux/chrome/deb stable Release                                                                    
Réception de :7 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]                                                 
Ign :8 http://dell.archive.canonical.com/updates xenial-dell-service InRelease                                                     
Ign :9 http://dell.archive.canonical.com/updates xenial-dell InRelease                                                             
Atteint :10 http://dell.archive.canonical.com/updates xenial-dell-italia Release                
Réception de :11 http://dell.archive.canonical.com/updates xenial-dell-service Release [4 282 B]                                 
Réception de :12 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]                                            
Atteint :13 http://dell.archive.canonical.com/updates xenial-dell Release                                                        
Réception de :14 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]                                            
Réception de :15 http://dell.archive.canonical.com/updates xenial-dell-service Release.gpg [287 B]
Réception de :18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [322 kB]
Réception de :20 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11 Metadata [276 kB]
Réception de :21 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11 Metadata [5 956 B]
Réception de :22 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 DEP-11 Metadata [3 328 B]
Réception de :23 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 DEP-11 Metadata [5 320 B]
Réception de :24 http://dell.archive.canonical.com/updates xenial-dell-service/public amd64 Packages [5 522 B]                     
Réception de :25 http://dell.archive.canonical.com/updates xenial-dell-service/public i386 Packages [4 557 B]
Réception de :26 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [74,9 kB]
Réception de :27 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [124 kB]
Réception de :28 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 DEP-11 Metadata [2 468 B]
1 154 ko réceptionnés en 1s (930 ko/s)                                        
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
1 paquet peut être mis à jour. Exécutez « apt list --upgradable » pour le voir.

Hors ligne

#12 Le 12/04/2020, à 19:49

malbo

Re : [Résolu] Démarrage Busybox / initramfs

Pour vérifier, je te prie de redémarrer l'ordi et de donner le retour complet de cette commande :

uname -a  

On devrait y voir le noyau le plus récent.

Hors ligne

#13 Le 12/04/2020, à 20:28

Taraexp

Re : [Résolu] Démarrage Busybox / initramfs

malbo a écrit :

Pour vérifier, je te prie de redémarrer l'ordi et de donner le retour complet de cette commande :

uname -a  

On devrait y voir le noyau le plus récent.

La voici :

Linux alex-XPS-13-9370 4.4.0-177-generic #207-Ubuntu SMP Mon Mar 16 01:16:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Hors ligne

#14 Le 13/04/2020, à 05:52

malbo

Re : [Résolu] Démarrage Busybox / initramfs

Bonjour,
Je trouve le même noyau que toi (4.4.0-177) avec mon Ubuntu 16.04 donc tu es bien à jour (*).
Je viens de mentionner ton éclatante réussite dans la ligne du modèle XPS 13 (9370) de la Liste des portables « Dell » (cette ligne existait déjà pour le cas de migrec qui avait installé Kubuntu 18.04 dans ce modèle)

(*) j'ai la version ga-16.04 de Ubuntu 16.04, c'est à dire la version sans HWE Stack

Dernière modification par malbo (Le 13/04/2020, à 05:56)

Hors ligne

#15 Le 13/04/2020, à 11:03

ylag

Re : [Résolu] Démarrage Busybox / initramfs

Bonjour,

Vu à la fin du retour au commentaire #11:

1 paquet peut être mis à jour. Exécutez « apt list --upgradable » pour le voir.

Faudrait relancer les mises à jour pour s'assurer que rien ne coince?

Peut-être aussi faire suivre d'un:

sudo apt -s autoremove

...et examiner la liste des paquets proposés à la suppression. Si ça ne semble proposer que des paquets redondants pour suppression, on refait la commande sans l'option  « -s » pour effectivement purger ces paquets inutiles:

sudo apt autoremove --purge

A+

Dernière modification par ylag (Le 14/04/2020, à 10:50)

Hors ligne