因为工作问题,离开LINUX又有一段时间了,想在公司安装个Ubuntu8.04,在网上看了一些安装的贴子(http://linux.chinaunix.net/docs/2006-10-31/3099.shtml)
-----------------------------------------------------
编辑C:\boot\grub\menu.lst 加入:
title Install-Ubuntu 791
kernel (hd0,0)/vmlinuz root=/dev/ram ramdisk_size=32000 devfs=mount,dall vga=791
initrd (hd0,0)/initrd.gz
boot
title Install-Ubuntu 792
kernel (hd0,0)/vmlinuz root=/dev/ram ramdisk_size=32000 devfs=mount,dall vga=792
initrd (hd0,0)/initrd.gz
boot
title Install-Ubuntu 771
kernel (hd0,0)/vmlinuz root=/dev/ram ramdisk_size=32000 devfs=mount,dall vga=771
initrd (hd0,0)/initrd.gz
boot
-------------------------------------------
vmlinuz 和 initrd.gz放在C盘根目录下,启动系统,进入Gurb选择title Install-Ubuntu 791(792,771也试过)电脑进行一系列检索后出现警告信息:dev/ram does not exist!
请问这是怎么回事?
protoss2008 于 2008-10-07 12:16:15发表:
检测完毕,最后面几行是这样提示的:
done.
check root=bootarg cat /proc/cmdline
or missing modules, devices: cat /pro/modules is /dev
ALERT! /dev/ram0 does not exist. Dropping to a shell!