红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

请教安装问题

发布时间:2008-10-07 10:08:32来源:红联作者:protoss2008
因为工作问题,离开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!

请问这是怎么回事?
文章评论

共有 3 条评论

  1. 1234qw 于 2008-10-08 09:01:16发表:

    title Ubuntu 8.04 LiveCD 《 .disk,vmlinuz和initrd.gz在iso提取》
    root (hd0,0)
    kernel /vmlinuz boot=casper iso-scan/filename=/Ubuntu-8.04-desktop-i386.iso quiet splash ro locale=zh_CN.UTF-8
    initrd /initrd.gz
    boot

  2. protoss2008 于 2008-10-07 10:59:10发表:

    也不行,检测完毕,最后面几行是这样提示的:

    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!

  3. rtl 于 2008-10-07 10:20:51发表:

    root=/dev/ram0 ??