: : 벌써 3번째 질문을 올리게 됩니다. 지금까지 아무도 답을 주신 분이 없기에...
: :
: : lilo -R ... 명령을 이용한 후 재부팅하면 ... 에 해당하는 운영체제로 곧바로
: : 부팅이 된다고 합니다.
: : 근데 전 grub 를 사용하고 잇거든요 그래서 grub 에서 위에 해당하는 명령
: : 은 어떻게 해야 하는지 궁금합니다.
: : Man 페이지에 검색을 해봐도 통 찾을 수가 없던데.
: :
: : 이 기능 grub 에서 지원되기는 하는건가요?
: : grub 이 지원되지 않는다면...이게 grub 의 단점이 될수 잇을거 같은데...
: :
: : 답변 부탁드립니다.
:
: Redhat 같은 /boot/grub 디렉토리에 보시면.. menu.lst 파일이
: 있습니다. 요걸 수정하시면 멀티 os부팅이 가능합니다.
:
: 저는 쓰면서 커널이 여러 종류여서 그렇게 쓰고 있는데..
: 예제를 보니까.. 일반 윈도부팅도 가능하네요.
: 관련된 자료는 인터넷에 널려 있습니다. 정확한 키워드만 알고 계시면
: 쉽게 찾으 실수 있을겁니다.
:
: [제가 쓰는.. 시스템의 Grub 메뉴입니다.]
: ------------------------------------------------------------------------
: # 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 (hd0,0)
: # kernel /vmlinuz-version ro root=/dev/hdc2
: # initrd /initrd-version.img
: #boot=/dev/hdc
: default=0
: timeout=3
: title linux
: root (hd0,0)
: kernel /vmlinuz ro root=/dev/hda2 vga=0x305 nousb raid=noautodetect
: title FlashLinux
: map (hd0) (hd1)
: map (hd1) (hd0)
: root (hd0,0)
: kernel /boot/vmlinuz rw root=/dev/ram0 ramdisk_size=98304 vga=0x305 ide=nodma raid=noautodetect
: initrd /boot/initrd.gz
: title Linux-2.4.18
: root (hd0,0)
: kernel /vmlinuz-2.4.18 ro root=/dev/hda2 vga=0x305 raid=noautodetect
: title Linux-2.4.18-rc2
: root (hd0,0)
: kernel /vmlinuz-2.4.18-rc2 ro root=/dev/hda2 vga=0x305 raid=noautodetect
: title Failsafe
: root (hd0,0)
: kernel /vmlinuz-2.4.7-10smp ro root=/dev/hda2 vga=0x
: -----------------------------------------------------------------------
:
: [인터넷에서 찾은 예제]
: ------------------------------------------------------------------
: timeout 5
: color black/yellow yellow/black
: default 0
: password freeos
:
: title My Linux
: kernel (hd0,1)/vmlinuz root=/dev/hda3 idebus=66
:
: title Another Distro!
: kernel (hd0,6)/boot/vmlinuz root=/dev/hda7 idebus=66
:
: title Windows
: root (hd0,0)
: makeactive
: chainloader +1
: -------------------------------------------------------------------
앗 실수~~ 제가 menu.lst로 링크를 걸어 놔서요.
grub.conf
파일입니다. ^^