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 25/11/2017, à 20:47

cristobal78

(résolu) Supprimer W10 - Partitions à supprimer, à garder ?

Bonjour à tous

je suis devant un Laptop de marque Lenovo : 64bits, écran 17", dalle mate, 1 To, 8 Go ram, et - malheureusement ! - windows10 pré-installé.
Le tout acheté pas cher chez Leclerc (à moins de 500 euro) avec en plus une tablette Lenovo 10"  offerte pour ... 1 euro de plus !

Je ne souhaite pas garder Windows10 mis au contraire tout nettoyer pour y mettre une 16.04 LTS.
Je dispose d'une clef bootable permettant d’installer un 16.04 LTS 64 bits.
Pour info sur cette clef je lis ceci :

jcc@dell-buro:[$/media/jcc/EED6-8713/EFI/BOOT]> ls -la

total 2292
drwxr-xr-x 2 jcc jcc    4096 oct.  16 01:29 .
drwxr-xr-x 3 jcc jcc    4096 oct.  16 01:29 ..
-rw-r--r-- 1 jcc jcc 1169992 août   1 13:51 BOOTx64.EFI
-rw-r--r-- 1 jcc jcc 1164152 août   1 13:51 grubx64.efi

Je lance gparted pour nettoyer le disque dur de toute trace windows et  ensuite tailler mes 3 partitions :   /,   home,   swap.
Mais là je vois :

partition       Name                            File system     Label                       size               used      unsued         Flags
-------------------------------------------------------------------------------------------------------------------------------------------------
/dev/sda1    EFI syst partition          fat32                 SYSTEM_DRV      260 MiB      32 Mib     228 MiB      boot, esp
/deb/sda2    MSoft reserved part.   unknown                                           16                  -                     -             msftres
/dev/sda3    Basic data part.            ntfs                   windows                  905 GiB        -                     -             msftdata
/dev/sda4    Basic data part.            ntfs                   lenovo                      25  GiB        1 Gib         24 GiB       msftdata
/dev/sda5    Basic data part.            ntfs                   WINRE_DRV          1000 MiB    391 Mib     608 Mib    hidden,diag

Je suppose qu'on peut détruire sda3 et sda4 pour les "re-tailler" en vue d'y mettre mes 3 partitions (vrai ?) mais je suis bcp plus inquiet concernant les 3 autres en particulier sda1 et sda5.

D'où ma question :

Est ce que je peux tout détruire ou bien faut-il garder certaines partitions ?

Dernière modification par cristobal78 (Le 30/11/2017, à 00:51)


Laptop Lenovo Ubuntu 20.04 LTS / DELL Mint 20.2 - XFCE / Laptop HP Mint 20.2 - XFCE

Hors ligne

#2 Le 26/11/2017, à 01:35

??

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

Bonsoir.
Si tu ne veux plus de windows, lances l'installation de ubuntu, tu auras un choix d'installer ubuntu sur tout le disque. Il fera le ménage qui convient.


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#3 Le 26/11/2017, à 13:08

cristobal78

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

Salut  à toi "??"

j'ai bien vu ta proposition et je t'en remercie mais alors peux tu m'en dire plus sur  :

- qui s'occupera du démarrage ? grub ou efi ?
- je n'ai jamais fait d'install avec le choix "ubuntu sur tout le disque". Cette option donne t elle la possibilité de créer 3 partitions séparées avec une racine, un home et une swap ou bien n'y aura t il à la fin qu'une seule partition linux "fourre tout" avec  /,  /home et swap tout ensemble ?


Laptop Lenovo Ubuntu 20.04 LTS / DELL Mint 20.2 - XFCE / Laptop HP Mint 20.2 - XFCE

Hors ligne

#4 Le 26/11/2017, à 14:00

??

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

Si l'installateur détecte que le bios est EFI, il fera une installation capable de fonctionner en EFI. La structure sera la suivante:
A) Une partition de BOOT EFI dans laquelle il installera les fichiers de boot EFI.  La taille sera probablement de 256 ou 512 Mo.
B) Une partition de swap dont la taille sera égale à celle de la RAM.
C) Une partition contenant l'OS dont le grub et /home.
Sinon il fera un truc de ce style (je ne fais pas d'installation LEGACY) sur un disque moderne.
A) Une partition de BOOT BIOS dans laquelle il installera les fichiers de boot bios.   La taille sera de 1 Mo.
B) Une partition de swap dont la taille sera égale à celle de la RAM.
C) Une partition contenant l'OS dont le grub et /home.
Sinon il fera un truc de ce style (je ne fais pas d'installation LEGACY) sur un disque ancien.
A) Création d'une primaire étendue sur la totalité du disque. Puis dans cette partition, il va fabriquer:
B) Une partition de swap dont la taille sera égale à celle de la RAM
C) Une partition contenant l'OS dont le grub et /home.

Dans les trois cas, à la fin de l'installation, tu pourras utiliser GPARTED et  diminuer la taille de l'OS pour fabriquer une partition destinée à stocker tes données personnelles. https://forum.ubuntu-fr.org/viewtopic.php?id=1506051

Il me semble que c'est plus simple que de faire préventivement l'action de fabriquer les partitions et de se tromper.
Cependant, tu peux préventivement fabriquer les partitions que tu désires et prendre le choix "autre chose" pour imposer éventuellement une partition /home et surtout une partition de données personnelles . Cela fait moins de travail pour la suite.

