#1 Le 20/04/2020, à 11:52
- ferdinand14
ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
Bonjour,
je viens de réinstaller ubuntu 18.04 avec une clé usb. Tout semble s'être bien passé sauf que le pc ne veut plus démarrer.
J'ai fait un boot repair en démarrant ubuntu sur la clé et ça donne ça :
http://paste.ubuntu.com/p/DW3tfG3R92/
Pouvez-vous m'aider svp ?
Merci :-)
Dernière modification par ferdinand14 (Le 26/05/2020, à 18:42)
Hors ligne
#2 Le 20/04/2020, à 15:34
- lucmars
Re : ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
le boot-info
Boot Info Script 71f6c5c + Boot-Repair extra info [Boot-Info 18apr2020]
============================= Boot Info Summary: ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/mmcblk0 and looks at sector
1 of the same hard drive for core.img. core.img is at this location and
looks for (,msdos1)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
=> Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sda.
mmcblk0p1: _____________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.4 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab
/boot/grub/i386-pc/core.img
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 6.03
Boot sector info: Syslinux looks at sector 16392 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: mmcblk0 _____________________________________________________________________
Disk /dev/mmcblk0: 29.1 GiB, 31268536320 bytes, 61071360 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/mmcblk0p1 * 2,048 61,069,311 61,067,264 83 Linux
Drive: sda _____________________________________________________________________
Disk /dev/sda: 3.8 GiB, 4026531840 bytes, 7864320 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 7,864,319 7,862,272 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/mmcblk0
/dev/mmcblk0p1 a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a ext4
/dev/sda1 2015-0BC0 vfat UBUNTU 18_0
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 13 Apr 20 10:22 mmc-BWBD3R_0xf07cb40a -> ../../mmcblk0
lrwxrwxrwx 1 root root 15 Apr 20 10:22 mmc-BWBD3R_0xf07cb40a-part1 -> ../../mmcblk0p1
lrwxrwxrwx 1 root root 9 Apr 20 10:22 usb-General_UDisk-0:0 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 20 10:22 usb-General_UDisk-0:0-part1 -> ../../sda1
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/mmcblk0p1 /media/ubuntu/a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a ext4 (rw,nosuid,nodev,relatime,uhelper=udisks2)
/dev/sda1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
======================== mmcblk0p1/boot/grub/grub.cfg: =========================
--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a
else
search --no-floppy --fs-uuid --set=root a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=fr_FR
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=hidden
set timeout=0
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 0 ; then
set timeout=0
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30,0; then
clear
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=1
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a
else
search --no-floppy --fs-uuid --set=root a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a
fi
linux /boot/vmlinuz-5.3.0-28-generic root=UUID=a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a ro quiet splash $vt_handoff
initrd /boot/initrd.img-5.3.0-28-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a' {
menuentry 'Ubuntu, avec Linux 5.3.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3.0-28-generic-advanced-a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a
else
search --no-floppy --fs-uuid --set=root a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a
fi
echo 'Chargement de Linux 5.3.0-28-generic…'
linux /boot/vmlinuz-5.3.0-28-generic root=UUID=a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-5.3.0-28-generic
}
menuentry 'Ubuntu, with Linux 5.3.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3.0-28-generic-recovery-a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a
else
search --no-floppy --fs-uuid --set=root a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a
fi
echo 'Chargement de Linux 5.3.0-28-generic…'
linux /boot/vmlinuz-5.3.0-28-generic root=UUID=a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-5.3.0-28-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
insmod part_msdos
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a
else
search --no-floppy --fs-uuid --set=root a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a
fi
knetbsd /boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
insmod part_msdos
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a
else
search --no-floppy --fs-uuid --set=root a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a
fi
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
============================= mmcblk0p1/etc/fstab: =============================
--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/mmcblk0p1 during installation
UUID=a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a / ext4 errors=remount-ro 0 1
/swapfile none swap sw 0 0
--------------------------------------------------------------------------------
================= mmcblk0p1: Location of files loaded by Grub: =================
GiB - GB File Fragment(s)
18.304508209 = 19.654316032 boot/grub/grub.cfg 1
18.305698395 = 19.655593984 boot/grub/i386-pc/core.img 1
3.422847748 = 3.675254784 boot/vmlinuz-5.3.0-28-generic 2
3.422847748 = 3.675254784 vmlinuz 2
4.758270264 = 5.109153792 boot/initrd.img-5.3.0-28-generic 4
4.758270264 = 5.109153792 initrd.img 4
4.758270264 = 5.109153792 initrd.img.old 4
=========================== 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/5066/mountinfo) leaked on lvs invocation. Parent PID 11869: bash
File descriptor 63 (pipe:[115958]) leaked on lvs invocation. Parent PID 11869: bash
ADDITIONAL INFORMATION:
=================== log of boot-repair 20200420_1022 ===================
boot-repair version : 4ppa84
boot-sav version : 4ppa84
boot-sav-extra version : 4ppa84
glade2script version : 3.2.4~ppa15
Error: /dev/mmcblk0boot0: unrecognised disk label
Error: /dev/mmcblk0boot1: unrecognised disk label
boot-repair is executed in live-session (Ubuntu 18.04.4 LTS, bionic, Ubuntu, x86_64)
CPU op-mode(s): 32-bit, 64-bit
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash --- debian-installer/language=fr keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
cat: /sys/block/mmcblk0/mmcblk0boot0/start: Aucun fichier ou dossier de ce type
cat: /sys/block/mmcblk0/mmcblk0boot1/start: Aucun fichier ou dossier de ce type
=================== os-prober:
/dev/mmcblk0p1:Ubuntu 18.04.4 LTS (18.04):Ubuntu:linux
=================== blkid:
/dev/mmcblk0p1: UUID="a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a" TYPE="ext4" PARTUUID="ca97811d-01"
/dev/sda1: LABEL="UBUNTU 18_0" UUID="2015-0BC0" TYPE="vfat" PARTUUID="000ddaef-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"
/dev/mmcblk0: PTUUID="ca97811d" PTTYPE="dos"
1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
=================== /media/ubuntu/a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a/etc/grub.d/ :
drwxr-xr-x 2 root root 4096 févr. 3 18:25 grub.d
total 80
-rwxr-xr-x 1 root root 10046 nov. 11 05:52 00_header
-rwxr-xr-x 1 root root 6258 mars 18 2019 05_debian_theme
-rwxr-xr-x 1 root root 12693 nov. 11 05:52 10_linux
-rwxr-xr-x 1 root root 11298 nov. 11 05:52 20_linux_xen
-rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
-rwxr-xr-x 1 root root 12059 nov. 11 05:52 30_os-prober
-rwxr-xr-x 1 root root 1418 nov. 11 05:52 30_uefi-firmware
-rwxr-xr-x 1 root root 214 nov. 11 05:52 40_custom
-rwxr-xr-x 1 root root 216 nov. 11 05:52 41_custom
-rw-r--r-- 1 root root 483 nov. 11 05:52 README
=================== /media/ubuntu/a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a/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_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
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"
=================== UEFI/Legacy mode:
This live-session is not in EFI-mode.
EFI in dmesg.
[ 0.014180] ACPI: UEFI 0x000000007A679938 000042 (v01 DELL WN09 00000000 00000000)
SecureBoot maybe enabled.
=================== PARTITIONS & DISKS:
mmcblk0p1 : mmcblk0, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, notbiosboot, /media/ubuntu/a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a.
mmcblk0 : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, mmc-disk, has-os, 1 sectors * 512 bytes
=================== parted -lm:
BYT;
/dev/sda:4027MB:scsi:512:512:msdos:General UDisk:;
1:1049kB:4027MB:4025MB:fat32::boot, lba;
BYT;
/dev/mmcblk0:31.3GB:sd/mmc:512:512:msdos:MMC BWBD3R:;
1:1049kB:31.3GB:31.3GB:ext4::boot;
BYT;
/dev/mmcblk0boot0:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;
BYT;
/dev/mmcblk0boot1:4194kB:sd/mmc:512:512:unknown:Generic SD/MMC Storage Card:;
=================== 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 3,8G
sda1 part vfat 3,8G UBUNTU 18_0
mmcblk0 disk 29,1G
mmcblk0p1 part ext4 29,1G
mmcblk0boot0 disk 4M
mmcblk0boot1 disk 4M
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
mmcblk0 0 0 0
mmcblk0p1 0 0 0 /media/ubuntu/a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a
mmcblk0boot0 0 1 0
mmcblk0boot1 0 1 0
=================== 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=940228k,nr_inodes=235057,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=193164k,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)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
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/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/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
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/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=24,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16140)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=193160k,mode=700,uid=999,gid=999)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
/dev/mmcblk0p1 on /media/ubuntu/a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a type ext4 (rw,nosuid,nodev,relatime,uhelper=udisks2)
/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)
=================== ls:
/sys/block/mmcblk0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range force_ro hidden holders inflight integrity mmcblk0boot0 mmcblk0boot1 mmcblk0p1 mq power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/mmcblk0boot0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range force_ro hidden holders inflight integrity mq power queue range removable ro ro_lock_until_next_power_on size slaves stat subsystem trace uevent
/sys/block/mmcblk0boot1 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range force_ro hidden holders inflight integrity mq power queue range removable ro ro_lock_until_next_power_on size slaves stat subsystem trace uevent
/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 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mmcblk0 mmcblk0boot0 mmcblk0boot1 mmcblk0p1 mmcblk0rpmb 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 zero zfs
ls /dev/mapper: control
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 919M 0 919M 0% /dev
tmpfs tmpfs 189M 1.6M 188M 1% /run
/dev/sda1 vfat 3.8G 2.0G 1.8G 53% /cdrom
/dev/loop0 squashfs 1.9G 1.9G 0 100% /rofs
/cow overlay 944M 505M 439M 54% /
tmpfs tmpfs 944M 34M 910M 4% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 944M 0 944M 0% /sys/fs/cgroup
tmpfs tmpfs 944M 504K 943M 1% /tmp
tmpfs tmpfs 189M 44K 189M 1% /run/user/999
/dev/mmcblk0p1 ext4 29G 5.4G 22G 20% /media/ubuntu/a708f6d0-e2cd-4dc1-be2c-40b7b7b5ed0a
/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
=================== 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/mmcblk0: 29.1 GiB, 31268536320 bytes, 61071360 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: 0xca97811d
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 * 2048 61069311 61067264 29.1G 83 Linux
Disk /dev/sda: 3.8 GiB, 4026531840 bytes, 7864320 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: 0x000ddaef
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 7864319 7862272 3.8G 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
=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub2 of mmcblk0p1 into the MBR of mmcblk0.
Additional repair would be performed: unhide-bootmenu-10s
=================== User settings
The settings chosen by the user will not act on the boot.
Gaulois Matter !
Hors ligne
#3 Le 20/04/2020, à 15:39
- lucmars
Re : ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
Bon installe classique en non-efi.
Tout semble ok, mais tu peux tenter la suggestion de boot-repair.
Gaulois Matter !
Hors ligne
#4 Le 21/04/2020, à 11:11
- ferdinand14
Re : ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
Merci Lucmars :-)
j'ai fait le bootrepair mais rien ne change...je recommence...
As-tu une idée de manip que j'ai loupé ?
Hors ligne
#5 Le 21/04/2020, à 11:39
- ferdinand14
Re : ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
nouveau boot-info :
http://paste.ubuntu.com/p/Mp8Z78pnK5/
Hors ligne
#6 Le 21/04/2020, à 11:44
- ferdinand14
Re : ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
je me demande si ce n'est pas le paramétrage du BIOS que je fais mal une fois l'installation terminée.
Hors ligne
#7 Le 21/04/2020, à 11:50
- lucmars
Re : ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
je me demande si ce n'est pas le paramétrage du BIOS que je fais mal une fois l'installation terminée.
En effet, ton disque interne doit booter en mode non-efi
Gaulois Matter !
Hors ligne
#8 Le 21/04/2020, à 14:57
- ikewdu
Re : ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
Salut,
Ton PC (marque et modèle ?) possède un disque Nvme (enfin, boot-info sait le lire ! ) de 32 Go. Ces PC sont généralement faits pour ne fonctionner qu'en uefi. Et parfois avec un OS 32 bits. Tu peux être concerné, au moins par le premier cas, car ton installation en mode Legacy /mbr est irréprochable.
Hors ligne
#9 Le 21/04/2020, à 16:29
- ferdinand14
Re : ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
Merci Lucmars et Ikewdu :-)
Mon pc est un DellInspiron 11-3162.
Si je démarre en UEFI, il m'affiche "no bootable devices"
Si je démarre en legacy, j'ai un écran noir avec écris no bootable devices stike F1 to retry boot, F2 for stup utility, press F5 to run onboard diagnostics.
Je précise que j'avais déjà Ubuntu sur ce PC mais j'ai tenté de le réinstaller suite à une stauration de la mémoire par je ne sais quoi.
Lorsque je paramètre le BIOS en UEFI, il me propose option 1 Ubuntu et option 2 Windows...est-ce que c'est bon ?
Merci :-)
Hors ligne
#10 Le 21/04/2020, à 16:52
- lucmars
Re : ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
Lorsque je paramètre le BIOS en UEFI, il me propose option 1 Ubuntu et option 2 Windows...est-ce que c'est bon ?
Non car y a plus windows, en fait c'est là la mémoire uefi du bios.
J'en déduis que ton premier buntu fut installé en uefi, mais là t'as fait une réinstalle en non-efi car t'as booté ta clef/dvd en non-efi en choisissant "effacer le disque..etc".
Du coup l'installateur a rectifié le disque pour une installe non-efi et il a fait du bon boulot.
P'tete réinstaller en uefi
Gaulois Matter !
Hors ligne
#11 Le 21/04/2020, à 17:13
- ikewdu
Re : ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
Re,
Il faut d'abord réinstaller en UEFI. Tes entrées sont les traces non effacées de ton ancienne installation...
Hors ligne
#12 Le 21/04/2020, à 17:43
- lucmars
Re : ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
Re,
Il faut d'abord réinstaller en UEFI. Tes entrées sont les traces non effacées de ton ancienne installation...
Il te faut donc, ferdinand, booter ta clef/dvd en mode UEFI; à voir dans le bios pour ce faire
Gaulois Matter !
Hors ligne
#13 Le 22/04/2020, à 10:43
- ferdinand14
Re : ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
Re,
j'ai supprimer les traces non effacées.
et je tente de booter en UEFI (j'ai abandonné legacy). Le fast boot et le secure boot sont désactivés.
Je tombe sur :
SI je demande install ubuntu ou try without install, il ne se passe rien puis le PC s'éteint...
j'ai essayé de booter avec le fichier bootia32.efi téléchargé ici : https://doc.ubuntu-fr.org/live_usb#cas_ … en_32_bits
Rien non plus...je désespère...
Hors ligne
#14 Le 22/04/2020, à 11:00
- ikewdu
Re : ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
Salut,
Tu es pourtant sur la bonne fenêtre... Pas d'idée supplémentaire à te proposer.
Hors ligne
#15 Le 22/04/2020, à 12:11
- ferdinand14
Re : ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
je me demande si je ne dois pas créer une partition UEFI
Hors ligne
#16 Le 22/04/2020, à 13:42
- ferdinand14
Re : ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
Il doit y avoir une piste ici : https://www.dell.com/community/Linux-Ge … -p/5086780
Mais je ne comprends pas tout, en particulier le LVM...
"Cannot boot Ubuntu on Inspiron 11 3162/3164
Jump to solution
So the problem began with a friend of mine forgetting her Ubuntu password on this small Inspiron 11. I decided to reinstall Ubuntu, which led to the OS not booting anymore.
After failed attempts to reinstall, I discovered the volume I was trying to install Ubuntu on was an LVM volume (she chose encryption during the first Ubuntu install).
So then I used a Ubuntu Live DVD to unlock the LVM volume using a command line.
After that I formatted the drive for Windows, setting it to NTFS.
After that I did a BIOS flash using MSDOS (thanks to RUFUS).
After that I downloaded the Dell OS Recovery Tool and made a recovery tool with the software (on another laptop), then took the USB thumb drive and booted from it on the Dell Inspiron 11, then restored the laptop to factory settings with Windows 10.
Problem solved, and I will never use Ubuntu on such a newer laptop again.
I just edited this post to reflect on all the work I did to get this laptop up and running again, hope this helps someone else."
Hors ligne
#17 Le 22/04/2020, à 13:49
- ikewdu
Re : ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
Ton installation n'est pas en LVM. Elle n'est même pas commencée...
Dernière modification par ikewdu (Le 22/04/2020, à 13:50)
Hors ligne
#18 Le 26/05/2020, à 18:37
- ferdinand14
Re : ubuntu ne démarre pas no bootale devices dell inspiron [résolu]
Bonjour,
le pc est réparé.
Je suis allé voir un ami informaticien, voilà ce que j'ai compris :
l'UEFI se remettait automatiquement et ne prenait pas en compte sa désactivation...la manip que je devais faire ne devait pas sauvegarder...
voilà ce que j'ai compris. Il m'a tout réinstallé et ça fonctionne.
Merci pour votre aide :-)
Hors ligne