Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: HOWTO: Create 12.04 Persistent & Backtrack 5 USB

  1. #11
    Join Date
    Feb 2008
    Location
    New England, USA
    Beans
    12
    Distro
    Kubuntu 9.10 Karmic Koala

    [SOLVED] HOWTO: Create 12.04 Persistent & Backtrack 5 USB

    Yeah, FlyingSilverFin that was some good sleuthing, and this USB boot drive rocks! Thanks for the handy guide.

    To wrap this up in case anyone is reading this thread, I would say nothing to worry about here, just stick with the original post #1 - *except* the following:
    I recommend putting a note about setting the boot flag in the original post.

    ---
    And here are a few side notes.

    1. For the record a "read-only" error appears when copying an iso (Backtrack iso in the code below). This error can be ignored.
      Code:
      $ sudo mount -o loop /path/to/Backtrack/image.iso /media/iso
      mount: warning: /media/iso seems to be mounted read-only.
    2. I could not do this
      create a file /media/USBDRIVE/boot/grub/grub.cfg
      because the partition was full. Root cause is that when I specified "4GB" gparted took it as 4GB maximum, which ended up being about 3.75GB. You reported 4.25GB. I contemplated making the swap file 1300MB instead of this
      Code:
      $ dd if=/dev/zero of=/media/USBDRIVE/casper-rw bs=1M count=1500
      but decided to start all over again because I want the extra swap space, and the ~10GB partition is plenty big anyway.
    3. Finally, there is a "grain of truth" to the .lz versus .gz typo: this file does exist for Backtrack.
      Code:
      /media/USBDRIVE/boot/BT5/casper/initrd.gz

    Last edited by appsman; July 2nd, 2012 at 12:35 AM.

  2. #12
    Join Date
    Aug 2012
    Beans
    1

    Re: HOWTO: Create 12.04 Persistent & Backtrack 5 USB

    Hey flyingsliverfin, This is a great tutorial. I was wondering if there is a way to make backtrack 5 persistent as well. Or does this already do that as well as make ubuntu persistent?

  3. #13
    Join Date
    Jan 2013
    Beans
    2

    Re: HOWTO: Create 12.04 Persistent & Backtrack 5 USB

    I recommend you watch this video easy and fast ...
    https://www.youtube.com/watch?v=EtPAybac_rY

  4. #14
    Join Date
    Jan 2013
    Beans
    2

    Re: HOWTO: Create 12.04 Persistent & Backtrack 5 USB

    Quote Originally Posted by appsman View Post
    It skips USB and boots normal.
    https://www.youtube.com/watch?v=EtPAybac_rY

  5. #15
    Join Date
    Feb 2009
    Beans
    114

    Re: [SOLVED] HOWTO: Create 12.04 Persistent & Backtrack 5 USB

    Can you add these developments to your original post?
    I'm not sure on what order all the steps need to be applied now

  6. #16
    Join Date
    Dec 2013
    Beans
    1

    Re: HOWTO: Create 12.04 Persistent & Backtrack 5 USB

    Quote Originally Posted by flyingsliverfin View Post
    Then make it the right type of file. I'm not really sure what this step does, but it seems to me like it turns the file into a sort of ext4 filesystem that is theoretically mountable (?). Just guessing.
    Code:
    mkfs.ext4 -F /media/USBDRIVE/casper-rw
    Didn't really read through comments/ replies yet, so i might be restating someone else, but you are indeed correct

    ty for the guide, I actually have a script that is very similar that is on another system, and you saved me a lot of work trying to track down what i needed to rewrite it.

Page 2 of 2 FirstFirst 12

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
  •