当前位置: 技术问答>linux和unix
关于 Fedora core 7 安装后的grub 显示问题??
来源: 互联网 发布时间:2016-02-07
本文导语: 安装Fedora core 7 后,系统启动时grub引导时,fedora core 7 显示两次? 其中grub.conf 文件中主要如下: #boot=/dev/sda default=2 timeout=10 splashimage=(hd0,7)/grub/splash.xpm.gz #hiddenmenu title Fedora 7 (2.6.20-2925.9.fc7xen) root ...
安装Fedora core 7 后,系统启动时grub引导时,fedora core 7 显示两次?
其中grub.conf 文件中主要如下:
#boot=/dev/sda
default=2
timeout=10
splashimage=(hd0,7)/grub/splash.xpm.gz
#hiddenmenu
title Fedora 7 (2.6.20-2925.9.fc7xen)
root (hd0,7)
kernel /xen.gz-2.6.20-2925.9.fc7
module /vmlinuz-2.6.20-2925.9.fc7xen ro root=LABEL=/ rhgb quiet
module /initrd-2.6.20-2925.9.fc7xen.img
title Fedora 7-base (2.6.21-1.3194.fc7)
root (hd0,7)
kernel /vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.21-1.3194.fc7.img
title window xp
rootnoverify (hd0,0)
chainloader +1
这个文件里面也有两个,我不知道这两个有什么区别?请高手朋友给我分析一下? 好像 内核kernel 有两个版本?
其中grub.conf 文件中主要如下:
#boot=/dev/sda
default=2
timeout=10
splashimage=(hd0,7)/grub/splash.xpm.gz
#hiddenmenu
title Fedora 7 (2.6.20-2925.9.fc7xen)
root (hd0,7)
kernel /xen.gz-2.6.20-2925.9.fc7
module /vmlinuz-2.6.20-2925.9.fc7xen ro root=LABEL=/ rhgb quiet
module /initrd-2.6.20-2925.9.fc7xen.img
title Fedora 7-base (2.6.21-1.3194.fc7)
root (hd0,7)
kernel /vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.21-1.3194.fc7.img
title window xp
rootnoverify (hd0,0)
chainloader +1
这个文件里面也有两个,我不知道这两个有什么区别?请高手朋友给我分析一下? 好像 内核kernel 有两个版本?
|
Xen is a high performance and secure open source virtualization framework. Virtualization allows one to run many guest virtual machines on top of a host operating system such as Fedora. What this means is that using one computer, you can mimick several individual computers and even run different operating systems in each of these virtual machines. Virtualization has been around for some time in products such as VMWare and VirtualPC, however it has historically been resource intensive and the guest operating systems ran at quite a performance hit. Xen however uses a different approach of being a true hypervisor and platform and has taken virtualization to a new level of performance and security.
By using modified kernels, Xen can take advantage of certain capabilities that allow you to have all the benefits of virtualization, without incurring the huge performance penalty often associated with virtualization. You can run guest operating systems at near native speeds with Xen.
The security of your environment can be enhanced by running different services in complete isolation, without resorting to the purchase of additional costly hardware. If your server used to run a web server and an e-mail server together, you can now isolate these two services and run them as though they were running on completely separate machines. Using Xen, you can run an environment of multiple operating systems, all from one machine.
By using modified kernels, Xen can take advantage of certain capabilities that allow you to have all the benefits of virtualization, without incurring the huge performance penalty often associated with virtualization. You can run guest operating systems at near native speeds with Xen.
The security of your environment can be enhanced by running different services in complete isolation, without resorting to the purchase of additional costly hardware. If your server used to run a web server and an e-mail server together, you can now isolate these two services and run them as though they were running on completely separate machines. Using Xen, you can run an environment of multiple operating systems, all from one machine.
|
这两个加载的内核镜像不一样,vmlinuz-2.6.20-2925.9.fc7xen是vmlinuz-2.6.21-1.3194.fc7一个虚拟化扩展,就是多了个xen,能为unix上的软件提供更强大的可移植性。