You are not logged in.
Hi Arch community,
Arch Linux 2007.08-2, "Don't Panic" has been released.
This is the first release to use our new repo layout.
There are two ISOs, ftp and core.
Changelog:
GENERAL:
- kernel 2.6.22.9 usage
- disabled arch_addons hook by default, it is now triggered by arch-addons
boot parameter
- RAM usage has increased, these are the new recommendations:
- 256 MB (FTP-ISO,CORE-ISO arch boot image)
- 96 MB (CORE-ISO lowmem boot image)
FIXES:
- fixed the nasty /dev mount bug
- fixed the /dev/ttyS0 errors if no serial port is installed in the system
- fixed repositories in install environment to fit to both architectures
- fixed km to not show broken chars after exit
- fixed grub installing with xfs filesystem
- fixed package clearing if setup option was chosen
NEW ITEMS:
- added pptpclient to install environment
- added sdparm to install environment
- added all free wireless drivers to install environment
- added intel wireless drivers to install environment which will be activated
by intel-wireless boot parameter
- added hosts.deny and hosts.allow to config editing dialog
- added licenses to install environment
- added new lowmem boot image to core iso
stripped everything out that is not necessary for installation
As usual check md5sum before using the images and also be aware of the new
RAM recommendations the images have.
Have fun
greetings
tpowa
Offline
Sweet, keep up the good work!
Offline
256 MB RAM for normal iso? Why?
Offline
Because of the RAM disk that has to be uncompressed in your memory .
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
I tried this new iso today, at first I was a little confused by the package category selecting section, but finally I understood.
I have a ntfs partition converted from fat32, when I mount it, the system locks up, and I have to push the power button to reboot. I thought it was the ntfs driver's problem. Later on, I installed ntfsprogs, ran ntfsfix, this time the partition can be mouted successfully. I guess it is windows's fault.
Last edited by dawei (2007-10-07 14:19:01)
Offline
I've been using Gentoo for years, but always thought about trying Arch.
This looks great- one question:
Does the "all free wireless drivers" include madwifi and/or ndiswrapper (I find my Dlink windows drivers work much better than any version of madwifi on my system)?
This install would be on a completely wireless box, and I'd like to avoid chrooting in from another live cd or my Gentoo partition.
Looking forward to checking out the newest Arch version!
Offline
ndiswrapper is included. See http://www.archlinux.org/packages/searc … e=&limit=0
Offline
Thanks much, Pierre.
Offline
2007.08 users shouldn't need to upload to get the latest stuff right? I mean upgrading to that it's like doing a pacman -Syu?
Offline
Those ISOs are only of use to you if you want to install Arch. If you just want to update it, simply run "pacman -Syu".
Offline
I just reinstalled 0.8 Voodoo and tried running pacman -Syu and get an error about not being able to connect to the servers. Whats the deal?
Offline
@sdelano: have you updated to the last sync before the repos went into core and extra instead of current and extra?
The water never asked for a channel, and the channel never asked for water.
Offline
I just reinstalled 0.8 Voodoo and tried running pacman -Syu and get an error about not being able to connect to the servers. Whats the deal?
Repos had a name change, from [current] to [core], so if your install is looking for [current], it won't find it.
Offline
I downloaded the x86_64 ftp install iso and IT DOES NOT INSTALL arch. Well it works as if it is installing but after rebooting you can see that nothing changed. Even the MBR is not modified!!
Offline
I justed installed this within qemu. No problem.
Offline
thibdb13 more info on your isssue, what have you done?
Offline
I think I did it as it should be:
1. /arch/setup
2. km
3. following the menu order
3.1. Network configuration --> no problem
3.2. cfdisk --> no problem
3.3. allowing the partitions + formatting them (reiserfs)--> no problem (but not sure it formatted: it went so fast)
3.4. choosing packages --> chose base packages and did not change anything (about 98MB of download) --> no problem
3.5. kernel installation --> no problem
3.6. system configuration --> /etc/rc.conf (was good configured, so no modification) and /etc/fstab (had to add hard disk's partitions, /dev/sda2 for windows vista, /dev/sda3 for swap, dev/sda5 for / and /dev/sda6 for /home
3.7. installing the boot loader (grub), editing /boot/grub/menu.lst and put grub on the MBR --> no problem
3.8. reboot
and my system restarted with opensuse10.3 grub, partitions were not changed (my suse is working ext3fs), and my old system was here back and healthy
I'll have a new try this evening, just to be sure I did not forget something.
I have userd arch for more than 2 years now and installed it at least 10 times without problem (or with problems I could resolve on my own) but I never had this "non-installation" problem
Offline
do you have 2 disks inside?
Offline
Only one disk (sda). /dev/sda1 was not mounted because it is the installation (or something so) partition of Vista.
Offline
Maybe should I try /arch/quickinst?
Offline
So, I tried once again and shame on me!!
Yesterday, I probably forgot to make "done" after mounting the partitions (when trying to mount /dev/sda2, I did not find ntfs as partition type and clicked on "cancel" and I was sent back to the general menu installation, I went then on and it was probably too late)
Now, after today's new attempt, it is working very nicely.
Offline
Why is it 2007.08-2? 2007.10-1 sounds more logical to me
Offline
thibdb13:
NTFS is a not recommended filesystem to install arch on and therefore not supported by the installer, the ntfstools are on the core ISO,
but you have to use them on console mode.
Have fun with arch now
Briquet:
Please don'T start this again, i had plenty of mail writning lat week about it:
To sum up:
We decided to have major version bumps with new major kernel + a new release name.
Everything didn't happen on this ISO so the name staid.
-0.x ISOs are test isos,
-[1-9] are release isos, with higher number are bugfixes.
Offline
@tpowa:
I did not want to install arch on a ntfs partition. Just wanted to mount my windows partition.
During my "second" installation, I just ignored /dev/sda2 and only allocated and mounted the partitions where arch had to be installed. Then, after rebooting, I installed the ntfs packages, modified my /etc/fstab and created a mountpoint for my windows partition. And now, it works find.
I had also another problem. I tried to configure alsa the arch (modprobe and set PCM/Master) but the system did not find Master nor PCM. So, I had to configure sound the classical way with alsaconf, which went without problems. Is this problem due to my pc's architecture (AMD64) or is it something else?
Offline
more an alsa issue, mostly the default modprobing works, alsaconf should only be used if normal modprobing isn't successfull.
It can be a problem on further kernel updates that the options change, yuo need to rerun alsaconf then again
Offline