search for: cfpl

Displaying 1 result from an estimated 1 matches for "cfpl".

Did you mean: cfl
2007 Sep 25
2
mdadm problem.
...ge the /etc/fstab to use /dev/md1 for / and /dev/md2 for swap. I change the /etc/grub.conf to use /dev/md1 for the root= parameter on my kernel. I build myself a new initrd for the kernel I want to boot. I copy the contents of / over to the one-armed mirror: # cd / # mnt /dev/md1 /mnt/md1 # tar cfpl - . | ( cd /mnt/md1 ; tar xfp -) # umount /mnt/md1 # sync I run grub just in case: # grub > device (hd0) /dev/sda > root (hd0,0) > setup (hd0) I reboot, expecting that the system will find /dev/md1 and use it as its root... but it doesn't. Digging around in hobbled mode (changing t...