Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HBCD
2014-08-14, 11:23 (This post was last modified: 2014-08-14 11:27 by dot1y.)
Post: #1
HBCD
Hello,

I'm trying to boot HBCD 15.2 restored version. What's the best way of doing this: HTTP, NFS, iscsi ? I should mention that I'm using a Frankenstein like configuration: the initial server was WDS, afterwards I have changed the boot program to IPXELINUX from which I am chainloading a Tools menu based on PXE. This menu should contain a HBCD 15.2 option. I have tried using grub, I've tried hooking the iso as an iscsi device, I've tried sanboot, however, in every situation, there are things that are not working.
Find all posts by this user
Quote this message in a reply
2014-08-19, 23:08
Post: #2
RE: HBCD
Ok, so far the solution I chose is loading HBCD from a Microsoft iscsi target. My ipxe menu config section for this is

dhcp
set keep-san 1
sanhook --no-describe --drive 0x80 iscsi:pxeserverip::::iqn.1991-05.com.microsoft:test
sanboot

I have created the iscsi target partition, set it to active, then copied the entire content of HBCD cd to the partition. I use grldr as the bootloader.
I have renamed grldr to bootmgr and when I sanboot from the iscsi target, grldr is being loaded. All the menus work fine, however, 99% of what's based on an iso image is not loaded (active bootdisk, easeus, paragon, etc).

Any help would be apreciated.
Find all posts by this user
Quote this message in a reply
2014-08-25, 11:20
Post: #3
RE: HBCD
If the tools are based on DOS then they should work mostly without issues. If they are based on Windows then you probably need to boot (most likely) the embedded Windows PE using wimboot. If the tools are Linux-based then you'll need to boot the kernel+initrd directly and figure out how to get the main filesystem (usually a squashfs) loaded from the network.

There are no simple solutions in this case, usually.
Visit this user's website Find all posts by this user
Quote this message in a reply
2014-09-10, 09:50
Post: #4
RE: HBCD
Hi robinsmidsrod and thanks for the reply,

I've mingled with every tool and tried either loading it as an image or decompressing it and use the kernel/initrd method and now most of them are working.
I will probably have bad surprises on different bios'es but I'll probably fix them in their own time.
Find all posts by this user
Quote this message in a reply
2014-09-10, 15:12 (This post was last modified: 2014-10-09 11:34 by dot1y.)
Post: #5
RE: HBCD
One more question:
Is LDAP authentication possible with ipxe ?
And yet another one...
When I load HBCD from ipxe menu, I use the grub way (grldr plus *.lst files). I want to make an entry in my .lst files from HBCD that returns me to the ipxe menu. Basically switch from grub to ipxe. Keep in mind that I boot HBCD from an iscsi target.
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)