init 1
ou sur CentOS par exemple, tappez sur F5 au boot :
linux rescue
root@os# grub --config-file=/mnt/sysimage/boot/grub/grub.conf grub> root (hd0,1) grub> setup (hd0) grub> quit
cp -R /dev/* /mnt/sysimage/dev/
chroot /mnt/sysimage
grub-install /dev/sda
Exemple d'une partition Windows situé sur le 1er disque partition 3
vi /mnt/sysimage/boot/grub/grub.conf
title -start Windows ... rootnoverify chainloader +1
Exemple d'une entrée au runlevel 3
kernel /boot/vmlinuz-2.6.17 ro root=/dev/hda6 3
Après modification de /etc/fstab, il peut arriver que l'OS bloque le FS en read only.
mount -F ufs -o rw,remount /