You are not logged in.
Pages: 1
Hi
I'm trying to make my own specific Arch installation disk via archiso from [extra]. But I have stumbled upon a problem. When I try to boot the medium I get a Kernel Panic:
[img=http://img99.imageshack.us/img99/6912/archliveerrorik9.th.png]
I build the iso via this command:
$ mkarchiso -v all ./archlive ./archlive.iso
...<snip>
It seems to build correctly until at the end:
====> Making bootable image
Generating initcpio for image...
:: Begin build
:: Parsing hook [base]
:: Parsing hook [udev]
:: Parsing hook [boot-cd]
:: Parsing hook [archiso]
:: Parsing hook [ide]
:: Parsing hook [scsi]
:: Parsing hook [sata]
:: Parsing hook [usb]
:: Parsing hook [fw]
:: Parsing hook [filesystems]
:: Generating module dependencies
WARNING: Couldn't open directory /tmp/mkinitcpio.HQAas6/lib/modules/2.6.28-ARCH: No such file or directory
FATAL: Could not open /tmp/mkinitcpio.HQAas6/lib/modules/2.6.28-ARCH/modules.dep.temp for writing: No such file or directory
ERROR: file '/tmp/mkinitcpio.HQAas6/lib/modules/2.6.28-ARCH/modules.dep' does not exist
ERROR: file '/tmp/mkinitcpio.HQAas6/lib/modules/2.6.28-ARCH/modules.alias' does not exist
ERROR: file '/tmp/mkinitcpio.HQAas6/lib/modules/2.6.28-ARCH/modules.symbols' does not exist
:: Generating image './archlive/img/boot/archlive.img'...SUCCESS
Creating ISO image...
Size of boot image is 4 sectors -> No emulation
7.98% done, estimate finish Thu Jan 22 14:30:08 2009
15.93% done, estimate finish Thu Jan 22 14:30:08 2009
23.91% done, estimate finish Thu Jan 22 14:30:08 2009
31.86% done, estimate finish Thu Jan 22 14:30:08 2009
39.83% done, estimate finish Thu Jan 22 14:30:08 2009
47.78% done, estimate finish Thu Jan 22 14:30:08 2009
55.76% done, estimate finish Thu Jan 22 14:30:08 2009
63.71% done, estimate finish Thu Jan 22 14:30:08 2009
71.68% done, estimate finish Thu Jan 22 14:30:08 2009
79.63% done, estimate finish Thu Jan 22 14:30:09 2009
87.61% done, estimate finish Thu Jan 22 14:30:09 2009
95.56% done, estimate finish Thu Jan 22 14:30:10 2009
Total translation table size: 2048
Total rockridge attributes bytes: 4253
Total directory bytes: 13024
Path table size(bytes): 60
Max brk space used 0
62792 extents written (122 MB)
Notice the WARNING and ERROR? I'm not sure how I should solve that.
Anyone?
Arch - It's something refreshing
Offline
I can confirm the same result is also present when booting the iso via qemu (+kqemu) and vmware server 1.0.7 (on winxp). That's a good capture... I didn't notice the earlier error you did. I am also searching for the answer.
Offline
This is cause of the new udev,klibc, and mkinitcpio i think. You have to use the git version in for it to build correctly.
I'm working on a live cds based on Archlinux. http://godane.wordpress.com/
Offline
Pages: 1