[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [linux-team] /boot séparée
Non, justement si son image est sur /dev/hda (dénommé par /boot) et que
son root est sur /dev/hda6 , il faut mettre
image=/boot/vmlinuz
root=/dev/hda6
A mon sens, le append n'est pas nécessaire. Mais il faut que les
partitions soient montées convenablement avant d'exécuter lilo.
Maintenant, ce que je te suggère de faire, c'est de booter entièrement
sur une disquette (sans prendre le relai sur ton disque).
Ensuite, tu fais:
mkdir /myroot
mount -t ext2 /dev/hda6 /myroot
Là tu devrais avoir ton root filesystem habituel dans /myroot, ainsi
qu'un répertoire /myroot/boot vide. On poursuit alors:
mount -t ext2 /dev/hda1 /myroot/boot
Tu édites /myroot/etc/lilo.conf et tu mets image=/boot/vmlinuz et
root=/dev/hda6.
Puis il faut exécuter lilo en lui disant que ton root directory n'est
pas sur / mais sur /myroot:
/myroot/sbin/lilo -r /myroot
... et tu me dis si ça a marché :-)
Bon boulot,
Christophe.
Laurent Gosselin wrote:
>
> > En fait, toute la problématique est là, je pense.
> > Mon root c'est /dev/hda6, qui doit monter /dev/hda1 sur /boot
> > Mais lors de l'execution de lilo, rien n'est encore monté, donc sur
> > /dev/hda6, /boot est ... vide.
> Disons plutot qu'il cherche un répertoire /boot sur ton /dev/hda6.
>
> Essaie un truc du genre :
> image = /vmlinuz
> root = /dev/hda1
> label = linux
> append="root=/dev/hda6"
>
> Ce n'est qu'une suggestion... je ne suis pas sur que ça ira. Enfin sinon, tu as toujours la disquette pour démarrer :-)
>
> Bon courage,
>
> Mckittrick
>
> -- All Basic programmers never die, they just gosub and don't return.
>
> ______________________________________________________________________
> Sur WebMailS.com, mon adresse de courrier électronique gratuite.
> Service multilingue, sûr, et permanent. http://www.webmails.com/
>
> ---------
> Visit the Linux Supertore Online: http://www.redcorp.com !
> If you want to be deleted from the list, send a mail to
> majordomo@rtfm.be with "unsubscribe linux-team" in the body.
> Archive of the list: http://tania.be.linux.org/
--
>>>>--------------->
Once it's perfectly aimed, the flying arrow goes straight to its target.
Thus, don't worry when things go right.
There will be enough time to worry about if they go wrong.
Then, it's time to fire a new arrow towards another direction.
Don't sink. Adapt yourself ! The archer has to shoot accurately and
quickly.
[Words of Erenthar, the bowman ranger] <---------------<<<<
---------
Visit the Linux Supertore Online: http://www.redcorp.com !
If you want to be deleted from the list, send a mail to
majordomo@rtfm.be with "unsubscribe linux-team" in the body.
Archive of the list: http://tania.be.linux.org/