Saturday, November 6, 2010

Re-install

Start again :)

After re-installing yesterday (this time I set grub on the correct drive),
however it hanged at starting udev :(


vi /etc/sysconfig/modules/udev-stw.modules
--> remove all modules : )

#!/bin/sh
MODULES="nvram floppy parport lp snd-powermac"
[ -f /etc/sysconfig/udev-stw ] && . /etc/sysconfig/udev-stw
for i in $MODULES ; do
modprobe $i >/dev/null 2>&1
done

This time, I picked only "Server - GUI" package.
I do not think this causes the problem.
Anyway I just saved the partition image using Partimage on SystemRescueCd.
Later I might try install using the same set of package (as I did earlier).


No comments:

Post a Comment