You are not logged in.
good question this shouldn't happen at all, thanks for your debugging i try to find out why this happens.
Offline
the difference is probably the missing filesystem module, i don't know why this fails but i got an other report.
Offline
ok bug indetified:
i really apologize for this because it's something that shouldn't happen at all, but im only a human too.
/dev is not correctly mounted in installation system (during archboot cleanup i thought this is not needed )
--> setup cannot bind /dev to installed system.
--> autodetection of filesystem will fail, which will cause the default initrd to fail on boot.
2 workarounds:
First workaround before entering setup:
mount -t ramfs none /dev
/etc/start_udev
now setup works as it should!
Second workaround:
while using setup:
edit /etc/mkinitcpio to not include autodetect in HOOKS= array
1 workaround if you already installed and system doesn't boot:
use the kernel26-fallback.img as initrd in your bootloader
after successfull boot just fix the ramdisk:
mkinitcpio -p kernel26
sorry again, for any non functional default initramdisk by using this ISO.
greetings
tpowa
Offline
tpowa: so I guess my problem was totally unrelated to cryptsetup?
http://bbs.archlinux.org/viewtopic.php?id=37319
Offline
rixxon correct.
Offline
hello,
i have tried the workaround for an installed system but it still doesn't boot.
the last error message i get is
kinit: MOunted root (ext3 filesystem) readonly
kinit: init not found!
I don't know which mistake i could have made. Is there another solution for the problem?
thanks in advance
Offline
Im getting an error during FTP install of option 2 'select packages' from the menu. It dont matter which server I pick from the list the error is 'error fethcing package list from server' and in ALT-F5 its '550 failed to change directory'
Probably something to do with the repo's shuffe from current to core.
Anyways atm i cant install arch, so is there somekind of workaround for this?
I changed all the references of current to core in pacman.conf and /etc/pacman.d/current but still no luck
Offline
Im getting an error during FTP install of option 2 'select packages' from the menu. It dont matter which server I pick from the list the error is 'error fethcing package list from server' and in ALT-F5 its '550 failed to change directory'
Probably something to do with the repo's shuffe from current to core.
Anyways atm i cant install arch, so is there somekind of workaround for this?
I changed all the references of current to core in pacman.conf and /etc/pacman.d/current but still no luck
hmm.. http://archlinux.org/news/345/
Hopefully, there will be a new iso soon for this problem, but also the /dev not mounted one.
There are several reports of "kernel panic after fresh install" every day.
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
Don't Panic 2008.1 x86_64 full iso continuosly displayed a message during install
init c0 respawning too fast
shutting for 5 minutes (or something like that)
and after install 1 st boot it went into the trying to kill init panic.
I simply nstalled Duke iso and updated via inernet no issues...
Wonder if a corrected iso will be available soon
Offline
it will be soon corrected, my test iso already fixed this stuff, some stuff needs to be cleanud up a bit then new isos will show up here.
Offline
No problem tpowa, you do a great job!
Offline
Just wanted to add my experience with 2007.08.1-i686.
I got a kernel panic at first boot, so I booted in fallback, updated pacman and the whole system (-Syu). Now everything seems to work fine (didn't notice but probably the kernel has been updated from CD to repos).
Last edited by Matt3o (2007-09-24 06:45:00)
Offline
http://www.archlinux.org/~tpowa/rc-iso/
new test isos which fits to core repository
Offline
- Ram usage increased to 144MB
Maybe it's time to list that memory requirement for installing on the "get arch" page ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
well the 144 is not valid anymore, i tried x64 that fails with 144mb ram.
new setting will be 160mb ram
Offline
some problem with highpoint htp370 chip module, sometime slow or halt but not die,
every booting take about 5 min, any idea?
Offline
is it pata or ide?
if you get bad performance on disk it's mostly a problem in pata subsystem and recommended to use ide-legacy boot option.
if it's sata or scsi then its probably a kernel bug
Offline
I have a problem with the latest Archlinux-i686-2007.09-0.1.core.iso;
At the 'Configure System' dialog and then the 'set root password' option I get an error:
chroot: cannot run command 'passwd' ; Exec format error
How do i bypass this cuz everything else works perfectly on the new isos.
EDIT: Do i need to do chroot /mnt and then passwd after installation?
Last edited by Don-DiZzLe (2007-09-25 15:52:20)
Offline
if you don't set a password just login as root without password after installation
Offline
i'll look into the passwd thing soon
Offline
I also noticed that during installation it picks X64_86 servers instead 32-bit when using the i686 version.
Offline
argh thanks for mentioning this, i just found my mirrors.txt broken
Offline
One other thing, the kernel26 installed just fine alongside everything in base but it did not create these 2 file: kernel26-fallback.img and kernel26.img. Therefore I could not boot my system. After installation grub installed fine but /boot did not contain those 2 files.
Offline
yes thats normal, because pacman installed 64 bit packages and during kernel installation programs are executed to create the initd.
I try to fix this in next 2 days, im working again the whole day so my time for arch is limited on evenings.
It is easy to fix this temporary by just choosing custom server during ftp install and point it to correct server location.
Or just use the core iso normal installation, you have no advantage of ftp atm because the packages are 2 days old on the core iso.
next core ISO will probably also have support for systems with only 64 MB RAM again.
thanks for debugging and testing those ISOs.
greetings
tpowa
Offline
no problem, keep up the excellent work.
Offline