robust netboot image

2008-06-16 Thread Michael Creel
Hello all, Working on PelicanHPC, I have found that ISO images always boot on diverse hardware, but that the same configuration used to make a netboot image sometimes fails to boot. I personally have seen the netboot image fail on a Dell desktop machine, while loading firewire drivers. Users

Re: robust netboot image

2008-06-16 Thread Alex Owen
always boot on diverse hardware, but that the same configuration used to make a netboot image sometimes fails to boot. I personally have seen the netboot image fail on a Dell desktop machine, while loading firewire drivers. Users of PelicanHPC inform me that netboot sometimes fails while

Re: Netboot image with NIS package hangs on squashfs extraction

2008-03-20 Thread Adam Faulconbridge
Thanks, that helps a bit. I can now get it to the stage where all the files are correctly setup and I can get a working NIS setup after the system has booted by running apt-get install nis and then keeping my existing settings. However, I still have the problem where if I add it to the package

Re: Problems with netboot and NFS

2007-09-13 Thread Daniel Baumann
Dirk Eibach wrote: I have problems booting DebianLive via NFS. you need to provide a bit more information.. such as: which version of live-helper did you use? which version of live-initramfs? did you build an image for etch, lenny or sid? -- Address:Daniel Baumann, Burgunderstrasse

Re: patch against a22 to support netboot ovet http

2007-08-24 Thread Michal Suchanek
On 17/08/07, Michal Suchanek [EMAIL PROTECTED] wrote: Hello This patch (against a22) allows me to netboot over http or ftp. A complete config kit that should work with a23. Just unpack in debian-live and rebuild. Thanks to people on irc who helped to get this working Michal d

patch against a22 to support netboot ovet http

2007-08-17 Thread Michal Suchanek
Hello This patch (against a22) allows me to netboot over http or ftp. This is not complete, it requirtes a wget binary without ssl support in the initrd. I did not try to figure out how to add stuff to initrd, just repacked it manually. I used wget without ssl because openssl libraries

Re: netboot and two flavours

2007-07-14 Thread Trent W. Buck
On Sat, Jul 14, 2007 at 07:28:30PM +0400, Vladimir Stavrinov wrote: On Fri, Jul 13, 2007 at 12:59:52PM +0200, Daniel Baumann wrote: first of all, in debian, there are no symlinks in chroot/boot, so this is actually not needed. second, even if there are symlinks added by the user, they

Re: netboot and two flavours

2007-07-14 Thread Vladimir Stavrinov
On Sun, Jul 15, 2007 at 01:36:20AM +1000, Trent W. Buck wrote: /etc/kernel-img.conf: do_symlinks = yes man 5 kernel-img.conf Thank. I know this. But if You carefully read previous mail, I don't touch chroot any way. Thus this is default value and in any case should be work around.

Re: netboot and two flavours

2007-07-14 Thread Vladimir Stavrinov
On Sat, Jul 14, 2007 at 05:43:02PM +0200, Daniel Baumann wrote: etch or lenny/sid? I wrote in comments to patch, what config I am using for test this patch. I am using sid distribution. My be there are difference in defaults for symlinks too (in sid and lynny).

Re: netboot and two flavours

2007-07-14 Thread Vladimir Stavrinov
On Sat, Jul 14, 2007 at 05:43:02PM +0200, Daniel Baumann wrote: in earlier syslinux version, the pxelinux.cfg/default pathes have had to be relative to parent directory of pxelinux.cfg (e.g. 'F1 pxelinux.cfg/f1.txt' instead of 'F1 f1.txt'). If so, some work around should be added for etch. As

Re: netboot and two flavours

2007-07-14 Thread Daniel Baumann
Vladimir Stavrinov wrote: I wrote in comments to patch, what config I am using for test this patch. I was impling to r2471, not your patch, so it has a reason that i asked. I am using sid distribution. then it could still be broken with etch, will have to test this. My be there are

Re: netboot and two flavours

2007-07-13 Thread Daniel Baumann
to be tampered with. so, instead of removing symlinks, i modified the cp calls so that only vmlinuz-* and initrd.img-* files are copied. that should be enough imho. 2. Remove renaming kernels and initrd if its numbers 1 (for netboot only) applied. 3. Add server type (nfs or cifs) and mount

Re: netboot and two flavours

2007-07-13 Thread Daniel Baumann
Vladimir Stavrinov wrote: Daniel, if You don't like the way I solve this problem, You can change it later. But now, You should consider this patch as bug fixing, may be temporary. i don't see value in applying something just for the sake of it, and especially not if i'll change it right

netboot and two flavours

2007-07-12 Thread Vladimir Stavrinov
When netboot is set and more then one flavors used the pxelinux.cfg/default contain only default entries for one flavor only, while there are all kernel flavors in the tftpboot. I am looking into lh_binary_syslinux, but don't see where the bug

Re: netboot and two flavours

2007-07-12 Thread Vladimir Stavrinov
, do not rename the kernels for netboot setup. -- * Vladimir Stavrinov ** *** [EMAIL PROTECTED] ** * ___ Debian-live-devel mailing list Debian-live-devel

