La commande fournie par AS fonctionne (le livecd démarre)

vmlinuz mem=512M livecd=livecd initrd=initrd.gz apci=on vga=788 vmalloc=ram splash=verbose
Le livecd se lance aussi en indiquant simplement
vmlinuz mem=512M
Mais un message de kernel panic s'affiche quelques secondes plus tard :
VFS : Cannot open root device "(null)" or unknown-block(8,5)
J'ai essayé avec
vmlinuz mem=512M root=/dev/rd/3
-> kernel panic de nouveau

J'ai essayé avec
vmlinuz mem=512M root=/dev/sr0
-> kernel panic de nouveau

Que puis-je mettre d'autre comme paramètre pour "root" ?
Desmoric
[Translation for AS]The command line
vmlinuz mem=512M livecd=livecd initrd=initrd.gz apci=on vga=788 vmalloc=ram splash=verbose
is OK (livecd start)
The command line
vmlinuz mem=512M
run the livecd too.
But i'm front of kernel panic few seconds later because of bad "root" parameter
VFS : Cannot open root device "(null)" or unknown-block(8,5)
I've tried with
vmlinuz mem=512M root=/dev/rd/3
-> kernel panic again

... and with
vmlinuz mem=512M root=/dev/sr0
-> kernel panic again

What other parameter can I try ?
Desmoric