You are not logged in.
Ah and an other debugging tip, you could try to reinstall grub package to install environment.
Mount the cd and reinstall the correct grub package for your architecture, then run setup.
Offline
When will netcfg2 be added on the ftp iso's. Without netcfg2 i cant setup my wifi connection and am forced to use the core iso whenever i wanna do a fresh install. I prefer to a start a fresh installation with the latest pkgs using the ftp iso.
Offline
archboot includes netcfg2 on the image and as installation packges, the 2009.05 contains already the beta version.
Offline
feliperibeiro wrote:
There's a patch that provides ext4 support for GRUB. Arch's GRUB package comes with this patch by default.
Ah, I stand corrected. Thanks for the tip feliperibeiro. Interesting, I knew Arch had a "no patches unless absolutely necessary" policy. And now I know that grub is patched. Heh - why am I not suprised?
Yeah, I stop grumbling now about GNU development practices - me don't wanna troll :-/
Cheers,
Luke Seubert
"To the question whether I am a pessimist or an optimist, I answer that my knowledge is pessimistic, but my willing and hoping are optimistic."
-- Albert Schweitzer
Offline
Interesting, I knew Arch had a "no patches unless absolutely necessary" policy. And now I know that grub is patched. Heh - why am I not suprised?
Don't you think it's "absolutely necessary" to be able to boot from an ext4 partition?
Offline
Archlinux grub does support ext4 it is patched to support this.
Offline
I still cannot get dmraid to recognise an isw (ich9m-e) raid-1 set with this release, I don't know how to apply patches but I think it is related to the serial number not being recognised correctly. Debian have something called 14_isw-serial-fix.patch, is there any way for me to try and recompile dmraid with this patch.
Offline
I'm curious, why is not the filesystem a squashfs? Now that squashfs is included in the vanilla kernel that's even easier .. and could save memory use in the installer*
*which by itself is not a big deal, but if one wants to make a custom boot image, including maybe even X - saving memory would become more important
Offline
damjan: archboot is designed to boot from memory and not from any media.
whompus: could you mail the patch to me or open a bug report with the mentioned patch?
Offline
tpowa I just modified the pkgbuild in the thread below to use -8.diff. The patches can be found in src/dmraid/1.0.0.rc15/dmraid-1.0.0.rc15/debian/patches/
http://bbs.archlinux.org/viewtopic.php?id=68629
Last edited by whompus (2009-05-28 11:18:36)
Offline
damjan: archboot is designed to boot from memory and not from any media.
So what if you put the squashfs image in the initramfs, a bit ugly yeah, but you get the compression which could improve things on memory starved PCs
Offline
initramfs compression is already gzip, it will improve when lzma will work nativly with .30er kernels in the future, double compression will give no benefit here.
Offline
surgat_ wrote:
Don't you think it's "absolutely necessary" to be able to boot from an ext4 partition?
Mmm, not really. But then, that is just me. I always configure my systems with a separate boot partition, and I remember the days when grub didn't support ext3. (Heck, I remember the days when LILO was the main bootloader of choice) Back then, I just set up /boot to use ext2. Eventually, grub did support ext3, and so I use ext3 these days on my /boot partition.
So for me, having grub support ext4 isn't a necessity. I am used to grub being well behind the times.
That said, Arch developers patching grub to support ext4 is a very good idea - it makes things convenient and simpler for users, especially newer users. And so long as this patch is proven to be stable and is well supported and maintained, then patching grub is a great idea.
Cheers,
Luke Seubert
"To the question whether I am a pessimist or an optimist, I answer that my knowledge is pessimistic, but my willing and hoping are optimistic."
-- Albert Schweitzer
Offline
initramfs compression is already gzip, it will improve when lzma will work nativly with .30er kernels in the future, double compression will give no benefit here.
initramfs is uncompressed in ram, I'm talking about keeping the fs compressed in RAM .. I wonder if there's maybe compressed ramfs somewhere.
Offline
damjan this will not work, because archboot uses plain mkinitcpio to generate imagem, what you are looking for is archiso.
memory is calculated as follows: kernel + initrd + uncompressed initrd = ram needed to boot successfull
Offline
hrm i don't have time to check on the grub issue till the weekend, but it's a strange thing the setup routine wasn't changed,
since 2009.04 only syslinux support was addede which is a complete other part.If you could do me a favour, try 2009.04 iso with setup file from 2009.05, if this breaks it's a setup issue.
I can test it but ... I don't know how to do that, if you can explain the general idea of how to do it I guess I can figure out the rest and try it ^^;
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Are you on irc or jabber or something like this?
just pm me your details
Offline
ha i think i found the problem with grub,
xfs_freeze is called in setup routine, to allow grub install on xfs.
It seems latest xfsprogs freezes the system if no xfs is used on the mountpoint.
If you use no xfs as filesystem for boot or root do this:
Quick solution to avoid this issue is simple:
rm /usr/sbin/xfs_freeze
and it should work as it should.
Offline
ha i think i found the problem with grub,
xfs_freeze is called in setup routine, to allow grub install on xfs.
It seems latest xfsprogs freezes the system if no xfs is used on the mountpoint.
If you use no xfs as filesystem for boot or root do this:
Quick solution to avoid this issue is simple:
rm /usr/sbin/xfs_freeze
and it should work as it should.
Worked like a charm, Tobias.
Offline
Updated image file to 2009.05-2, this fixes the weird grub install issue.
2009.04 and 2009.05-1 were removed from mirrors.
Have fun
greetings
tpowa
Offline
Tested and works fine here
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
archboot includes netcfg2 on the image and as installation packges, the 2009.05 contains already the beta version.
Ok cuz the latest official iso 2009.02 (ftp version) does not contain netcfg2. So if i understood correctly the next official ftp version will have necfg2 installed?
Offline
I cannot tell you, because i don't create the official isos anymore since they moved to archiso.
Offline
I think I have found a small problem (if I didn't mess something up).
If you choose the ftp install and tell the setup that you want to use the mirror you used for the install then the path is not set correctly in mirrorlist.
Ex.:
It will be set to:
Server = ftp://cesium.di.uminho.pt/pub/archlinux/core/os/x86_64
when it should say
Server = ftp://cesium.di.uminho.pt/pub/archlinux/$repo/os/x86_64
Edit: Formating
Last edited by R00KIE (2009-06-03 11:47:30)
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
hrm thought this was fixed some time ago, will look at it in next release, thx.
Offline