Re: netboot and two flavours

2007-07-12 Thread Vladimir Stavrinov
(for netboot only) 3. Add server type (nfs or cifs) and mount options for netboot to config 4. Append netboot options to LIVE_BOOTAPPEND 5. Used syslinux.cfg template instead pxelinux.cfg for netboot 6. Fixed variables substitution in pxelinux.cfg/default. Changed order

Re: netboot and two flavours

2007-07-12 Thread Vladimir Stavrinov
On Thu, Jul 12, 2007 at 07:58:49PM +0200, Daniel Baumann wrote: I'll look into it tomorrow morning. Daniel, if You don't like the way I solve this problem, You can change it later. But now, You should consider this patch as bug fixing, may be temporary. By the way, You don't apply my last

Re: Dialog on a feature of netboot=nfs:// cifs:// http:// https://

2007-05-28 Thread Hadar
if [ -f ${mountpoint}/* ]; then rc=0 break else log_begin_msg waiting for fs_wrapper:$i sleep 1 fi done fi return ${rc} } * Changed netboot function to call do_httpmount instead of cifs - an ugly hack

fuse code for netboot http:// https://

2007-05-27 Thread RJ Ent.
Greetings Hadar, Could you post to the mailing list the diff of your code against live-initramfs and any other as you described in http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-May/001413.html I would like to setup with your work and see if I have any luck getting further.

Re: Dialog on a feature of netboot=nfs:// cifs:// http:// https://

2007-05-25 Thread RJ Ent.
Greetings, -- Date: Thu, 24 May 2007 17:28:45 +0100 From: Alex Owen [EMAIL PROTECTED] Subject: Re: Dialog on a feature of netboot=nfs:// cifs:// http:// https:// Cc: debian-live-devel@lists.alioth.debian.org Message-ID: [EMAIL PROTECTED] Content

Re: Dialog on a feature of netboot=nfs:// cifs:// http:// https://

2007-05-25 Thread Alex Owen
On 25/05/07, RJ Ent. [EMAIL PROTECTED] wrote: Yes on the NFS and CIFS, I was just wanting to consolidate the syntax on the boot param. I think it is netboot=nfs nfsroot=xxx.xxx.xxx.xxx:/path now and I would like it to be netbooot=nfs://xxx.xxx.xxx.xxx:/path , combine the two parameters

Re: Dialog on a feature of netboot=nfs:// cifs:// http:// https://

2007-05-25 Thread RJ Ent.
Greetings, On 25/05/07, RJ Ent. [EMAIL PROTECTED] wrote: Yes on the NFS and CIFS, I was just wanting to consolidate the syntax on the boot param. I think it is netboot=nfs nfsroot=xxx.xxx.xxx.xxx:/path now and I would like it to be netbooot=nfs://xxx.xxx.xxx.xxx:/path , combine the two

Dialog on a feature of netboot=nfs:// cifs:// http:// https://

2007-05-24 Thread RJ Ent.
Greetings, I would like to request a feature for netbooting, namely to have the ability be able to get the netboot folder via http or even https. Also then to consider the netboot param to act as examples below: netboot=nfs://xxx.xxx.xxx.xxx/path netboot=cifs://xxx.xxx.xxx.xxx/path netboot

Re: Dialog on a feature of netboot=nfs:// cifs:// http:// https://

2007-05-24 Thread Alex Owen
On 24/05/07, RJ Ent. [EMAIL PROTECTED] wrote: Greetings, I would like to request a feature for netbooting, namely to have the ability be able to get the netboot folder via http or even https. Also then to consider the netboot param to act as examples below: netboot=nfs://xxx.xxx.xxx.xxx/path

Re: Dialog on a feature of netboot=nfs:// cifs:// http:// https://

2007-05-24 Thread Daniel Baumann
Alex Owen wrote: Ther linux kernel can mount an NFS share or CIFS share as the root partition... I'm not aware that one can mount http or https ??? whadar worked on a solution to use fuse in early userspace (aka initramfs) to mount from arbitrary localtions (hey scary idea is, of course, to

netboot tests

2007-02-21 Thread Frédéric BOITEUX
Hello, I've tried to build and run a netboot Debian Live system, and I had some problems before to succeed, so I report them in case it could be helpful for others : 1/ during construction of Live system : - the make-live command don't work completely with 'net' type when the root

Re: netboot tests

2007-02-21 Thread Marco Amadori
with menu.cfg suited for netboot test (it works for qemu e.g). Another trick was that my NFS server is under 2.4 and only supports UDP NFS : to allow Debian Live's initramfs to mount the binary directory, I had to add the words NFSOPTS=-o udp to the boot sequence, with uppercase NFSOPTS (the casper's

Netboot

2006-08-14 Thread Marco Amadori
Hi Alex, first of all, thanks for your contribute to debian-live, second I saw you asked about your patches in new casper in IRC. Since I was able to build a qemu-grub-floppy-netboot (provided on d.l svn repo) I could test netboot by myself. I cannot use your patches because I rewrote netboot