@Wayne-Workman Alright, here’s the specs and I hope it will help people with their HP’s
Fog version: svn 5293
Boot file:ipxe.efi
Kernel: 4.2.3
(4.3.0 wasn’t working at the time for this specific problem)
Kernel arg: has_usb_nic=1
Host disk: /dev/mmcblk0
(this was important, fog wasn’t recognizing the HDD unless this was valid.)
Using an Ethernet to usb adapter that has an ASIX AX88772B in it.
Best posts made by drc0nc
-
RE: HP Stream 11 pro
-
RE: Upgrade Ubuntu 16.10 to 17.04 sysv-rc-conf fail
Yea, it’s just my boxes that I have been release upgrading. My third box is a fresh install of 17.04 and it updated this morning just fine.
-
RE: HP Stream 11 pro
@Sebastian-Roth YES! It’s currently pulling an image, I had to set it to do a multiple partition disk non re-sizable… I’ll update you guys if I can deploy it after it completes the pull
Thanks again to all that helped!
-
RE: Remove your webroot redirect to /fog when going to >= rc4
@Smokinjoe68 If you edit apache2.conf located in /etc/apache2 (I prefer
nano
) and add DirectoryIndex line below following @Wayne-Workman instructions here<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride None Require all granted DirectoryIndex index.php </Directory>
-
RE: Backing up old data Failed! (trying SVN)
Awesome!
I got it to install, then I had a MySQL hiccup. For some reason during install it wasn’t writing the password for MySQL to the config appropriately. I followed these (https://wiki.fogproject.org/wiki/index.php/Troubleshoot_MySQL) and changed the path from /var/www/fog/lib/fog/Config.class.php to /var/www/html/fog …
and now im running. now to try and get these HP’s up and running.thanks again
-
RE: HP Stream 11 pro
@Tom-Elliott @Sebastian-Roth I thank both of you guys! I can wait, no problem. Also, you need me to test any of it, I’m more than willing.
-
RE: Backing up database failed!
@Wayne-Workman Yea noticed the double slashes. Still get an internal 500 error
-
RE: Surface 3 Fails to Image
@Sebastian-Roth Works just fine now! thanks guys…
-
RE: Backing up database failed!
@Tom-Elliott new errors now after updating
[Mon Feb 29 11:18:17.128137 2016] [:error] [pid 10943] [client 172.24.15.10:60110] PHP Fatal error: Default value for parameters with a class type hint can only be NULL in /var/www/html/fog/lib/fog/fogftp.class.php on line 141
looks like it moved to line 141
} public function pasv(bool $pasv = false) { if (!$pasv) $pasv = $this->get('passive'); return @ftp_pasv(self::$link,$pasv); }
lines 140-144
-
RE: Surface 3 Fails to Image
@Wayne-Workman no, but the streams have the same hard drive, the mmcblk0.
-
RE: Backing up database failed!
@Tom-Elliott Fixed! thanks!
Edit: it only fixed the access to the web UI -
RE: Legacy boot HP Stream 11 *Not Working*
I’ve been imaging these now for awhile. The only way i can get them to work is having the legacy support disabled. ALSO you have to use the ipxe.efi binary.
I’m curious as to what Ethernet/USB adapter you’re using. -
RE: Legacy boot HP Stream 11 *Not Working*
@cojohnson I use that same HP official adapter. ipxe.efi should be it. make sure you change option 67 in windows DHCP (if that’s what you’re using.)