Rodrique Heron wrote: > On 6/4/09, Steven Shiau <[email protected]> wrote: >> >> Rodrique Heron wrote: >>> >>> On Sat, May 30, 2009 at 11:53 PM, Steven Shiau <[email protected] >>> <mailto:[email protected]>> wrote: >>> >>> Sorry, I have no idea about cobbler. What I mean is something like >>> pxelinux (http://syslinux.zytor.com/pxe.php), and especially the >>> config file as shown on >>> http://clonezilla.org/clonezilla-live/livepxe.php >>> I am sure cobbler does have something similar to that. >>> >>> >>> Here's what I'm using for my pxe menu settings. >>> >>> append /images/CloneZillaLive-1.2.1-53/vmlinuz1 >>> initrd=/images/CloneZillaLive-1.2.1-53/initrd1.img ocs_live_batch=no >>> toram ip=frommedia ocs_live_keymap= boot=live vga=791 noprompt >>> ocs_live_run=ocs-live-general ocs_live_extra_param= ocs_lang= !text >>> nolocales !lang fetch=tftp://10.69.14.23/filesystem.squashfs >>> <http://10.69.14.23/filesystem.squashfs> union=aufs >> Here "toram" is useless, try to remove it. Also, try to remove >> "ocs_live_keymap=", "ocs_live_extra_param=", "ocs_lang=". >> What's !text and !lang for ? If it's useless to you, remove them, too. >> You may refer to this doc, too: >> http://clonezilla.org/clonezilla-live/doc/showcontent.php?topic=08_Screen_session_with_PXE >> >> Steven. > > I 'm still getting a kernel panic, here's the error message I copied down. > > > Begin: Mounting root file system ... [ 124.436647] ide_generic: please > use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE > ports > [ 125.421902] Kernel panic - not syncing: Attempted to kill init! > > I am not using these PXE options > > ip=frommedia boot=live vga=791 ocs_live_run=ocs-live-general noprompt > ocs_live_batch=no nolocales > fetch=tftp://10.69.14.23/filesystem.squashfs union=aufs
You did not use these boot parameters ? No "fetch=tftp://10.69.14.23/filesystem.squashfs" ? no "boot=live" ? For PXE booting Clonezilla live, you have to provide the root filesystem by fetch boot parameter. Otherwise definitely you will get "kernel panic". Please follow http://clonezilla.org/clonezilla-live/livepxe.php to setup your PXE server. Steven. -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Clonezilla-live mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clonezilla-live
