#26 Le 15/03/2019, à 18:28
- nany
Re : TUTO/RESOLUT dévrouiller ordipass
@aux aidants
Tenter de passer en 16.04 avec le HWE ?
On ne peut pas passer en 16.04.
En ligne
#27 Le 15/03/2019, à 18:32
- xubu1957
Re : TUTO/RESOLUT dévrouiller ordipass
Tu as cette page de Doc > ltsenablementstack
Le graphique > 16.04.x_Ubuntu_Kernel_Support
et le baratin en anglais > wiki.ubuntu.com/Kernel/LTSEnablementStack
_ _ _
@nany
Pour un verrouillage, ils ont fait fort !
(Edit= messages regroupés)
Dernière modification par xubu1957 (Le 23/12/2023, à 19:04)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#28 Le 15/03/2019, à 18:44
- tomlep6
Re : TUTO/RESOLUT dévrouiller ordipass
Je suis largué même en essayant de comprendre hahaha! Je tente le coup de la pile pour le BIOS?
Hors ligne
#29 Le 15/03/2019, à 18:48
- nany
Re : TUTO/RESOLUT dévrouiller ordipass
Débranche l’ordi et enlève la batterie puis appuie sur le bouton start pendant une minute (oui, c’est long mais c’est le prix à payer).
Remets la batterie et rebranche l’ordi puis démarre pour voir si tu as accès au BIOS.
En ligne
#30 Le 15/03/2019, à 19:04
- tomlep6
Re : TUTO/RESOLUT dévrouiller ordipass
ECHEC! Cet ordi me détruit mentalement merci d'essayer en tous cas... Dis moi nany c'est vraiment risqué le coup de la pile ?
Dernière modification par tomlep6 (Le 15/03/2019, à 19:05)
Hors ligne
#31 Le 15/03/2019, à 19:08
- nany
Re : TUTO/RESOLUT dévrouiller ordipass
Dis moi nany c'est vraiment risqué le coup de la pile ?
Non, mais c’est le dernier recours (pareil, débranche et enlève la batterie avant d’enlever la pile).
En ligne
#32 Le 15/03/2019, à 20:10
- tomlep6
Re : TUTO/RESOLUT dévrouiller ordipass
Bon la franchement.......
J'ai retiré la pile pendant 30 nmainsi que la batterie j'ai ensuite appuyé sur le bouton power durant 2 mn pour bien vider le reste de batterie.
En rallumant mon PC rien n'as changé hormis que la date et l'heure ont été réinitialisés le mdp du BIOS est encore PRESENT! La je suis fichu (((
j'ai acces au boot loader lors du démarrage du pc je ne sais pas si ca peut etre utile ?
MERCI
Hors ligne
#33 Le 21/03/2019, à 12:50
- Caribou22
Re : TUTO/RESOLUT dévrouiller ordipass
Bonjour
Arf, les ordipass sont connus ici pour poser problème.
Voilà plusieurs pistes si tu n'as pas accès au BIOS :
- Tenter un boot sur CD.
Beaucoup de BIOS bootent sur CD par défaut. Pour le tester, tu peux télécharger Plop Boot Manager ici : https://www.plop.at/en/bootmanager/download.html
Tu télécharges la dernière version, extrait l'archive, et grave le fichier ISO sur un CD. (Tu as Brasero sur Ubuntu et sa fonction "Graver une image ISO")
- Si ça ne marche pas, il reste une solution plus radicale mais qui devrait marcher : Utiliser un autre ordi pour l'installation.
Le principe est d'utiliser un autre ordi quelconque (dont le BIOS est accessible) auquel tu raccordes une clé USB bootable et uniquement le disque dur de ton PC Ordipass précédemment démonté, afin d'y installer Ubuntu (Le disque est formaté donc il faut avoir sauvegardé tes documents en externe avant.). Reste à remettre le disque dur dans son ordi d'origine
Est-ce que ces techniques ont déjà été tentées sur un Ordipass ?
Edit :
j'ai acces au boot loader lors du démarrage du pc je ne sais pas si ca peut etre utile ?
Tu veux parler du menu GRUB ? Si oui, c'est aussi une piste pour booter sur une clé USB en contournant le BIOS
EDIT 2 : BINGO !
Je viens de tester et ça MARCHE !
J'ai pu booter sur une machine qui n'a pas d'UEFI et dont Linux est installé en Legacy. Sur un ordi en UEFI, je n'ai pas réussi, mais je pense que ce n'est pas ton cas
Donc, la procédure :
- Insérer la clé bootable souhaitée dans l'ordi.
- Allumer l'ordi et maintenir SHIFT pour arriver au GRUB.
- Au GRUB, appuyer sur C pour passer en ligne de commande.
- Le clavier est en qwerty. Taper set root=( et appuyer sur TAB. [Note pour la saisie en QWERTY : SHIFT + 9 -> ( et SHIFT + 0 -> ) ]
- La liste des disques apparaît : hd0, hd1, hd2 hd3 etc. Le dernier de la liste est la clé USB dans mon cas. Admettons que se soit hd1 pour la suite.
- Compléter la commande : set root=(hd1) et valider avec entrée
- S'il n'y a aucun retour, c'est bon ! Saisir cette commande puis la valider avec entrée : chainloader +1 (le a est sur le q en qwerty)
-Toujours pas de retours ? Saisir enfin la commande "boot" et appuyer sur entrée, et la clé USB boote !
Les liens qui m'ont aidés : https://www.debian-fr.org/t/booter-sur- … -pas/12342
https://superuser.com/questions/349633/ … using-grub
Note : Ne fonctionne pas avec un Linux déjà installé en UEFI. C'est sans doute possible. Mais je pense que ça peut sortir de la panade tous ceux qui ont un Ordipass et ubuntu installé en Legacy
Si besoin, je me renseignerai pour la procédure avec une machine UEFI.
Lien qui va me servir pour y arriver dans le cas d'un UEFI : https://askubuntu.com/questions/216215/ … -file-path
En tentant la procédure ci-dessus, on a le message d'erreur "Invalid EFI file path"
EDIT 3 : Réussi en UEFI aussi !
En ligne de commande au GRUB :
insmod part_gpt
insmod chain
set root='(hd0)'
chainloader /EFI/BOOT/grubx64.EFI
boot
Avec : hd0 correspondant avec ma clé USB.
Le chemin /EFI/BOOT/grubx64.EFI est celui d'une clé USB Ubuntu Mate 18.04.1 amd64
Testé et approuvé. On peut booter sur une clé USB via GRUB, en UEFI comme en legacy
Dernière modification par Caribou22 (Le 13/04/2019, à 11:57)
Hors ligne
#34 Le 21/03/2019, à 17:59
- tomlep6
Re : TUTO/RESOLUT dévrouiller ordipass
Caribou22
Merci de ton aide!! je vais tester ca ce weekend bonne journee
Hors ligne
#35 Le 25/03/2019, à 23:27
- tomlep6
Re : TUTO/RESOLUT dévrouiller ordipass
Mon bios est debloqué !
Donc j'ai reçu de l'aide d une personne externe. Enfin j ai reussi a trouver le code du BIOS!
Tuto car ca aidera d autres personnes:
Dans le bios tapper ça:
1ere fois 3hqgo3
2eme jqw534
Dernière 0qww294e
Apparaît: "system disable 0F17-3695-8020-9758-2505-2882"
A partir de ce code mon aidant a trouver le mdp du bios par defaut : sn7of7yt
Je ne sais pas comment il a fait mais je suis sorti du petrin !
Hors ligne
#36 Le 25/03/2019, à 23:30
- tomlep6
Re : TUTO/RESOLUT dévrouiller ordipass
Du coup maintenant que j ai acces au bios ! Commebt faire pour passer sur une nouvelle version d ubuntu ? Merci!
Hors ligne
#37 Le 26/03/2019, à 16:29
- Caribou22
Re : TUTO/RESOLUT dévrouiller ordipass
Wow, c'est une très bonne nouvelle !
Ça veut dire que tu as la possibilité de ré-installer complètement Ubuntu avec une clé USB bootable. Donc pour bien faire, autant :
- Installer directement la version 18.04.1 amd64 (pas la 18.04.2 ! )
- Choisir une variante allégée si ton ordi est un peu ancien. Tu as ses références ?
Si tu ne les as pas, donne les retours de ces commandes depuis ta 14.04 :
cat /proc/cpuinfo
free -m
lspci
PS : Si ton aidant pouvait expliquer en détail sa méthode ici, ça aiderait sans doute beaucoup de monde
Dernière modification par Caribou22 (Le 26/03/2019, à 16:33)
Hors ligne
#38 Le 26/03/2019, à 17:11
- Caribou22
Re : TUTO/RESOLUT dévrouiller ordipass
Il faut payer ?
Je pense que ton aidant t'a aidé au prix de 7$
Dernière modification par Caribou22 (Le 26/03/2019, à 17:17)
Hors ligne
#39 Le 26/03/2019, à 17:26
- xubu1957
Re : TUTO/RESOLUT dévrouiller ordipass
Bonjour,
C'est ce modèle ?
Bonjour,
L'ordi de Sébastien.drd ( LIFEBOOK A544 de Fujitsu) a un Bios verrouillé. C'est un Ordipass pour lequel vous pouvez trouver de l'info dans cette discussion : https://forum.ubuntu-fr.org/viewtopic.p … #p21703379
Moi je pense qu'il est impossible d'installer autre chose dans cet ordi mais je peux me tromper.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#40 Le 26/03/2019, à 18:33
- geole
Re : TUTO/RESOLUT dévrouiller ordipass
Il faut payer ?
Je pense que ton aidant t'a aidé au prix de 7$
Bonjour
D'après la documentation disponible, if suffirait d'avoir un windows fonctionnel et de lancer le script spécifique au bios.
Certains semblent connus. Ils sont téléchargeables ici
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#41 Le 26/03/2019, à 22:43
- tomlep6
Re : TUTO/RESOLUT dévrouiller ordipass
Bonsoir, je lui ai posé la question je vous en dirrait plus apres
Oui c est bien le lifebook A544!
Quelqu'un pourrait me rediriger ou m'aider donc a passer en 18.04.1 du coup tout en enlevant la "surcouche" ORDIPASS ?
Repartir sur un pc tout neuf en quelques sortes ?
Merci les aidants
Bonne soirée
Hors ligne
#42 Le 26/03/2019, à 22:52
- Caribou22
Re : TUTO/RESOLUT dévrouiller ordipass
C'est donc un ordi relativement récent !
Tu peux lui mettre Ubuntu 18.04.1 64 bits sans problèmes !
Télécharge l'ISO ici : http://old-releases.ubuntu.com/releases … -amd64.iso
Ensuite, tu peux l'utiliser pour créer une clé USB d'installation (Live USB). Pour celà, installe gnome-disk-utility sur ton Ubuntu 14.04 avec cette commande :
sudo apt install gnome-disk-utility
Et ensuite tu pourras suivre cette procédure avec une clé USB vierge : https://doc.ubuntu-fr.org/gnome-disk-ut … b_bootable
Puis tu pourras booter sur la clé en session live (essai sans installer.). Tu pourras la tester sous tous les angles, et en profiter pour nous fournir un boot-info : https://doc.ubuntu-fr.org/tutoriel/boot-info
Quand tu auras fait tout ça, on verra ensemble si tous les feux sont au vert pour passer à l'installation (Attend avant de prendre l'initiative d'installer ! Mieux vaut être sûr à 100% de ce qu'on fait. Si l'installation plante et que le BIOS se bloque à nouveau, on serait dans un immense pétrin.)
Dernière modification par Caribou22 (Le 26/03/2019, à 22:57)
Hors ligne
#43 Le 26/03/2019, à 23:11
- tomlep6
Re : TUTO/RESOLUT dévrouiller ordipass
Ok parfait je tente donc ca demain matin ! MEEEERCI
Hors ligne
#44 Le 27/03/2019, à 19:36
- tomlep6
Re : TUTO/RESOLUT dévrouiller ordipass
Bon, premiere étape validée, par contre comment faire pour "booter sur la clé en session live"?? La partition est bien sur ma clef usb.
Merci
Hors ligne
#45 Le 27/03/2019, à 20:12
- Caribou22
Re : TUTO/RESOLUT dévrouiller ordipass
Bonsoir,
Quand tu martèles la touche F12 au démarrage, avec ta clé USB branchée, tu devrais avoir un menu de boot te proposant de démarrer sur la clé USB. Ensuite, tu pourras choisir d'essayer Ubuntu sans l'installer
cf doc du BIOS : https://www.manualslib.com/manual/63973 … =61#manual
Dernière modification par Caribou22 (Le 27/03/2019, à 20:20)
Hors ligne
#46 Le 27/03/2019, à 22:40
- tomlep6
Re : TUTO/RESOLUT dévrouiller ordipass
Oui toooop
Bon la je suis donc sur la v.18 ca change de la 14 Haha.
donc voici le lien j attends le feu vert.
Si tout est bon et que j installe comment suppri;er tout de mon ordi? afin de partir sur une base propre sans ordi pass ni rien ?
Tanks a lot
http://paste.ubuntu.com/p/p5c3PJBdGy/
Hors ligne
#47 Le 27/03/2019, à 22:42
- xubu1957
Re : TUTO/RESOLUT dévrouiller ordipass
Bonsoir,
Le Boot-info :
Boot Info Script 8f991e4 + Boot-Repair extra info [Boot-Info 25oct2017]
============================= 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
---------------------------------------------------------------------------
=> No known boot loader is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.6 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab
/boot/grub/i386-pc/core.img
sda2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: swap
Boot sector type: Unknown
Boot sector info:
sdb1: __________________________________________________________________________
File system: iso9660
Boot sector type: Unknown
Boot sector info:
Mounting failed: mount: /mnt/BootInfo/sdb1: /dev/sdb1 already mounted or mount point busy.
sdb2: __________________________________________________________________________
File system: vfat
Boot sector type: FAT16
Boot sector info: According to the info in the boot sector, sdb2 starts
at sector 0. But according to the info from fdisk,
sdb2 starts at sector 3737268. According to the info
in the boot sector, sdb2 has 0 sectors.
Mounting failed: mount: /mnt/BootInfo/sdb1: /dev/sdb1 already mounted or mount point busy.
mount: /mnt/BootInfo/sdb2: /dev/sdb2 already mounted or mount point busy.
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 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: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 968,783,759 968,781,712 83 Linux
/dev/sda2 968,783,760 976,773,167 7,989,408 5 Extended
/dev/sda5 968,783,823 976,771,182 7,987,360 82 Linux swap / Solaris
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 14.9 GiB, 16013852672 bytes, 31277056 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/sdb1 * 0 3,815,135 3,815,136 0 Empty
/dev/sdb2 3,737,268 3,741,939 4,672 ef EFI (FAT-12/16/32)
/dev/sdb1 overlaps with /dev/sdb2
GUID Partition Table detected, but does not seem to be used.
Partition Attrs Start Sector End Sector # of Sectors System
/dev/sdb1 + R 0 3,815,079 3,815,080 Data partition (Windows/Linux)
/dev/sdb2 + R 3,737,268 3,741,939 4,672 Data partition (Windows/Linux)
Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/loop1 squashfs
/dev/loop2 squashfs
/dev/loop3 squashfs
/dev/loop4 squashfs
/dev/loop5 squashfs
/dev/loop6 squashfs
/dev/loop7 squashfs
/dev/sda1 78f184fe-c398-4f35-802c-f6342e6528b6 ext4 System
/dev/sda5 da6fb770-65f8-468d-862f-9f00535fd230 swap
/dev/sdb1 2018-07-25-03-21-56-00 iso9660 Ubuntu 18.04.1 LTS amd64
/dev/sdb2 0D5F-1DB6 vfat
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Mar 27 21:25 ata-HL-DT-ST_DVDRAM_GU90N_B4HRRF1048927 -> ../../sr0
lrwxrwxrwx 1 root root 9 Mar 27 21:34 ata-TOSHIBA_MQ01ABF050_Y4UJP02AT -> ../../sda
lrwxrwxrwx 1 root root 10 Mar 27 21:34 ata-TOSHIBA_MQ01ABF050_Y4UJP02AT-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 27 21:34 ata-TOSHIBA_MQ01ABF050_Y4UJP02AT-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 27 21:34 ata-TOSHIBA_MQ01ABF050_Y4UJP02AT-part5 -> ../../sda5
lrwxrwxrwx 1 root root 9 Mar 27 21:34 usb-_USB_DISK_2.0_07BA100BC164365A-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Mar 27 21:34 usb-_USB_DISK_2.0_07BA100BC164365A-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Mar 27 21:34 usb-_USB_DISK_2.0_07BA100BC164365A-0:0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 9 Mar 27 21:34 wwn-0x50000395e2a8a2f2 -> ../../sda
lrwxrwxrwx 1 root root 10 Mar 27 21:34 wwn-0x50000395e2a8a2f2-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 27 21:34 wwn-0x50000395e2a8a2f2-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 27 21:34 wwn-0x50000395e2a8a2f2-part5 -> ../../sda5
lrwxrwxrwx 1 root root 9 Mar 27 21:25 wwn-0x5001480000000000 -> ../../sr0
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sdb /cdrom iso9660 (ro,noatime,nojoliet,check=s,map=n,blocksize=2048)
=========================== 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 recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=fr_FR
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=hidden
set timeout=0
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 0 ; then
set timeout=0
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30,0; then
clear
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-78f184fe-c398-4f35-802c-f6342e6528b6' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
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-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
linux /boot/vmlinuz-4.4.0-143-generic root=UUID=78f184fe-c398-4f35-802c-f6342e6528b6 ro i8042.notimeout i8042.nomux quiet splash $vt_handoff
initrd /boot/initrd.img-4.4.0-143-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-78f184fe-c398-4f35-802c-f6342e6528b6' {
menuentry 'Ubuntu, avec Linux 4.4.0-143-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-143-generic-advanced-78f184fe-c398-4f35-802c-f6342e6528b6' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
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-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
echo 'Chargement de Linux 4.4.0-143-generic…'
linux /boot/vmlinuz-4.4.0-143-generic root=UUID=78f184fe-c398-4f35-802c-f6342e6528b6 ro i8042.notimeout i8042.nomux quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.4.0-143-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-143-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-143-generic-recovery-78f184fe-c398-4f35-802c-f6342e6528b6' {
recordfail
load_video
insmod gzio
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-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
echo 'Chargement de Linux 4.4.0-143-generic…'
linux /boot/vmlinuz-4.4.0-143-generic root=UUID=78f184fe-c398-4f35-802c-f6342e6528b6 ro recovery nomodeset i8042.notimeout i8042.nomux
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.4.0-143-generic
}
menuentry 'Ubuntu, avec Linux 4.4.0-142-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-142-generic-advanced-78f184fe-c398-4f35-802c-f6342e6528b6' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
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-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
echo 'Chargement de Linux 4.4.0-142-generic…'
linux /boot/vmlinuz-4.4.0-142-generic root=UUID=78f184fe-c398-4f35-802c-f6342e6528b6 ro i8042.notimeout i8042.nomux quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.4.0-142-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-142-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-142-generic-recovery-78f184fe-c398-4f35-802c-f6342e6528b6' {
recordfail
load_video
insmod gzio
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-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
echo 'Chargement de Linux 4.4.0-142-generic…'
linux /boot/vmlinuz-4.4.0-142-generic root=UUID=78f184fe-c398-4f35-802c-f6342e6528b6 ro recovery nomodeset i8042.notimeout i8042.nomux
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.4.0-142-generic
}
menuentry 'Ubuntu, avec Linux 3.13.0-167-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-167-generic-advanced-78f184fe-c398-4f35-802c-f6342e6528b6' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
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-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
echo 'Chargement de Linux 3.13.0-167-generic…'
linux /boot/vmlinuz-3.13.0-167-generic root=UUID=78f184fe-c398-4f35-802c-f6342e6528b6 ro i8042.notimeout i8042.nomux quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.13.0-167-generic
}
menuentry 'Ubuntu, with Linux 3.13.0-167-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-167-generic-recovery-78f184fe-c398-4f35-802c-f6342e6528b6' {
recordfail
load_video
insmod gzio
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-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
echo 'Chargement de Linux 3.13.0-167-generic…'
linux /boot/vmlinuz-3.13.0-167-generic root=UUID=78f184fe-c398-4f35-802c-f6342e6528b6 ro recovery nomodeset i8042.notimeout i8042.nomux
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.13.0-167-generic
}
menuentry 'Ubuntu, avec Linux 3.13.0-166-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-166-generic-advanced-78f184fe-c398-4f35-802c-f6342e6528b6' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
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-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
echo 'Chargement de Linux 3.13.0-166-generic…'
linux /boot/vmlinuz-3.13.0-166-generic root=UUID=78f184fe-c398-4f35-802c-f6342e6528b6 ro i8042.notimeout i8042.nomux quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.13.0-166-generic
}
menuentry 'Ubuntu, with Linux 3.13.0-166-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-166-generic-recovery-78f184fe-c398-4f35-802c-f6342e6528b6' {
recordfail
load_video
insmod gzio
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-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
echo 'Chargement de Linux 3.13.0-166-generic…'
linux /boot/vmlinuz-3.13.0-166-generic root=UUID=78f184fe-c398-4f35-802c-f6342e6528b6 ro recovery nomodeset i8042.notimeout i8042.nomux
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.13.0-166-generic
}
menuentry 'Ubuntu, avec Linux 3.13.0-49-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-49-generic-advanced-78f184fe-c398-4f35-802c-f6342e6528b6' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
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-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
echo 'Chargement de Linux 3.13.0-49-generic…'
linux /boot/vmlinuz-3.13.0-49-generic root=UUID=78f184fe-c398-4f35-802c-f6342e6528b6 ro i8042.notimeout i8042.nomux quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.13.0-49-generic
}
menuentry 'Ubuntu, with Linux 3.13.0-49-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-49-generic-recovery-78f184fe-c398-4f35-802c-f6342e6528b6' {
recordfail
load_video
insmod gzio
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-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
echo 'Chargement de Linux 3.13.0-49-generic…'
linux /boot/vmlinuz-3.13.0-49-generic root=UUID=78f184fe-c398-4f35-802c-f6342e6528b6 ro recovery nomodeset i8042.notimeout i8042.nomux
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.13.0-49-generic
}
menuentry 'Ubuntu, avec Linux 3.13.0-45-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-45-generic-advanced-78f184fe-c398-4f35-802c-f6342e6528b6' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
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-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
echo 'Chargement de Linux 3.13.0-45-generic…'
linux /boot/vmlinuz-3.13.0-45-generic root=UUID=78f184fe-c398-4f35-802c-f6342e6528b6 ro i8042.notimeout i8042.nomux quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.13.0-45-generic
}
menuentry 'Ubuntu, with Linux 3.13.0-45-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-45-generic-recovery-78f184fe-c398-4f35-802c-f6342e6528b6' {
recordfail
load_video
insmod gzio
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-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
echo 'Chargement de Linux 3.13.0-45-generic…'
linux /boot/vmlinuz-3.13.0-45-generic root=UUID=78f184fe-c398-4f35-802c-f6342e6528b6 ro recovery nomodeset i8042.notimeout i8042.nomux
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.13.0-45-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-34-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-34-generic-advanced-78f184fe-c398-4f35-802c-f6342e6528b6' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
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-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
echo 'Chargement de Linux 3.2.0-34-generic…'
linux /boot/vmlinuz-3.2.0-34-generic root=UUID=78f184fe-c398-4f35-802c-f6342e6528b6 ro i8042.notimeout i8042.nomux quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.2.0-34-generic
}
menuentry 'Ubuntu, with Linux 3.2.0-34-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-34-generic-recovery-78f184fe-c398-4f35-802c-f6342e6528b6' {
recordfail
load_video
insmod gzio
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-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
echo 'Chargement de Linux 3.2.0-34-generic…'
linux /boot/vmlinuz-3.2.0-34-generic root=UUID=78f184fe-c398-4f35-802c-f6342e6528b6 ro recovery nomodeset i8042.notimeout i8042.nomux
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.2.0-34-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
knetbsd /boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
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-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 78f184fe-c398-4f35-802c-f6342e6528b6
else
search --no-floppy --fs-uuid --set=root 78f184fe-c398-4f35-802c-f6342e6528b6
fi
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
=============================== 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>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=78f184fe-c398-4f35-802c-f6342e6528b6 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=da6fb770-65f8-468d-862f-9f00535fd230 none swap sw 0 0
--------------------------------------------------------------------------------
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
98.173351288 = 105.412833280 boot/grub/grub.cfg 1
46.272998810 = 49.685254144 boot/grub/i386-pc/core.img 1
120.032588959 = 128.884011008 boot/grub/stage2 1
13.252571106 = 14.229839872 boot/vmlinuz-3.13.0-166-generic 1
0.690071106 = 0.740958208 boot/vmlinuz-3.13.0-167-generic 2
2.486858368 = 2.670243840 boot/vmlinuz-3.13.0-45-generic 1
6.412639618 = 6.885519360 boot/vmlinuz-3.13.0-49-generic 1
45.064193726 = 48.387309568 boot/vmlinuz-3.2.0-34-generic 1
8.265388489 = 8.874893312 boot/vmlinuz-4.4.0-142-generic 1
120.964607239 = 129.884758016 boot/vmlinuz-4.4.0-143-generic 2
120.964607239 = 129.884758016 vmlinuz 2
8.265388489 = 8.874893312 vmlinuz.old 1
6.964569092 = 7.478149120 boot/initrd.img-3.13.0-166-generic 1
1.158786774 = 1.244237824 boot/initrd.img-3.13.0-167-generic 2
47.362834930 = 50.855456768 boot/initrd.img-3.13.0-45-generic 1
47.341350555 = 50.832388096 boot/initrd.img-3.13.0-49-generic 3
47.487644196 = 50.989469696 boot/initrd.img-3.2.0-34-generic 2
1.200847626 = 1.289400320 boot/initrd.img-4.4.0-142-generic 2
121.070346832 = 129.998295040 boot/initrd.img-4.4.0-143-generic 3
121.070346832 = 129.998295040 initrd.img 3
1.200847626 = 1.289400320 initrd.img.old 2
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown MBR on /dev/sdb
00000000 45 52 08 00 00 00 90 90 00 00 00 00 00 00 00 00 |ER..............|
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000020 33 ed fa 8e d5 bc 00 7c fb fc 66 31 db 66 31 c9 |3......|..f1.f1.|
00000030 66 53 66 51 06 57 8e dd 8e c5 52 be 00 7c bf 00 |fSfQ.W....R..|..|
00000040 06 b9 00 01 f3 a5 ea 4b 06 00 00 52 b4 41 bb aa |.......K...R.A..|
00000050 55 31 c9 30 f6 f9 cd 13 72 16 81 fb 55 aa 75 10 |U1.0....r...U.u.|
00000060 83 e1 01 74 0b 66 c7 06 f3 06 b4 42 eb 15 eb 02 |...t.f.....B....|
00000070 31 c9 5a 51 b4 08 cd 13 5b 0f b6 c6 40 50 83 e1 |1.ZQ....[...@P..|
00000080 3f 51 f7 e1 53 52 50 bb 00 7c b9 04 00 66 a1 b0 |?Q..SRP..|...f..|
00000090 07 e8 44 00 0f 82 80 00 66 40 80 c7 02 e2 f2 66 |..D.....f@.....f|
000000a0 81 3e 40 7c fb c0 78 70 75 09 fa bc ec 7b ea 44 |.>@|..xpu....{.D|
000000b0 7c 00 00 e8 83 00 69 73 6f 6c 69 6e 75 78 2e 62 ||.....isolinux.b|
000000c0 69 6e 20 6d 69 73 73 69 6e 67 20 6f 72 20 63 6f |in missing or co|
000000d0 72 72 75 70 74 2e 0d 0a 66 60 66 31 d2 66 03 06 |rrupt...f`f1.f..|
000000e0 f8 7b 66 13 16 fc 7b 66 52 66 50 06 53 6a 01 6a |.{f...{fRfP.Sj.j|
000000f0 10 89 e6 66 f7 36 e8 7b c0 e4 06 88 e1 88 c5 92 |...f.6.{........|
00000100 f6 36 ee 7b 88 c6 08 e1 41 b8 01 02 8a 16 f2 7b |.6.{....A......{|
00000110 cd 13 8d 64 10 66 61 c3 e8 1e 00 4f 70 65 72 61 |...d.fa....Opera|
00000120 74 69 6e 67 20 73 79 73 74 65 6d 20 6c 6f 61 64 |ting system load|
00000130 20 65 72 72 6f 72 2e 0d 0a 5e ac b4 0e 8a 3e 62 | error...^....>b|
00000140 04 b3 07 cd 10 3c 0a 75 f1 cd 18 f4 eb fd 00 00 |.....<.u........|
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000190 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 00 00 00 00 |................|
000001b0 58 ed 38 00 00 00 00 00 c4 b4 3e 66 00 00 80 00 |X.8.......>f....|
000001c0 01 00 00 74 e0 fa 00 00 00 00 e0 36 3a 00 00 fe |...t.......6:...|
000001d0 ff ff ef fe ff ff b4 06 39 00 40 12 00 00 00 00 |........9.@.....|
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 00 00 00 00 00 00 55 aa |..............U.|
00000200
/dev/sdb1: unknown GPT attributes
1000000000000001
/dev/sdb2: unknown GPT attributes
1000000000000001
Unknown BootLoader on sda2
00000000 e8 97 d1 c3 e8 97 d1 c3 e8 97 d1 c3 e8 97 d1 c3 |................|
*
000001b0 e8 97 d1 c3 e8 97 d1 c3 e8 97 d1 c3 e8 97 00 fe |................|
000001c0 ff ff 82 fe ff ff 3f 00 00 00 a0 e0 79 00 00 00 |......?.....y...|
000001d0 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 00 00 00 00 00 00 55 aa |..............U.|
00000200
Unknown BootLoader on sda5
00000000 e8 97 d1 c3 e8 97 d1 c3 e8 97 d1 c3 e8 97 d1 c3 |................|
*
00000200
Unknown BootLoader on sdb1
00000000 45 52 08 00 00 00 90 90 00 00 00 00 00 00 00 00 |ER..............|
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000020 33 ed fa 8e d5 bc 00 7c fb fc 66 31 db 66 31 c9 |3......|..f1.f1.|
00000030 66 53 66 51 06 57 8e dd 8e c5 52 be 00 7c bf 00 |fSfQ.W....R..|..|
00000040 06 b9 00 01 f3 a5 ea 4b 06 00 00 52 b4 41 bb aa |.......K...R.A..|
00000050 55 31 c9 30 f6 f9 cd 13 72 16 81 fb 55 aa 75 10 |U1.0....r...U.u.|
00000060 83 e1 01 74 0b 66 c7 06 f3 06 b4 42 eb 15 eb 02 |...t.f.....B....|
00000070 31 c9 5a 51 b4 08 cd 13 5b 0f b6 c6 40 50 83 e1 |1.ZQ....[...@P..|
00000080 3f 51 f7 e1 53 52 50 bb 00 7c b9 04 00 66 a1 b0 |?Q..SRP..|...f..|
00000090 07 e8 44 00 0f 82 80 00 66 40 80 c7 02 e2 f2 66 |..D.....f@.....f|
000000a0 81 3e 40 7c fb c0 78 70 75 09 fa bc ec 7b ea 44 |.>@|..xpu....{.D|
000000b0 7c 00 00 e8 83 00 69 73 6f 6c 69 6e 75 78 2e 62 ||.....isolinux.b|
000000c0 69 6e 20 6d 69 73 73 69 6e 67 20 6f 72 20 63 6f |in missing or co|
000000d0 72 72 75 70 74 2e 0d 0a 66 60 66 31 d2 66 03 06 |rrupt...f`f1.f..|
000000e0 f8 7b 66 13 16 fc 7b 66 52 66 50 06 53 6a 01 6a |.{f...{fRfP.Sj.j|
000000f0 10 89 e6 66 f7 36 e8 7b c0 e4 06 88 e1 88 c5 92 |...f.6.{........|
00000100 f6 36 ee 7b 88 c6 08 e1 41 b8 01 02 8a 16 f2 7b |.6.{....A......{|
00000110 cd 13 8d 64 10 66 61 c3 e8 1e 00 4f 70 65 72 61 |...d.fa....Opera|
00000120 74 69 6e 67 20 73 79 73 74 65 6d 20 6c 6f 61 64 |ting system load|
00000130 20 65 72 72 6f 72 2e 0d 0a 5e ac b4 0e 8a 3e 62 | error...^....>b|
00000140 04 b3 07 cd 10 3c 0a 75 f1 cd 18 f4 eb fd 00 00 |.....<.u........|
00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001b0 58 ed 38 00 00 00 00 00 c4 b4 3e 66 00 00 80 00 |X.8.......>f....|
000001c0 01 00 00 74 e0 fa 00 00 00 00 e0 36 3a 00 00 fe |...t.......6:...|
000001d0 ff ff ef fe ff ff b4 06 39 00 40 12 00 00 00 00 |........9.@.....|
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 00 00 00 00 00 00 55 aa |..............U.|
00000200
=============================== StdErr Messages: ===============================
File descriptor 9 (/proc/6094/mountinfo) leaked on lvs invocation. Parent PID 13331: bash
File descriptor 63 (pipe:[88582]) leaked on lvs invocation. Parent PID 13331: bash
ADDITIONAL INFORMATION :
=================== log of boot-info 20190327_2134 ===================
boot-info version : 4ppa65
boot-sav version : 4ppa65
boot-sav-extra version : 4ppa65
glade2script version : 3.2.3~ppa4
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
Warning: The driver descriptor says the physical block size is 2048 bytes, but Linux says it is 512 bytes.
Partition 5 does not start on physical sector boundary.
boot-info is executed in live-session (Ubuntu 18.04.1 LTS, bionic, Ubuntu, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
ls: cannot access '/home/usr/.config': No such file or directory
=================== os-prober:
/dev/sda1:Ubuntu 14.04.6 LTS (14.04):Ubuntu:linux
=================== blkid:
/dev/sda1: LABEL="System" UUID="78f184fe-c398-4f35-802c-f6342e6528b6" TYPE="ext4" PARTUUID="000bbc0f-01"
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop5: TYPE="squashfs"
/dev/loop6: TYPE="squashfs"
/dev/loop7: TYPE="squashfs"
/dev/sda5: UUID="da6fb770-65f8-468d-862f-9f00535fd230" TYPE="swap" PARTUUID="000bbc0f-05"
/dev/sdb1: UUID="2018-07-25-03-21-56-00" LABEL="Ubuntu 18.04.1 LTS amd64" TYPE="iso9660" PTUUID="663eb4c4" PTTYPE="dos" PARTUUID="663eb4c4-01"
/dev/sdb2: SEC_TYPE="msdos" UUID="0D5F-1DB6" TYPE="vfat" PARTUUID="663eb4c4-02"
1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
Partition 5 does not start on physical sector boundary.
Partition 5 does not start on physical sector boundary.
=================== sda1/etc/grub.d/ :
drwxr-xr-x 2 root root 4096 Mar 14 14:00 grub.d
total 76
-rwxr-xr-x 1 root root 9791 Jan 16 16:00 00_header
-rwxr-xr-x 1 root root 6058 May 8 2014 05_debian_theme
-rwxr-xr-x 1 root root 11608 May 15 2014 10_linux
-rwxr-xr-x 1 root root 10412 May 15 2014 20_linux_xen
-rwxr-xr-x 1 root root 1992 Mar 12 2014 20_memtest86+
-rwxr-xr-x 1 root root 11692 May 15 2014 30_os-prober
-rwxr-xr-x 1 root root 1418 Jan 16 16:00 30_uefi-firmware
-rwxr-xr-x 1 root root 214 Oct 1 2011 40_custom
-rwxr-xr-x 1 root root 216 May 15 2014 41_custom
-rw-r--r-- 1 root root 483 Oct 1 2011 README
=================== 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=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="i8042.notimeout i8042.nomux"
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
/usr/share/boot-sav/bs-cmd_terminal.sh: line 179: warning: command substitution: ignored null byte in input
=================== efibootmgr -v
BootCurrent: 001A
Timeout: 3 seconds
BootOrder: 0016,0017,0018,0019,001A,001B
Boot0010 BIOS Setup FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)
Boot0011 Boot Menu FvFile(86488440-41bb-42c7-93ac-450fbf7766bf)
Boot0012 Diagnostic Screen FvFile(a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380)
Boot0013 Recovery and Utility FvFile(0b150fda-3bdd-4406-9859-448177476993)
Boot0014 Diagnostic Program FvFile(29f85733-2b1a-4821-8f61-2614778c0c73)
Boot0015 Diagnostic Progrogram ROM VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,c0f527e7c05f4d498df59dc81ac2cfdd00)
Boot0016* Floppy Disk Drive: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,6ff015a28830b543a8b8641009461e49)
Boot0017* Drive0 HDD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f604)
Boot0018* CD/DVD Drive: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,23e6a6e08bae6940adb9a7b5c5f00628)
Boot0019* NETWORK: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
Boot001A* USB HDD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,33e821aaaf33bc4789bd419f88c50803)
Boot001B* USB CD/DVD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,d630a9056829ce41861e8c380ff2225a)
Boot001C* Erase Disk FvFile(43f9b080-c902-4737-b306-487050f7caa5)
=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot disabled. (maybe sec-boot, Please report this message to boot.repair@gmail.com)
=================== PARTITIONS & DISKS:
sda1 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, notbiosboot, /mnt/boot-sav/sda1.
sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
=================== parted -lm:
BYT;
/dev/sda:500GB:scsi:512:4096:msdos:ATA TOSHIBA MQ01ABF0:;
1:1049kB:496GB:496GB:ext4::boot;
2:496GB:500GB:4091MB:::;
5:496GB:500GB:4090MB:linux-swap(v1)::;
BYT;
/dev/sdb:16.0GB:scsi:512:512:unknown: USB DISK 2.0:;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
loop0 loop squashfs 1.8G
loop1 loop squashfs 86.9M
loop2 loop squashfs 34.7M
loop3 loop squashfs 140.9M
loop4 loop squashfs 2.3M
loop5 loop squashfs 13M
loop6 loop squashfs 14.5M
loop7 loop squashfs 3.7M
sda disk 465.8G
sda1 part ext4 462G System
sda2 part 1K
sda5 part swap 3.8G
sdb disk iso9660 14.9G Ubuntu 18.04.1 LTS amd64
sdb1 part iso9660 1.8G Ubuntu 18.04.1 LTS amd64
sdb2 part vfat 2.3M Ubuntu 18.04.1 LTS amd64
sr0 rom 1024M
KNAME ROTA RO RM STATE MOUNTPOINT
loop0 1 1 0 /rofs
loop1 1 1 0 /snap/core/4917
loop2 1 1 0 /snap/gtk-common-themes/319
loop3 1 1 0 /snap/gnome-3-26-1604/70
loop4 1 1 0 /snap/gnome-calculator/180
loop5 1 1 0 /snap/gnome-characters/103
loop6 1 1 0 /snap/gnome-logs/37
loop7 1 1 0 /snap/gnome-system-monitor/51
sda 1 0 0 running
sda1 1 0 0 /mnt/boot-sav/sda1
sda2 1 0 0
sda5 1 0 0 [SWAP]
sdb 1 0 1 running /cdrom
sdb1 1 0 1
sdb2 1 0 1
sr0 1 0 1 running
=================== 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=916564k,nr_inodes=229141,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=187548k,mode=755)
/dev/sdb on /cdrom type iso9660 (ro,noatime,nojoliet,check=s,map=n,blocksize=2048)
/dev/loop0 on /rofs type squashfs (ro,noatime)
/cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/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/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/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=15075)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=187544k,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)
/var/lib/snapd/snaps/core_4917.snap on /snap/core/4917 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_319.snap on /snap/gtk-common-themes/319 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-26-1604_70.snap on /snap/gnome-3-26-1604/70 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-calculator_180.snap on /snap/gnome-calculator/180 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-characters_103.snap on /snap/gnome-characters/103 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-logs_37.snap on /snap/gnome-logs/37 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-system-monitor_51.snap on /snap/gnome-system-monitor/51 type squashfs (ro,nodev,relatime,x-gdu.hide)
/dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw,relatime,data=ordered)
=================== ls:
/sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity power queue range removable ro sda1 sda2 sda5 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 power queue range removable ro sdb1 sdb2 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 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 hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sdb sdb1 sdb2 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net vhost-vsock video0 zero
ls /dev/mapper: control
Partition 5 does not start on physical sector boundary.
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 896M 0 896M 0% /dev
tmpfs tmpfs 184M 1.7M 182M 1% /run
/dev/sdb iso9660 1.9G 1.9G 0 100% /cdrom
/dev/loop0 squashfs 1.8G 1.8G 0 100% /rofs
/cow overlay 916M 390M 527M 43% /
tmpfs tmpfs 916M 38M 879M 5% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 916M 0 916M 0% /sys/fs/cgroup
tmpfs tmpfs 916M 8.0K 916M 1% /tmp
tmpfs tmpfs 184M 40K 184M 1% /run/user/999
/dev/loop1 squashfs 87M 87M 0 100% /snap/core/4917
/dev/loop2 squashfs 35M 35M 0 100% /snap/gtk-common-themes/319
/dev/loop3 squashfs 141M 141M 0 100% /snap/gnome-3-26-1604/70
/dev/loop4 squashfs 2.4M 2.4M 0 100% /snap/gnome-calculator/180
/dev/loop5 squashfs 13M 13M 0 100% /snap/gnome-characters/103
/dev/loop6 squashfs 15M 15M 0 100% /snap/gnome-logs/37
/dev/loop7 squashfs 3.8M 3.8M 0 100% /snap/gnome-system-monitor/51
/dev/sda1 ext4 455G 37G 397G 9% /mnt/boot-sav/sda1
=================== fdisk -l:
Disk /dev/loop0: 1.8 GiB, 1864450048 bytes, 3641504 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 86.9 MiB, 91099136 bytes, 177928 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop2: 34.7 MiB, 36323328 bytes, 70944 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop3: 140.9 MiB, 147722240 bytes, 288520 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop4: 2.3 MiB, 2433024 bytes, 4752 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop5: 13 MiB, 13619200 bytes, 26600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop6: 14.5 MiB, 15196160 bytes, 29680 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop7: 3.7 MiB, 3887104 bytes, 7592 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: 465.8 GiB, 500107862016 bytes, 976773168 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: dos
Disk identifier: 0x000bbc0f
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 968783759 968781712 462G 83 Linux
/dev/sda2 968783760 976773167 7989408 3.8G 5 Extended
/dev/sda5 968783823 976771182 7987360 3.8G 82 Linux swap / Solaris
Disk /dev/sdb: 14.9 GiB, 16013852672 bytes, 31277056 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: 0x663eb4c4
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 0 3815135 3815136 1.8G 0 Empty
/dev/sdb2 3737268 3741939 4672 2.3M ef EFI (FAT-12/16/32)
=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub2 of sda1 into the MBR of sda.
Additional repair would be performed: unhide-bootmenu-10s
=================== Advice in case of suggested repair
The boot of your PC is in EFI mode, but no EFI partition was detected. You may want to retry after creating a EFI partition (FAT32, 100MB~250MB, start of the disk, boot flag).
Do you want to continue?
=================== Final advice in case of suggested repair
The boot files of [Ubuntu 14.04.6 LTS] are far from the start of the disk. Your BIOS may not detect them. You may want to retry after creating a /boot partition (EXT4, >200MB, start of the disk). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot partition:] option of [Boot-Repair]. (https://help.ubuntu.com/community/BootPartition)
=================== User settings
The settings chosen by the user will not act on the boot.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#48 Le 27/03/2019, à 22:51
- Caribou22
Re : TUTO/RESOLUT dévrouiller ordipass
Bizarre. Ton Ubuntu est apparemment installé en Legacy (non-EFI) :
=================== PARTITIONS & DISKS:
sda1 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, notbiosboot, /mnt/boot-sav/sda1.
sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
Et tu as booté sur ta clé USB en EFI :
=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot disabled. (maybe sec-boot, Please report this message to boot.repair@gmail.com)
Est-ce que tu avais d'autres choix mentionnant l'USB dans le menu de boot en faisant F12 ? Liste-nous les tous sinon.
Je pense qu'il faut booter ta clé USB en Legacy (non-EFI) et ainsi, écraser l'ancienne installation. (Ce que l'on ne fera que quand on sera certains que tu as réussi à booter en Legacy sur ta clé USB.
Les joies des ordis post-2010...
En tout cas, je crois que c'est le premier fil d'un possesseur d'Ordipass qui va aussi loin !!
Hors ligne
#49 Le 27/03/2019, à 22:56
- xubu1957
Re : TUTO/RESOLUT dévrouiller ordipass
@Caribou22
On voit la mention de la 18.04.1 :
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
loop0 loop squashfs 1.8G
loop1 loop squashfs 86.9M
loop2 loop squashfs 34.7M
loop3 loop squashfs 140.9M
loop4 loop squashfs 2.3M
loop5 loop squashfs 13M
loop6 loop squashfs 14.5M
loop7 loop squashfs 3.7M
sda disk 465.8G
sda1 part ext4 462G System
sda2 part 1K
sda5 part swap 3.8G
sdb disk iso9660 14.9G Ubuntu 18.04.1 LTS amd64
sdb1 part iso9660 1.8G Ubuntu 18.04.1 LTS amd64
sdb2 part vfat 2.3M Ubuntu 18.04.1 LTS amd64
sr0 rom 1024M
Mais aucun noyau 4.15 :
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
98.173351288 = 105.412833280 boot/grub/grub.cfg 1
46.272998810 = 49.685254144 boot/grub/i386-pc/core.img 1
120.032588959 = 128.884011008 boot/grub/stage2 1
13.252571106 = 14.229839872 boot/vmlinuz-3.13.0-166-generic 1
0.690071106 = 0.740958208 boot/vmlinuz-3.13.0-167-generic 2
2.486858368 = 2.670243840 boot/vmlinuz-3.13.0-45-generic 1
6.412639618 = 6.885519360 boot/vmlinuz-3.13.0-49-generic 1
45.064193726 = 48.387309568 boot/vmlinuz-3.2.0-34-generic 1
8.265388489 = 8.874893312 boot/vmlinuz-4.4.0-142-generic 1
120.964607239 = 129.884758016 boot/vmlinuz-4.4.0-143-generic 2
120.964607239 = 129.884758016 vmlinuz 2
8.265388489 = 8.874893312 vmlinuz.old 1
6.964569092 = 7.478149120 boot/initrd.img-3.13.0-166-generic 1
1.158786774 = 1.244237824 boot/initrd.img-3.13.0-167-generic 2
47.362834930 = 50.855456768 boot/initrd.img-3.13.0-45-generic 1
47.341350555 = 50.832388096 boot/initrd.img-3.13.0-49-generic 3
47.487644196 = 50.989469696 boot/initrd.img-3.2.0-34-generic 2
1.200847626 = 1.289400320 boot/initrd.img-4.4.0-142-generic 2
121.070346832 = 129.998295040 boot/initrd.img-4.4.0-143-generic 3
121.070346832 = 129.998295040 initrd.img 3
1.200847626 = 1.289400320 initrd.img.old 2
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#50 Le 27/03/2019, à 23:14
- marcodel
Re : TUTO/RESOLUT dévrouiller ordipass
salut
On voit la mention de la 18.04.1
sdb disk iso9660 14.9G Ubuntu 18.04.1 LTS amd64
sdb1 part iso9660 1.8G Ubuntu 18.04.1 LTS amd64
sdb2 part vfat 2.3M Ubuntu 18.04.1 LTS amd64
Mais aucun noyau 4.15
sda1: Location of files loaded by Grub
a+
En ligne