par DamZ91 » 15 Jan 2009 17:42
moi je les fait aussi mais il y a des manipulations à faire pour restorer grub qui lui n'accepte pas le clonnage.
voici:
1. Boot from Knoppix CD
If the TFT screen is not detected, reboot, press F2 for additional parameters and type the following:
knoppix xmodule=vesa (press Enter)
2. Open a terminal window under Knoppix
3. Type 'su' (without quotes) to enter in root mode
4. Type 'fdisk -l' (without quotes) to make sure that the 3 partitions are available (hda1, hda2, hda4)
5. Mount the partitions as follows:
mount -t ext3 /dev/hda4 /mnt/hda4 [press Enter] (the / partition)
mount -t ext3 /dev/hda2 /mnt/hda4/var/log [press Enter]
mount -t ext3 /dev/hda1 /mnt/hda4/boot [press Enter]
6. Type ‘Chroot /mnt/hda4’ (without quotes) and press Enter
7. Type ‘grub’ (without quotes) and press Enter
8. Type the following commands inside the grub shell and press Enter after each parameter:
device (hd0) /dev/hda
root (hd0,0)
install /grub/stage1 (hd0) /grub/stage2 /grub/grub.conf
quit
9. After typing ‘quit’, you should go back to the shell prompt.
10. Now you can remove the Knoppix CD and reboot.
tester et valider enjoy