You are not logged in.
Pages: 1
I have installed and reinstalled arch to sda drive and each time I keep coming up wit
attempting to create root device '801'
/bin/mknod "/dev/sda1" b 8 1
/init : 1: /bin/mknod: not found
kinit: cannot open root device sda1 (8,1)
kinit: init not found
kernel panic
my grub is
General configuration:
timeout 5
default 0
#(0) Arch Linux
title Arch Linux
root (hd0,0)
kernel /boot/vmlinuz26 root=hda3 ro
initrd /boot/kernel26.img
my fstab is
/dev/sda1 /boot ext2 defaults 0 1
/dev/sda2 swap swap defaults 0 0
/dev/sda3 / ext3 defaults 0 1
/dev/sda4 /home ext3 defaults 0 1
Last edited by Trevorofmolino (2009-02-26 01:39:02)
Offline
What's in /etc/mkinitcpio.conf?
Offline
mkinitcpio.conf is commented out but the following
modules ='' pata_amd ata_generic sata_nv"
binaries = ""
files = ""
hooks = "base udev autodetect pata scsi sata keymap filesystem"
my sata drive (sdb) is not in fstab because I have data on it and need to transfer it to sda and repartition it the sda drive is eide.
Offline
after reading about mkinitcpio and finding that ide and sata were in the hooks I gave up and reformatted the sdb (sata) drive and reloaded arch and rebooted everything works fine the first time. Now I get to reinstall all programs and settings
Offline
Pages: 1