Page 2 sur 2
Re: [problème au boot] Joyeusetés au boot après MàJ
Publié : ven. 07 août 2009, 22:06
par benjarobin
Alors soit tu n'as rien monter soit tu as un gros problème
http://linux.die.net/man/8/mount
J'ai bien dis monter tes partition, et
ensuite tape mount en root
Edit: Désole je me suis relus, et en effet ce n'était pas bien clair

Re: [problème au boot] Joyeusetés au boot après MàJ
Publié : sam. 08 août 2009, 02:10
par mélodie
benjarobin a écrit :Je veux dire le vieux grub (version 1) pas le tout nouveau en version 2 (en beta ?), ne peux pas lire de partition ext4, donc ne peux pas lire le noyau
Si : le grub vieux lit le ext4. Il le lit même fort bien : ça fait des mois que ça dure chez moi.
/dev/sdb1: UUID="f62e1c93-7a0b-4465-a591-136df7f00e44" TYPE="ext4" LABEL="Archlinux2009"
/dev/sdb6: UUID="0b68de04-2f6e-4c74-8dc0-443aef5e0db5" TYPE="ext4" LABEL="ArchHome2009"
/dev/sdb8: UUID="cab60c42-03d8-4ef1-b7a8-2e8808a92b55" TYPE="ext4" LABEL="ArchMedia2009"
$sudo grub
GNU GRUB version 0.97 (640K lower / 3072K upper memory)
[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename. ]
grub>
$ uname -a
Linux noisette 2.6.30-ARCH #1 SMP PREEMPT Fri Jun 19 20:44:03 UTC 2009 x86_64 AMD Athlon(tm) 64 Processor 3700+ AuthenticAMD GNU/Linux
Halte au feu...
PS: le monsieur qui a le problème : as-tu essayé de réinstaller grub ?
en root depuis un live cd, sans rien monter :
# grub (valider)
# root (hd0,X) (X est le n° de partoche à monter -1 : si c'est sda5 sur disque dur premier port tu écris (hd0,4) puis tu valides)
# setup (hd0) (si tu veux grub sur le MBR du disque dur maître sur premier port, puis tu valides)
Re: [problème au boot] Joyeusetés au boot après MàJ
Publié : sam. 08 août 2009, 03:12
par Biganon
Bon ça me gave, je formate.
Re: [problème au boot] Joyeusetés au boot après MàJ
Publié : sam. 08 août 2009, 03:59
par benjarobin
mélodie a écrit :
Si : le grub vieux lit le ext4. Il le lit même fort bien : ça fait des mois que ça dure chez moi.
J'ai beau chercher je ne sais absolument pas pourquoi j'étais persuadé que la version de GRUB 1 n'était pas compatible avec ext4... Je trouverai... Mais en effet GRUB est compatible ext4
Donc voila :
http://forums.archlinux.fr/post27077.html
http://forums.archlinux.fr/topic3025.ht ... rub%20ext4
Booting off an ext4 partition is still unsupported with the GrUB version currently available for openSuSE, so be sure to have /boot as an extra partition before converting your rootfs to ext4!
source
http://ext4.wiki.kernel.org/index.php/Ext4_Howto
One very important thing to keep in mind is that there is NOT Ext4 GRUB support. Well, that wasn't exactly true: There is grub support, but it's not very spread in the currently available distros. There's ext4 support in the GRUB2 development branch, but since GRUB2 is not stable, most of distros are using the 0.9x versions.
http://kernelnewbies.org/Ext4
Donc ils ajouter le support de ext4 en court a la version 1, je ne suis pas fous
Je pensais juste que c'était réserver à la version 2