--- Steve Cayford <[EMAIL PROTECTED]> wrote:

> Umar Said wrote:
> > [...]
> > My first question is, how do I boot from grub? I have successfully boot
> ltsp
> > using pxe on some machine with pxe in it. But there are some machines which
> > cannot boot from LAN. Can I enter grub menu then boot ltsp from there? Or
> is
> > there any way to do it?
> 
> Yes, get an etherboot image from rom-o-matic.net in the "LILO/GRUB/SYSLINUX
> loadable kernel format (.zlilo)" (or make your own) and drop it in a
> partition
> on the hard drive. Then point grub toward it with a stanza like
> 
> title           Terminal
> root            (hd0,1)
> kernel          /boot/etherboot-5.4.3.zlilo
> boot
> 
Thank you Steve for your prompt response. I have tried your suggestion and it
worked. But I also found a solution by using the available kernel. I copied
both the kernel and initrd to my computer, then I edit menu.list like below

title           Linux terminal service (Ubuntu Feisty)
root            (hd0,1)
kernel          /boot/vmlinuz-2.6.20-15-386 ro quiet splash
initrd          /boot/initrd.img-2.6.20-15-386

> > 
> > On server there is adobe-helvetica font installed when I install Ubuntu.
> But it
> > is not available on client. Some applications complain when it's not
> available.
> > Which package does provide the font?
> > 
> > I'm using LDAP with the LDAP server on different machine than ltsp server.
> When
> > I use users-admin to modify user property (say permitting audio and local
> > device access), the users displayed limited to local ltsp server user, not
> > including LDAP user. Whenever I change only one user property, all other
> > property I make which is available to LDAP user is gone, replaced by
> changes
> > from users-admin. How do I make users-admin recognize LDAP user?
> 
> I have similar layout, but I don't use "users-admin." I'm using LDAP tools on
> the LDAP server to add and modify users. I had to move user groups like
> audio,
> fuse, etc. into the LDAP directory then control the group associations there.
> There may be a way to do this from the terminal server, but so far it works
> to
> go directly to the LDAP server for me.
> 
It could be a solution. For now, I myself use manual approach by editing
/etc/group directly. But I'm afraid, any administrator does not know this and
use users-admin. Thanks for your suggestion anyway.



       
____________________________________________________________________________________
Be a better Globetrotter. Get better travel answers from someone who knows. 
Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545469

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to