This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

USB Stick Install Solved

I have been reading the forums here for awhile, and decided to figure it out.

Steps:
[LIST=1]

  • Download and install 'Universal USB Installer' - Universal USB Installer – Easy as 1 2 3 | USB Pen Drive Linux
  • Download Astaro ASG v8 iso - ftp://ftp.astaro.de/Astaro_Security_Gateway/v8/software_appliance/iso/
  •  Open the Universal USB Installer,  for Step 1: Select the last option, 'Try Unlisted Linux ISO (New Syslinux)'
  •  For Step 2: Select the Astaro ISO
  •  For Step 3: Select your USB Key. I used a 512MB U3 Kingston
  •  Click 'Create', Eject the USB Key and Boot your soon-to-be Astaro Box
  •  Press  to Start the Installer 
  •  On the First Screen, hit Alt-F2.
  •  Follow this sequence:
    [LIST=1]
  •  bash-3.2# mount /dev/sdb2 /mnt
  •  bash-3.2# cd /install
  •  bash-3.2# mkdir install
  •  bash-3.2# cd install
  •  bash-3.2# cp -a /mnt/install/* .
  •  Hit Alt-F1

[/LIST]

  •  Finish the Installation, Reboot and Enjoy.

[/LIST]

Please post questions, experiences etc. This has worked for me, but it's my first experience with Astaro, so I thought I'd share in hopes others can benefit.

Cheers,
-fred



This thread was automatically locked due to age.
  • can't get it to work, it always gives "cannot find install.tar in installation media"
    using asg-8.102-2.1.iso

    tried the instructions provided(had to use sdb1 as sdb2 fails to mount) twice, also tried unetbootin, same error.

    any ideas?
  • Read the instructions in the post again.  I just installed the same ISO onto oldish hardware and it worked flawlessly.  

    Make sure you include the trailing period (full stop) on line 5 of the instructions!!!

    Cheers to thefred!

    ==

    When in doubt, Script it out.

  • doh i completely ignored the space and period....
  • Just wanted to add some finer points to this solution.

    I have been trying to install to Dell PE 2650 I picked up for $50 which had only a broken CD ROM drive.... and of course doesn't support native USB boot [:(]

    Had endless dramas trying to solve the "install.tar not found" error.

    I originally tried duplicating the install directory within the install directory in the ISO image before burning to USB ... this did not work for some reason?

    Using the method described in this post ultimately worked with the following modifications.

    My USB stick was sdb (only USB attached) use dmesg to identify you usb drive.

    bash-3.2# cp -a /mnt/install/* .  (the end part is asterix space period)  !! must wait for bash-3.2# prompt after entering this command, it took a good 3 minutes on my system for the copying to complete.

    If you hit F1 and continue the install without waiting you get more "cant find this or that errors"

    Excellent work on finding solution.  Thanks
  • EDIT:  If you read the previous version of my 'why isn't it working' post, ignore it.  I had 2 issues:

    1) UUI failed with an error indicating that it couldn't write a bootsector (or some such) and that the drive wouldn't be bootable.  FIX: Format to FAT32 (was NTFS) first, then try again (or tick the 'Format' box to the right of the drive selection drop-down - I swear that it wasn't there when I first used UUI!  I just noticed it now!)

    2) I couldn't boot the successfully created bootable flash drive on my ASG 110/120 (it booted fine in a PC).  FIX: Set the first boot device to 'USB-ZIP' and it will boot successfully!
  • The solution worked for me: Supermicro X7SPE-HF-D535. The USB was on /dev/sdb1

    Also, to get the Wizard to work, I had to not install the home license during the wizard, but go back and install it after the wizard had completed.
  • This no longer works in v9 (using asg-9.000-8.1.iso).

    Everything seems to go fine, but after reboot there is only a blinking cursor, and using RIP Linux, I discovered that the 1st HD partition (which should be /boot) is empty.

    Perhaps something else needs to be mounted/copied from the USB stick to the RAMdisk.

    I did install OK with a USB CDROM drive, so it's not a hardware problem.

    Barry
  • BarryG,

    Check your RPM folder on the USB stick under /install/rpm. See if the file perl-Package-DeprecationManager-0.11-1.359.g9a593fa.rb2.noarch.rpm has the correct file extension. Mine had been truncated to ".r" instead of ".rpm".

    Changed the file extension followed the usual install.tar process as installed fine.

    J
  • We use UNETBOOTIN to load the STANDARD ISO to a USB stick

    Super Easy if NO CD around, need to set BIOS to boot from USB stick so will need to look at the VGA screen console to set up ...
  • We use UNETBOOTIN to load the STANDARD ISO to a USB stick

    Super Easy if NO CD around, need to set BIOS to boot from USB stick so will need to look at the VGA screen console to set up ...


    Hi,

    I tried using UNETBOOTIN on Mac Mt. Lion to create the ISO, but i could not get the USB stick to boot on the PC - i don't know why it's not working...?

    Then i tried the same on a Windows 7 machine -- this time no problems in creating a bootable ISO :-)

    As RufusToofus states; using UNETBOOTIN it's very easy to load the ISO to a USB stick 

    Cheers