| 1 | [[PageOutline]] |
| 2 | |
| 3 | = Ubuntu = |
| 4 | == 10.10 maverick == |
| 5 | * [root@wwXXXXXXu ~]# cd /tmp/ |
| 6 | * [root@wwXXXXXXu tmp]# wget http://archive.ubuntu.com/ubuntu/dists/maverick/main/installer-amd64/current/images/netboot/netboot.tar.gz |
| 7 | * [root@wwXXXXXXu tmp]# mkdir -p /boot/maverick |
| 8 | * [root@wwXXXXXXu tmp]# tar xzf netboot.tar.gz -C /boot/maverick |
| 9 | |
| 10 | * [root@wwXXXXXXu ~]# vi /boot/grub/grub.conf |
| 11 | |
| 12 | * [root@wwXXXXXXu ~]# diff grub.conf /boot/grub/grub.conf -u |
| 13 | {{{ |
| 14 | --- grub.conf 2010-08-10 15:47:02.000000000 +0900 |
| 15 | +++ /boot/grub/grub.conf 2011-03-01 22:29:54.000000000 +0900 |
| 16 | @@ -17,3 +17,7 @@ |
| 17 | root (hd0,0) |
| 18 | kernel /vmlinuz-2.6.18-194.8.1.el5 ro root=LABEL=/ console=tty0 console=ttyS0,115200n8r |
| 19 | initrd /initrd-2.6.18-194.8.1.el5.img |
| 20 | + |
| 21 | +title Ubuntu maverick install |
| 22 | + kernel /maverick/ubuntu-installer/amd64/linux ro root=LABEL=/ |
| 23 | + initrd /maverick/ubuntu-installer/amd64/initrd.gz |
| 24 | }}} |