그렇게 해봤는데요.. 커널 패닉나네요..ㅠ.ㅠ init가 없다고 그러던거 같던데...ㅠ.ㅠ
흑흑..
: 우선 만약을 대비해 리눅스 부팅 디스크를 만들어 두세요.
:
: 제 기억으론 컴파일 마지막에 make install 하면 자동으로 아래 메뉴가 생겼습니다.
: title Red Hat Linux (2.4.18-14) custum
: root (hd1,0)
: kernel /vmlinuz-2.4.18-14custom ro root=LABEL=/
: initrd /initrd-2.4.18-14.img
: 없으면 추가해 주시고, 리부팅 하면 위의 메뉴가 추가 될 겁니다.
: 그걸 선택 후 잘 되면 필요없는 메뉴 지우면 됩니다.
:
: 만약, 오류로 인해서 grub>만 나오면,
: http://support.mizi.com/faq/2.0/install/#7 : 참고하세요.
:
: : 리눅스에서 NTFS파일시스템을 써보겠다고 오늘 컴파일에 도전했습니다.
: :
: : 컴파일은 책에 나온대로 따라해서 끝냈구요..
: :
: : 그랬더니 /boot에 kernel-2.4.18-14custom이 생겨 있더군요..
: :
: : 음.. /boot/grub/gurb.conf에다가 뭐라고 써야 할텐데..
: :
: : 뭐라구 써야.. 될까~ 요? --;;
: :
: : 참 저는 세컨드리 슬레이브에있는 하드를 리눅스용으로 쓰고있구요..
: :
: : hdd1에 /boot마운트 되어있어요.. /는 hdd2에 되어있구요..
: :
: : 도와주세요...ㅠ.ㅠ
: :
: : 저의 grub.conf 내용입니다.. 레드헷8.0사용중입니다.. 윈도우용 하드는
: :
: : 프라이메리 마스터이구요.. 그럼..
: :
: : # grub.conf generated by anaconda
: : #
: : # Note that you do not have to rerun grub after making changes to this file
: : # NOTICE: You have a /boot partition. This means that
: : # all kernel and initrd paths are relative to /boot/, eg.
: : # root (hd1,0)
: : # kernel /vmlinuz-version ro root=/dev/hdd2
: : # initrd /initrd-version.img
: : #boot=/dev/hda
: : default=1
: : timeout=10
: : splashimage=(hd1,0)/grub/splash.xpm.gz
: :
: : title Red Hat Linux (2.4.18-14)
: : root (hd1,0)
: : kernel /vmlinuz-2.4.18-14 ro root=LABEL=/
: : initrd /initrd-2.4.18-14.img
: :
: : title Windows XP
: : rootnoverify (hd0,0)
: : chainloader +1