Solaris10 and pxeLinux


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris10 and pxeLinux
# 1  
Old 12-13-2014
Solaris10 and pxeLinux

I want to run solaris10 with my pxelinux server

i put on pxelinux.cfg/default this

Code:
LABEL solaris 10 
   kernel mboot.c32
   append -solaris solaris/boot/platform/i86pc/kernel/unix -v -m verbose install dhcp nowin nfs://192.168.0.2/jumpstart/config.tar -B install_media=192.168.0.2:/solaris --- solaris/x86.miniroot

Give me error after load x86.miniroot
With the classic method of grub work,is possible to run
on pxelinux?
Thanks

---------- Post updated at 05:14 PM ---------- Previous update was at 05:03 PM ----------

I forgot
The error is

Code:
"Memory segment at 0x0000000 (len 0x00000000) is unavaliable"

---------- Post updated at 06:37 PM ---------- Previous update was at 05:14 PM ----------

With this configuration

Code:
LABEL solaris 10 
   kernel mboot.c32
   append -solaris solaris/boot/platform/i86pc/kernel/unix -v -m verbose install dhcp nowin nfs://192.168.0.2/jumpstart/config.tar -B install_media=192.168.0.2:/solaris --- solaris/x86.miniroot

Give another error

Code:
ERROR: Unable to configure network interface Exiting to shell

---------- Post updated at 07:48 PM ---------- Previous update was at 06:37 PM ----------

I found a workaround

Code:
LABEL solaris 10 
 kernel pxegrub.0

And simply load the solaris grub wich work fine
The only bad thing is for each client wich want
to boot,i have to ln -s menu.lst to menu.lst.010HWADDRESSCLIENT.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Msktutil on Solaris10

Technical Prose: Solaris integration with Active Directory - Part I follow this guide,install solarisgcc,and dev libraries required. But after configure i get checking for res_search... yes checking for krb5_init_context in -lkrb5... yes checking for ldap_initialize in -lldap... yes... (0 Replies)
Discussion started by: Linusolaradm1
0 Replies

2. UNIX for Advanced & Expert Users

problem creating pxelinux.cfg default file

Hi All, I was trying to create pxelinux.cfg/default file in a script that I use for creating backup of bootimage. cat 2>${BACKUB_BOOTIMAGE_ERRINFO} >${pxelinux_cfg_file} <<EOF prompt 1 timeout 0 display boot.msg label restore kernel kernel append root=/dev/nfs... (0 Replies)
Discussion started by: Pkumar Sachin
0 Replies

3. Solaris

Storage Multipathing In Solaris10

I 've a doubt about the no. of paths to a disk in my Solaris10 box. If i run prtdiag i see 12 instances of emulex. Is it 6 dual port HBAs or some other no. how can i check that. prtdiag | grep LPe11002-S 00 SUNW,emlxs LPe11002-S 00 SUNW,emlxs LPe11002-S 00 ... (3 Replies)
Discussion started by: fugitive
3 Replies

4. Solaris

Help in how to install PHP in Solaris10

:) Hi! I´m newbie in the Solaris and the Unix world. I´ve to install PHP. I´ve already manage to start MySQL and Apache2 in the Solaris 10. I try:# pkgadd -d http://www.opencsw.org/pkg_get.pkg With success, but when I used:# pkg-get -i php5_mysql I get: pkg-get: not found So I decided to... (1 Reply)
Discussion started by: linker85
1 Replies

5. Solaris

Solaris10

Hi All How can we verify if any of the parameters we have change in Solaris10 after reboot. Like is there any command? Please advice Thanks (3 Replies)
Discussion started by: imran721
3 Replies

6. Solaris

Sun Solaris10

hi to all, I am newuser can anyone tell me from where i get the sun solaris 10 dumps. plz mail me at (no email addresses - read the RULES of these forums) (2 Replies)
Discussion started by: quickgun
2 Replies

7. Solaris

Using mailx under solaris10

Hello all. I am a new user Solaris10, on a sunblade100. And I need help. How to send an e-mail on command line under solaris 10 ? I try mailx-s "subject" snacks@yahoo.fr without success. I would like to know why? What files do I configure? Thank you in advance. best regards. (3 Replies)
Discussion started by: SnackS
3 Replies

8. Solaris

Re: Crontab in solaris10

Hi all, I wrote a small shell (bash) script and it was executing well. I'm getting problem when I use this in crontab. My script is: #!/usr/bin/bash mkdir `date '+%m-%d-%y'` cd `date '+%m-%d-%y'` cvs co -r br_name module cd dir1/dir2/dir3 bash build.sh this is doing well... (7 Replies)
Discussion started by: gullapalli
7 Replies

9. UNIX for Dummies Questions & Answers

Inst. Solaris10

I just download solaris 10, from sun.com, I have them ziped in my HD, How can I install them, so I can run solaris10, my present os is RH9; THANKS (5 Replies)
Discussion started by: mxlst14
5 Replies

10. Solaris

help,win2003 and solaris10 in a pc?

sorry,my english is poor. who can install win2003 and solaris10 in one pc ? my win2000server in hda1 so frist install win2003 in hda5 second install solaris10 in hda2 but after install over,the win2003 can't logon in. alway let me press<ctrl>+<alt>+<del>. why? (1 Reply)
Discussion started by: keyi
1 Replies
Login or Register to Ask a Question