Expert Mode Installation: Difference between revisions

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
No edit summary
(5 intermediate revisions by the same user not shown)
Line 22: Line 22:


==== Steps ====
==== Steps ====
#Boot from the Untangle ISO or IMG.
#:[[File:Install screen.jpg]]
#At the menu selection, select Install and press TAB
#:[[File:Install screen2.jpg]]
#Modify the line to replace "default" to "expert" in both places.
#:[[File:Install screen3.jpg]]
#Press enter to start setup in expert mode
=== Installing Grub On Other Than First Drive ===
Most devices will have one hard drive.  In a few rare cases, a device will have multiple drives and the one selected for installation is not the first drive detected.  In those cases, the grub install portion of the setup will fail.  The following steps are a workaround.
==== Steps ====
At the point the grub is installed and fails, follow these steps:
# Drop to a shell (Ctrl-Alt-F2)
# chroot /target /usr/sbin/grub-install /dev/sda correctly installs grub on /dev/sda.  Use any drive by modifying the template wirh "sdX".
#:[[File:grub install error.jpg]]

Revision as of 03:31, 7 June 2018

The purpose of this page is to provide steps for enabling the installation of Untangle in expert mode. It is highly recommended NOT to use this mode and installations using this mode are not supported.

Two Methods

Modifying ISO

Steps

  1. Download the ISO version of the latest Untangle version from http://www.untangle.com/store/get-untangle/
  2. Edit the ISO image with an ISO editor such as Magic ISO Maker.
  3. Add the following to isolinux-i386.cfg or isolinux-amd64.cfg depending on if using 32bit or 64bit Untangle.

    label gui-expert
    menu label ^Graphical install (expert mode)
    kernel /install.amd/vmlinuz
    append preseed/file=/cdrom/simple-cdd/expert.preseed video=vesa:ywrap,mtrr vga=788 initrd=/install.amd/gtk/initrd.gz -- quiet

  4. Create a new ISO with the modified file.
  5. Boot off the new ISO and "expert" mode option should appear in the grub boot menu.

Modifying Grub At Boot Time

Steps

  1. Boot from the Untangle ISO or IMG.
  2. At the menu selection, select Install and press TAB
  3. Modify the line to replace "default" to "expert" in both places.
  4. Press enter to start setup in expert mode

Installing Grub On Other Than First Drive

Most devices will have one hard drive. In a few rare cases, a device will have multiple drives and the one selected for installation is not the first drive detected. In those cases, the grub install portion of the setup will fail. The following steps are a workaround.

Steps

At the point the grub is installed and fails, follow these steps:

  1. Drop to a shell (Ctrl-Alt-F2)
  2. chroot /target /usr/sbin/grub-install /dev/sda correctly installs grub on /dev/sda. Use any drive by modifying the template wirh "sdX".