FOG 33b - installation - HP Elite 8300 SFF
-
I stated that in my last message.
To completely wipe the drive of any and all GPT and/or MBR data:
Boot the system as a debug task. At the terminal prompt type:[code]sgdisk -Z /dev/sda[/code]
Delete the tasking and create your “base” image. Then upload the image. You should be good.
-
It works!!
Used GParted to delete all partitions. (Didn’t want to bother you Tom to ask what you meant by “Boot the system as a debug task”. Chinese to me. So I took a chance on GParted.)
Disconnected network cable. (to avoid auto downloading of app store programs and other stuff after installation)
Deactivated UEFI in BIOS.
Put CD at top under “Legacy Boot Order”
Reboot
With no intervention did not boot from Win 8.1 DVD !!
Reboot
Need to press ESC to enter what I call the UEFI option page. Many UEFI options there including boot order. Weird since I have already deactivated “UEFI Boot Order” in BIOS.
Select Boot to CD - “Sata”
Win 8.1 DVD fires up
I do not do any partitioning. The disk space is unallocated. NEXT
After installation, the first page comes up asking for desktop colour and PC name. I press CTRL-Shift-F3 to enter Audit Mode.
I confirmed that the drive is now MBR !! Amazing.
Reboot to pxe fog and register client.
Reboot and with no intervention end up in Audit Mode.
Yeeeeeeeeees!!Now, FINALLY, I can try imaging from Audit Mode.
Thanks so much Tom and JunkHacker!!
I’ll let you know how the imaging goes.
-
I’m trying to take an image of the Classroom-1 SFF
The pxe process started ok going through a check list:
Checking OS = win 8
CPU cores = 4
etc…
until
Looking for harddisks…Done
flashing cursor -
I stopped the task on the console.
Then used CTRL C on the client which then led to the following lines:
Using hardisk sda
Saving partitiion tables … invalid partition data -
I don’t know if this is relevant.
Although I never had a problem with this Classroom-1 SFF model with regard to PXE, the BIOS always had an active “UEFI Boot Order” selection menu which was above the “Legacy Boot Order” menu. So I have now deactivated the UEFI menu and tried to take the image again. Same result.
-
This time I did not stop the task on the console.
Instead I hit CTRL C on the client.
It raced forward, created an empty image folder on the fogserver and rebooted back through pxe to Windows. -
Not trying to sound harsh but this error is fairly self explanitory…
[QUOTE]Saving partitiion tables … invalid partition data [/QUOTE]
Now that you’ve disabled UEFI, wipe the disk of all formatting, set it as MBR, THEN start the windows install.
-
But the disk is already MBR, not GPT. That’s why I didn’t have problems with PXE boot on this SFF model.
Do I still need to wipe and re-format to MBR for some reason? -
Yes.
GPT doesn’t just disappear which is why I was recommending you to do the sgdisk -Z /dev/sda command. That will wipe out all partition information on the drive and allow you to truly install MBR.
-
I need to state something clearly here: Both of these models, the USDT and the SFF, have MBR partitions.
How do I know that:
Windows Computer Management
Disk Management
Right click on Disk 0
Properties
Volumes
Partition style = MBRThe USDT had GPT before. Confirmed via Disk Management.
I used GParted Live Boot CD to delete ALL partitions on this USDT model leaving only unallocated space.
Having deactivated UEFI completely in the BIOS I reinstalled Windows 8.1 and ended up with an MBR partition/drive which can now pxe boot without any problem. I did not have time today to try capturing an imaging from this PC.The other model is SFF. Yes it did appear to have an active “UEFI Boot Order” menu in the BIOS. But no it never had a GPT partition. It has ALWAYS been MBR - comfirmed via “Disk Management” as described above. This is the model I tried to capture an image from earlier today which failed. These are all facts.
But is there something I don’t understand here? Are you saying it is possible to have the primary partition as MBR and the disk still be GPT? Remember Windows “Disk Management” is telling me that Disk 0 is MBR. And Disk 0 is the entire drive which contains at least 2 partitions.
I thought GParted deleted everything. Is that assumption wrong?
Does sgdisk -Z /dev/sda remove more?Tomorrow first thing I will try to take an image from the USDT model.
-
Yes and no.
GPT likes to leave stale elements. I, do however, believe even if it’s an intentional MBR/GPT structure, it’s still going to report as MBR on Windows Disk Management.
Running sgdisk -Z /dev/sda removes the entire partitioning table completely. It’s essentially turning the drive into an uninitialized drive.
I think this is why you’re seeing the issues you are. Just because Windows DiskManagement references it as MBR DOES NOT MEAN it is a pure MBR filestructure.
This is why the fixparts was suggested, it will find all GPT structures (whether real or just left over) and remove them. sgdisk -Z /dev/sda does this in one nice and neat little command rather than having fixparts try to guess what’s what.
-
Gparted may have wiped the partitions but not the boot sector. I haven’t used Gparted in a while and i’m not sure how GPT aware it is. Tom, does it sound possible that fog is seeing leftover bits of the GPT information in the boot sector, and looking for GPT, when the partitions are actually MBR?
-
I see. I’ll try taking an image anyway just to check if GParted did the job.
Exactly how and where do I use that syntax? Do I need to download a gsdisk ISO and burn a gsdisk boot CD?
-
Tried imaging the USDT - Exactly the same problem. Now I must use this sgdisk syntax.
I’ll assume that I need to download an ISO of sgdisk and burn it to CD then boot off that. (I know: sgdisk not gsdisk)
Unless I’m told something else. Man I’m running out of time. The teachers come back Tuesday 22nd. -
I’m getting SystemRescueCD
It has GPTdisk 0.8.8 (the latest is 0.8.10) -
I confirmed that the BIOS has “EUFI Boot Order” completely disabled.
Booted from SystemRescue-CD. Ended up seeing the following:root@sysresccd /root %
I typed:
sgdisk -Z /dev/sda“Invalid partition data!”
“GPT data structures destroyed! You may now partition the disk using fdisk or other utilities.”Somewhat confusing to see the line “Invalid partition data”. But the 2nd line gives the impression that the job is done.
I assume now that I will not create any partitions myself but allow the Win 8.1 DVD to do it for me.
Is that correct? -
It works. It’s taking an image!!
-
The image is captured and present on fogserver. I’ll try deploying it tonight to another client.
Well now I’ve learnt something. MBR is not always MBR.
And deleting all partitions with GParted does not delete the Boot Sector.Thanks for sticking with me on this Tom and JunkHacker.
-
Yes, sorry I didn’t get to respond sooner. I was driving in to work.
In the future, just understand that you didn’t need to download a rescue disk.
Where you go to schedule a task, you can choose advanced options and choose a download or upload task with the phrase Debug after it. It will boot the client system and drop the system into a terminal prompt screen where you can type commands. You didn’t have to download a CD to boot into to run the command.
-
I used Clonezilla to take an image of fogserver now that everything is working. Task completed.
Rebooted fogserver
Tried to take an image of the new HP SFF and discovered that I’m back to PXE TFTP timeout on the client.
That issue was already resolved by using IP address 10.0.1.40 under DHCP scope option 066.
tftpd-hpa is already running on fogserver.
I’ll try rebooting fogserver again. No joy.
I’ll restart DHCP on server. No joy.
I don’t believe this!!