Quote:
|
I currently trying to use external initramfs image. But it fail. Anyone got any advise?
|
what do you mean by "external initramfs image"?
Quote:
|
Please append a correct "root=" boot option
|
this tells what is the cause of the error: you did not passed the root= boot option
if you do not pass this option the kernel doesn't know where is your "/" directory
Quote:
|
But if i embed the initramfs into my kernel it work.
|
what do you mean by "embed the initramfs into the kernel"?