Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Rescue Floppy
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Gnux
n00b
n00b


Joined: 14 Aug 2003
Posts: 38

PostPosted: Sat Aug 23, 2003 1:42 pm    Post subject: Rescue Floppy Reply with quote

Bonjour
Comment en fait on une à la fin de l'install?
Paske on sait jamais si ça boote pas ou si ensuite
on a un problème (style coupure de courant et linux
qui démarre plus 8O )
Merci :D
Back to top
View user's profile Send private message
Leander256
l33t
l33t


Joined: 05 Jul 2003
Posts: 910
Location: Singapour

PostPosted: Sat Aug 23, 2003 2:04 pm    Post subject: Reply with quote

Ton CD d'install sert aussi de CD de secours. Tu refais comme un début d'installation avec mount et chroot, tout simplement.
Back to top
View user's profile Send private message
yuk159
Veteran
Veteran


Joined: 18 Apr 2003
Posts: 1802
Location: noumea ,nouvelle-caledonie

PostPosted: Sat Aug 23, 2003 4:28 pm    Post subject: Reply with quote

Et si tu veux creer une tite disquette de boot tout bete, la methode est indique dans la doc d'installation de gentoo ;) ---> ici

Pour GRUB :
Quote:
GRUB Bootdisks

Code listing 24.1: Création de la disquette de démarrage de GRUB

# mke2fs /dev/fd0
# mount /dev/fd0 /mnt/floppy
# mkdir -p /mnt/floppy/boot/grub
# cp /usr/share/grub/i386-pc/stage1 /mnt/floppy/boot/grub/
# cp /usr/share/grub/i386-pc/stage2 /mnt/floppy/boot/grub/
# umount /mnt/floppy
# grub

grub> root (fd0)
grub> setup (fd0)
grub> quit

Redémarrez à présent sur la disquette. Lors du prompt grub>, vous pourrez alors éxecuter root et setup.


Et LILO :
Quote:
Disquettes de démarrage de LILO

Si vous utilisez LILO, vous devriez aussi faire une disquette de démarrage :

Code listing 24.2: Création d'une disquette de démarrage

# dd if=/boot/your_kernel of=/dev/fd0
Ne marchera que si votre kernel fait moins que 1.4MB

_________________
The box said: "Requires Windows 98/2000/XP/NT, or better."
So, I installed LINUX!
Instagram
Back to top
View user's profile Send private message
Gnux
n00b
n00b


Joined: 14 Aug 2003
Posts: 38

PostPosted: Sat Aug 23, 2003 6:24 pm    Post subject: Reply with quote

Merci beaucoup :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum