无忧启动论坛

标题: 用grub4dos启动ubuntu镜像 [打印本页]

作者: 2011bigbarry    时间: 2012-9-30 08:39
标题: 用grub4dos启动ubuntu镜像
title Ubuntu 10.10 LiveCD.iso
find --set-root --ignore-floppies --ignore-cd /boot/ubuntu10.10/vmlinuz
kernel /boot/ubuntu10.10/vmlinuz noprompt cdrom-detect/try-usb=true persistent boot=casper iso-scan/filename=/boot/ubuntu10.10/maverick-desktop-i386.iso quiet rw locale=zh_CN.UTF-8
initrd /boot/ubuntu10.10/initrd.lz

上面是启动ubuntu 10.10光盘镜像的代码,成功。

title ubuntu-11.10-desktop-amd64.iso
find --set-root --ignore-floppies --ignore-cd /boot/ubuntu-11.10-desktop-amd64/vmlinuz
kernel /boot/ubuntu-11.10-desktop-amd64/vmlinuz noprompt cdrom-detect/try-usb=true persistent boot=casper iso-scan/filename=/boot/ubuntu-11.10-desktop-amd64/ubuntu-11.10-desktop-amd64.iso quiet rw locale=zh_CN.UTF-8
initrd /boot/ubuntu-11.10-desktop-amd64/initrd.lz

上面是启动ubuntu 11.10光盘镜像的代码,也成功。

但是,问题来了,为什么类似的代码不能启动ubuntu 12.04.1光盘镜像?

作者: 2011bigbarry    时间: 2012-9-30 08:57
消 灭 零 回 复
作者: enterhu    时间: 2012-10-2 14:08
iso文件不连续?
作者: 2010hover_sky    时间: 2013-2-24 12:59
title Ubuntu 12.10
kernel /kernel/ubuntu/vmlinuz boot=casper iso-scan/filename=/iso/ubuntu-12.10-desktop-i386.iso ro nosplash    locale=zh_CN.UTF-8
initrd /kernel/ubuntu/initrd.lz




欢迎光临 无忧启动论坛 (http://bbs.wuyou.net/) Powered by Discuz! X3.3