[[PageOutline]] = Ubuntu = == 10.10 maverick == * [root@wwXXXXXXu ~]# cd /tmp/ * [root@wwXXXXXXu tmp]# wget http://archive.ubuntu.com/ubuntu/dists/maverick/main/installer-amd64/current/images/netboot/netboot.tar.gz * [root@wwXXXXXXu tmp]# mkdir -p /boot/maverick * [root@wwXXXXXXu tmp]# tar xzf netboot.tar.gz -C /boot/maverick * [root@wwXXXXXXu ~]# vi /boot/grub/grub.conf * [root@wwXXXXXXu ~]# diff grub.conf /boot/grub/grub.conf -u {{{#!diff --- grub.conf 2010-08-10 15:47:02.000000000 +0900 +++ /boot/grub/grub.conf 2011-03-01 22:29:54.000000000 +0900 @@ -17,3 +17,7 @@ root (hd0,0) kernel /vmlinuz-2.6.18-194.8.1.el5 ro root=LABEL=/ console=tty0 console=ttyS0,115200n8r initrd /initrd-2.6.18-194.8.1.el5.img + +title Ubuntu maverick install + kernel /maverick/ubuntu-installer/amd64/linux ro root=LABEL=/ + initrd /maverick/ubuntu-installer/amd64/initrd.gz }}} * VNC => https://secure.sakura.ad.jp/vpscontrol/main/vnc * from [http://tanaka.sakura.ad.jp/archives/001064.html さくらのVPSにFreeBSDをインストールする (さくらインターネット創業日記)]