NOTA:   La partition swap devient sans objet avec la version 17.10 et n'est plus fabriquée
Comme tu le vois, je suis de ceux qui pensent qu'on se complique la vie en gérant une partition /home une partition /boot.

Dernière modification par ?? (Le 26/11/2017, à 14:36)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#5 Le 26/11/2017, à 16:42

cristobal78

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

ok merci de ces explications,  je crois que je commence à comprendre.

Donc j'ai démarré sur ma clef bootable.

Arrivé au 1-er écran j'ai :

try ubuntu without installing
Install ubuntu
OEM install
check disk for defects 

et comme j'ai un peu peur de faire des bêtises je me suis arreté là.

Est ce que cela prouve ou confirme quelque chose et surtout répond à ton 1-er paragraphe ?  Je te cite :

Si l'installateur détecte que le bios est EFI, il fera une installation capable de fonctionner en EFI.

Cela confirme t il que je peux laisser la procédure d'installation suivre son cours sans risque ?


Laptop Lenovo Ubuntu 20.04 LTS / DELL Mint 20.2 - XFCE / Laptop HP Mint 20.2 - XFCE

Hors ligne

#6 Le 26/11/2017, à 18:27

??

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

Si au moment du boot, Tu as booté en EFI, (Ce qui semble le cas) Il fera une installation EFI
Je suis bête. Tu windows est bien installé en EFI.
Si ton windows actuel, est installé en LEGACY, il devrait te dire qu'il y des OS qu'il ne va pas savoir faire booter car ne sont pas bootable EN EFI

Sinon il devrait te poser pas mal d'options    de choix
Sur tout le disque
A coté des OS existants
Autre chose
et quelques sous-choix du style  (crypter et gestion LVM)   qu'il ne faut pas prendre sans raison valable.
et faire la mise à jour pendant l'installation (Moi je déconseille car s'il y a un petit problème réseau, on ne sait plus trop d'où provient l'erreur).

Dernière modification par ?? (Le 26/11/2017, à 20:24)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#7 Le 26/11/2017, à 19:52

cristobal78

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

N'ayant plus touché à Windows depuis plus de 10 ans je serai bien en mal de dire si, sur ce laptop, windows est installé en Legacy ou non  smile
De plus je ne compte pas chiffrer ni faire de mise à jour pendant l'instal. Inutile de prendre des risques supplémentaires.

Donc si je te lis bien je peux poursuivre sans risque ?


Laptop Lenovo Ubuntu 20.04 LTS / DELL Mint 20.2 - XFCE / Laptop HP Mint 20.2 - XFCE

Hors ligne

#8 Le 26/11/2017, à 20:13

lucmars

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

@cristobal

De tes posts on voit deux choses :
1-tu boot ton support usb/dvd en mode efi
2-windows est installé en mode efi

Donc tu peux choisir durant l'installe l'option d'effacer tout le disque, ce sera une installe en mode efi.

Cela dit, le bios de Lenovo est-il pro-windows ou très accueillant ?

Si pro-win, il devrait te permettre de lancer buntu via son boot-menu, sinon il te faut un dual-boot et donc avoir la possibilité de réinstaller windows
Si accueillant, pas de soucis.

Le problème n'est-pas efi ou non, mais comment chaque constructeur bidouille leur bios.


Gaulois Matter !

Hors ligne

#9 Le 27/11/2017, à 11:02

cristobal78

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

lucmars

Merci de tes remarques.

Mais qu'est ce qu'un " ...bios de Lenovo ...pro-windows ou très accueillant ..."
et surtout comment cela se voit-il ?


Laptop Lenovo Ubuntu 20.04 LTS / DELL Mint 20.2 - XFCE / Laptop HP Mint 20.2 - XFCE

Hors ligne

#10 Le 27/11/2017, à 17:49

lucmars

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

cristobal78 a écrit :

lucmars

Merci de tes remarques.

Mais qu'est ce qu'un " ...bios de Lenovo ...pro-windows ou très accueillant ..."
et surtout comment cela se voit-il ?

Je n'en sais pas plus que toi, il faut se renseigner à propos des pc Lenovo.

Mais par exemple, on sait que sur les HP récents ceux-là sont pro-windows: seul windows boote et pour faire booter un autre os, il faut passer par le boot-menu du bios. C'est au moins cela, mais pas pratique.


Gaulois Matter !

Hors ligne

#11 Le 27/11/2017, à 20:39

malbo

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

Bonjour,
Installe bien la version 16.04 comme tu en as l'intention et pas la version 17.10 parce qu'il y a un bug #1734147 qui touche les modèles de Lenovo avec cette version (une victime du jour ici).

Dernière modification par malbo (Le 27/11/2017, à 20:43)

Hors ligne

#12 Le 27/11/2017, à 21:04

cristobal78

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

salut Malbo

Je confirme que j'entends bien installer une 16.04LTS sur ce Lenovo car le plus marrant c'est que j'ai lu le fil dont tu parles !!!
On ne peux pas dire que ça rassure tout ça.
Ça fait un moment que je lis la doc et le forum où d'ailleurs j'ai vu bon nombre de tes post et je suis arrivé à ça :

https://doc.ubuntu-fr.org/gpt
Donc j'ai fait

sudo parted -l

qui m'a répondu :

Partition table : GPT

Sur cette même doc on lit :

