<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Dope! :-( you are dead on!</DIV>
<DIV>I was trying to load a standard initrd with the smp kernel.</DIV>
<DIV>It works great now, thanks for everything!</DIV>
<DIV><BR><BR>>>> boris.lenzinger@castify.net 2005-02-22 09:27:25 >>><BR></DIV>
<DIV style="COLOR: #000000">I've read around about this problem and the reason is probably that you<BR>don't use the initrd with the version number of the kernel...<BR>For instance, lines in my grub.conf are the following:<BR>===========================<BR>title Fedora Core (2.6.10-1.766_FC3)<BR>        root (hd0,1)<BR>        kernel /boot/vmlinuz-2.6.10-1.766_FC3 ro root=LABEL=/ rhgb quiet<BR>        initrd /boot/initrd-2.6.10-1.766_FC3.img<BR>===========================<BR>You really have to use the same version for initrd and for the kernel<BR>else you will always get in trouble.<BR>Could you send the line you use for booting ?<BR><BR>Boris<BR><BR>Guy-Michel Lessard wrote:<BR><BR>> Thanks Boris for answering back, i`m a bit overwhelmed in my teaching<BR>> these days so i could not answer back.<BR>> You are right, there is a initrd command in grub.<BR>> I tried it but no go, It starts loading up low level drivers and then<BR>> a cascade of error messages. As far as i can see on the screen (there<BR>> may be more before but i can't scroll back the screen) i get:<BR>> loading libata.ko<BR>> libata: disagrees about version of symbol struct_module.<BR>>  <BR>> The last line essentially repeats for all the latter modules. <BR>><BR>> >>> boris.lenzinger@castify.net 2005-02-17 12:50:28 >>><BR>> You have to specify an initrd for booting.<BR>> Once you have typed<BR>> =-=-=-=-=-=-=-=-=<BR>> kernel /boot/vmlinuz-xxx ro root=LABEL=/<BR>> =-=-=-=-=-=-=-=-=<BR>> you have to type<BR>> =-=-=-=-=-=-=-=-=<BR>> initrd /boot/initrd-xxx<BR>> =-=-=-=-=-=-=-=-=<BR>> where xxx is the same version as the one of the kernel. Command line<BR>> completion should be helpful to avoid typo.<BR>><BR>> With a local boot, it works likes this but may be in LTSP (I'm not<BR>> familiar with it), it can be different.<BR>><BR>> The root=LABEL=/ is a way to detect the / partition without having to<BR>> specify a partition like /dev/hda1 (from what I've understood). So you<BR>> can have a rack with another disk in which you have a disk where<BR>> partition slash is labelled / and it should run the same way...<BR>><BR>> Hope it helps.<BR>><BR>> Boris<BR>><BR>> Guy-Michel Lessard wrote:<BR>><BR>> > I'm trying to learn how to boot the 4.2.0 server with a grub boot disk<BR>> > and it only partially boots.<BR>> > Here is what i type:<BR>> > GRUB> root (hd0,0)              yes its on /dev/hda1<BR>> > GRUB> kernel /boot/vmlinuz-2.6.9-1.681_FC3smp ro root=/dev/hda1<BR>> > GRUB> boot<BR>> > <BR>> > The kernel loads up to selinux with a message about 10 lines<BR>> > before stating that it can't open a console.<BR>> > <BR>> > In menu.lst, the kernel line reads this:<BR>> > kernel /boot/vmlinuz-2.6.9-1.681_FC3smp ro root=LABEL=/1<BR>> > <BR>> > What is this root=LABEL=/1 option? what does it mean?<BR>> > P.S.: i did try this option in grub interactive and the kernel<BR>> > crashes, it only work in the menu.lst file.<BR>> > <BR>> ><BR>> >------------------------------------------------------------------------<BR>> ><BR>> >_______________________________________________<BR>> >K12OSN mailing list<BR>> >K12OSN@redhat.com<BR>> ><A href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</A><BR>> >For more info see <<A href="http://www.k12os.org">http://www.k12os.org</A>><BR>> ><BR>><BR>> _______________________________________________<BR>> K12OSN mailing list<BR>> K12OSN@redhat.com<BR>> <A href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</A><BR>> For more info see <<A href="http://www.k12os.org">http://www.k12os.org</A>><BR>><BR>>------------------------------------------------------------------------<BR>><BR>>_______________________________________________<BR>>K12OSN mailing list<BR>>K12OSN@redhat.com<BR>><A href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</A><BR>>For more info see <<A href="http://www.k12os.org">http://www.k12os.org</A>><BR>><BR><BR>_______________________________________________<BR>K12OSN mailing list<BR>K12OSN@redhat.com<BR><A href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</A><BR>For more info see <<A href="http://www.k12os.org">http://www.k12os.org</A>><BR></DIV></BODY></HTML>