Here’s my question. I have my image made and all is good. Say I want to send this said image to PARTITION #2 on the target computer. So essentially I would have a Dual boot system. So I would like to send IMAGE1 to PARTITON#2 on the Target machine because I have a working OS, lets say win 7, on the TARGET machine but I want the second partition to have win 10, so to have a dual boot system. Is this a possibility?
Posts made by EAHarvey
-
Image to a certain partiton?
-
RE: Help with school project
This is a great community. Everyone here is very helpful and willing to help get things going. The forums and the FOG wiki have tons of info in it for setup and config.
-
RE: Want to image automatically!!
@Wayne-Workman yes maybe. think it was called capone?
-
RE: Want to image automatically!!
@Wayne-Workman maybe it was that. I’m trying to look into group stuff also.
-
RE: Want to image automatically!!
I thought I remembered something like a preboot addin or something like that. When I first started working on this stuf during 1.2, we had separate part of fog that the machine would boot too and image. For the life of me I can’t remember what it was called. It gave another option to boot. Does this sound familiar at all?
-
Want to image automatically!!
Server
- FOG Version: 1.3.5-RC-10
- OS: Ubuntu server 16
Client
- Service Version:
- OS:
Description
I want the machine to boot to the FOG server and automatically
image the machine with ImageA. If we have to log in that would be ok but would love to have the option to not have that. Whats the best way to do it. Would love it to possibly work with groups. So if any machine in groupA boots to the server it will just image. Thanks so much for all your guys help. ##### Server- FOG Version:
- OS:
Client
- Service Version:
- OS:
Description
Server
- FOG Version: 1.3.5-RC-10
- OS: Ubuntu server 16
Client
- Service Version:
- OS:
Description
I want the machine to boot to the FOG server and automatically
image the machine with ImageA. If we have to log in that would be ok but would love to have the option to not have that. Whats the best way to do it. Would love it to possibly work with groups. So if any machine in groupA boots to the server it will just image. Thanks so much for all your guys help. -
Just saying HI!!
Haven’t been working too much on new stuff. Missed you guys and just wanted to say hi.
-
RE: Issues after upgrading to 16.04
@Tom Did you try the commands I talked about earlier.
sudo apt purge php*
sudo apt purge apache*
sudo rm -rf ‘/etc/apache*’ ‘/etc/php*’
sudo apt-get autoremoveAlong with the #COMMENT out the entire PACKAGES LINE in fogsettings. So in front of the entire line. (#PACKAGES)
I know you have probably done this too but make sure all is updated.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgradeI would also make sure you have all the updates release info.
sudo do-release-upgrade.
Once this has all been done then reboot (sudo shutdown -r now) and rerun the ./installfog.sh and see what happens.
-
RE: Issues after upgrading to 16.04
sudo apt purge php*
sudo apt purge apache*
sudo apt-get autoremove
rm -rf ‘/etc/apache*’ ‘/etc/php*’Along with the #out of the Packages line in the fogsettings file, worked for me. I am up and running and testing an image push right now. YAY!
-
RE: Issues after upgrading to 16.04
@Quazz Failed to stop php7.0-fpm.service: Unit php7.0-fpm.service not loaded.
Looking for fix now.
-
RE: Issues after upgrading to 16.04
I love this stuff!!!:-) Frustrating and interesting at the same time!!
-
RE: Issues after upgrading to 16.04
@Quazz I have all the PHP5 stuff remarked out and it skips the installs as it should and install php7. Now I am crashing at Stopping web Service…Failed!!
Still looking for that fix.
-
RE: Issues after upgrading to 16.04
My fogsettings. Under packages its shows php5.
Start of FOG Settings
## Created by the FOG Installer ## Version: 6177 ## Install time: Wed 03 Feb 2016 08:16:39 AM CST ipaddress='172.29.2.250' interface='p4p1' submask='255.255.0.0' routeraddress='# No router address added' plainrouter='' dnsaddress='# No dns added' dnsbootimage='' password='R7xAlawPeDRCx6NVVnANGqytkDri/MCywCJpbsIQRNg=' osid='2' osname='Debian' dodhcp='y' bldhcp='1' blexports='1' installtype='N' snmysqluser='' snmysqlpass='' snmysqlhost='' installlang='0' donate='0' storageLocation='/images' fogupdateloaded=1 storageftpuser='fog' storageftppass='R7xAlawPeDRCx6NVVnANGqytkDri/MCywCJpbsIQRNg=' docroot='/var/www/html/' webroot='fog/' caCreated='yes' startrange='172.29.0.253' endrange='172.29.255.254' bootfilename='undionly.kpxe' packages='apache2 php5 php5-json php5-gd php5-cli php5-curl mysql-server mysql-client isc-dhcp-server tftpd-hpa tftp-hpa nfs-kernel-server vsftpd net-tools wget xinetd sysv-rc-conf tar gzip build-essential cpp gcc g++ m4 htmldoc lftp openssh-server php-gettext php5-mcrypt php5-mysqlnd curl libc6 libcurl3 zlib1g php5-fpm libapache2-mod-php5' noTftpBuild='' notpxedefaultfile='' ## End of FOG Settings
-
RE: Issues after upgrading to 16.04
@Tom I’m thinking that since the install didnt finish, the settings file will not be created. Am I right @Wayne-Workman @Tom-Elliott
-
RE: Issues after upgrading to 16.04
@Wayne-Workman Mine goes straight to the mysql prompt Wayne. No error seen on my end.
-
RE: Issues after upgrading to 16.04
@Tom-Elliott I did this Tom. Same result. Just to inform you of What I have done.
-
RE: Issues after upgrading to 16.04
@Wayne-Workman Wayne, is this what you are talking about? Editing the sysctl.conf?
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1I have ran this on my setup and still have the same issue. Here is a good article on doing this.
lDisable Ipv6If you have any other ideas to things to try, I will be glad to do them. I can respond with whatever you need. I just didn’t want to intrude on the other persons issues.
-
RE: Issues after upgrading to 16.04
I think it has something to do with Ubuntu 14 was php5 and 16 is php7 and ubuntu will not let you install php5 on 16.04. Just a Thought.