Pour installer Ubuntu sur un disque dur partitionné en GPT:

    si vous utilisez l'installateur automatique, il n'y a rien de spécial à faire.

    si vous utilisez le partitionnement manuel, il vous faudra créer:
        soit une partition UEFI (si votre BIOS est en mode UEFI)
        soit une partition BIOS-Boot (si votre BIOS est en mode classique).
        soit une partition UEFI et une partition Bios-boot si vous pensez alterner entre les deux modes.

Donc vu mon manque de maîtrise du sujet j'opterais bien pour "l'installateur auto" qui fera un partitionnement qui ne sera pas forcément celui que je souhaite MAIS au moins, et en principe, il règlera tout seul les soucis liés à EFI ou autres, et le pc redémarrera ensuite sans pb.  roll

Puis une fois sous ubuntu (PC avec ubuntu seul et débarrassé de windows)  rien ne m’empêche de reprendre le partitionnement sous gparted pour modifier à ma guise.

Vrai ou faux ?


Laptop Lenovo Ubuntu 20.04 LTS / DELL Mint 20.2 - XFCE / Laptop HP Mint 20.2 - XFCE

Hors ligne

#13 Le 27/11/2017, à 21:05

??

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

Bonsoir
Je note le problème
Un palliatif avec REFIND qui sait tout faire voir SG2D lorsqu'il saura détecter les supports usb.

https://forums.lenovo.com/t5/forums/v3_1/forumtopicpage/board-id/ll04_en/thread-id/154203/page/2 a écrit :

    MESSAGE N° 16
Re: Y50 70 BIOS Can't Save Settings Or Exit

11-04-2017 05:54 AM
Thank you. I made Ubuntu as Bootloader for refind as it's the first efi config to boot.

But How you could install other linux distros while they need grub, and the installer can't access EFI to install GRUB because it thinks it's in legacy mode?

Dernière modification par ?? (Le 27/11/2017, à 22:00)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#14 Le 28/11/2017, à 07:09

malbo

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

Bonjour,
1) Je te prie de donner le nom complet du modèle de ton ordi Lenovo. Par complet, je veux dire par exemple, "Lenovo Ideapad 110-15ISK" et non pas le début du nom "Lenovo Ideapad 110". Le but étant d'identifier précisément le modèle et pas une famille de modèles.
2) en démarrant sur ta LiveUSB de Ubuntu 16.04, je te prie de faire un Boot-Info(*) et de donner l'URL de ce Boot-Info dans ta réponse.

(*) tu suivras la procédure du paragraphe 1.2 Cas où aucun ubuntu installé sur disque n'est opérationnel pour réaliser ce Boot-Info

Dernière modification par malbo (Le 28/11/2017, à 07:16)

Hors ligne

#15 Le 29/11/2017, à 02:31

cristobal78

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

salut Malbo

voici la réponse à la 1-ere question :

Lenovo ideapad 320-17AST

Pour la 2-eme question (boot-info) je ferai cela demain.


Laptop Lenovo Ubuntu 20.04 LTS / DELL Mint 20.2 - XFCE / Laptop HP Mint 20.2 - XFCE

Hors ligne

#16 Le 29/11/2017, à 07:03

malbo

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

Bonjour,
J'ai trouvé un modèle IdeaPad 320-17AST sur cette page du site multimedia.e-leclerc.com qui semble bien correspondre à la description de ton post #1 : http://multimedia.e-leclerc.com/univers … le,115209/
On y trouve "Mémoire : 8 Go" et "Disque dur : 1 To" - conformes à ton post #1 - et la référence du processeur AMD A9-9420. Ce processeur est très récent.
J'attends avec impatience l'URL de ton Boot-Info.

