From techjedi at gmail.com Sat Jun 6 11:03:05 2015 Content-Type: multipart/mixed; boundary="===============8726566004625812274==" MIME-Version: 1.0 From: Chris McKeever To: xen at lists.fedoraproject.org Subject: Re: [Fedora-xen] command line kernel parameters Date: Tue, 18 Jul 2006 18:50:40 -0500 Message-ID: In-Reply-To: 094BCE01AFBE9646AF220B0B3F367AAB0950AE@pdsmsx413.ccr.corp.intel.com --===============8726566004625812274== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On 7/18/06, You, Yongkang wrote: > I think you want to add some kernel booting parameter to a XenU domain. > You can try to add "extra=3Dbooting_parameter" in XenU configuration file. that works, but it seems like the config files themselves should handle building out the cmmand line string: http://www.nabble.com/IP-configuration-for-domU-ignored-t1779301.html which in my case - it doesnt > > Best Regards, > Yongkang (Kangkang) =E6=B0=B8=E5=BA=B7 > > >-----Original Message----- > >From: fedora-xen-bounces(a)redhat.com > >[mailto:fedora-xen-bounces(a)redhat.com] On Behalf Of Chris McKeever > >Sent: 2006=E5=B9=B47=E6=9C=8818=E6=97=A5 23:35 > >To: fedora-xen(a)redhat.com > >Subject: [Fedora-xen] command line kernel parameters > > > >I am trying to set some networking options via the kernel command line -- > >I have recompiled the kernel to support IP_PNP (IP: kernel level > >autoconfiguration) > >but I dont even think I have gotten to the need of that part, xm > >create doesn't even seem to pass the arguements to the kernel: > > > >xen 3.0.2 source compile > >FC5 > > > >conf: > >kernel=3D"/boot/vmlinuz-2.6.16-xen" > >memory=3D128 > >name=3D"fedora.fc4" > >vif =3D [ 'ip=3D192.168.1.61, mac=3D00:16:3E:3E:30:C8' ] > >disk=3D['file:/xen/fc4/image,sda1,w', 'file:/xen/fc4/swap,sda2,w'] > >#dhcp =3D "dhcp" <-- tried as commented out and "off" > >netmask=3D"255.255.255.0" > >gateway=3D"192.168.1.1" > >hostname=3D"ds-1" > >root=3D"/dev/sda1 ro" > > > ># xm create -n conf > >Using config file "conf". > >(vm > > (name fedora.fc4) > > (memory 128) > > (vcpus 1) > > (image (linux (kernel /boot/vmlinuz-2.6.16-xen) (root '/dev/sda1 ro'= ))) > > (device (vbd (uname file:/xen/fc4/image) (dev sda1) (mode w))) > > (device (vbd (uname file:/xen/fc4/swap) (dev sda2) (mode w))) > > (device (vif (ip 192.168.1.61) (mac 00:16:3E:3E:30:C8))) > >) > > > >from the console: > ># dmesg | grep command > >Kernel command line: root=3D/dev/sda1 ro > > > >so - it seems the command line isnt being passed what aI *think* it > >should be passed - any ideas?? > > > > > >-- > >---------------------------------- > >please respond to the list .. if you need to contact me direct > >cgmckeever is the account > >prupref.com is the domain > > > >Simply Chicago Real Estate > > > >-- > >Fedora-xen mailing list > >Fedora-xen(a)redhat.com > >https://www.redhat.com/mailman/listinfo/fedora-xen > --===============8726566004625812274==--