From ce3a7e23f6b6f18970643cb9c4561f20f293e622 Mon Sep 17 00:00:00 2001 From: mitty Date: Sat, 26 May 2012 07:14:28 +0000 Subject: [PATCH] * add entry Ubuntu Desktop JAPANESE Remix CD git-svn-id: https://lab.mitty.jp/svn/lab/trunk@145 7d2118f6-f56c-43e7-95a2-4bb3031d96e7 --- TipAndDoc/boot/grub.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TipAndDoc/boot/grub.cfg b/TipAndDoc/boot/grub.cfg index ca95fbf..00ba9eb 100644 --- a/TipAndDoc/boot/grub.cfg +++ b/TipAndDoc/boot/grub.cfg @@ -14,6 +14,14 @@ menuentry "KNOPPIX 6.7.1 CD JAPANESE" { initrd (loop)/boot/isolinux/minirt.gz } +menuentry "Ubuntu Desktop JAPANESE Remix 12.04" { + loopback loop /boot/iso/ubuntu-ja-12.04-desktop-i386.iso + echo 'Loading Linux 3.2.0-24-generic-pae ...' + linux (loop)/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/boot/iso/ubuntu-ja-12.04-desktop-i386.iso + echo 'Loading initrd.lz ...' + initrd (loop)/casper/initrd.lz +} + menuentry "memtest86+ 4.20" { linux16 /boot/memtest.bin } -- 1.7.9.5