From owner-FreeBSD-users-jp@jp.FreeBSD.org Fri Feb 20 22:03:51 2009
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id n1KD3pe61674;
	Fri, 20 Feb 2009 22:03:51 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from watt.1kw.jp (p202-216-238-132.sub.ne.jp [202.216.238.132])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id n1KD3pq61669
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Fri, 20 Feb 2009 22:03:51 +0900 (JST)
	(envelope-from ikesan@1kw.jp)
Received: from localhost (j127237.ppp.asahi-net.or.jp [61.213.127.237])
	by watt.1kw.jp (Postfix) with SMTP id E4141615326
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Fri, 20 Feb 2009 22:03:23 +0900 (JST)
From: ikesan <ikesan@1kw.jp>
To: FreeBSD-users-jp@jp.FreeBSD.org
Message-Id: <20090220220343.41f4f7c5.ikesan@1kw.jp>
In-Reply-To: <20090220211824.9CD5.E2B4399A@ybb.ne.jp>
References: <20090220202526.3FD6.E2B4399A@ybb.ne.jp>
	<20090220210919.e46dbb79.ikesan@1kw.jp>
	<20090220211824.9CD5.E2B4399A@ybb.ne.jp>
X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0)
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-2022-JP
Content-Transfer-Encoding: 7bit
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Fri, 20 Feb 2009 22:03:43 +0900
X-Sequence: FreeBSD-users-jp 92100
Subject: [FreeBSD-users-jp 92100] Re: Linux
 =?ISO-2022-JP?B?GyRCJEgbKEI=?= FreeBSD
 =?ISO-2022-JP?B?GyRCJHJGMTVvJDUkOyQ/JCQbKEI=?= 
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: ikesan@1kw.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+060209

Ikesan$B$G$9!#(B

$B0J2<$,(B FreeBSD $B$N(B ports/sysutils/grub/work/grub-0.97/docs/menu.lst $B$NA4J8$G$9!#(B

Linux $B$G$b(B menu.lst $B$N%5%s%W%k$O$"$j$^$;$s$+!)(B

#find / -name menu.lst -print 
$B$H$7$?$i=P$F$-$^$;$s$+!#(B

ML$B$KJV?.$9$k$H$-$NITMW$J0zMQ$O;_$a$^$7$g$&$M!#(B

------- $B$3$3$+$i(B ------

#
# Sample boot menu configuration file
#

# Boot automatically after 30 secs.
timeout 30

# By default, boot the first entry.
default 0

# Fallback to the second entry.
fallback 1

# For booting GNU/Hurd
title  GNU/Hurd
root   (hd0,0)
kernel /boot/gnumach.gz root=hd0s1
module /boot/serverboot.gz

# For booting GNU/Linux
title  GNU/Linux
root (hd1,0)
kernel /vmlinuz root=/dev/hdb1
#initrd /initrd.img

# For booting GNU/kFreeBSD
title  GNU/kFreeBSD
root   (hd0,2,a)
kernel /boot/loader.gz

# For booting GNU/kNetBSD
title  GNU/kNetBSD
root   (hd0,2,a)
kernel --type=netbsd /boot/knetbsd.gz

# For booting Mach (getting kernel from floppy)
title  Utah Mach4 multiboot
root   (hd0,2)
pause  Insert the diskette now^G!!
kernel (fd0)/boot/kernel root=hd0s3
module (fd0)/boot/bootstrap

# For booting FreeBSD
title  FreeBSD
root   (hd0,2,a)
kernel /boot/loader

# For booting NetBSD
title  NetBSD
root   (hd0,2,a)
kernel --type=netbsd /netbsd

# For booting OpenBSD
title  OpenBSD
root   (hd0,2,a)
kernel --type=netbsd /bsd

# For booting OS/2
title OS/2
root  (hd0,1)
makeactive
# chainload OS/2 bootloader from the first sector
chainloader +1
# This is similar to "chainload", but loads a specific file
#chainloader /boot/chain.os2

# For booting Windows NT or Windows95
title Windows NT / Windows 95 boot menu
rootnoverify (hd0,0)
makeactive
chainloader  +1
# For loading DOS if Windows NT is installed
# chainload /bootsect.dos

# For installing GRUB into the hard disk
title Install GRUB into the hard disk
root    (hd0,0)
setup   (hd0)

# Change the colors.
title Change the colors
color light-green/brown blink-red/blue


----- $B$3$3$^$G(B ------
