ProLiant Deployment and Provisioning
1752699 Members
6252 Online
108789 Solutions
New Discussion

Re: PXE Boot Image from an ISO

 
Dave73
Regular Advisor

Re: PXE Boot Image from an ISO

From the message you are recieving above, extract the files from the iso and it should work.

shocko
Honored Contributor

Re: PXE Boot Image from an ISO

Hi Dave73,

 

I'm not sure that makes any sense. In previous versions of the SmartStart/Firmware DVDs you specify the path to the .iso on an NFS share (or otherwise) and it gets mounted so it's contents appear as a directory to the kernel. If I extract the files, I need to mount the extracted folder and not the ,iso no?

 

If my post was helpful please award me Kudos! or Points :)
Dave73
Regular Advisor

Re: PXE Boot Image from an ISO

I fell out the bus on this one :(

 

Ignore previous statemments, lol. Busy testing at the moment.

Jack Alexander
Occasional Contributor

Re: PXE Boot Image from an ISO

I'm doing the same thing, but according the docus for doing this, you want media=cdrom, not media=network.

 

FWIW: You have a few other switches in there that don't match the docs.  Here is what I am using successfully:

LABEL FW 9.0 (x86_64) Automatic Update

       MENU LABEL FW 9.0 (x86_64) Automatic Update

       KERNEL fw/9.0/x86_64/server/vmlinuz

       APPEND vmlinuz initrd=fw/9.0/x86_64/server/initrd.img media=cdrom rw root=/dev/ram0 ramdisk=25714 init=/bin/init loglevel=3 ide=nodma ide=noraid pnpbios=off vga=791 splash=silent showopts TYPE=AUTOMATIC iso1=nfs://10.10.0.100/software/iso/fw/9.0/x86_64/server/FW900.2010_0403.93.iso iso1mnt=/mnt/bootdevice

shocko
Honored Contributor

Re: PXE Boot Image from an ISO

Hi Jack,

I must eb in idito mode because I cannot find the documentation for this :))! I basically cobbled my append line together from old docs for the 9.x firmware! Can you post a link to that documentation please?

If my post was helpful please award me Kudos! or Points :)
shocko
Honored Contributor

Re: PXE Boot Image from an ISO

Thanks Jack,

I'll test again with your append line and see how it goes.

If my post was helpful please award me Kudos! or Points :)
James Ayvaz
Advisor

Re: PXE Boot Image from an ISO

shocko
Honored Contributor

Re: PXE Boot Image from an ISO

That refers to the FW maintenance DVD v9.30. I wish to PXE boot the HP SPP [Janurary Release] directly. Are there any instructions for this?

If my post was helpful please award me Kudos! or Points :)
shocko
Honored Contributor

Re: PXE Boot Image from an ISO

APlogies, I should have read the guide. It does appear to have the setup config. I will test it now.

If my post was helpful please award me Kudos! or Points :)
shocko
Honored Contributor

Re: PXE Boot Image from an ISO

Still the same issue. Here is my PXE config

 

 MENU LABEL ^ Manual Installation
 MENU INDENT 2
 kernel /HP/SSP/2012.01.0/vmlinuz
 append initrd=HP/SSP/2012.01.0/initrd.img media=cdrom rw root=/dev/ram0 ramdisk_size=257144 init=/bin/init loglevel=3 ide=nodma ide=noraid pnpbios=off vga=791 splash=silent showopts TYPE=MANUAL iso1=nfs://<myserverai[>/PXEROOT/NFSROOT/hpservicepack/SPP2012010.2012_0119.47.iso isolmnt=/mnt/bootdevice
 say "Loading the HP Service Support Pack - Manual Installation"

 

And the error on load:

 

PXE_001.png

If my post was helpful please award me Kudos! or Points :)