Hello everybody, There was a post to this mailing list last year: http://syslinux.zytor.com/archives/2007-April/008428.html I encounter exactly the same problem. Unfortunately there was no solution in the mailing list for this problem. Does anybody know how to fix it? Thank you, Vasily
I have been experimenting with the vesamenu.c32 and it does go to the RedHat conf file, but I lose the look of the RHEL default menu structure. There should be a way incorporate all of this together. I will post my final work if anyone is interested. -----Original Message----- From: syslinux-bounces at zytor.com [mailto:syslinux-bounces at zytor.com] On Behalf Of Vasily Tarasov Sent: Tuesday, August 19, 2008 10:30 AM To: SYSLINUX at zytor.com Cc: dscoular at gmail.com Subject: [syslinux] Solaris 10 installation via PXELinux Hello everybody, There was a post to this mailing list last year: http://syslinux.zytor.com/archives/2007-April/008428.html I encounter exactly the same problem. Unfortunately there was no solution in the mailing list for this problem. Does anybody know how to fix it? Thank you, Vasily _______________________________________________ SYSLINUX mailing list Submissions to SYSLINUX at zytor.com Unsubscribe or set options at: http://www.zytor.com/mailman/listinfo/syslinux Please do not send private replies to mailing list traffic.
Vasily Tarasov wrote:> Hello everybody, > > There was a post to this mailing list last year: > http://syslinux.zytor.com/archives/2007-April/008428.html > I encounter exactly the same problem. Unfortunately there was no solution > in the mailing list for this problem. Does anybody know how to > fix it? >Most likely it is that Grub passes information to the multiboot image that mboot.c32 does. It would be interesting to run this in simulation and put a breakpoint at the point of image entry, then look at the tables passed. -hpa
Have you tried to use vesamenu.c32 for booting Solaris? On Tue, 19 Aug 2008, Vance Turner wrote:> I have been experimenting with the vesamenu.c32 and it does go to the > RedHat conf file, but I lose the look of the RHEL default menu > structure. > > There should be a way incorporate all of this together. I will post my > final work if anyone is interested. > > -----Original Message----- > From: syslinux-bounces at zytor.com [mailto:syslinux-bounces at zytor.com] On > Behalf Of Vasily Tarasov > Sent: Tuesday, August 19, 2008 10:30 AM > To: SYSLINUX at zytor.com > Cc: dscoular at gmail.com > Subject: [syslinux] Solaris 10 installation via PXELinux > > Hello everybody, > > There was a post to this mailing list last year: > http://syslinux.zytor.com/archives/2007-April/008428.html > I encounter exactly the same problem. Unfortunately there was no > solution > in the mailing list for this problem. Does anybody know how to > fix it? > > Thank you, > Vasily > > _______________________________________________ > SYSLINUX mailing list > Submissions to SYSLINUX at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > Please do not send private replies to mailing list traffic. > > _______________________________________________ > SYSLINUX mailing list > Submissions to SYSLINUX at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > Please do not send private replies to mailing list traffic. > >
Hello,
I ran into the same issue and used pxegrub renamed as pxegrub.0 to get
by and install solaris 10.
[root at hare-fed tftpboot]# pwd
/tftpboot
[root at hare-fed tftpboot]# ls -l pxeg*
-r--r--r-- 1 root root 119312 2006-08-30 03:18 pxegrub.0
[root at hare-fed tftpboot]#
[root at hare-fed grub]# pwd
/tftpboot/boot/grub
[root at hare-fed grub]# cat menu.lst
default=0
timeout=5
splashimage=/boot/grub/splash.xpm.gz
title Solaris PXE Install
kernel /boot/solaris/multiboot kernel/unix - install dhcp -B
install_config=10.32.2.55:/jumpstart/config,sysid_config=10.32.2.55:/jum
pstart/config,install_media=10.32.2.55:/jumpstart/Jump10x,install_boot=1
0.32.2.55:/jumpstart/Jump10x/boot
module /boot/solaris/x86.miniroot
My /tftpboot/pxelinux.cfg/default (Solaris portion)
LABEL Solaris 10 pxegrub
menu label Solaris 10
kernel /boot/grub/pxegrub.0
Good luck!
A
-----Original Message-----
From: syslinux-bounces at zytor.com [mailto:syslinux-bounces at zytor.com] On
Behalf Of Vasily Tarasov
Sent: Tuesday, August 19, 2008 10:30 AM
To: SYSLINUX at zytor.com
Cc: dscoular at gmail.com
Subject: [syslinux] Solaris 10 installation via PXELinux
Hello everybody,
There was a post to this mailing list last year:
http://syslinux.zytor.com/archives/2007-April/008428.html
I encounter exactly the same problem. Unfortunately there was no
solution
in the mailing list for this problem. Does anybody know how to
fix it?
Thank you,
Vasily
_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX at zytor.com
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.
Thanks Anthony. I will probably use your scenario if I will not be able to diagnose the problem of pxelinuxx itself. Vasily On Tue, 19 Aug 2008, Anthony Hare wrote:> Hello, > > I ran into the same issue and used pxegrub renamed as pxegrub.0 to get > by and install solaris 10. > > [root at hare-fed tftpboot]# pwd > /tftpboot > [root at hare-fed tftpboot]# ls -l pxeg* > -r--r--r-- 1 root root 119312 2006-08-30 03:18 pxegrub.0 > [root at hare-fed tftpboot]# > > [root at hare-fed grub]# pwd > /tftpboot/boot/grub > [root at hare-fed grub]# cat menu.lst > default=0 > timeout=5 > > splashimage=/boot/grub/splash.xpm.gz > > title Solaris PXE Install > kernel /boot/solaris/multiboot kernel/unix - install dhcp -B > install_config=10.32.2.55:/jumpstart/config,sysid_config=10.32.2.55:/jum > pstart/config,install_media=10.32.2.55:/jumpstart/Jump10x,install_boot=1 > 0.32.2.55:/jumpstart/Jump10x/boot > module /boot/solaris/x86.miniroot > > My /tftpboot/pxelinux.cfg/default (Solaris portion) > > LABEL Solaris 10 pxegrub > menu label Solaris 10 > kernel /boot/grub/pxegrub.0 > > Good luck! > A > > -----Original Message----- > From: syslinux-bounces at zytor.com [mailto:syslinux-bounces at zytor.com] On > Behalf Of Vasily Tarasov > Sent: Tuesday, August 19, 2008 10:30 AM > To: SYSLINUX at zytor.com > Cc: dscoular at gmail.com > Subject: [syslinux] Solaris 10 installation via PXELinux > > Hello everybody, > > There was a post to this mailing list last year: > http://syslinux.zytor.com/archives/2007-April/008428.html > I encounter exactly the same problem. Unfortunately there was no > solution > in the mailing list for this problem. Does anybody know how to > fix it? > > Thank you, > Vasily > > _______________________________________________ > SYSLINUX mailing list > Submissions to SYSLINUX at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > Please do not send private replies to mailing list traffic. > > _______________________________________________ > SYSLINUX mailing list > Submissions to SYSLINUX at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > Please do not send private replies to mailing list traffic. > >