HP Z640 - NVME PCI-E Drive
-
@Tom-Elliott I will gladly test them!
I’m currently trying the inits that came from the most recent btsync and they seem to be working too for the hardware inventory task anyway, haven’t tried an image yet.
Where are the new inits to test? Oh wait you posted while I was typing this, I’ll download those and give them a go right now. -
@Tom-Elliott The first test I did was with a multi-disk image that I made from a vm and it went back to the behavior it did before where it acted like it was working but never gets into partclone.
I’ll do a debug session for that one since it happened to fast to snap a picture. -
@Arrowhead-IT I’ve updated the inits on my server again.
I have not worked on the fog.upload script yet bet have updated the fog.download. I think we’re getting that much closer now as the download will no longer assume the partitions are in the form of disk + partition number. While disk + partition is typically viable for our /dev/sd* and /dev/hd* device locations it would not work so well on disks that end in numbers already ( such as nvme0n1 or what have you )
-
@Tom-Elliott I’m giving it a go now!
-
@Tom-Elliott
Sorry that it took me so long, I kept getting distracted by some other stuff.
It’s Alive!
It Works!
Amazing!
You’re the best!- I updated to the latest btsync (5750) (which seems to be newer than the latest git of 5748)
- Downloaded your inits from mastacontrola
- I also took out the host primary disk specification in the gui for gits and shiggles
- I tested download with the already existing single partition resizable base image.
- It worked perfectly!
I did a debug deploy so I can also confirm that all the variables are now correct…
Shall I test a resizable and a not so unresizable upload?
-
You can try a resizable image sure. I’d really love to know if it is working, or is that what you’re saying? Download worked and you wanted to test upload?
-
I have not redone the upload file yet so I’m sure that is still broken. Because of that, until I get that far and have verification that it too is working, I will leave this thread unsolved (also as I haven’t updated the default init’s yet).
-
@Tom-Elliott
Ok I will test every which way just for funzies and report back by editing this postI won’t test the multiple disk images because I only have one disk in there right now. But I can add in a drive that would get recognized as /dev/sda and make sure it can image that combination if you want.
Download
Single Partition/Resizable - Working!
Multiple Partition/Single Disk - Working!
Multiple Partition/Multiple Disk - Working!Upload
Single Partition/Resizable - Working! - a few error messages that don’t stop anything
Multiple Partition/Single Disk - Working!
Multiple Partition/Multiple Disk - Working! -
@Tom-Elliott said:
32 bit Init: https://mastacontrola.com/init_32.xz
64 bit Init: https://mastacontrola.com/init.xzJust in case someone else is reading this and having the same problem and is new to fog and ipxe and what not…
To test out this fix do this…cd /var/www/fog/service/ipxe sudo mv init.xz init.bck sudo mv init_32.xz init_32.bck wget https://mastacontrola.com/init.xz --no-check-certificate && wget https://mastacontrola.com/init_32.xz --no-check-certificate sudo chmod -R 775 ./
-
@Arrowhead-IT Tom has just updated the unofficial inits on his server again. Re-worked download and improved upload a little more. See here: https://forums.fogproject.org/topic/6036/hp-stream-11-pro/65
Please try those and let us know! Thanks in advance.
-
@Sebastian-Roth He’s unfortunately out until January 4th for holiday.
-
Hi guys,
I did update the inits with the ones below and I noticed an odd behaviour where I was imaging a standard notebook with a standard SSD. After it had completed the partclone process, and it went through resizing the partition etc… rather than restarting the PC to boot up normally, it immediately restarted the partclone download process all over again.
After reverting back to the original inits, this didn’t happen.
Just thought I’d let you know.
-
@Toby777 I’m aware of the issue and it should already be fixed. My build environment was acting up so I have gotten around to having it rebuild the inits quite yet.
-
I have returned from holiday and just tested out the latest inits.
All seems to be working perfectly.
Thanks for all the help! -
This post is deleted! -
@Arrowhead-IT ummmm, I just did another test to be more thorough and discovered a problem.
After mps successfully downloaded I tried downloading a resizable image and it failed to recreate the partition table.
Sorry for the false hope -
@Arrowhead-IT Thanks for testing and letting us know. Do you see any particular error message? What does your partition layout exactly look like?
-
I just finished working with @Tom-Elliott we got it working. It was a simple fix.
It’s in the latest fog update now. So nvme drives work with fog 100% now right out of the box. Awesome like a possum! -
@Arrowhead-IT if you can would you be willing to test upload and download again for the resize and multipartition image types?
-
@Tom-Elliott It shall be done.