Sanboot help
|
2012-05-07, 12:00
Post: #1
|
|||
|
|||
Sanboot help
Hi,
I try to boot some iso installer (windows 2008r2, debian, ..) With sanboot ... http:// ipxe start the iso installer, but, OS doen't find its cd installer. for exemple, when ipxe start windows2008r2.iso, windows says : "An error occured while attempting to read the boot configuration data, File:\Boot\BCd" For exemple, debian didn't find any CD reader to get its packages. Thanks for your help |
|||
2012-05-08, 16:32
Post: #2
|
|||
|
|||
RE: Sanboot help
That is completely normal. The CD is not designed to be booted off the network, and when it searches for the CD/DVD it can't find it. Only CDs that load their entire boot environment into RAM before their kernel start, or CDs specifically designed for booting off the network (e.g. NFS, iSCSI or something like that) will work.
In this iPXE script you can see how I boot various kinds of LiveCDs off the network: https://gist.github.com/2234639 It's not trivial, but it's not ridiculously hard either. The hardest one is usually Windows. |
|||
2012-05-09, 07:28
Post: #3
|
|||
|
|||
RE: Sanboot help
Thanks you
I understand NFS for linux OS. But, for windows, I see your exemple, but, how can you do that if your iso is not entirtrly loaded i[/code]n RAM ? Code: :windows7-install |
|||
2012-05-09, 08:04
Post: #4
|
|||
|
|||
RE: Sanboot help
Look at the :winpe example. That one uses a smaller (~160MB) WinPE boot image that does not contain the installer, only the boot environment. You then load the installer from a normal CIFS network share. See the comments in that entry. There is also a link to a Microsoft article on how to create this smaller boot environment from your Windows install disc.
|
|||
2012-05-10, 08:26
Post: #5
|
|||
|
|||
RE: Sanboot help
ok, thanks you !
|
|||
2012-06-26, 02:33
Post: #6
|
|||
|
|||
RE: Sanboot help | |||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)