En outre, ce serait utile que tu passes la commande suivante dans un terminal (c'est un L minuscule en tête) :

lscpu

Et que tu colles le résultat complet de cette commande dans ta réponse. Motif : je ne suis pas certain que la référence de ton processeur soit bien "A9-9420" et ça me parait utile de le vérifier.

Dernière modification par malbo (Le 29/11/2017, à 07:36)

Hors ligne

#17 Le 29/11/2017, à 12:41

cristobal78

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

@ Malbo


1/-

lspcu

archi = x86_64
byte order = little endian
cpu = 2
....
cpu family = authenticAMDcpu family = 21
model = 112
model name = AMD A9-9420 Radeon R5, 5 compute cores 2C+3G
cpu MHz = 2400
....

Je n'ai recopié (à la main)  que l'essentiel car je n'arrive pas à mettre ce résultat sur la clef bootable en vue de le rapatrier sur le PC dont je me sers pour communiquer avec toi !
En tout cas on y voit bien la réf du proc.

2/-
J'ai tapé à la main la cde "sudo add-apt-repository ...."   (la galère sur un clavier configuré en QWERTY par défaut !)

J'obtiens sept (7) messages commençant par gpg,  le septième  étant :

.......
gpg : imported:1  (RSA: 1)
OK

puis juste en dessous je lis :

reading package list ... done
building dependency tree
reading state info ...done
E: unable to locate package boot-info

et je récupère le prompt.

PS
bêtement  mad  je n'avais pas vu la ligne
"Faites au besoin la commande "setxkbmap fr " qu'il faut frapper setxkb,q fr si le clavier n'écrit pas en français. "

Cela dit cette ligne qui met le clavier en français comporte une toute petite erreur car ce n'est pas setxkb,q fr  mais bien sur setxkb,qp fr qu'il faut taper (manque le "p")

Dernière modification par cristobal78 (Le 29/11/2017, à 12:51)


Laptop Lenovo Ubuntu 20.04 LTS / DELL Mint 20.2 - XFCE / Laptop HP Mint 20.2 - XFCE

Hors ligne

#18 Le 29/11/2017, à 13:40

??

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

Bonjour
Merci pour le P oublié. C'est corrigé.
Peux-tu donner le retour des commandes suivantes en incluant aussi la commande.

cat /etc/lsb-release
sudo add-apt-repository -y ppa:yannubuntu/boot-repair
sudo apt update
sudo apt install -y  boot-info 
boot-info

Dernière modification par ?? (Le 29/11/2017, à 13:44)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#19 Le 29/11/2017, à 14:07

cristobal78

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

@ malbo et ??

je pense que j'avais du faire un faute frappe avec la cde de Malbo

sudo add-apt-repository -y ppa:yannubuntu/boot-repair && sudo apt update && sudo apt install -y boot-info && boot-info

car depuis que je suis passé en clavier [fr] ça marche  smile

Voici l'URL tant attendue :

http://paste.ubuntu.com/26071577

@ ?? :

- correction de la doc

Faites au besoin la commande "setxkbmap fr " qu'il faut frapper setxkb,qr fr si le clavier n'écrit pas en français. 

Cette commande n'est tjrs pas correcte car maintenant il y a un "r" au lieu d'un "p    tongue

- la Cde

cat /etc/lsb-release

montre une clef USB bootable xenial 16.04.3  LTS

Dernière modification par cristobal78 (Le 29/11/2017, à 16:32)


Laptop Lenovo Ubuntu 20.04 LTS / DELL Mint 20.2 - XFCE / Laptop HP Mint 20.2 - XFCE

Hors ligne

#20 Le 29/11/2017, à 18:21

??

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

Je relève quelques quelques informations  du boot-info qui peuvent être utiles

=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot enabled.
=================== efibootmgr -v
BootOrder: 0000,0014,0015,0016,0017,0018,0019,001A,001B,001C
Boot0000* Windows Boot Manager	HD(1,GPT,47af95c0-f664-449e-b904-982ec18921bb,0x800,0x82000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS....
Boot001B* NVMe:	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,001c199932d94c4eae9aa0b6e98eb8a4)

Il semblerait qu'il y ait présence d'un  NVME. Mais c'est certainement un reste d'utilisation usine car non signalé dans la brochure commerciale https://www.ldlc.com/fiche/PB00234116.html Mais qui n'est pas détecté car il faut un réglage spécifique au bios: Ne pas booter en mode RAIDS mais en mode AHCI
Mais la structure de boot est bien sur le disque dur

=================== blkid:
/dev/sdb1: LABEL="SYSTEM_DRV" UUID="8A3F-5E1B" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="47af95c0-f664-449e-b904-982ec18921bb"
sdb1: __________________________________________________________________________
    File system:       vfat
    Boot sector type:  Windows 8/2012: FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /EFI/Boot/bootx64.efi /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /EFI/Microsoft/Boot/memtest.efi

Ainsi que l'occupation disque de windows actuellement 30 Go et j'ai bien noté que tu avais besoin de récupérer 30 Go pour ton besoin ubuntu

=================== df -Th:
/dev/sdb3      fuseblk   906G   30G  876G   4% /mnt/boot-sav/sdb3

Cependant, si tu l'acceptes, Je te propose de faire un essai pendant l'installation
En live USB, tu choisis, essayer avant d'installer, tu lances gparted, et tu rétrécis la partition SDB3 à 32 GO.
Puis tu rebootes et tu dis simplement si windows fonctionne encore.
Après tu pourras l'éliminer.

Dernière modification par ?? (Le 29/11/2017, à 18:43)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#21 Le 29/11/2017, à 18:29

malbo

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

Ton Boot-Info est là :

 Boot Info Script 8f991e4 + Boot-Repair extra info      [Boot-Info 25oct2017]


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

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

sda1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 6.03 20151222............................................@.....2....0............A20 gate n
    Boot sector info:  Syslinux looks at sector 3201454 of /dev/sda1 for its 
                       second stage. SYSLINUX is installed in the  directory. 
                       No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi 
                       /EFI/BOOT/grubx64.efi /ldlinux.sys

sdb1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  Windows 8/2012: FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /EFI/Boot/bootx64.efi /EFI/Microsoft/Boot/bootmgfw.efi 
                       /EFI/Microsoft/Boot/bootmgr.efi 
                       /EFI/Microsoft/Boot/memtest.efi

sdb2: __________________________________________________________________________

    File system:       
    Boot sector type:  -
    Boot sector info: 
    Mounting failed:   mount: unknown filesystem type ''

sdb3: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /bootmgr /Windows/System32/winload.exe

sdb4: __________________________________________________________________________

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

sdb5: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________
Disk /dev/sda: 7.3 GiB, 7801405440 bytes, 15237120 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    *             56    15,237,119    15,237,064   c W95 FAT32 (LBA)


Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1                   1 4,294,967,295 4,294,967,295  ee GPT

/dev/sdb1 ends after the last sector of /dev/sdb

GUID Partition Table detected.

Partition  Attrs   Start Sector    End Sector  # of Sectors System
/dev/sdb1   +             2,048       534,527       532,480 EFI System partition
/dev/sdb2   +           534,528       567,295        32,768 Microsoft Reserved Partition (Windows)
/dev/sdb3               567,296 1,899,046,911 1,898,479,616 Data partition (Windows/Linux)
/dev/sdb4         1,899,046,912 1,951,475,711    52,428,800 Data partition (Windows/Linux)
/dev/sdb5   +  R  1,951,475,712 1,953,523,711     2,048,000 Windows Recovery Environment (Windows)

Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set

"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        EED6-8713                              vfat       
/dev/sdb1        8A3F-5E1B                              vfat       SYSTEM_DRV
/dev/sdb2                                                          
/dev/sdb3        90E44273E4425B9A                       ntfs       Windows
/dev/sdb4        FAEAE34FEAE3072B                       ntfs       LENOVO
/dev/sdb5        2E8244BF82448D71                       ntfs       WINRE_DRV

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

total 0
lrwxrwxrwx 1 root root  9 Nov 29 11:45 ata-HL-DT-ST_DVDRAM_GUE0N_KLDH7DI4316 -> ../../sr0
lrwxrwxrwx 1 root root  9 Nov 29 11:59 ata-ST1000LM035-1RK172_WDEFYK8E -> ../../sdb
lrwxrwxrwx 1 root root 10 Nov 29 11:59 ata-ST1000LM035-1RK172_WDEFYK8E-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Nov 29 11:59 ata-ST1000LM035-1RK172_WDEFYK8E-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Nov 29 11:59 ata-ST1000LM035-1RK172_WDEFYK8E-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Nov 29 11:59 ata-ST1000LM035-1RK172_WDEFYK8E-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Nov 29 11:59 ata-ST1000LM035-1RK172_WDEFYK8E-part5 -> ../../sdb5
lrwxrwxrwx 1 root root  9 Nov 29 11:59 usb-Sony_Storage_Media_CB3001312090017453-0:0 -> ../../sda
lrwxrwxrwx 1 root root 10 Nov 29 11:59 usb-Sony_Storage_Media_CB3001312090017453-0:0-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 Nov 29 11:59 wwn-0x5000c500aaae3c15 -> ../../sdb
lrwxrwxrwx 1 root root 10 Nov 29 11:59 wwn-0x5000c500aaae3c15-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Nov 29 11:59 wwn-0x5000c500aaae3c15-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Nov 29 11:59 wwn-0x5000c500aaae3c15-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Nov 29 11:59 wwn-0x5000c500aaae3c15-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Nov 29 11:59 wwn-0x5000c500aaae3c15-part5 -> ../../sdb5
lrwxrwxrwx 1 root root  9 Nov 29 11:45 wwn-0x5001480000000000 -> ../../sr0

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

Device           Mount_Point              Type       Options

/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

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

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

--------------------------------------------------------------------------------
default menu.c32
prompt 0
menu title UNetbootin
timeout 100

label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---

label ubnentry0
menu label ^Help
kernel /ubnkern
append initrd=/ubninit 

label ubnentry1
menu label ^Try Ubuntu without installing
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper  quiet splash ---

label ubnentry2
menu label ^Install Ubuntu
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity  quiet splash ---

label ubnentry3
menu label ^Check disc for defects
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz boot=casper integrity-check  quiet splash ---

label ubnentry4
menu label Test ^memory
kernel /install/mt86plus
append initrd=/ubninit 

label ubnentry5
menu label ^Boot from first hard disk
kernel /ubnkern
append initrd=/ubninit 

label ubnentry6
menu label Try Ubuntu without installing
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---

label ubnentry7
menu label Install Ubuntu
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---

label ubnentry8
menu label OEM install (for manufacturers)
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---

label ubnentry9
menu label Check disc for defects
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---

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

=================== 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
            ?? = ??             ldlinux.c32                                    1
            ?? = ??             libcom32.c32                                   1
            ?? = ??             libutil.c32                                    1
            ?? = ??             menu.c32                                       1

============== sda1: Version of COM32(R) files used by Syslinux: ===============

 ldlinux.c32                        :  not a COM32/COM32R module
 libcom32.c32                       :  not a COM32/COM32R module
 libutil.c32                        :  not a COM32/COM32R module
 menu.c32                           :  not a COM32/COM32R module

======================== Unknown MBRs/Boot Sectors/etc: ========================


/dev/sdb1: unknown GPT attributes
8000000000000000

/dev/sdb2: unknown GPT attributes
8000000000000000

/dev/sdb5: unknown GPT attributes
8000000000000001

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

File descriptor 9 (/proc/5594/mounts) leaked on lvs invocation. Parent PID 12331: bash
File descriptor 63 (pipe:[55486]) leaked on lvs invocation. Parent PID 12331: bash

ADDITIONAL INFORMATION :
=================== log of boot-info 20171129_1159 ===================
boot-info version : 4ppa65
boot-sav version : 4ppa65
boot-sav-extra version : 4ppa65
glade2script version : 3.2.3~ppa4
boot-info is executed in live-session (Ubuntu 16.04.3 LTS, xenial, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
ls: cannot access '/home/usr/.config': No such file or directory
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdb3': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
mount -t ntfs-3g -o remove_hiberfile /dev/sdb3 /mnt/boot-sav/sdb3
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdb3': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
mount /dev/sdb3 : Error code 14
mount -r /dev/sdb3 /mnt/boot-sav/sdb3
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdb4': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
mount -t ntfs-3g -o remove_hiberfile /dev/sdb4 /mnt/boot-sav/sdb4
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdb4': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
mount /dev/sdb4 : Error code 14
mount -r /dev/sdb4 /mnt/boot-sav/sdb4
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdb5': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
mount -t ntfs-3g -o remove_hiberfile /dev/sdb5 /mnt/boot-sav/sdb5
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdb5': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
mount /dev/sdb5 : Error code 14
mount -r /dev/sdb5 /mnt/boot-sav/sdb5

=================== os-prober:
/dev/sdb1@/efi/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi

=================== blkid:
/dev/sda1: UUID="EED6-8713" TYPE="vfat" PARTUUID="000da999-01"
/dev/loop0: TYPE="squashfs"
/dev/sdb1: LABEL="SYSTEM_DRV" UUID="8A3F-5E1B" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="47af95c0-f664-449e-b904-982ec18921bb"
/dev/sdb3: LABEL="Windows" UUID="90E44273E4425B9A" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="4a75474f-be70-4bc9-b027-fbb58a1b79ee"
/dev/sdb4: LABEL="LENOVO" UUID="FAEAE34FEAE3072B" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="b6c54b8e-3b68-4176-9b02-6bd13e1454ba"
/dev/sdb5: LABEL="WINRE_DRV" UUID="2E8244BF82448D71" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="90124307-3fd7-4d4e-ae7c-0468f400a5cf"
/dev/sdb2: PARTLABEL="Microsoft reserved partition" PARTUUID="159db993-168c-458d-8fe4-8aacd6ac098b"


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

Windows not detected by os-prober on sdb3.
=================== No kernel in /mnt/boot-sav/sdb1/boot:
BOOT.SDI


Presence of EFI/Microsoft file detected: /mnt/boot-sav/sdb1/EFI/Microsoft/Boot/bootmgfw.efi
Presence of EFI/Boot file detected: /mnt/boot-sav/sdb1/EFI/Boot/bootx64.efi

=================== efibootmgr -v
BootCurrent: 0017
Timeout: 2 seconds
BootOrder: 0000,0014,0015,0016,0017,0018,0019,001A,001B,001C
Boot0000* Windows Boot Manager	HD(1,GPT,47af95c0-f664-449e-b904-982ec18921bb,0x800,0x82000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}....................
Boot0010  Setup	FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)
Boot0011  Boot Menu	FvFile(86488440-41bb-42c7-93ac-450fbf7766bf)
Boot0012  Diagnostic Splash	FvFile(a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380)
Boot0013  OilDiagApp	FvFile(f8397897-e203-4a62-b977-9e7e5d94d91b)
Boot0014* ATA HDD: ST1000LM035-1RK172                      	PciRoot(0x0)/Pci(0x11,0x0)/Sata(0,0,0)..bYVD.A...O.*..
Boot0015* ATA HDD1:	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f601)
Boot0016* ATAPI CD: HL-DT-ST DVDRAM GUE0N                   	PciRoot(0x0)/Pci(0x11,0x0)/Sata(1,0,0)......!N.:^G.V.T
Boot0017* USB HDD: Sony Storage Media	PciRoot(0x0)/Pci(0x10,0x0)/USB(4,0)3.!..3.G..A.....
Boot0018* PCI LAN: EFI Network (IPv6)	PciRoot(0x0)/Pci(0x2,0x4)/Pci(0x0,0x0)/MAC(54e1ad46229f,0)/IPv6([::]:<->[::]:,0,0)x.J.+*.N.....=8.
Boot0019* USB FDD:	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,6ff015a28830b543a8b8641009461e49)
Boot001A* USB CD:	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,86701296aa5a7848b66cd49dd3ba6a55)
Boot001B* NVMe:	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,001c199932d94c4eae9aa0b6e98eb8a4)
Boot001C* PCI LAN: EFI Network (IPv4)	PciRoot(0x0)/Pci(0x2,0x4)/Pci(0x0,0x0)/MAC(54e1ad46229f,0)/IPv4(0.0.0.0:0<->0.0.0.0:0,0,0)x.J.+*.N.....=8.

