|
使用vmlite你能使用ubuntu 10.04吗??
这个我是很头疼的问题啊!按照教程应该是没有问题的,我还是从官网上下载了对应的文件,很纠结的是我还是无法登陆啊!直接就跳
- mount: mounting /dev on /root/dev failed: No such file or directory
- mount: mounting /sys on /root/sys failed: No such file or directory
- mount: mounting /proc on /root/proc failed: No such file or directory
- Target file system doesn't have /sbin/init
- No init found. Try passing init= bootarg
复制代码
我本来是要通过安装10.04来了解,之后过渡到10.10,无法进入系统!
10.10的vhd我也做好了,对应的修改我也做了!出现的问题和10.04一样,这个就教了!
下面我把10.10使用的时候要修改的地方发出来
- menuentry "VHD Ubuntu 10.10" {
- insmod vhd
- vhd vhd0 (hd0,1)/ubuntu/ubuntu.vhd --partitions
- linux (vhd0,1)/boot/vmlinuz-2.6.35-22-generic root=/dev/sda1 vloop=/ubuntu/ubuntu.vhd splash
- initrd (vhd0,1)/boot/initrd.img-2.6.35-22-generic
- }
复制代码
vmlinuz-2.6.35-22-generic
initrd.img-2.6.35-22-generic
是我修改的地方
通过官方的readme可以推测出来10.04和10.10有不同之处,在虚拟机安装以后,进入boot文件中,我发现上述文件发生改变,我再ubuntu上了解到,10.10的内核发生了改变,恰好这两个文件就是linux的内核文件,其他的修改通之前的一样,我就不过多解释!
现在我就想问问大家有什么办法解决我的问题!或者大家来讨论一下吧!! |
|