Hi Dave,

OK. I've got it working now. I trimmed out the append statements and created a new iso with what I need. Now it gets to the point where it gets the appropriate script however it can't stat device /dev/sda. I'm trying to install a Dell2850 and have been able to do so until recently. Has anyone been able to install a Dell2850 using systemimager in the last 3 - 4 months?

-John



[EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]

07/06/2006 09:34 AM

Please respond to
[email protected]

To
[email protected]
cc
Subject
Re: [Sisuite-users] 3.7.3-1 no floppy drive found






Hi Dave,


When attempting to enter the "linux ...." I get "Could not find kernel image linux". It does look as though the append parameters I've added to the iso file are there however. I've tried to create a new iso file with all of the append parameters I need but it fails with what looks to be a limit to the number of append statements you can add.


-John



David Elliott <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]

07/05/2006 05:41 PM

Please respond to
[email protected]

To
[email protected]
cc
Subject
Re: [Sisuite-users] 3.7.3-1 no floppy drive found







Hi John

The "linux.... " is entered at the boot prompt, that's right.

Can you give any detail of the error you are seeing?

I have had cases with the append values not being correctly parsed - if
you hit the pause key straight after it actually starts to boot the
kernel you'll see these "append" values at the top as kernel boot
arguments, and will be able to see whether it has picked them up as
expected

You might try modifying the --append syntax when you boot off the iso
try

linux --append HOSTNAME=$SCRIPT IPADDR=$CLIENT_IP
linux -append HOSTNAME=$SCRIPT IPADDR=$CLIENT_IP
linux -append "HOSTNAME=$SCRIPT IPADDR=$CLIENT_IP"

also, if you mount your boot iso - what contents do you see in  the
isolinux/syslinux.cfg file - are the append values you entered when you
created your iso listed correctly?

Dave

[EMAIL PROTECTED] wrote:

>
> Hi David,
>
> Thanks. I'm having problems appending the remaining values after
> rebooting from the cd, ( I created the cd with the append paramaters
> as you suggested). I'm assuming that you are typing this at the "boot"
> prompt?
>
> -John
>
>
>
> *David Elliott <[EMAIL PROTECTED]>*
> Sent by: [EMAIL PROTECTED]
>
> 07/05/2006 11:58 AM
> Please respond to
> [email protected]
>
>
>                  
> To
>                  [email protected]
> cc
>                  
> Subject
>                  Re: [Sisuite-users] 3.7.3-1 no floppy drive found
>
>
>
>                  
>
>
>
>
>
> Hi
>
> we've had the same problem here, as the floppy support is absent from
> atleast some of the stock rpms used to make the boot cds
>
> you could rebuild a kernel from the svn source with it built in
>
> alternatively as a workaround here , we have also created  the boot iso
> with the majority of the settings that would normally be in the local.cfg
>
> si_mkautoinstallcd --arch i386 --append "ramdisk_size=80000
> DOMAINNAME=$domain DEVICE=eth0 NETMASK=255.255.255.0 \
> NETWORK=192.168.1.0 BROADCAST=192.168.1.255 IMAGESERVER=192.168.1.54" \
> --out-file $PATH_TO_ISO
>
> and when we boot off this, append the remaining values
>
> linux --append HOSTNAME=$SCRIPT --append IPADDR=$CLIENT_IP
>
> Cheers,
> Dave
>
>
>
>
> [EMAIL PROTECTED] wrote:
>
> >
> > Hi,
> >
> > I've created a boot CD from the 3.7.3-1 server and am using a flopy to
> > maintain the local.cfg. Everything seems fine until it attempts to
> > mount the floppy which fails and complains that there is no floppy
> > found. I've attempted to format the floppy with different formats that
> > we've used in the past but no luck. Has anyone else run into this?
> >
> >------------------------------------------------------------------------
> >
> >Using Tomcat but need to do more? Need to support web services, security?
> >Get stuff done quickly with pre-integrated technology to make your
> job easier
> >Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> >  
> >
> >------------------------------------------------------------------------
> >
> >_______________________________________________
> >Sisuite-users mailing list
> >[email protected]
> >https://lists.sourceforge.net/lists/listinfo/sisuite-users
> >  
> >
>
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Sisuite-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sisuite-users
>
>------------------------------------------------------------------------
>
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job easier
>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Sisuite-users mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/sisuite-users
>  
>

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to