=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot enabled.


=================== PARTITIONS & DISKS:
sdb1	: sdb,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-kernel,	is-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, /mnt/boot-sav/sdb1.
sdb3	: sdb,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	haswinload,	no-recov-nor-hid,	bootmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	notbiosboot, /mnt/boot-sav/sdb3.
sdb4	: sdb,	not-sepboot,	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,	farbios,	notbiosboot, /mnt/boot-sav/sdb4.
sdb5	: sdb,	not-sepboot,	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,	recovery-or-hidden,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	notbiosboot, /mnt/boot-sav/sdb5.

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


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

BYT;
/dev/sda:7801MB:scsi:512:512:msdos:Sony Storage Media:;
1:28.7kB:7801MB:7801MB:fat32::boot, lba;

BYT;
/dev/sdb:1000GB:scsi:512:4096:gpt:ATA ST1000LM035-1RK1:;
1:1049kB:274MB:273MB:fat32:EFI system partition:boot, esp;
2:274MB:290MB:16.8MB::Microsoft reserved partition:msftres;
3:290MB:972GB:972GB:ntfs:Basic data partition:msftdata;
4:972GB:999GB:26.8GB:ntfs:Basic data partition:msftdata;
5:999GB:1000GB:1049MB:ntfs:Basic data partition:hidden, diag;

