From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) Description of problem: redhat boots up to the point of enabling swap space and stops after that point with no keyboard response only way to reboot the system is to hard power off and then back on Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.reboot 2. 3. Additional info: if i use a boot floppy the system boots as normal but using lilo it does nothing
Try the following: Boot with 'init=/bin/bash', then do: mount -n /proc mount -o rw,remount / mount /var (if you have a separate /var) rm -f /var/lib/rpm/__db* umount /var (again, if it's separate) mount -o ro,remount / umount /proc /sbin/reboot -f Does that help?
closed, no response