|
|

楼主 |
发表于 2007-4-11 09:47:14
|
显示全部楼层
By using the kernel26-fallback.img, I finnally got in.
the kernel command line option "rootfstype=reiserfs" seems as a must..
my menu.1st:[pig@pig ~]$ cat /boot/grub/menu.lst | egrep '^[^#]+'
timeout 5
default 0
color light-blue/black light-cyan/blue
title Arch Linux
root (hd0,5)
kernel /boot/vmlinuz26 root=/dev/hda6 ro vga=792 acpi=off earlymodules=piix rootfstype=reiserfs
initrd /boot/kernel26-fallback.img
title Windows XP
root (hd0,0)
chainloader (hd0,0)+1
my mkinitcpio.config:
[pig@pig ~]$ cat /etc/mkinitcpio.conf | egrep '^[^#]+'MODULES="piix ide_disk reiserfs xfs"
BINARIES=""
FILES="/etc/modprobe.conf"
HOOKS="base udev autodetect ide filesystems"
I was using 2.6.17-ARCH and initrd.img before last upgrade. then I chose to replace the mkinitrd package to mkinitcpio. Stick to the kernel upgrade hint I did some editting to the menu.1st and switched the initrd.img to kernel26.img. Then I got kernel panic.
DUring the rescue, I added new modules to the mkinitcpio.conf and manually generated the kernel26.img. But still, kernel panic.
I am really confused...
what's wrong with my new kernel26.img? |
|