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

Can't Get Image To Boot

I have a Zotac Zbox AD02 box with an AMD Fusion E-450 that I would like to install Sophos UTM on, but the problem is that it doesn't have a CD-ROM drive so I have to do it via a flash drive. I'm running Arch Linux and I can't create a bootable flash drive no matter I do. I've tried to use dd to write the image to the disk, but that didn't work (when I tell the zbox to boot from the flash drive, it just skips it and goes to the HDD). I tried using unetbootin to create a bootable disk, using both FAT32 and ext3 as the base file system, using MBR instead of GPT. Using one of them all I got was POST beeps when trying to boot from it, using the FAT32/MBR combo I would get as far as both boot entries showing up in the boot menu (UEFI and BIOS), but selecting either of them just leaves me with a flashing underscore in the upper left-hand corner.

I've even wipe the entire drive with  dd if=/dev/zero of=/dev/sde and recreated a new MBR partition table with fdisk and re-wrote the image with unetbootin. What am I doing wrong???


This thread was automatically locked due to age.
Parents
  • It will install from USB, make sure you go into the install directory and edit your Rpms that get truncated from transferring to usb. I think there is only one on the 9.2 ISO. I installed 9.201 on my utm 425 from USB.
Reply
  • It will install from USB, make sure you go into the install directory and edit your Rpms that get truncated from transferring to usb. I think there is only one on the 9.2 ISO. I installed 9.201 on my utm 425 from USB.
Children
  • It will install from USB, make sure you go into the install directory and edit your Rpms that get truncated from transferring to usb. I think there is only one on the 9.2 ISO. I installed 9.201 on my utm 425 from USB.


    Yes right had to "Alt F2" in order to mount sdb1 (USB stick) as the install folder (mount /dev/sdb1 /install) in order to be able to install at all...
  • Yes right had to "Alt F2" in order to mount sdb1 (USB stick) as the install folder (mount /dev/sdb1 /install) in order to be able to install at all...


    yes, I figured if anyone was using the usb method they would have known this though. you have to mount the usb drive if you don't have the "special" astaro one. I was just stating the fact that the rpms get truncated when you transfer them to the usb drive which makes the install fail after it starts. after I checked all the rpms and I mounted the usb drive all went smoothly.