Emmabuntus

Résolu
Lino -  
 Lino -
Bonjour,
J'ai installé sur mon HD Emmabuntus mais il ne démarre pas, c'est Grub qui manque mais je l'avais copié.

Comment on peut installer ce bendit Grub dans le disque à partir de ma clé.

Merci

Lino

Configuration: Windows / Firefox 87.0

5 réponses

  1. mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   7 940
     
    Bonjour,

    Normalement grub s'installe sur l'en-tête de ton disque dur à la fin de l'installation. Je t'invite donc à reprendre ton installation jusqu'au bout, car manifestement, quelque chose ne s'est pas passé comme prévu. Autrement, tu peux essayer d'utiliser boot-repair qui sert précisément à réinstaller grub en cas de soucis au démarrage.

    Bonne chance
    1
    1. Lino
       
      BJ,

      Je vais essayer et je l'ai copié sur le HD et pas dans la clé

      Je l'ai fait 3 fois et rien
      0
    2. mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   7 940 > Lino
       
      Ben oui, mais non. Ce n'est pas comme ça que grub s'installe. Grub ne s'installe par sur une partition linux, mais dans l'en-tête du disque.
      0
    3. Lino
       
      Par contre, je l'ai installé dans autre ancien PC et il n'y a pas eu des problèmes.

      lino
      0
    4. Lino > Lino
       
      Dans l'autre PC qui ne marche pas, j'ai installé + de 3 fois complet et ne démarre pas, il y a un problème avec Emmabuntus, j'ai lu dans leur site.

      https://forum.emmabuntus.org/index.php/topic,514.0.html

      C'est un peu bizarre car dans un autre PC il marche, je l'ai installé avec la même clé usb
      0
    5. mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   7 940 > Lino
       
      Bonjour, quel est le message d'erreur ?
      0
  2. mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   7 940
     
    Bonjour,

    Je reprends tes derniers messages (merci au passage de soigner l'orthographe et de ne pas utiliser d'abréviations):

    C'est rescue et non recue, vous l'avez bien compris

    Ce n'est pas le message d'erreur exact (qui est ce que je te demande).

    J'ai installé un autre disque oú le PC s'est deroulé bien la première fois et ça ne marche pas, tjours c'est le démarrage de syslinux de Alvin.

    Je n'ai pas compris. Qu'est ce que c'est que ces histoires de syslinux et d'Alvin?

    J'ai sorti le disque du PC qui marche, je l'ai mis sur le PC qui ne marchait pas et bien il marche.

    Qu'entends-tu par il marche ? Tu arrives à démarrer sur emmabuntus ?

    J'ai essayé bcp de Distributions oú le Grub est de syslinux et ça ne démarre pas

    Je ne vois pas de quoi tu parles. Il n'y a pas 40 grub, ou plutôt, comme te l'a dit Patrick Emmaubuntus, tu as une version de grub selon que tu utilises un linux 64 bits (amd64) ou 32 bits (i386). Ensuite, il t'a également indiqué à juste titre que si ta carte mère avait un BIOS UEFI, il fallait en plus installer le paquet approprié (en particulier si le secure boot est activé dans le BIOS). Les distributions linux modernes prennent correctement ce genre de situations Plus de détails ici. Typiquement, voici les paquets grub que ton installeur est supposé déployé pour une machine 64 bits sur une machine avec UEFI :

    (mando@silk) (~) $ dpkg -l | awk '/grub/ {print $2}'
    grub-common
    grub-efi-amd64
    grub-efi-amd64-bin
    grub-efi-amd64-signed
    grub2-common


    Enfin pour revenir à
    boot-repair
    , celui-ci génère un rapport et il serait bien de nous le partager. Cela nous permettrait de voir ton partitionnement, si tu es dans le cas UEFI ou pas, et enfin voir ce que
    boot-repair
    a fait.

    Bonne chance
    1
    1. Lino
       
      Le syslinux je crois il est enregistré par Alvin, quand démarre au début.

      La fenêtre m'a proposé de l'envoyer, alors j'ai cliqué "oui" , il est parti à cette adresse:

      Le rapport est dans cette site:

      http://paste.ubuntu.com/p/D7scj6h3m3

      Je crois qu' il est parti chez ***@***

      boot.repair(arroba) gmail(point) com

      Je vais faire une autre fois le "live" tout à l'heure, et l'enregistrer
      0
  3. mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   7 940
     
    Bonjour,

    Est-ce que ton linux démarre désormais correctement ?

    Si on regarde les infos de
    boot-repair
    :

    /dev/sda1 * 2,048 35,954,687 35,952,640 83 Linux
    /dev/sda2 35,956,734 66,054,143 30,097,410 5 Extended
    /dev/sda5 35,956,736 44,441,599 8,484,864 83 Linux
    /dev/sda6 44,443,648 49,682,431 5,238,784 82 Linux swap / Solaris
    /dev/sda7 49,684,480 50,356,223 671,744 83 Linux
    /dev/sda8 50,358,272 66,054,143 15,695,872 83 Linux


    ... il n'y a pas de partition EFI. Ce n'est pas grave mais ça signifie que ton linux ne peut pas être démarré si le secure boot est activé dans le BIOS. Le secure boot est une fonctionnalité qui a été introduite pour renforcer la sécurité, mais elle n'a rien d'obligatoire. La seule chose à savoir c'est que si tu as installé disons windows en mode secure boot, alors il faut installer linux de la même façon (car tu ne peux pas démarrer un système ainsi installé en mode legacy).

    Vu ton partitionnement, tu ne sembles avoir que windows (et pas de partition EFI) donc il faut t'assurer dans ton BIOS, dans les options de boot, que tu es bien en mode legacy, sans quoi ton BIOS refusera d'amorcer ton linux.

    Si on regarde un peu plus loin :

    =================== UEFI/Legacy mode:
    This live-session is not EFI-compatible.
    SecureBoot maybe enabled.


    ... donc on ne sait pas si l'option secure boot ou est activée dans ton BIOS ou pas.

    Bonne chance
    1
  4. Lino
     
    J'ai sortie le disque du PC qui marche, je l'ai mit sur le PC qui ne marchait pas et bien il marche.

    J'ai installé un autre disque oú le PC s'est deroulé bien la première fois et ça ne marche pas, tjours c'est le démarrage de syslinux de Alvin.

    J'ai essayé bcp de Distributions oú le Grub est de syslinux et ça ne démarre pas
    0
    1. Lino
       
      Maintenant j'ai une idée mais j'ai de doutes que cela va marcher.

      Si je copie le disque qui est bon à l'autre disque qui ne démarre pas( copier/coller) par l'intermédiaire de mon portable. Est-ce que cela marchera

      Je dois brancher un boîtier pour le disque( IDE) à mon portable pour le copier/coller et après je fais avec l'autre disque car j'ai un seule boîtier.

      Merci
      0
      1. Lino > Lino
         
        Bonjour,

        J'ai de bonnes nouvelles, j'ai copié une autre fois Emmabuntus sur le disque qui ne marchait pas et maintenant il démarre.

        Je pense que il ne fallait pas cliquer pour indiquer où copier le Grub( début du disque), cette fois j'ai laissé passer le temps et l'installation a continué sans que je choisisse le disque.
        0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. Lino
     
    Rapport de boot repair, c'est copié le Grub:

    This paste expires on 2021-05-01.
    Download as text

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

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

    => Grub2 (v2.00) is installed in the MBR of /dev/sda 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/sdb.

    sda1: __________________________________________________________________________

    File system: ext4
    Boot sector type: -
    Boot sector info:
    Operating System: Debian GNU/Linux 10 (buster)
    Boot files: /boot/grub/grub.cfg /etc/fstab
    /boot/grub/i386-pc/core.img

    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:

    sda6: __________________________________________________________________________

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

    sda7: __________________________________________________________________________

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

    sda8: __________________________________________________________________________

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

    sdb1: __________________________________________________________________________

    File system: vfat
    Boot sector type: SYSLINUX 6.04
    Boot sector info: Syslinux looks at sector 32776 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/bootia32.efi /efi/boot/grubia32.efi
    /efi/debian/grub.cfg /ldlinux.sys

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

    Drive: sda _____________________________________________________________________
    Disk /dev/sda: 31.5 GiB, 33820286976 bytes, 66055248 sectors
    Disk model: WDC WD800BB-55JK
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes

    Partition Boot Start Sector End Sector # of Sectors Id System

    /dev/sda1 * 2,048 35,954,687 35,952,640 83 Linux
    /dev/sda2 35,956,734 66,054,143 30,097,410 5 Extended
    /dev/sda5 35,956,736 44,441,599 8,484,864 83 Linux
    /dev/sda6 44,443,648 49,682,431 5,238,784 82 Linux swap / Solaris
    /dev/sda7 49,684,480 50,356,223 671,744 83 Linux
    /dev/sda8 50,358,272 66,054,143 15,695,872 83 Linux

    Drive: sdb _____________________________________________________________________
    Disk /dev/sdb: 7.5 GiB, 8006926336 bytes, 15638528 sectors
    Disk model: TDK Trans-it
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes

    Partition Boot Start Sector End Sector # of Sectors Id System

    /dev/sdb1 * 2,048 15,638,527 15,636,480 c W95 FAT32 (LBA)

    "blkid" output: ________________________________________________________________

    Device UUID TYPE LABEL

    /dev/loop0 squashfs
    /dev/sda1 0be18c33-8a77-4340-89c2-5136c0f53618 ext4
    /dev/sda5 47635944-3035-4534-aaf6-682f9896e6a0 ext4
    /dev/sda6 5ac74408-89a4-4d45-8924-f91f88c2ed90 swap
    /dev/sda7 ed3e882d-d78d-4ee7-8841-380cd224f09e ext4
    /dev/sda8 86afe971-5e4b-4941-8b77-c4f54fd68f06 ext4
    /dev/sdb1 8861-8C38 vfat EMMADE3_1_0
    /dev/zram0 dc4da958-ed13-4856-bddf-daefe74493d0 swap
    /dev/zram1 7e9fb169-0b56-4599-8e59-fffb0e464a45 swap

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

    total 0
    lrwxrwxrwx 1 root root 9 Mar 31 17:06 ata-SAMSUNG_DVD-ROM_SD-616Q -> ../../sr0
    lrwxrwxrwx 1 root root 9 Mar 31 17:10 ata-WDC_WD800BB-55JKA0_WD-WCAMD1334290 -> ../../sda
    lrwxrwxrwx 1 root root 10 Mar 31 17:10 ata-WDC_WD800BB-55JKA0_WD-WCAMD1334290-part1 -> ../../sda1
    lrwxrwxrwx 1 root root 10 Mar 31 17:10 ata-WDC_WD800BB-55JKA0_WD-WCAMD1334290-part2 -> ../../sda2
    lrwxrwxrwx 1 root root 10 Mar 31 17:10 ata-WDC_WD800BB-55JKA0_WD-WCAMD1334290-part5 -> ../../sda5
    lrwxrwxrwx 1 root root 10 Mar 31 17:10 ata-WDC_WD800BB-55JKA0_WD-WCAMD1334290-part6 -> ../../sda6
    lrwxrwxrwx 1 root root 10 Mar 31 17:10 ata-WDC_WD800BB-55JKA0_WD-WCAMD1334290-part7 -> ../../sda7
    lrwxrwxrwx 1 root root 10 Mar 31 17:10 ata-WDC_WD800BB-55JKA0_WD-WCAMD1334290-part8 -> ../../sda8
    lrwxrwxrwx 1 root root 9 Mar 31 17:09 usb-TDK_TDK_Trans-it_0700078502361A40-0:0 -> ../../sdb
    lrwxrwxrwx 1 root root 10 Mar 31 17:09 usb-TDK_TDK_Trans-it_0700078502361A40-0:0-part1 -> ../../sdb1

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

    Device Mount_Point Type Options

    /dev/loop0 /run/live/rootfs/filesystem.squashfs squashfs (ro,noatime)
    /dev/loop0 /usr/lib/live/mount/rootfs/filesystem.squashfs squashfs (ro,noatime)
    /dev/sdb1 /run/live/medium vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
    /dev/sdb1 /usr/lib/live/mount/medium vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)

    =========================== sda1/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 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
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,msdos1' --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0be18c33-8a77-4340-89c2-5136c0f53618
    else
    search --no-floppy --fs-uuid --set=root 0be18c33-8a77-4340-89c2-5136c0f53618
    fi
    font="/usr/share/grub/unicode.pf2"
    fi

    if loadfont $font ; then
    set gfxmode=1024x768
    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=10
    else
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=10
    fi
    fi
    ### END /etc/grub.d/00_header ###

    ### BEGIN /etc/grub.d/05_debian_theme ###
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,msdos1' --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0be18c33-8a77-4340-89c2-5136c0f53618
    else
    search --no-floppy --fs-uuid --set=root 0be18c33-8a77-4340-89c2-5136c0f53618
    fi
    insmod png
    if background_image /usr/share/images/desktop-base/desktop-grub.png; then
    set color_normal=white/black
    set color_highlight=black/white
    else
    set menu_color_normal=cyan/blue
    set menu_color_highlight=white/blue
    fi
    ### END /etc/grub.d/05_debian_theme ###

    ### BEGIN /etc/grub.d/10_linux ###
    function gfxmode {
    set gfxpayload="${1}"
    }
    set linux_gfx_mode=
    export linux_gfx_mode
    menuentry 'Debian GNU/Linux 10 - Emmabuntus Debian Edition 3 GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-0be18c33-8a77-4340-89c2-5136c0f53618' {
    load_video
    insmod gzio
    if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,msdos1' --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0be18c33-8a77-4340-89c2-5136c0f53618
    else
    search --no-floppy --fs-uuid --set=root 0be18c33-8a77-4340-89c2-5136c0f53618
    fi
    echo 'Loading Linux 4.19.0-14-686 ...'
    linux /boot/vmlinuz-4.19.0-14-686 root=UUID=0be18c33-8a77-4340-89c2-5136c0f53618 ro quiet splash
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-4.19.0-14-686
    }
    submenu 'Advanced options for Debian GNU/Linux 10 - Emmabuntus Debian Edition 3 GNU/Linux' $menuentry_id_option 'gnulinux-advanced-0be18c33-8a77-4340-89c2-5136c0f53618' {
    menuentry 'Debian GNU/Linux 10 - Emmabuntus Debian Edition 3 GNU/Linux, with Linux 4.19.0-14-686' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.0-14-686-advanced-0be18c33-8a77-4340-89c2-5136c0f53618' {
    load_video
    insmod gzio
    if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,msdos1' --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0be18c33-8a77-4340-89c2-5136c0f53618
    else
    search --no-floppy --fs-uuid --set=root 0be18c33-8a77-4340-89c2-5136c0f53618
    fi
    echo 'Loading Linux 4.19.0-14-686 ...'
    linux /boot/vmlinuz-4.19.0-14-686 root=UUID=0be18c33-8a77-4340-89c2-5136c0f53618 ro quiet splash
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-4.19.0-14-686
    }
    menuentry 'Debian GNU/Linux 10 - Emmabuntus Debian Edition 3 GNU/Linux, with Linux 4.19.0-14-686 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.0-14-686-recovery-0be18c33-8a77-4340-89c2-5136c0f53618' {
    load_video
    insmod gzio
    if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,msdos1' --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0be18c33-8a77-4340-89c2-5136c0f53618
    else
    search --no-floppy --fs-uuid --set=root 0be18c33-8a77-4340-89c2-5136c0f53618
    fi
    echo 'Loading Linux 4.19.0-14-686 ...'
    linux /boot/vmlinuz-4.19.0-14-686 root=UUID=0be18c33-8a77-4340-89c2-5136c0f53618 ro recovery
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-4.19.0-14-686
    }
    }

    ### END /etc/grub.d/10_linux ###

    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###

    ### 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.

    menuentry "Debian GNU/Linux 10 - Emmabuntus Debian Edition 3 (Mode for black screen problem)" {
    savedefault
    insmod ext2
    insmod part_msdos
    set root='hd0,msdos1'
    echo "Load Emmabuntus Debian Edition 3"
    linux /vmlinuz root=/dev/sda1 ro quiet splash nomodeset $vt_handoff
    echo "Load initrd.img"
    initrd /initrd.img
    }

    ### 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 ###
    --------------------------------------------------------------------------------

    =============================== sda1/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/sda1 during installation
    UUID=0be18c33-8a77-4340-89c2-5136c0f53618 / ext4 errors=remount-ro 0 1
    # /home was on /dev/sda8 during installation
    UUID=86afe971-5e4b-4941-8b77-c4f54fd68f06 /home ext4 defaults 0 2
    # /tmp was on /dev/sda7 during installation
    UUID=ed3e882d-d78d-4ee7-8841-380cd224f09e /tmp ext4 defaults 0 2
    # /var was on /dev/sda5 during installation
    UUID=47635944-3035-4534-aaf6-682f9896e6a0 /var ext4 defaults 0 2
    # swap was on /dev/sda6 during installation
    UUID=5ac74408-89a4-4d45-8924-f91f88c2ed90 none swap sw 0 0
    --------------------------------------------------------------------------------

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

    GiB - GB File Fragment(s)

    14.327083588 = 15.383588864 boot/grub/grub.cfg 1
    14.582027435 = 15.657332736 boot/grub/i386-pc/core.img 1
    14.132450104 = 15.174602752 boot/vmlinuz-4.19.0-14-686 1
    14.132450104 = 15.174602752 vmlinuz 1
    14.132450104 = 15.174602752 vmlinuz.old 1
    1.999019623 = 2.146430976 boot/initrd.img-4.19.0-14-686 4
    1.999019623 = 2.146430976 initrd.img 4
    1.999019623 = 2.146430976 initrd.img.old 4

    =========================== sdb1/boot/grub/grub.cfg: ===========================

    --------------------------------------------------------------------------------
    if loadfont $prefix/unicode.pf2 ; then
    set gfxmode=800x600
    insmod efi_gop
    insmod efi_uga
    insmod video_bochs
    insmod video_cirrus
    insmod gfxterm
    insmod png
    terminal_output gfxterm
    fi

    insmod play
    play 480 440 1
    set theme=/boot/grub/theme/1

    menuentry --hotkey=n "English" {
    configfile /boot/grub/grub-en.cfg
    }
    menuentry --hotkey=f "Francais" {
    configfile /boot/grub/grub-fr.cfg
    }
    menuentry --hotkey=s "Espagnol" {
    configfile /boot/grub/grub-es.cfg
    }
    menuentry --hotkey=i "Italiano" {
    configfile /boot/grub/grub-it.cfg
    }
    menuentry --hotkey=d "Deutsch" {
    configfile /boot/grub/grub-de.cfg
    }
    menuentry --hotkey=p "Portugues" {
    configfile /boot/grub/grub-pt.cfg
    }
    menuentry --hotkey=p "Dansk" {
    configfile /boot/grub/grub-da.cfg
    }
    menuentry --hotkey=p "日本語" {
    configfile /boot/grub/grub-ja.cfg
    }
    --------------------------------------------------------------------------------

    ============================== sdb1/syslinux.cfg: ==============================

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

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

    ========================== sdb1/efi/debian/grub.cfg: ===========================

    --------------------------------------------------------------------------------
    search --file --set=root /.disk/info
    set prefix=($root)/boot/grub
    source $prefix/i386-efi/grub.cfg
    --------------------------------------------------------------------------------

    =================== 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

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

    mdadm: No arrays found in config file or automatically

    ADDITIONAL INFORMATION :
    =================== log of boot-repair 20210331_1709 ===================
    boot-repair version : 4ppa78
    boot-sav version : 4ppa78
    boot-sav-extra version : 4ppa78
    glade2script version : 3.2.4~ppa6
    boot-repair is executed in live-session (Debian GNU/Linux 10 (buster), buster, Debian, i686)
    CPU op-mode(s): 32-bit
    Address sizes: 36 bits physical, 32 bits virtual
    BOOT_IMAGE=/live/vmlinuz boot=live components quiet splash username=emmabuntus hostname=emmabuntus user-fullname=EmmaDE3 locales=fr_FR.UTF-8 keyboard-layouts=fr timezone=Europe/Paris utc=yes initrd=/live/initrd.img
    ls: impossible d'accéder à '/home/usr/.config': Aucun fichier ou dossier de ce type

    =================== os-prober:
    /dev/sda1:Debian GNU/Linux 10 (buster):Debian:linux

    =================== blkid:
    /dev/sdb1: LABEL="EMMADE3_1_0" UUID="8861-8C38" TYPE="vfat" PARTUUID="063b9368-01"
    /dev/loop0: TYPE="squashfs"
    /dev/sda1: UUID="0be18c33-8a77-4340-89c2-5136c0f53618" TYPE="ext4" PARTUUID="8bb884a5-01"
    /dev/sda5: UUID="47635944-3035-4534-aaf6-682f9896e6a0" TYPE="ext4" PARTUUID="8bb884a5-05"
    /dev/sda6: UUID="5ac74408-89a4-4d45-8924-f91f88c2ed90" TYPE="swap" PARTUUID="8bb884a5-06"
    /dev/sda7: UUID="ed3e882d-d78d-4ee7-8841-380cd224f09e" TYPE="ext4" PARTUUID="8bb884a5-07"
    /dev/sda8: UUID="86afe971-5e4b-4941-8b77-c4f54fd68f06" TYPE="ext4" PARTUUID="8bb884a5-08"
    /dev/zram0: UUID="dc4da958-ed13-4856-bddf-daefe74493d0" TYPE="swap"
    /dev/zram1: UUID="7e9fb169-0b56-4599-8e59-fffb0e464a45" TYPE="swap"

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

    =================== sda1/etc/grub.d/ :
    drwxr-xr-x 2 root root 4096 mars 30 18:11 grub.d
    total 76
    -rwxr-xr-x 1 root root 9783 déc. 28 23:53 00_header
    -rwxr-xr-x 1 root root 6258 déc. 28 23:52 05_debian_theme
    -rwxr-xr-x 1 root root 12444 déc. 28 23:53 10_linux
    -rwxr-xr-x 1 root root 11497 déc. 28 23:53 20_linux_xen
    -rwxr-xr-x 1 root root 12059 déc. 28 23:53 30_os-prober
    -rwxr-xr-x 1 root root 1418 déc. 28 23:53 30_uefi-firmware
    -rwxr-xr-x 1 root root 560 mars 30 18:11 40_custom
    -rwxr-xr-x 1 root root 216 déc. 28 23:53 41_custom
    -rw-r--r-- 1 root root 483 déc. 28 23:53 README

    =================== sda1/etc/grub.d/40_custom :

    menuentry "Debian GNU/Linux 10 - Emmabuntus Debian Edition 3 (Mode for black screen problem)" {
    savedefault
    insmod ext2
    insmod part_msdos
    set root='hd0,msdos1'
    echo "Load Emmabuntus Debian Edition 3"
    linux /vmlinuz root=/dev/sda1 ro quiet splash nomodeset $vt_handoff
    echo "Load initrd.img"
    initrd /initrd.img
    }

    =================== sda1/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=5
    GRUB_DISTRIBUTOR="Debian GNU/Linux 10 - Emmabuntus Debian Edition 3"
    #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
    GRUB_GFXMODE=1024x768

    # 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=false

    =================== sda1/etc/mdadm/mdadm.conf :
    # mdadm.conf
    #
    # !NB! Run update-initramfs -u after updating this file.
    # !NB! This will ensure that initramfs has an uptodate copy.
    #
    # Please refer to mdadm.conf(5) for information about this file.
    #

    # by default (built-in), scan all partitions (/proc/partitions) and all
    # containers for MD superblocks. alternatively, specify devices to scan, using
    # wildcards if desired.
    #DEVICE partitions containers

    # automatically tag new arrays as belonging to the local system
    HOMEHOST <system>

    # instruct the monitoring daemon where to send mail alerts
    MAILADDR root

    # definitions of existing MD arrays

    # This configuration was auto-generated on Thu, 25 Feb 2021 07:45:27 +0000 by mkconf

    =================== UEFI/Legacy mode:
    This live-session is not EFI-compatible.
    SecureBoot maybe enabled.

    =================== PARTITIONS & DISKS:
    sda1 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 32, 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, /mnt/boot-sav/sda1.
    sda5 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, 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/sda5.
    sda7 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, 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/sda7.
    sda8 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, 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/sda8.

    sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes

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

    BYT;
    /dev/sda:33.8GB:scsi:512:512:msdos:ATA WDC WD800BB-55JK:;
    1:1049kB:18.4GB:18.4GB:ext4::boot;
    2:18.4GB:33.8GB:15.4GB:::;
    5:18.4GB:22.8GB:4344MB:ext4::;
    6:22.8GB:25.4GB:2682MB:linux-swap(v1)::;
    7:25.4GB:25.8GB:344MB:ext4::;
    8:25.8GB:33.8GB:8036MB:ext4::;

    BYT;
    /dev/sdb:8007MB:scsi:512:512:msdos:TDK TDK Trans-it:;
    1:1049kB:8007MB:8006MB:fat32::boot, lba;

    BYT;
    /dev/zram1:134MB:unknown:4096:4096:loop:Unknown:;
    1:0.00B:134MB:134MB:linux-swap(v1)::;

    BYT;
    /dev/zram0:134MB:unknown:4096:4096:loop:Unknown:;
    1:0.00B:134MB:134MB:linux-swap(v1)::;

    =================== lsblk:
    KNAME TYPE FSTYPE SIZE LABEL
    fd0 disk 4K
    loop0 loop squashfs 2,9G
    sda disk 31,5G
    sda1 part ext4 17,1G
    sda2 part 1K
    sda5 part ext4 4G
    sda6 part swap 2,5G
    sda7 part ext4 328M
    sda8 part ext4 7,5G
    sdb disk 7,5G
    sdb1 part vfat 7,5G EMMADE3_1_0
    sr0 rom 1024M
    zram0 disk 128M
    zram1 disk 128M

    KNAME ROTA RO RM STATE MOUNTPOINT
    fd0 1 0 1
    loop0 1 1 0 /usr/lib/live/mount/rootfs/filesystem.squashfs
    sda 1 0 0 running
    sda1 1 0 0 /mnt/boot-sav/sda1
    sda2 1 0 0
    sda5 1 0 0 /mnt/boot-sav/sda5
    sda6 1 0 0
    sda7 1 0 0 /mnt/boot-sav/sda7
    sda8 1 0 0 /mnt/boot-sav/sda8
    sdb 1 0 1 running
    sdb1 1 0 1 /usr/lib/live/mount/medium
    sr0 1 0 1 running
    zram0 0 0 0 [SWAP]
    zram1 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=1004624k,nr_inodes=202470,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=206408k,mode=755)
    /dev/sdb1 on /run/live/medium type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
    /dev/loop0 on /run/live/rootfs/filesystem.squashfs type squashfs (ro,noatime)
    tmpfs on /run/live/overlay type tmpfs (rw,noatime,size=1032040k,mode=755)
    overlay on / type overlay (rw,noatime,lowerdir=/run/live/rootfs/filesystem.squashfs/,upperdir=/run/live/overlay/rw,workdir=/run/live/overlay/work)
    tmpfs on /usr/lib/live/mount type tmpfs (rw,nosuid,noexec,relatime,size=206408k,mode=755)
    /dev/sdb1 on /usr/lib/live/mount/medium type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
    /dev/loop0 on /usr/lib/live/mount/rootfs/filesystem.squashfs type squashfs (ro,noatime)
    tmpfs on /usr/lib/live/mount/overlay type tmpfs (rw,noatime,size=1032040k,mode=755)
    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)
    cgroup2 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)
    bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
    cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
    cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
    cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
    cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
    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/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
    cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
    cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
    cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
    cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
    systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16415)
    hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=4M)
    mqueue on /dev/mqueue type mqueue (rw,relatime)
    debugfs on /sys/kernel/debug type debugfs (rw,relatime)
    tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
    fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
    tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=206404k,mode=700,uid=1000,gid=1000)
    gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
    /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw,relatime)
    /dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw,relatime)
    /dev/sda7 on /mnt/boot-sav/sda7 type ext4 (rw,relatime)
    /dev/sda8 on /mnt/boot-sav/sda8 type ext4 (rw,relatime)

    =================== ls:
    /sys/block/fd0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro 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 sda2 sda5 sda6 sda7 sda8 size slaves stat subsystem trace uevent
    /sys/block/sdb (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 sdb1 size slaves stat subsystem trace uevent
    /sys/block/sr0 (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 size slaves stat subsystem trace uevent
    /dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dmmidi dri dvd fb0 fd fd0 full fuse hidraw0 hidraw1 hpet hugepages hwrng initctl input kmsg log lp0 mapper mem memory_bandwidth midi mqueue net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sda6 sda7 sda8 sdb sdb1 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom vga_arbiter vhci vhost-net vhost-vsock watchdog watchdog0 zero
    ls /dev/mapper: control
    ls: impossible d'accéder à '/usr/lib/syslinux': Aucun fichier ou dossier de ce type

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

    Filesystem Type Size Used Avail Use% Mounted on
    udev devtmpfs 982M 0 982M 0% /dev
    tmpfs tmpfs 202M 7.1M 195M 4% /run
    /dev/sdb1 vfat 7.5G 3.3G 4.3G 44% /run/live/medium
    /dev/loop0 squashfs 2.9G 2.9G 0 100% /run/live/rootfs/filesystem.squashfs
    tmpfs tmpfs 1008M 96M 913M 10% /run/live/overlay
    overlay overlay 1008M 96M 913M 10% /
    tmpfs tmpfs 1008M 0 1008M 0% /dev/shm
    tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
    tmpfs tmpfs 1008M 0 1008M 0% /sys/fs/cgroup
    tmpfs tmpfs 1008M 8.0K 1008M 1% /tmp
    tmpfs tmpfs 202M 8.0K 202M 1% /run/user/1000
    /dev/sda1 ext4 17G 7.5G 8.5G 48% /mnt/boot-sav/sda1
    /dev/sda5 ext4 4.0G 502M 3.3G 14% /mnt/boot-sav/sda5
    /dev/sda7 ext4 310M 2.1M 288M 1% /mnt/boot-sav/sda7
    /dev/sda8 ext4 7.4G 62M 6.9G 1% /mnt/boot-sav/sda8

    =================== fdisk -l:
    Disk /dev/sda: 31.5 GiB, 33820286976 bytes, 66055248 sectors
    Disk model: WDC WD800BB-55JK
    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: 0x8bb884a5

    Device Boot Start End Sectors Size Id Type
    /dev/sda1 * 2048 35954687 35952640 17.1G 83 Linux
    /dev/sda2 35956734 66054143 30097410 14.4G 5 Extended
    /dev/sda5 35956736 44441599 8484864 4G 83 Linux
    /dev/sda6 44443648 49682431 5238784 2.5G 82 Linux swap / Solaris
    /dev/sda7 49684480 50356223 671744 328M 83 Linux
    /dev/sda8 50358272 66054143 15695872 7.5G 83 Linux

    Disk /dev/sdb: 7.5 GiB, 8006926336 bytes, 15638528 sectors
    Disk model: TDK Trans-it
    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: 0x063b9368

    Device Boot Start End Sectors Size Id Type
    /dev/sdb1 * 2048 15638527 15636480 7.5G c W95 FAT32 (LBA)

    Disk /dev/loop0: 2.9 GiB, 3095281664 bytes, 6045472 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/zram0: 128 MiB, 134217728 bytes, 32768 sectors
    Units: sectors of 1 * 4096 = 4096 bytes
    Sector size (logical/physical): 4096 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes

    Disk /dev/zram1: 128 MiB, 134217728 bytes, 32768 sectors
    Units: sectors of 1 * 4096 = 4096 bytes
    Sector size (logical/physical): 4096 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes

    =================== Recommended repair
    The default repair of the Boot-Repair utility will reinstall the grub2 of sda1 into the MBR of sda.
    Additional repair will be performed: unhide-bootmenu-10s

    Unhide GRUB boot menu in sda1/etc/default/grub

    *
                • lspci -nnk | grep -iA3 vga

    01:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV18 [GeForce4 MX 4000] [10de:0185] (rev c1)
    Kernel driver in use: nouveau
    Kernel modules: nouveau
    02:01.0 Multimedia audio controller [0401]: Ensoniq ES1370 [AudioPCI] [1274:5000] (rev 01)

    *


    grub-install --version
    grub-install (GRUB) 2.02+dfsg1-20+deb10u4,grub-install (GRUB) 2.

    Reinstall the GRUB of sda1 into the MBR of sda
    Installing for i386-pc platform.
    Installation finished. No error reported.
    grub-install /dev/sda: exit code of grub-install /dev/sda:0

    chroot /mnt/boot-sav/sda1 update-grub
    Generating grub configuration file ...
    Found background image: /usr/share/images/desktop-base/desktop-grub.png
    Found linux image: /boot/vmlinuz-4.19.0-14-686
    Found initrd image: /boot/initrd.img-4.19.0-14-686
    mkdir: cannot create directory '/var/lib/os-prober/mount': No such file or directory
    mkdir: cannot create directory '/var/lib/os-prober/mount': No such file or directory
    mkdir: cannot create directory '/var/lib/os-prober/mount': No such file or directory
    mkdir: cannot create directory '/var/lib/os-prober/mount': No such file or directory
    Unhide GRUB boot menu in sda1/boot/grub/grub.cfg

    Le démarrage de l'ordinateur a été correctement réparé.

    Vous pouvez maintenant redémarrer votre ordinateur.

    gawk pastebinit packages needed
    debconf: Impossible d'initialiser l'interface : Dialog
    debconf: (La variable TERM n'a pas de valeur, l'interface dialog est donc inutilisable.)
    debconf: Utilisation de l'interface Readline en remplacement
    debconf: Impossible d'initialiser l'interface : Readline
    debconf: (Cette interface a besoin d'un terminal de contrôle.)
    debconf: Utilisation de l'interface Teletype en remplacement
    dpkg-preconfigure: impossible de réouvrir stdin :
    paste.debian.net ko (http://paste.debian.net/
    0