Results 1 to 6 of 6

Thread: Create USB startup disk........

  1. #1
    GmAz Guest

    Create USB startup disk........

    I want to create a USB startup disk, but I want to make it exactly how my system is right now. Is there a way to 'repackage' my current Ubuntu install into an ISO file so it can be put on the USB flash drive?

  2. #2
    Join Date
    Dec 2007
    Beans
    108
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Create USB startup disk........

    That makes two of us. ...

  3. #3
    Join Date
    Jun 2007
    Location
    Hikkaduwa, Sri Lanka
    Beans
    3,449
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Create USB startup disk........

    If your current system will fit onto a flash drive you can use dd to clone it to the flash drive.

    dd if=/dev/sda of=/dev/sdb

    Before proceeding confirm that sda is the disk you wish to clone from and sdb is the partition or disk you wish to clone to.

    This ends up as a Full install and not just an image.

  4. #4
    Join Date
    Dec 2007
    Beans
    108
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Create USB startup disk........

    Great, thanks!

    Do you have to specially format the drive first?

    Also, is it possible to pick and choose the apps you want bought across?

  5. #5
    Join Date
    Jun 2007
    Location
    Hikkaduwa, Sri Lanka
    Beans
    3,449
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Create USB startup disk........

    All I've used dd for is cloning entire disks, bootable flash drive to flash drive and to hdd.
    It clones the formatting as I have cloned disks with multiple partitions.
    I understand that you can get it to leave out empty space when copying, but am not sure of the code.
    Also not sure about being able to only choose certain apps.

    You might also want to check this out, I've not tried it yet:

    http://www.howtoforge.com/ubuntu-lin...th-remastersys

  6. #6
    Join Date
    Dec 2007
    Beans
    108
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Create USB startup disk........

    Hmm, I'll look into it

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •