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 install

I've read the thread on how to fix, but no luck.  I have 2 new Dell poweredge servers, no CD's.  I have a clean USB done by 3 different apps.   Each did give the install.tar not found and I have done both workarounds (copying the install as well as mounting the USB directly to the /install).

I also renamed the perl.rpm (dont have the name handy) from the .r to .rpm.

That does remove the install.tar not found, but after a complete install, and a reboot, when grub is supposed to take over, a blinking cursor is all I get.

I also have a USB DVD which boots the CD, but I do get the install.tar not found so kind of stuck.  I looked at this device UTM Smart Installer but does anyone have experience?

I did export the install.zip file after the USB attempt, so if anyone knows something by looking, I would really appreciate the help.

Thanks.


This thread was automatically locked due to age.
install.zip
  • Hi, you need to do the 'mount' command after the Hardware Detection page comes up.

    Also, make sure you're mounting the right device (use fdisk -l)

    afaik, the "smart installer" is only for UTM hardware appliances.

    For anyone else looking for the instructions, see https://community.sophos.com/products/unified-threat-management/astaroorg/f/52/t/27887

    Barry
  • Thanks Barry, I should have linked to the other post that you did, but did mention the read as well as the steps.  Note I didn't note everything but did try after hardware detection.  Looking at the messages file (attached in the OP) you can see the following;

    (CPU is during the hardware detection) 
    [SIZE="1"]Dec  4 09:50:50 (none) user.info bootstrap: CPU: Intel(R) Xeon(R) CPU           L5630  @ 2.13GHz, 2133 MHz
    Dec  4 09:50:50 (none) user.info bootstrap: CPU(s) supports PAE[/SIZE]

    (still in the auto detect)
    [SIZE="1"]Dec  4 09:50:52 (none) user.info bootstrap:  disk: dev='/dev/sdc' dev-num=8/32 name='Kingston DT 101 G2' size=7441MiB
    Dec  4 09:56:54 (none) user.info bootstrap: Found USB stick (Kingston DT 101 G2) at /dev/sdc
    Dec  4 09:56:54 (none) user.info bootstrap: system: mount  -t auto /dev/sdc1 /mnt/uri.wZqN6p[/SIZE]

    Then you see where I mounted;
    [SIZE="1"]Dec  4 09:56:54 (none) user.info bootstrap: Found USB stick (Kingston DT 101 G2) at /dev/sdc
    Dec  4 09:56:54 (none) user.info bootstrap: system: mount  -t auto /dev/sdc1 /mnt/uri.wZqN6p
    Dec  4 09:56:54 (none) user.info bootstrap: system: returned with exit status 0
    Dec  4 09:56:54 (none) user.info bootstrap: /dev/sdc1 mounted[/SIZE]

    and did notice it again;
    [SIZE="1"]Dec  4 09:57:25 (none) user.info bootstrap: Found USB stick (Kingston DT 101 G2) at /dev/sdc
    Dec  4 09:57:25 (none) user.info bootstrap: system: mount  -t auto /dev/sdc1 /mnt/uri.xPLUxy
    Dec  4 09:57:25 (none) user.info bootstrap: system: returned with exit status 0
    Dec  4 09:57:25 (none) user.info bootstrap: /dev/sdc1 mounted
    [/SIZE]

    If there is a specific screen or step you should mount it (again, I did after CPU, after time and just before disk partitioning), feel free to let me know, but that link did not solve the problem.  It does solve the missing install.tar, but not the blinking cursor after a clean install.
  • That sounds like a boot order problem. Can you check in BIOS? Do you have RAID? Was the RAID detected properly from UTM installer?
  • That sounds like a boot order problem. Can you check in BIOS? Do you have RAID? Was the RAID detected properly from UTM installer?


    Thought the same thing, but no raid.  (2) 250G sata (I would like to run a software raid, not sure if Sophos supports it).  Sure enough though, Disk0 and Disk2 are installed, and the BIOS had disk2 as the primary, completely overlooked that since I saw other threads on this.

    So, it's off to get a real license, along with looking to see if I can get this to run on a software raid1, as well as setting up the 2nd server for high availability.

    Thanks ... sometimes you can over look the obvious so easily!
  • Hi, lraymond, and welcome to the User BB!

    You can't run it on a software RAID.

    Barry, the Smart Installer emulates a USB CDROM, so it should work with most everything.

    Cheers - Bob
  • Hi, in addition to no soft raid, you shouldn't have more than 1 hard drive in the system as the installer can get confused.

    Bob, re the Smart Installer, are they available to purchase anywhere?

    Barry
  • Software RAID is under investigation for v10.
  • Hi Mario, 

    I'm guessing you mean MD or LVM, right?

    i.e. not "soft raid" controllers, e.g. onboard Intel?

    Barry
  • Yes, soft-raid via the linux MD driver. That's the only soft-raid option that really makes sense. There is absolutely no benefit from any soft-raid controllers onboard compared to the linux solution.

    LVM is also under investigation, possibly for reverting to snapshots (aka U2D rollback)
  • Cool.

    FWIW, LVM can do mirroring (RAID1) too.

    Barry