Peter Boy wrote:
> Am Do, den 30.10.2003 schrieb Andreas Sartori um 14:59:
>> i have this in my grub.conf but it is not working..
>>
>> title Fedora Core (2.4.22-1.2111.nptl)
>> root (hd0,0)
>> kernel /vmlinuz-2.4.22-1.2111.nptl ro,rhgb root=LABEL=/
>> initrd /initrd-2.4.22-1.2111.nptl.img
>>
>>
>> its neither working with ro,rhgb nor ro rhgb.
>>
>> can you please tell me the correct syntax, would be nice.
>> dont know why but it doenst seem to work, its a dumb problem i know
>> but i dont know how to solve it
>
> wondering about it. my grub.conf reads:
>
> title Fedora Core (2.4.22-1.2111.nptl)
> root (hd0,2)
> kernel /vmlinuz-2.4.22-1.2111.nptl ro rhgb
> root=/dev/Volume00/Test hdc=ide-scsi
> initrd /initrd-2.4.22-1.2111.nptl.img
>
> and anything works just fine.
This does not for me:
title Fedora Core (2.4.22-1.2115.nptl)
root (hd0,0)
kernel /vmlinuz-2.4.22-1.2115.nptl ro rhgb root=LABEL=/
initrd /initrd-2.4.22-1.2115.nptl.img
nor does: kernel /vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ rhgb
Don