硬盘安装Kubuntu 9.04出现问题
发表于 : 2009-10-29 21:56
在WinXP的基础上,以下面的方法硬盘安装Kubuntu 9.04:
1,下载GRUB (注意:在下载的过程中,IE有时会自动加上.Dat的扩展名,如果如此,将文件名 grldr.dat 改为 grldr )
GRUB
2,将 复制到grldr C:\\,编辑C:\\BOOT.INI,加入一行:
C:\\GRLDR="GRUB"
BOOT.INI 是隐藏的,且有可能是只读的,要把只读取消才能保存
3,下载以下文件放在c盘根目录 vmlinuz initrd.gz
4,重新启动计算机,按 c 进入 grub 命令行根据下载的文件存放的位置,输入并回车(红色的)
grub>kernel (hd0,0)/vmlinuz root=/dev/ram ramdisk_size=20000 devfs=mount,dall
grub>initrd (hd0,0)/initrd.gz
grub>boot
在boot以后,滚动一系列的文本内容后出现如下提示,光标在闪就不再安装了,是怎么回事?
[5,000133] Clocksource tsc unstalbe (delta=-403485934 ns)
Done.
Gave up waiting for root device, Common problems:
-Boot args (cat /proc/cmdline)
-check rootdelay=(did the system wait long enough?)
-check root=(did the system wait for the right devices?)
-Missing modules (cat /proc/modules ls /dev)
ALERT! /dev/ram does not exist, Dropping to a shell!
BusyBox v1.10.2.(Ubuntu 1:1.10.2-2ubuntu7) build-in shell (ash)
Enter 'help' for a list of built-in Commands.
1,下载GRUB (注意:在下载的过程中,IE有时会自动加上.Dat的扩展名,如果如此,将文件名 grldr.dat 改为 grldr )
GRUB
2,将 复制到grldr C:\\,编辑C:\\BOOT.INI,加入一行:
C:\\GRLDR="GRUB"
BOOT.INI 是隐藏的,且有可能是只读的,要把只读取消才能保存
3,下载以下文件放在c盘根目录 vmlinuz initrd.gz
4,重新启动计算机,按 c 进入 grub 命令行根据下载的文件存放的位置,输入并回车(红色的)
grub>kernel (hd0,0)/vmlinuz root=/dev/ram ramdisk_size=20000 devfs=mount,dall
grub>initrd (hd0,0)/initrd.gz
grub>boot
在boot以后,滚动一系列的文本内容后出现如下提示,光标在闪就不再安装了,是怎么回事?
[5,000133] Clocksource tsc unstalbe (delta=-403485934 ns)
Done.
Gave up waiting for root device, Common problems:
-Boot args (cat /proc/cmdline)
-check rootdelay=(did the system wait long enough?)
-check root=(did the system wait for the right devices?)
-Missing modules (cat /proc/modules ls /dev)
ALERT! /dev/ram does not exist, Dropping to a shell!
BusyBox v1.10.2.(Ubuntu 1:1.10.2-2ubuntu7) build-in shell (ash)
Enter 'help' for a list of built-in Commands.