CrazyEngineers
  • How to create bootable disk from our installed OS ?

    Morningdot Hablu

    Morningdot Hablu

    @morningdot-6Xuj4M
    Updated: Oct 6, 2024
    Views: 1.0K
    Hello friend's,
    Anybody have idea how to create a bootable disk from our installed OS.
    Like suppose i have installed ubuntu 10.04 LTS on my pc and i waant to create a bootable disk of ubuntu 10.04 LTS with the help of my installed OS.
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Leo

    MemberOct 13, 2010

    Hi Mohit open terminal and type

    $ cd /etc/apt/ "PRESS ENTER"
    $ sudo gedit sources.list

    Now add following lines to sources list

    # Remastersys
    # deb #-Link-Snipped-# karmic/

    save and close file.
    Again open terminal and type,

    $ sudo apt-get install update
    $ sudo apt-get install remastersys

    To make a installable OS type
    $ sudo remastersys dist

    this will create a installable custom.iso in your home folder
    burn on disk and your OS is ready.

    If you have installed applications on your system by

    "sudo apt-get install"

    then applications will be available in your customised distro but *.deb files will be not. To take backup of all *.deb files open terminal and type

    $ cd /var/cache/apt/archives/

    then type
    $ sudo cp *.deb (Specify folder destination)

    burn them on disk or save on HDD and keep it as backup.
    Happy Computing.
    Are you sure? This action cannot be undone.
    Cancel
  • Leo

    MemberOct 13, 2010

    Hey buddy that link changes to index of site, note that it should be link not the index, copy link not index.
    Are you sure? This action cannot be undone.
    Cancel
  • Reya

    MemberOct 13, 2010

    thanks you so much for the useful info😀
    Are you sure? This action cannot be undone.
    Cancel
  • Reya

    MemberOct 14, 2010

    @mohit Is it possible to create a bootable cd of windows with the help of my installed Windows OS in my system??
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register