You are not logged in.
Pages: 1
i just finished configured the internet i do this:
pacman -Syu
it's download &install the the update and then i do reboot
the prob' is
kernel panic - not syncing: VFS: unable to mount root fs on unknown-block(0,0)
Offline
Are you updating from kernel 2.6.18 to 2.6.19?
If yes, read this news.
Hail to the thief!
Offline
i think so ,
If you have enabled ide/pata/sata HOOKs in /etc/mkinitcpio.conf the 'ata_piix' module will be used.
This may cause your devices to shift names, eg:
- IDE: devices from hd? to sd?
- SATA: sda might shift to sdc if you have 2 other disks on a PIIX IDE port.
To check if this will affect you, check 'mkinitcpio -M' for piix/ata_piix
yeah it was enabled before i update the kenrel(the partition nam are sda and not hda)
which files i need to edit?
and how i edit them?(i cant do nothing after i get the error(kenrel panic....))
:?: :?: :?:
Offline
Besides the grub config, you have to edit /etc/fstab. If you have not a live cd where to mount your partition, you can provisionally go back to the old system. In order to do this, change back all the sda to hda in grub and add the kernel boot parameter:
earlymodules=piix
Make these changes when in grub, editing the single lines with 'e'. This will modify the grub config only for the current session. Once inside you system , edit /etc/fstab and recheck the grub configuration.
If after these operations you get kernel panic again, then may be that pata does not work with your chipset and you should permanently go back to the old system (that is go back to hda in fstab and grub config and using the earlymodules=piix boot parameter). Anyway this should happen in rare cases.
Mortuus in anima, curam gero cutis
Offline
well i installed the kernel from wh installation of arch
how can i do that when i update the packages
the kernel will not update too?
Offline
Pages: 1