简体   繁体   English

如何使用VirtualBox引导CDLinux映像?

[英]How to boot CDLinux image with VirtualBox?

I'm not sure stackoverflow is the best place to ask this question but it is worth a try. 我不确定stackoverflow是问这个问题的最佳地方,但是值得一试。

I am trying to launch CDLinux , which is a linux-based OS. 我正在尝试启动CDLinux ,这是一个基于Linux的操作系统。 I've installed it on a flashdrive using Linux Live USB Creator . 我已经使用Linux Live USB Creator将其安装在闪存驱动器上 I can either boot on it by restarting my computer or boot on it with VirtualBox. 我可以通过重新启动计算机来启动它,也可以使用VirtualBox来启动它。 (I'm running Windows 7) (我正在运行Windows 7)

The problem is that when I try to boot on it (either ways) I am supposed to access a screen where I can select my language and then the OS should start. 问题是,当我尝试以任何一种方式启动时,都应该访问一个可以选择语言的屏幕,然后操作系统才能启动。
But instead I have access to a command terminal. 但是我可以访问命令终端。

Each line starts with grub> If I type "boot" the output is Error 8 : Kernel must be loaded before booting What should I do to be able to boot my CDLinux OS? 每行以grub>开头。如果输入“ boot”,则输出为Error 8 : Kernel must be loaded before booting启动CDLinux OS?

Thanks 谢谢

Exactly the control is transfered to from BIOS to your kernel code, but the control is remain under the grub. 确实将控件从BIOS转移到了您的内核代码,但控件仍保留在grub中。 What it means is that grub cant able to find the loadable kernel image. 这意味着grub无法找到可加载的内核映像。 So what you need to do is that, you need to tell the grub where the valid kernel image is reside. 因此,您需要做的就是告诉grub有效的内核映像位于何处。

Please refer the grub manual to load the exact kernel image. 请参阅grub手册以加载确切的内核映像。 EX

http://www.centos.org/docs/4/html/rhel-rg-en-4/s1-grub-commands.html http://www.centos.org/docs/4/html/rhel-rg-zh-4/s1-grub-commands.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM