|
发表于 2011-11-22 00:48:15
|
显示全部楼层
[PHP]# general configuration:
set timeout=5
set default=0
set color_normal='light-blue/black'; set color_highlight='light-cyan/blue'
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
# (0) Arch Linux
menuentry "Arch Linux" {
insmod ext2
set root=(hd0,1)
linux /vmlinuz-linux root=UUID=3c0f7e94-5b0c-4a7e-adaa-ec25712c0ad4 rootflags=compress rootfstype=btrfs ro
initrd /kernel26.img
menuentry 'Windows 7' {
insmod chain
insmod ntfs
set root=(hd0,2)
chainloader +1
[/PHP] |
|