Hi i want to add the FreeBSD 6.2 release to our installserver according to the manual http://syslinux.zytor.com/archives/2007-April/008420.html But if I type FreeBSD-6.2 at the pxelinux boot prompt the created image load but nothing happens. ?boot: FreeBSD-6.2 Loading memdisk.... Loading 6.2-RELEASE-i386-bootonly.img.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. Ready. and then the prozess stops. So what i?m doing wrong or what I have to do, that It works? The entry in the "default" file looks so ?LABEL FreeBSD-6.2 kernel memdisk append console=ttyS0,38400 initrd=6.2-RELEASE-i386-bootonly.img c=812 h=255 s=63 I?ve tried with and without harddisk parameters, same result. Hope anyone can help me to fix this. THX IN ADVANCE! Mit freundlichem Gru? / Best regards Oliver Klein
Oliver Klein wrote:> --snip-- > > ?LABEL FreeBSD-6.2 > kernel memdisk > append console=ttyS0,38400 initrd=6.2-RELEASE-i386-bootonly.img c=812 h=255 s=63 > > --snip--Try: LABEL FreeBSD-6.2 kernel memdisk append console=ttyS0,38400 initrd=6.2-RELEASE-i386-bootonly.img noedd That should get you going. -Andrew
Hi no same result...last what i saw is "ready" and that?s it. Any other idea or suggestions? Mit freundlichem Gru? / Best regards -----Original Message----- From: syslinux-bounces at zytor.com [mailto:syslinux-bounces at zytor.com] On Behalf Of Andrew Stuart Sent: Mittwoch, 27. Juni 2007 21:49 To: For discussion of SYSLINUX and tftp-hpa Subject: Re: [syslinux] FreeBSD-6.2 and pxelinx Oliver Klein wrote:> --snip-- > > ?LABEL FreeBSD-6.2 > kernel memdisk > append console=ttyS0,38400 initrd=6.2-RELEASE-i386-bootonly.img c=812 h=255 s=63 > > --snip--Try: LABEL FreeBSD-6.2 kernel memdisk append console=ttyS0,38400 initrd=6.2-RELEASE-i386-bootonly.img noedd That should get you going. -Andrew _______________________________________________ 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.
Oliver Klein wrote:> Hi > > no same result...last what i saw is "ready" and that?s it. Any other idea or suggestions? > >Which version of memdisk and pxelinux?
the last release 3.50 Mit freundlichem Gru? / Best regards Oliver Klein -----Original Message----- From: syslinux-bounces at zytor.com [mailto:syslinux-bounces at zytor.com] On Behalf Of Andrew Stuart Sent: Mittwoch, 27. Juni 2007 22:55 To: For discussion of SYSLINUX and tftp-hpa Subject: Re: [syslinux] FreeBSD-6.2 and pxelinx Oliver Klein wrote:> Hi > > no same result...last what i saw is "ready" and that?s it. Any other idea or suggestions? > >Which version of memdisk and pxelinux? _______________________________________________ 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.
Hi, "console=ttyS0,38400" tells me you're controlling things trough a serial line... Have you customized the ISO image so the rest of the boot process also runs everything on that serial line? If not, once the FreeBSD kernel is loaded, it will continue booting on the VGA console instead of the serial port. And you won't see a thing in your minicom/hyperterminal session. Greetings, Pascal Vandeputte Oliver Klein wrote:> Hi > > i want to add the FreeBSD 6.2 release to our installserver according to the manual > http://syslinux.zytor.com/archives/2007-April/008420.html > But if I type FreeBSD-6.2 at the pxelinux boot prompt the created image load but nothing happens. > ?boot: FreeBSD-6.2 > Loading memdisk.... > Loading 6.2-RELEASE-i386-bootonly.img.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. > Ready. > and then the prozess stops. So what i?m doing wrong or what I have to do, that It works? The entry in the "default" file looks so > > ?LABEL FreeBSD-6.2 > kernel memdisk > append console=ttyS0,38400 initrd=6.2-RELEASE-i386-bootonly.img c=812 h=255 s=63 > > I?ve tried with and without harddisk parameters, same result. Hope anyone can help me to fix this. THX IN ADVANCE! > > Mit freundlichem Gru? / Best regards > > Oliver Klein > >