Author Topic: Lancement LiveCD impossible  (Read 2163 times)

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Lancement LiveCD impossible
« Reply #15 on: March 06, 2012, 11:33:57 AM »
J'ai trouvé une autre possibilité [AS, I will try this and your code too] :
Code: [Select]
livecd=livecd initrd=initrd.gz apci=on vga=788 vmalloc=ram splash=verbose
Elle ressemble beaucoup à celle de AS.

Je vais essayer

Desmoric


Quote
vmlinuz mem=512M livecd=livecd initrd=initrd.gz apci=on vga=788 vmalloc=ram splash=verbose


 ;)


Offline Desmoric

  • Sr. Member
  • ****
  • Posts: 255
Re: Lancement LiveCD impossible
« Reply #16 on: March 09, 2012, 01:25:23 PM »
Thanks AS, I will try your command line.

Desmoric

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: Lancement LiveCD impossible
« Reply #17 on: March 09, 2012, 02:36:17 PM »
Thanks AS, I will try your command line.

Desmoric

J'ai bien hâte de savoir si ça va marcher !

I'm looking forward to the result !

Thanks AS !

Bonne chance Desmoric !

melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

Offline Desmoric

  • Sr. Member
  • ****
  • Posts: 255
Re: Lancement LiveCD impossible
« Reply #18 on: March 14, 2012, 03:10:52 PM »
La commande fournie par AS fonctionne (le livecd démarre)  :)

Code: [Select]
vmlinuz mem=512M livecd=livecd initrd=initrd.gz apci=on vga=788 vmalloc=ram splash=verbose

Le livecd se lance aussi en indiquant simplement

Code: [Select]
vmlinuz mem=512M

Mais un message de kernel panic s'affiche quelques secondes plus tard :
Quote
VFS : Cannot open root device "(null)" or unknown-block(8,5)

J'ai essayé avec
Code: [Select]
vmlinuz mem=512M root=/dev/rd/3
-> kernel panic de nouveau  >:(

J'ai essayé avec
Code: [Select]
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
Code: [Select]
vmlinuz mem=512M livecd=livecd initrd=initrd.gz apci=on vga=788 vmalloc=ram splash=verbose

is OK (livecd start)

The command line
Code: [Select]
vmlinuz mem=512M

run the livecd too.

But i'm front of kernel panic few seconds later because of bad "root" parameter
Quote
VFS : Cannot open root device "(null)" or unknown-block(8,5)

I've tried with
Code: [Select]
vmlinuz mem=512M root=/dev/rd/3
-> kernel panic again  >:(

... and with
Code: [Select]
vmlinuz mem=512M root=/dev/sr0
-> kernel panic again  >:(

What other parameter can I try ?

Desmoric

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Lancement LiveCD impossible
« Reply #19 on: March 14, 2012, 03:58:11 PM »
[Translation for AS]

Thank you!

Quote
The command line
Quote
vmlinuz mem=512M livecd=livecd initrd=initrd.gz apci=on vga=788 vmalloc=ram splash=verbose

That was supposed to be vmalloc=256M not vmalloc=ram ...  try also vmalloc=128M

Quote
is OK (livecd start)

The command line
Code: [Select]
vmlinuz mem=512M

run the livecd too.

But i'm front of kernel panic few seconds later because of bad "root" parameter
Quote
VFS : Cannot open root device "(null)" or unknown-block(8,5)

I've tried with
Code: [Select]
vmlinuz mem=512M root=/dev/rd/3
-> kernel panic again  >:(

... and with
Code: [Select]
vmlinuz mem=512M root=/dev/sr0
-> kernel panic again  >:(

What other parameter can I try ?


try this, if something go wrong, possibly make photo of the screen   ;)
essayer ça, si quelque chose tourne mal, peut-être faire des photo de l'écran
Quote
vmlinuz  mem=512M  livecd=livecd  initrd=initrd.gz  apci=on  root=/dev/rd/3  vga=788  vmalloc=128M  splash=verbose  debug

Offline zorlac

  • Full Member
  • ***
  • Posts: 213
Re: Lancement LiveCD impossible
« Reply #20 on: April 28, 2012, 08:03:38 AM »
try this please:
Quote
vmlinuz  livecd=livecd  initrd=initrd.gz  root=/dev/rd/3  mem=512M

AS, that did the trick for me installing Phoenix Xfce on an old machine with 768M of ram that the live CD choked on with:

gfxboot :
could not detect available memory size
boot :

Typed your command right after "boot :" & away it went!

You are Da Man!  ;D
Thanks so much!
Mark