Re: [gobolinux-devel] installing on new system...

2007-02-17 Thread Jonatan Liljedahl
Lucas C. Villa Real wrote: > On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: >> Jonatan Liljedahl wrote: >> ...big snip... >>> And now everything seems to work (it's running ProfileInstall right now...) >> Update: >> >> Well, the LiveCD with kernel 2.6.20 booted fine, and could handle my >

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Lucas C. Villa Real
On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > Jonatan Liljedahl wrote: > ...big snip... > > And now everything seems to work (it's running ProfileInstall right now...) > > Update: > > Well, the LiveCD with kernel 2.6.20 booted fine, and could handle my > brand new SATA motherboard, etc

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Jonatan Liljedahl
Jonatan Liljedahl wrote: ...big snip... > And now everything seems to work (it's running ProfileInstall right now...) Update: Well, the LiveCD with kernel 2.6.20 booted fine, and could handle my brand new SATA motherboard, etc... But since I didn't replace the "installed" kernel inside the squash

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Jonatan Liljedahl
Jonas Karlsson wrote: > 2007/2/16, Jonatan Liljedahl <[EMAIL PROTECTED]>: >> Jonatan Liljedahl wrote: I've put up an updated initrd at http://kymatica.com/new_initrd with a fixed startGoboLinux script, this loop should work, right: ? # Mounting Packages*.squashfs files inside /P

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Jonas Karlsson
2007/2/16, Jonatan Liljedahl <[EMAIL PROTECTED]>: > Jonatan Liljedahl wrote: > >> I've put up an updated initrd at http://kymatica.com/new_initrd > >> with a fixed startGoboLinux script, this loop should work, right: ? > >> > >> # Mounting Packages*.squashfs files inside /Programs > >> DIRS="/Mount

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Jonatan Liljedahl
Jonatan Liljedahl wrote: >> I've put up an updated initrd at http://kymatica.com/new_initrd >> with a fixed startGoboLinux script, this loop should work, right: ? >> >> # Mounting Packages*.squashfs files inside /Programs >> DIRS="/Mount/TmpFS/Programs=rw" >> >> for i in /Mount/CD-ROM/Packages*.squ

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Jonatan Liljedahl
> I've put up an updated initrd at http://kymatica.com/new_initrd > with a fixed startGoboLinux script, this loop should work, right: ? > > # Mounting Packages*.squashfs files inside /Programs > DIRS="/Mount/TmpFS/Programs=rw" > > for i in /Mount/CD-ROM/Packages*.squashfs; do > mount -o loop,

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Jonatan Liljedahl
Lucas C. Villa Real wrote: > On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: >> Lucas C. Villa Real wrote: >>> On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: Shouldn't this startGoboLinux (attached) script do the trick? (Or did I missunderstand the problem?) But ho

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Lucas C. Villa Real
On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > Lucas C. Villa Real wrote: > > On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > >> Shouldn't this startGoboLinux (attached) script do the trick? (Or did I > >> missunderstand the problem?) > >> But how do I put it into a new initr

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Jonatan Liljedahl
Lucas C. Villa Real wrote: > On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: >> Shouldn't this startGoboLinux (attached) script do the trick? (Or did I >> missunderstand the problem?) >> But how do I put it into a new initrd? I thought I could just loopback >> mount the initrd (cramfs) ima

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Lucas C. Villa Real
On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > #!/bin/ash ... > DIRS="/Mount/TmpFS/Programs=rw" > DIRS+=":/Mount/SquashFS/Packages-List-Base=ro" > DIRS+=":/Mount/SquashFS/Packages-List-GoboLinuxTools-Stable=ro" > DIRS+=":/Mount/SquashFS/Packages-List-OpenOffice=ro" > DIRS+=":/Mount/Squa

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Lucas C. Villa Real
On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > Shouldn't this startGoboLinux (attached) script do the trick? (Or did I > missunderstand the problem?) > But how do I put it into a new initrd? I thought I could just loopback > mount the initrd (cramfs) image and replace it, but it only sa

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Jonatan Liljedahl
Jonatan Liljedahl wrote: > Lucas C. Villa Real wrote: >> On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: >>> Found the right options to mkisofs in an old mail about USB drive >>> support in 012... (all this seems very familiar! ;) >>> >>> Anyhow, the CD booted, but it stops with "Failed to

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Jonatan Liljedahl
Jonatan Liljedahl wrote: > Lucas C. Villa Real wrote: >> On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: >>> Found the right options to mkisofs in an old mail about USB drive >>> support in 012... (all this seems very familiar! ;) >>> >>> Anyhow, the CD booted, but it stops with "Failed to

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Lucas C. Villa Real
On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > > The current UnionFS snapshot doesn't allow one to use dynamic branches > > (we were using UnionFS 1.x, which is now freezed; the new development > > is going into 2.x, which doesn't have all features commited yet). So, > > in other words,

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Jonatan Liljedahl
Lucas C. Villa Real wrote: > On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: >> Found the right options to mkisofs in an old mail about USB drive >> support in 012... (all this seems very familiar! ;) >> >> Anyhow, the CD booted, but it stops with "Failed to add >> /Mount/SquashFS/Packages

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Lucas C. Villa Real
On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > Found the right options to mkisofs in an old mail about USB drive > support in 012... (all this seems very familiar! ;) > > Anyhow, the CD booted, but it stops with "Failed to add > /Mount/SquashFS/Packages-List-Base into /Mount/TmpFS/Progr

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Jonatan Liljedahl
Jonatan Liljedahl wrote: > Lucas C. Villa Real wrote: >> On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: >>> If none of you can find the time, perhaps you could guide me with the >>> necessary steps to do it myself? >>> I'm thinking I could simply take the existing ISO, unpack the squashfs

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Lucas C. Villa Real
On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > I assume the new kernel has an updated squashfs? I though I'd try this > out, but only replacing the isolinux/kernel since I figured the > /System/Kernel/ once is only used for installation, and that I could do > manually, as long as I'm ab

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Jonatan Liljedahl
Lucas C. Villa Real wrote: > On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: >> If none of you can find the time, perhaps you could guide me with the >> necessary steps to do it myself? >> I'm thinking I could simply take the existing ISO, unpack the squashfs >> files and repack them with

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Lucas C. Villa Real
On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > If none of you can find the time, perhaps you could guide me with the > necessary steps to do it myself? > I'm thinking I could simply take the existing ISO, unpack the squashfs > files and repack them with an update squashfs and put everyt

Re: [gobolinux-devel] installing on new system...

2007-02-16 Thread Jonatan Liljedahl
Lucas C. Villa Real wrote: > On 2/15/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: >> If this is the squashfs SMP bug, would it be possible to build a new iso >> image with an updated squashfs? (http://lkml.org/lkml/2006/8/26/102 says >> the bug is fixed) > > I was just reading the same url. We

Re: [gobolinux-devel] installing on new system...

2007-02-15 Thread Lucas C. Villa Real
On 2/15/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > If this is the squashfs SMP bug, would it be possible to build a new iso > image with an updated squashfs? (http://lkml.org/lkml/2006/8/26/102 says > the bug is fixed) I was just reading the same url. Well, it's certainly possible and seem

Re: [gobolinux-devel] installing on new system...

2007-02-15 Thread Jonatan Liljedahl
Jonatan Liljedahl wrote: > Lucas C. Villa Real wrote: >> On 2/15/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: >>> I'm trying to install 013 on my brand new dual core machine. >>> >>> System info: >>> Intel Pentium D 945 3.4GHz >>> Asus p5vd2x motherboard >>> Asus en7300GT gfx >>> samsung DVD wr

Re: [gobolinux-devel] installing on new system...

2007-02-15 Thread Jonatan Liljedahl
Jonatan Liljedahl wrote: > Lucas C. Villa Real wrote: >> On 2/15/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: >>> I'm trying to install 013 on my brand new dual core machine. >>> >>> System info: >>> Intel Pentium D 945 3.4GHz >>> Asus p5vd2x motherboard >>> Asus en7300GT gfx >>> samsung DVD wr

Re: [gobolinux-devel] installing on new system...

2007-02-15 Thread Jonatan Liljedahl
Lucas C. Villa Real wrote: > On 2/15/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: >> I'm trying to install 013 on my brand new dual core machine. >> >> System info: >> Intel Pentium D 945 3.4GHz >> Asus p5vd2x motherboard >> Asus en7300GT gfx >> samsung DVD writer >> >> I get different kinds of

Re: [gobolinux-devel] installing on new system...

2007-02-15 Thread Lucas C. Villa Real
On 2/15/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > I'm trying to install 013 on my brand new dual core machine. > > System info: > Intel Pentium D 945 3.4GHz > Asus p5vd2x motherboard > Asus en7300GT gfx > samsung DVD writer > > I get different kinds of I/O errors from squashfs, and sometim