=================== lsblk:
KNAME TYPE FSTYPE     SIZE LABEL
sdb   disk          931.5G
sdb4  part ntfs        25G LENOVO
sdb2  part             16M
sdb5  part ntfs      1000M WINRE_DRV
sdb3  part ntfs     905.3G Windows
sdb1  part vfat       260M SYSTEM_DRV
sr0   rom            1024M
loop0 loop squashfs   1.4G
sda   disk            7.3G
sda1  part vfat       7.3G

KNAME ROTA RO RM STATE   MOUNTPOINT
sdb      1  0  0 running
sdb4     1  0  0         /mnt/boot-sav/sdb4
sdb2     1  0  0
sdb5     1  0  0         /mnt/boot-sav/sdb5
sdb3     1  0  0         /mnt/boot-sav/sdb3
sdb1     1  0  0         /mnt/boot-sav/sdb1
sr0      1  0  1 running
loop0    1  1  0         /rofs
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=3755008k,nr_inodes=938752,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=760808k,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)
aufs on / type aufs (rw,noatime,si=add2971f1780f486)
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/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
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/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)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13139)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (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=760808k,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/sdb1 on /mnt/boot-sav/sdb1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdb3 on /mnt/boot-sav/sdb3 type fuseblk (ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb4 on /mnt/boot-sav/sdb4 type fuseblk (ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdb5 on /mnt/boot-sav/sdb5 type fuseblk (ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096)


=================== ls:
/sys/block/sda (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdb1 sdb2 sdb3 sdb4 sdb5 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 dvd dvdrw ecryptfs fb0 fd full fuse gpiochip0 hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 initctl input kfd kmsg lightnvm log mapper mcelog media0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sdb sdb1 sdb2 sdb3 sdb4 sdb5 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
ls /dev/mapper:  control

=================== hexdump -n512 -C /dev/sdb1
00000000  eb 58 90 4d 53 44 4f 53  35 2e 30 00 02 08 fe 1b  |.X.MSDOS5.0.....|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 08 00 00  |........?.......|
00000020  00 20 08 00 01 02 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 1b 5e 3f 8a 4e  4f 20 4e 41 4d 45 20 20  |..).^?.NO 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/sdb3
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 a8 08 00  |........?.......|
00000020  00 00 00 00 80 00 80 00  ff 7f 28 71 00 00 00 00  |..........(q....|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  9a 5b 42 e4 73 42 e4 90  |.........[B.sB..|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 01 90 90 66 60 1e  |.............f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 41 20 64 69  |............A di|
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a7 01 bf 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sdb4
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 28 31 71  |........?....(1q|
00000020  00 00 00 00 80 00 80 00  ff ff 1f 03 00 00 00 00  |................|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  2b 07 e3 ea 4f e3 ea fa  |........+...O...|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 01 90 90 66 60 1e  |.............f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 41 20 64 69  |............A di|
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a7 01 bf 01 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sdb5
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 28 51 74  |........?....(Qt|
00000020  00 00 00 00 80 00 80 00  ff 3f 1f 00 00 00 00 00  |.........?......|
00000030  55 4d 01 00 00 00 00 00  02 00 00 00 00 00 00 00  |UM..............|
00000040  f6 00 00 00 01 00 00 00  71 8d 44 82 bf 44 82 2e  |........q.D..D..|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 01 90 90 66 60 1e  |.............f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 41 20 64 69  |............A di|
00000190  73 6b 20 72 65 61 64 20  65 72 72 6f 72 20 6f 63  |sk read error oc|
000001a0  63 75 72 72 65 64 00 0d  0a 42 4f 4f 54 4d 47 52  |curred...BOOTMGR|
000001b0  20 69 73 20 63 6f 6d 70  72 65 73 73 65 64 00 0d  | is compressed..|
000001c0  0a 50 72 65 73 73 20 43  74 72 6c 2b 41 6c 74 2b  |.Press Ctrl+Alt+|
000001d0  44 65 6c 20 74 6f 20 72  65 73 74 61 72 74 0d 0a  |Del to restart..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a7 01 bf 01 00 00 55 aa  |..............U.|
00000200

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

Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  3.6G     0  3.6G   0% /dev
tmpfs          tmpfs     743M  9.4M  734M   2% /run
/dev/sda1      vfat      7.3G  1.6G  5.8G  21% /cdrom
/dev/loop0     squashfs  1.5G  1.5G     0 100% /rofs
aufs           aufs      3.7G   50M  3.6G   2% /
tmpfs          tmpfs     3.7G  240K  3.7G   1% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     3.7G     0  3.7G   0% /sys/fs/cgroup
tmpfs          tmpfs     3.7G   32K  3.7G   1% /tmp
tmpfs          tmpfs     743M   92K  743M   1% /run/user/999
/dev/sdb1      vfat      256M   29M  228M  11% /mnt/boot-sav/sdb1
/dev/sdb3      fuseblk   906G   30G  876G   4% /mnt/boot-sav/sdb3
/dev/sdb4      fuseblk    25G  1.3G   24G   6% /mnt/boot-sav/sdb4
/dev/sdb5      fuseblk  1000M  392M  609M  40% /mnt/boot-sav/sdb5

=================== fdisk -l:
Disk /dev/loop0: 1.4 GiB, 1532116992 bytes, 2992416 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: 7.3 GiB, 7801405440 bytes, 15237120 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: 0x000da999

Device     Boot Start      End  Sectors  Size Id Type
/dev/sda1  *       56 15237119 15237064  7.3G  c W95 FAT32 (LBA)


Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: E5EDDD5F-E1F2-410C-9BB0-51B4151F31AB

Device          Start        End    Sectors   Size Type
/dev/sdb1        2048     534527     532480   260M EFI System
/dev/sdb2      534528     567295      32768    16M Microsoft reserved
/dev/sdb3      567296 1899046911 1898479616 905.3G Microsoft basic data
/dev/sdb4  1899046912 1951475711   52428800    25G Microsoft basic data
/dev/sdb5  1951475712 1953523711    2048000  1000M Windows recovery environment


No OS or WinEFI system
/usr/share/boot-sav/gui-tab-other.sh: line 93: _checkbutton_repairfilesystems: command not found


=================== Suggested repair
The default repair of the Boot-Repair utility would not act on the MBR.
Additional repair would be performed:  repair-filesystems  fix-windows-boot


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

J'y vois que tu as bien la version 16.04.3 de Ubuntu dans cet extrait :

boot-info is executed in live-session (Ubuntu 16.04.3 LTS, xenial, Ubuntu, x86_64)

C'est bien la version qui convient à ton ordi très récent.
Tu vas pouvoir faire l'installation automatique ("Effacer le disque et installer Ubuntu") que tu as envie de faire.

Hors ligne

#22 Le 29/11/2017, à 18:52

cristobal78

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

?? a écrit :

En live USB, tu choisis, essayer avant d'installer, tu lances gparted, et tu rétrécis la partition SDB3 à 32 GO.
Puis tu rebootes et tu dis simplement si windows fonctionne encore.
Après tu pourras l'éliminer.

Ca ressemble a ce que dit Malbo mais quelle serait la prochaine étape dans l'hypothèse où Windows ne fonctionnerait plus ?????


Laptop Lenovo Ubuntu 20.04 LTS / DELL Mint 20.2 - XFCE / Laptop HP Mint 20.2 - XFCE

Hors ligne

#23 Le 29/11/2017, à 20:24

??

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

Bonsoir, Si windows ne met plus en route, comme ton choix est
"Je ne souhaite pas garder Windows10 mis au contraire tout nettoyer pour y mettre une 16.04 LTS."
Nous savons que la clé USB contient bien ubuntu 16.04.3
Ton choix sera alors d'installer ubuntu plutôt que de chercher à le réparer inutilement.
Tu auras trois choix possibles
A) Installer en automatique sur tout le disque.
B) Installer en automatique à coté de windows.
C) Prendre le choix "autre chose" pour piloter.
Si tu décides de prendre ce choix, je te conseille de rester sur le gparted du support d'installation et de préparer à l'avance ta structure:
   Tu commences à supprimer toutes les partitions sdb1 sdb2 sdb3 sdb4 sdb5.
  Tu fabriques une partition de 35 Mo en fat32 avec une étiquette "BOOTESP" puis tu lui mets le drapeau ESP.
  Tu fabriques une partition de  40 Go en ext4 avec une étiquette "UBUNTU".
   Avec le reste de l'espace, tu fabriques une partition en EXT4 avec un étiquette "DATA".

Puis, lors de l'installation, tu verras l'affichage de ces partitions.
   Tu devras modifier  la partition "UBUNTU" pour l'allouer au point de montage / qui te sera proposée dans le menu déroulant.
   Tu devras modifier  la partition "DATA" pour l'allouer au point de montage /DATA que tu devras frapper dans le menu déroulant.
   Les deux autres partitions seront automatiquement reconnues.
Lorsque ton installation sera finie, au premier démarrage, tu devras dérouter l'écriture de tes données dans la partition /DATA au lieu du répertoire /home. (Le lien ).

Dernière modification par ?? (Le 29/11/2017, à 20:26)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#24 Le 29/11/2017, à 21:12

cristobal78

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

merci à vous 2 pour ces explications. Vous avez été super  smile

Donc pour moi le plus simple c'est de laisser faire l'install en "automatique" via l'option "effacer le disque et installer ubuntu" car, si je comprends bien, si le partitionnement qui aura été fait par la machine :

- me plaît : je ne touche plus à rien

- ne me plaît pas : je pourrais toujours le modifier à mon gout  avec gparted.

Je ferai ça ce soir  et je vous raconte smile


Laptop Lenovo Ubuntu 20.04 LTS / DELL Mint 20.2 - XFCE / Laptop HP Mint 20.2 - XFCE

Hors ligne

#25 Le 29/11/2017, à 22:01

cristobal78

Re : (résolu) Supprimer W10 - Partitions à supprimer, à garder ?

Super !
install sans pb
Le partitionnement est le suivant :

/dev/sda1       efi syst partition          fat32           /boot/efi   512 Mio     441 Mio       512 Mio
/dev/sda2                                             ext4            /                  923 Gio     19  Gio         904 Gio
/dev/sda3                                              linuxswap                         7 Gio       0                  7gio

Donc maintenant il faut reprendre le "/" et y mettre un "/home".
J'ai un doute là. Pour redimensinner il faut que je redémarre sur la clef non ?

Dernière modification par cristobal78 (Le 30/11/2017, à 00:10)


Laptop Lenovo Ubuntu 20.04 LTS / DELL Mint 20.2 - XFCE / Laptop HP Mint 20.2 - XFCE

Hors ligne