`
love~ruby+rails
  • 浏览: 849301 次
  • 性别: Icon_minigender_1
  • 来自: lanzhou
社区版块
存档分类
最新评论

How to install Ubuntu 9.10 without CD/DVD

阅读更多

Ubuntu 9.10, Karmic Koala is finally out now and everybody wants to install it. But since the requested CDs won't get delivered for another few weeks the only option left is to download the ISO , burn it and then install. Everything seems to be right except the burning part, I hate burning CDs. And I believe there are many out there who feel the same. So, in this article I will tell you about 2 different ways of installing Ubuntu Karmic which don't involve burning CDs.

 

Install from your Hard Drive

Pre-requisites

  • Any preinstalled Linux system.
  • Ubuntu 9.10 ISO. (you may download it from here )
  • If you want to learn the basic concept behind installation without burning CDs then refer this article .

Benefits

  • Since the ISO lies on the Hard disk, installation is pretty quick.
  • If you don't have CD/DVD drive.
  • You hate burning CDs, like me ;).

Installation

1) The basic trick behind this method of installation is that instead of booting from a 700 MB installation CD we create a separate > 700 MB partition and boot from that partition. This results in increased speed of booting into a Live mode and lesser time for installation.

So, first of all we are going to create a separate partition for this purpose (750 MB will be fine). One can create partition using gparted (Gnome partition editor). Let us call this new partition /dev/sda1

2) After creating the partitoin, we will have to copy the contents of the ISO into the new partition. Boot into your pre installed linux system or using another Live CD and run the following commands

[shredder12]$ mkdir /tmp/install_cd

[shredder12]$ mkdir /tmp/installer

Now, mount the partition and the ISO in their respective directories

[shredder12]$ sudo mount -o loop ubuntu_disk_image.iso /tmp/install_cd

[shredder12]$ sudo mount /dev/sda1 /tmp/installer

Now, use rsync to copy the contents of the ISO to the partition

[shredder12]$ sudo rsync -a  /tmp/install_cd/    /tmp/installer

Once, this is done unmount the partitions.

[shredder12]$ sudo umount /tmp/installer

[shredder12]$ sudo umount /tmp/install_cd

P.S.- Replace /dev/sda1 with the partition you have created and ubuntu_disk_image.iso with the ISO have downloaded.

3) Now, we need to add an entry in our grub or lilo boot loader to be able to boot into this partition. If you are using grub then add this line in the grub's menu.lst file. Open the file in any editor (i will use vim here)

[shredder12]$ sudo vim /boot/grub/menu.lst

Add these lines at the end of your menu.lst file

title           my ubuntu installer
root            (hd0,0)
kernel          /casper/vmlinuz boot=casper root=/dev/ram ramdisk_size=1048576 rw
initrd          /casper/initrd.gz

Since, the disk partition I was using was /dev/sda1 so I used (hd0,0) here if your partition is /dev/sdaN then you should use (hd0,N-1).

You may either add this entry in menu.lst file or you may boot from grub by executing similar commands (prefer adding these lines if you don't know what I am talking about).

4) Now, reboot your system and select "my ubuntu installer" from grub. And you can follow the regular Ubuntu installation from there.

Install using USB

If you have a USB (size > 700MB) then you can create your own USB bootable Ubuntu.

Pre-requisites

  • A USB of size > 700MB
  • A BIOS that allows booting from USB
  • Ubuntu installation ISO
  • A tool for creating USB bootable disk

Benefits

  • If the USB is fast then the installation can be as fast as a hard drive installation.
  • You can use the USB stick as a Live CD (but ofcourse it will be a lot faster than a CD)
  • It is easier to maintain than a Live CD

Installation

1) First of all we will need a bootable USB creator. Actually there are many of them, you can check them out here . I will be using UNetbootin in this article.

2) I guess you might have installed UNetbooting by now. If not follow this link and download the version you want to install (they are available at the top).

3) Once you have installed it open it and you will see a window. Select Ubuntu in the distribution drop down box and select the USB location and the ISO. Click OK and it will create a bootable USB disk for you.

4) Now, there is nothing much to do. Just insert the USB and select boot from USB from your BIOS booting options. After booting you will see some options, select default if you don't know what to do. And after that you will see the regular Ubuntu installation. Go ahead and install it.

Enjoy then new Ubuntu Karmic :) !!

分享到:
评论

相关推荐

    Ubuntu9.10配置输入法

    ### Ubuntu 9.10 配置智能拼音输入法详细指南 #### 一、引言 在 Ubuntu 9.10 系统中,为了更好地适应中文用户的需求,配置一个流畅且好用的中文输入法变得尤为重要。本文将详细介绍如何在 Ubuntu 9.10 中配置智能...

    ubuntu9.10源

    ### Ubuntu 9.10 (Karmic Koala) 软件源配置详解 #### 一、前言 Ubuntu 9.10,代号为 Karmic Koala,是 Ubuntu 发行版的一个版本,发布于2009年10月。此版本在系统稳定性、性能以及用户体验上都有显著提升,特别...

    Vmware6.5 安装 Ubuntu 9.10 全过程视频教程

    然后,将Ubuntu 9.10的ISO文件挂载到虚拟机的CD/DVD驱动器,这是通过虚拟机设置中的"CD/DVD"选项实现的。确保虚拟机启动时会从CD/DVD启动,而不是从硬盘。 启动虚拟机后,Ubuntu 9.10的安装引导程序将会自动加载。...

    ubuntu9.10的user guide汉化

    ubuntu9.10的用户指南汉化包,deb格式.

    ubuntu9.10界面汉化包

    ubuntu910界面汉化安装包,deb格式。由于包的相互依赖,需用如下命令安装: #dpkg -i language-pack-gnome-zh-hans_1%3a9.10+20091022_all.deb language-pack-gnome-zh-hans-base_1%3a9.10+20091022_all.deb #dpkg -...

    Win7下引导Ubuntu9.10的文件

    Win 7 与 Ubuntu9.10系统安装顺序 (1)Win7 (2)Ubuntu9.10,注意在安装步骤第7步的时候,点击高级按钮,选择安装启动器引导设备的位置为你手动分区的那个光盘。 (3)登录win7(此时系统直接进入win7的),将此...

    ubuntu9.10中文输入法1

    ubuntu910的ibus输入法,由于附件大小的限制,分开成两个资源上传.

    移动硬盘安装Ubuntu 9.10

    标题“移动硬盘安装Ubuntu 9.10”指的是在便携式存储设备——移动硬盘上安装Linux操作系统的一个特定版本,即Ubuntu 9.10。Ubuntu 9.10(Karmic Koala)是2009年发布的Ubuntu发行版,它提供了最新的软件和系统改进,...

    ubuntu 9.10网易最快的源

    ### Ubuntu 9.10与网易最快源配置详解 #### 一、Ubuntu 9.10简介 Ubuntu 9.10(代号Karmic Koala)是Ubuntu Linux发行版的一个版本,发布于2009年10月22日。此版本在系统性能、用户体验以及软件包更新方面进行了多...

    硬盘安装win7与ubuntu9.10双系统

    文档详细介绍了如何在一台计算机上安装Windows 7和Ubuntu 9.10双系统的过程,包括了硬盘分区、Grub引导程序的配置以及Ubuntu 9.10的安装和配置等多个方面。通过这些步骤,用户可以在同一台电脑上享受到Windows 7的...

    Ubuntu_9.10_图解安装教程

    ### Linux操作系统Ubuntu 9.10 图解安装教程知识点概览 #### 1. Ubuntu简介 - **定义**: Ubuntu是一个基于Debian发行版的Linux操作系统,以其易用性和广泛的社区支持而闻名。 - **特点**: 提供了丰富的预装软件,如...

    ubuntu9.10上部署Hadoop

    ### Hadoop在Ubuntu 9.10上的部署与应用 #### 概述 随着网络复杂性和数据规模的不断增加,数据分析的性能变得越来越重要。本文基于Hadoop实现了一种大规模数据分析的方法,具体应用于航班数据的网络分析。Hadoop...

    Ubuntu9.10教程指南 pdf.zip

    2. **制作启动盘**: 使用像UNetbootin或Rufus这样的工具将ISO刻录到USB驱动器或CD/DVD上。 3. **启动设置**: 进入BIOS设置,将启动设备设置为你的USB或光驱。 4. **安装类型**: 安装过程中可以选择“试用Ubuntu”或...

    3DSP blueW2310驱动 MiniPci接口,ubuntu9.10 64位

    描述中提到的“ubuntu9.10 64位”是指该驱动适用于Ubuntu 9.10(Karmic Koala)操作系统,这是一个基于Linux的开源操作系统,发布于2009年10月。64位意味着这个驱动是为64位架构的处理器设计的,提供更好的性能和对...

    大学linux论文 ubuntu9.10教程

    首先,你可以从指定的下载地址获取Ubuntu 9.10的DVD ISO或BT种子。安装过程中,如果是双系统,可以在已有的Windows 7之外划出25GB空间创建新的分区,选择EXT4格式作为主分区,分配24.5GB给"/"。剩余的空间可以用来...

    Ubuntu9.10 RC引导文件

    "Ubuntu9.10 RC引导文件"就是这样一个关键组件,它涉及到Ubuntu 9.10(Karmic Koala)的Release Candidate版本的引导加载器配置。在本文中,我们将深入探讨这一主题,了解如何在安装双系统时正确使用这些引导文件。 ...

    ubuntu9.10常用命令

    Ubuntu 9.10是一款基于Debian的Linux发行版,对于初次接触或想要熟练使用该系统的用户来说,掌握一些基本的命令行操作是至关重要的。本文将详细介绍Ubuntu 9.10中的常用命令,帮助你更好地管理和维护你的系统。 1. ...

Global site tag (gtag.js) - Google Analytics