Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - johant

Pages: [1]
1
Installation and Upgrades / Re: 3.0rc1 needs USB Stick install !
« on: June 28, 2013, 10:37:59 am »
Resurrect for solution.

I am currently installing Zentyal 3.0 from a USB-stick, and had the same problem with the installer insisting on accessing the CD-rom. This worked for me:

1) get zentyal iso
2) create bootable USB w. UNETbootin (from OSX in my case)
3) copy over zentyal iso to the bootable USB and name it zen.iso
4) eject USB and insert into target computer, run install until fail
5) in the installer menu, choose the enter a shell option
6) run the following cmds (where /dev/sdc1 should be your usb device)
umount /cdrom
mkdir /mnt/usb
mount /dev/sdc1 /mnt/usb
mount -o loop /mnt/usb/zen.iso /cdrom
exit

7) rerun the Detect and mount CDrom option
8) done

2
Resurrect for solution.

I am currently installing Zentyal 3.0 from a USB-stick, and had the same problem with the installer insisting on accessing the CD-rom. This worked for me:

1) get zentyal iso
2) create bootable USB w. UNETbootin (from OSX in my case)
3) copy over zentyal iso to the bootable USB and name it zen.iso
4) eject USB and insert into target computer, run install until fail
5) in the installer menu, choose the enter a shell option
6) run the following cmds (where /dev/sdc1 should be your usb device)
umount /cdrom
mkdir /mnt/usb
mount /dev/sdc1 /mnt/usb
mount -o loop /mnt/usb/zen.iso /cdrom
exit

7) rerun the Detect and mount CDrom option
8) done

Pages: [1]