Page 1 sur 1

[Grub] problème de demarrage (résolu)

Publié : jeu. 04 juin 2015, 13:33
par mine
Bonjour les amis , :chinois:

au reboot dans tty :

Code : Tout sélectionner

early console in decompress_kernel

    Decompressing Linux ...  Parsing ELP... done
    Booting the kernel.
    starting version 219
    ERROR: Unable to find root device 'UUID=9d0d3f5d-5178-483b-80ce-116f78f94d74' .
    You are being dropped to a recovery shell
      Type 'exit' to try and continue booting
    sh: can't access tty: job control turned off
    [rootfs /]#

Code : Tout sélectionner

~ $ sudo blkid
[sudo] password for mine: 
/dev/sda1: LABEL="Windows Vista pro" UUID="CCB4501FB4500DF8" TYPE="ntfs" PARTUUID="ccded89f-01"
/dev/sda5: LABEL="swap" UUID="ef58b674-1bc3-433e-88bf-123fe858c77b" TYPE="swap" PARTUUID="ccded89f-05"
/dev/sda6: LABEL="Debian.8.0.0" UUID="26d34042-49fe-45d1-917a-5edba44639df" TYPE="ext4" PARTUUID="ccded89f-06"
/dev/sda7: LABEL="Antergos" UUID="45e0216c-4819-4830-a12b-f21e6afcddc8" TYPE="ext4" PARTUUID="ccded89f-07"
/dev/sda8: LABEL="FreeBSD" UUID="d6f489c0-7831-4a01-b74b-ebde7aedcfc4" TYPE="ext2" PARTUUID="ccded89f-08"
/dev/sda9: LABEL="Slackware" UUID="0908aff8-fc84-4b3b-9755-1e6fbfb4cef5" TYPE="ext2" PARTUUID="ccded89f-09"
/dev/sda10: LABEL="Arch" UUID="2668855e-6923-4244-be8e-8346c14230f5" TYPE="ext2" PARTUUID="ccded89f-0a"
~ $ 
Vous avez une idée ??

Re: [ lxdm ] problème de demarrage

Publié : jeu. 04 juin 2015, 13:58
par benjarobin
Bonjour,
Quel est le rapport avec lxdm ?
Le message est évident, tu donnes toi même la réponse, cet UUID n'existe pas !
Pourquoi certaines partitions sont en ext2, il n'y a pas de journal c'est très dangereux surtout suite à une coupure de courant ou un plantage (ext4 fournit une sécurité plus importante et de bien meilleurs performances) ? A moins que ce soit des partitions de boot ?
Peux tu expliquer ton partitionnement (type de la table), les OS installés, comment tu démarres (UEFi ou MBR), quel gestionnaire de boot / bootloader ?

Re: [ lxdm ] problème de demarrage

Publié : jeu. 04 juin 2015, 14:35
par mine
(( comment tu démarres (UEFi ou MBR), quel gestionnaire de boot / bootloader ? ))
-------------------------------------------

avec MBR ..
os-prober ..
BIOS

Re: [ lxdm ] problème de demarrage

Publié : jeu. 04 juin 2015, 14:39
par benjarobin
C'est une réponse très détaillée qui répond point par point à mes questions... ou pas...
Bon si je décode, tu as un Grub qui démarre en mode MBR sur une table de partition msdos (mais c'est quelle distribution Linux qui gère Grub ?).
Par contre cela ne répond pas du tous aux autres questions !

Re: [ lxdm ] problème de demarrage

Publié : jeu. 04 juin 2015, 16:37
par mine

Code : Tout sélectionner

~ $ sudo pacman -S grub
[sudo] password for mine: 
warning: grub-1:2.02.beta2-5 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) grub-1:2.02.beta2-5

Total Installed Size:  28.87 MiB
Net Upgrade Size:       0.00 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                     [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
(1/1) checking available disk space                [######################] 100%
(1/1) reinstalling grub                            [######################] 100%
~ $ sudo grub-mkconfig -o /boot/grub/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/initramfs-linux.img
Found fallback initramfs image: /boot/initramfs-linux-fallback.img
rmdir: failed to remove ‘/var/lib/os-prober/mount’: Device or resource busy
rmdir: failed to remove ‘/var/lib/os-prober/mount’: Device or resource busy
rmdir: failed to remove ‘/var/lib/os-prober/mount’: Device or resource busy
rmdir: failed to remove ‘/var/lib/os-prober/mount’: Device or resource busy
rmdir: failed to remove ‘/var/lib/os-prober/mount’: Device or resource busy
done
~ $ sudo grub-mkconfig -o /boot/grub/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/initramfs-linux.img
Found fallback initramfs image: /boot/initramfs-linux-fallback.img
rmdir: failed to remove ‘/var/lib/os-prober/mount’: Device or resource busy
rmdir: failed to remove ‘/var/lib/os-prober/mount’: Device or resource busy
rmdir: failed to remove ‘/var/lib/os-prober/mount’: Device or resource busy
rmdir: failed to remove ‘/var/lib/os-prober/mount’: Device or resource busy
Found Windows Vista (loader) on /dev/sda1
Found Debian GNU/Linux (8.0) on /dev/sda6
Found Antergos Linux release 2015.04 (ISO-Rolling) on /dev/sda7
done
~ $ 



Résolu .. :D