듀얼부팅에서 디폴트 부팅 OS 를 바꾸고싶습니다

DefaultX의 이미지

FC3 를 기존의 XP에 듀얼로 설치하면서 기본값을 페도라로 설정한듯 합니다
FC2와 달리 OS 선택 시간이 무지 짧아진것 같은데,
기존의 페도라 대신 XP 로 기본로딩되도록 하려면 어디를 고쳐야 하나요?

김정민의 이미지

아마 FC3라면 GRUB을 사용할겁니다.

/boot/grub/menu.lst을 고치시면 되구요.

http://debianusers.org/DebianWiki/wiki.php/grub#s-1.4

이걸로 grub설정을 참고하시고, default랑 timeout값을 바꿔보시는게 좋겠네요.

se7enkey의 이미지

페도라를 써보지 않아서 기본으로 설정된 부트메니져가 뭔지 모릅니다.

LILO라면

http://doc.kldp.org/KoreanDoc/Lilo-KLDP

GRUB라면

http://wiki.kldp.org/wiki.php/GRUB 여기를 보시면 됩니다.

DefaultX의 이미지

Core3 에서는 grub.conf 군요
덕분에 해결하였습니다
그런데 Core2처럼 아예 리스트가 나열되게 하려면 어딜 건드려야 할까요?

감사합니다

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,1)
#          kernel /boot/vmlinuz-version ro root=/dev/hda2
#          initrd /boot/initrd-version.img
#boot=/dev/hda
#맨위부터 0
default=2
#타임아웃설정
timeout=20
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.10-1.760_FC3)
	root (hd0,1)
	kernel /boot/vmlinuz-2.6.10-1.760_FC3 ro root=LABEL=/1 rhgb quiet
	initrd /boot/initrd-2.6.10-1.760_FC3.img
title Fedora Core (2.6.9-1.667)
	root (hd0,1)
	kernel /boot/vmlinuz-2.6.9-1.667 ro root=LABEL=/1 rhgb quiet
	initrd /boot/initrd-2.6.9-1.667.img
title Window XP
	rootnoverify (hd0,0)
	chainloader +1

Now Starting ....

7339989b62a014c4ce6e31b3540bc7b5f06455024f22753f6235c935e8e5의 이미지

i9977 wrote:
Core3 에서는 grub.conf 군요
덕분에 해결하였습니다
그런데 Core2처럼 아예 리스트가 나열되게 하려면 어딜 건드려야 할까요?

감사합니다

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,1)
#          kernel /boot/vmlinuz-version ro root=/dev/hda2
#          initrd /boot/initrd-version.img
#boot=/dev/hda
#맨위부터 0
default=2
#타임아웃설정
timeout=20
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.10-1.760_FC3)
	root (hd0,1)
	kernel /boot/vmlinuz-2.6.10-1.760_FC3 ro root=LABEL=/1 rhgb quiet
	initrd /boot/initrd-2.6.10-1.760_FC3.img
title Fedora Core (2.6.9-1.667)
	root (hd0,1)
	kernel /boot/vmlinuz-2.6.9-1.667 ro root=LABEL=/1 rhgb quiet
	initrd /boot/initrd-2.6.9-1.667.img
title Window XP
	rootnoverify (hd0,0)
	chainloader +1

hiddenmenu가 있는 줄을 지우면 됩니다.

DefaultX의 이미지

말씀하신대로 주석을 붙였더니 해결되었습니다

감사합니다.. ^^

Now Starting ....