Re: [Clonezilla-live] Problems with live-getty and live-netdev
A partition and disk imaging/cloning program
Brought to you by:
steven_shiau
|
From: Santiago B. <san...@gm...> - 2009-12-17 15:02:15
|
On Thu, Dec 17, 2009 at 11:45 AM, Steven Shiau <st...@nc...> wrote: > > > Santiago Bruno wrote: >> >> On Mon, Dec 14, 2009 at 4:47 AM, Steven Shiau <st...@nc...> wrote: >> >>> >>> Hi, >>> Thanks for the bug reports. I reply your question sin the following. >>> >>> Santiago Bruno wrote: >>> >>>> >>>> Hi, >>>> >>>> I'm trying to use Clonezilla live in a machine that will boot using >>>> PXE through its interface eth1. This machine can redirect the console >>>> using Serial over Lan with its own hardware and is configured to do >>>> so. >>>> >>>> I added live-getty and console=ttyS0,115200n8 to the kernel command >>>> line but I'm having a strange problem. >>>> >>>> When I'm looking at the serial console, after booting clonezilla, >>>> there is output at the console as expected, but some output also goes >>>> to the VGA. And it's not the same output. Is like there are two >>>> different clonezilla instances in tty1 and ttyS0. They even start >>>> cloning the same partitions at diferent times messing all up. At the >>>> end one can go to the command line on both consoles and evidently they >>>> are two different processes. >>>> >>> >>> How did you configure your clonezilla live ? Please show us the config >>> files, e.g. syslinux.cfg... So it's easier for me to reproduce the >>> problem >>> then we can fix this problem. >>> >> >> Well, I'm using some custom scripts, but now I reduced the >> configuration to try to use a script that does not exists to see if >> the problem still happened so it could be easier to reproduce. >> >> The pxe file for the machine would be like this: >> >> default Clonezilla >> label Clonezilla >> kernel /clonezilla/vmlinuz >> append initrd=/clonezilla/initrd.img boot=live live-getty >> console=ttyS0,115200n8 union=aufs noswap noprompt nosplash >> live-netdev="eth1" >> fetch=tftp://<SERVER_IP>/clonezilla/filesystem.squashfs >> ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" >> ocs_live_run="/blablablabla" >> > > "console=ttyS0,115200n8" -> Is it a typo or? > The one I tried before is with extra "1" in the end: > > console=ttyS0,115200n81 No, I didn't write the extra "1", but it seems not to be mandatory to write the complete options, as said in the kernel documentation, the default is 9600n8 http://www.mjmwired.net/kernel/Documentation/kernel-parameters.txt#514 I will try with the extra 1 anyway, but I don't think that that can be the problem. Santiago. |