[TIP] Linux Bootloader 복구 방법
- 파이팅건맨
- Sep 29, 2005
- 612
Linux Bootloader 복구 방법에 관한 짧막한 메모 입니다. 까먹을때마다 참고하세요.^^
chroot /mnt/sysimage
[ cd /boot/grub -> ls menu.lst 에서 파티션 확인]
/sbin/grub
root (hd0, 4)
install /boot/grub/stage1 d (hd0) /boot/grub/stage2 p /boot/grub/menu.lst
quit
