Mailing List Archive

FreeBSD-6.2 and pxelinx
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


_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX@zytor.com
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.
Re: FreeBSD-6.2 and pxelinx [ In reply to ]
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@zytor.com
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.
Re: FreeBSD-6.2 and pxelinx [ In reply to ]
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@zytor.com [mailto:syslinux-bounces@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@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@zytor.com
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.
Re: FreeBSD-6.2 and pxelinx [ In reply to ]
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@zytor.com
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.
Re: FreeBSD-6.2 and pxelinx [ In reply to ]
the last release 3.50

Mit freundlichem Gruß / Best regards

Oliver Klein

-----Original Message-----
From: syslinux-bounces@zytor.com [mailto:syslinux-bounces@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@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@zytor.com
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.
Re: FreeBSD-6.2 and pxelinx [ In reply to ]
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
>
>

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX@zytor.com
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.
Re: FreeBSD-6.2 and pxelinx [ In reply to ]
Pascal Vandeputte wrote:
> 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.
>

For what it's worth, adding "console=" to a memdisk command line is a
total waste of time.

Neither memdisk nor whatever it is booting (FreeBSD, in this case) will
do anything with it.

>>
>> LABEL FreeBSD-6.2
>> kernel memdisk
>> append console=ttyS0,38400 initrd=6.2-RELEASE-i386-bootonly.img c=812 h=255 s=63
>>

-hpa

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX@zytor.com
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.
Re: - Re: FreeBSD-6.2 and pxelinx [ In reply to ]
Hi

yes i use only a serial console for installation. Now I follow your tip and customized the freebsd image (loader.conf) for using serial console and change the baudrate on the switch to 9600, cause the freebsd generic kernel use only 9600...and now it works fine :)...THX A LOT!

Mit freundlichem Gruß / Best regards

Oliver Klein

-----Original Message-----
From: syslinux-bounces@zytor.com [mailto:syslinux-bounces@zytor.com] On Behalf Of Pascal Vandeputte
Sent: Samstag, 30. Juni 2007 01:44
To: For discussion of SYSLINUX and tftp-hpa
Subject: - Re: [syslinux] FreeBSD-6.2 and pxelinx

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
>
>

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX@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@zytor.com
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.
Re: - Re: FreeBSD-6.2 and pxelinx [ In reply to ]
>For what it's worth, adding "console=" to a memdisk command line is a
>total waste of time.

>Neither memdisk nor whatever it is booting (FreeBSD, in this case) will
>do anything with it.

this i didn´t know and in my desperation I add those parameters to the append line....thx for your instruction

Mit freundlichem Gruß / Best regards
Oliver Klein

-----Original Message-----
From: syslinux-bounces@zytor.com [mailto:syslinux-bounces@zytor.com] On Behalf Of H. Peter Anvin
Sent: Samstag, 30. Juni 2007 06:09
To: For discussion of SYSLINUX and tftp-hpa
Subject: Re: [syslinux] FreeBSD-6.2 and pxelinx

Pascal Vandeputte wrote:
> 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.
>

For what it's worth, adding "console=" to a memdisk command line is a
total waste of time.

Neither memdisk nor whatever it is booting (FreeBSD, in this case) will
do anything with it.

>>
>> LABEL FreeBSD-6.2
>> kernel memdisk
>> append console=ttyS0,38400 initrd=6.2-RELEASE-i386-bootonly.img c=812 h=255 s=63
>>

-hpa

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX@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@zytor.com
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.