Mailing List Archive

Re: Initrd or Cdrom as root
> I suspect that whatever is he using for creating the images (what is this
> "isolinux.cfg"?) has modified the boot command line and that is why it
> fails. It works fine for me (and worked since the time I wrote it around
> 2.4.0 or so).

Your assumption is correct!

It seems that isolinux does not pass the append parameters at all.
The booting works fine when I made your patch use cdrom as root
no matter what.

> This is my isolinux.cfg file:
> ---
> DEFAULT zoac
>
> LABEL zoac
> KERNEL /boot/bzImage
> APPEND "enableapic rootcd=1"
> ---

-=Dead2=-
Re: Initrd or Cdrom as root [ In reply to ]
Hi,

"Dead2" <dead2@circlestorm.org> schrieb am 15.05.02:
> > I suspect that whatever is he using for creating the images (what is this
> > "isolinux.cfg"?) has modified the boot command line and that is why it
> > fails. It works fine for me (and worked since the time I wrote it around
> > 2.4.0 or so).
>
> Your assumption is correct!
>
> It seems that isolinux does not pass the append parameters at all.
> The booting works fine when I made your patch use cdrom as root
> no matter what.
>
> > This is my isolinux.cfg file:
> > ---
> > DEFAULT zoac
> >
> > LABEL zoac
> > KERNEL /boot/bzImage
> > APPEND "enableapic rootcd=1"
> > ---

seems I don't get the context here. Is isolinux ignoring 'append'?
In which version?

I think there was some syslinux version (1.70? 1.71? some -pre?)
that ignored 'append', but that's fixed in the latest version.

Regards,

Josef

________________________________________________________________
Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr!
Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13
Re: Initrd or Cdrom as root [ In reply to ]
Dead2 wrote:
>
>>This is my isolinux.cfg file:
>>---
>>DEFAULT zoac
>>
>>LABEL zoac
>> KERNEL /boot/bzImage
>> APPEND "enableapic rootcd=1"
>>---
>

Ditch the quotation marks!

-hpa