|
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光盘镜像?
|
|