: 레드햇 7.2 깔구 윈도 이천 깔았더니
: 그럽이 없어졌군요..
: 어케 살리나요??
[답글]
우선 리눅스 부팅디스크를 만드셨나요?
있다는 가정하면, 부팅 후 루트 계정 쉘에서
# cd /sbin/
# ./grub-install /dev/hda1
"
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.
# this device map was generated by anaconda
(fd0) /dev/fd0
(hd0) /dev/hda
(hd1) /dev/hdc
"
요렇게 나욥니다. 이 것은 MBR(마스터 부트 레코드)가 있는
C드라이브의 첫번째 파디션(/dev/hda1) 에 설치한다는 겁니다.
글구 부팅디스크가 없다면, 윈도우의 멀티 부팅으로 리눅스를
부팅하는 프로그램 loading.exe 가 있다고 합니다.
저는 안써봐서 몰라서요. http://www.kldp.org 에 가서 찾아
보시면 될 것 같군요.
도움이 되었나요?
Grub 사용법 링크입니다.
http://kr.hancom.com/lecture/scripts/index.php?mode=view&code=tipntech&leorder1=A&leorder2=001