View previous topic :: View next topic |
Author |
Message |
stickboy2642 Tux's lil' helper
Joined: 21 Jan 2004 Posts: 129 Location: MT, USA
|
Posted: Mon Aug 29, 2005 10:13 pm Post subject: Lilo and Grub both hang when running command (SOLVED???) |
|
|
I have a strange problem with one of my systems. I am trying to update the kernel, and I am running into problems while running lilo. When I type the 'lilo' command, my console hangs, and lilo never exits or returns an error. I can even type kill -9 <lilo pid> and it remains in the process tree.
I thought that this might be a problem with lilo, so I emerged grub, and get a very similar result. When I type 'grub' the console just hangs. At this point I am assuming some kind of hardware problem, but I thought I would run it past the people on this forum to see if they have had similar problems.
One other note, this is a software raid system. I recently updated from the 2.4 kernel to 2.6. Is there something in this migration that could be giving me problems?
Code: |
/etc/lilo.conf:
boot=/dev/md0
map=/boot/map
install=/boot/boot.b
prompt
timeout=10
lba32
default=Linux
image=/boot/bzImage
label=Linux
read-only
root=/dev/md1
image=/boot/bzImage-2.6
label=Linux-OLD
read-only
root=/dev/md1
|
Code: |
/etc/raidtab:
raiddev /dev/md0
raid-level 1
chunk-size 64k
persistent-superblock 1
nr-raid-disks 2
device /dev/hda1
raid-disk 0
device /dev/hdb1
raid-disk 1
raiddev /dev/md1
raid-level 1
chunk-size 64k
persistent-superblock 1
nr-raid-disks 2
device /dev/hda2
raid-disk 0
device /dev/hdb2
raid-disk 1
raiddev /dev/md2
raid-level 1
chunk-size 64k
persistent-superblock 1
nr-raid-disks 2
device /dev/hda3
raid-disk 0
device /dev/hdb3
raid-disk 1
raiddev /dev/md3
raid-level 1
chunk-size 64k
persistent-superblock 1
nr-raid-disks 2
device /dev/hda5
raid-disk 0
device /dev/hdb5
raid-disk 1
raiddev /dev/md4
raid-level 1
chunk-size 64k
persistent-superblock 1
nr-raid-disks 2
device /dev/hda7
raid-disk 0
device /dev/hdb7
raid-disk 1
|
Any insight would be greatly appreciated. Thanks in Advance! _________________ <?PHP
if ($desireToSolveProblem > 0){
solve($problem);
}else{
drink($beer);
} ?> |
|
Back to top |
|
|
stickboy2642 Tux's lil' helper
Joined: 21 Jan 2004 Posts: 129 Location: MT, USA
|
Posted: Wed Aug 31, 2005 6:40 pm Post subject: |
|
|
Well, not sure what the exact cause of the problem was, but I grabbed my LiveCD just in case, and rebooted the system. It booted into the old kernel (apparently neither boot loader changed the MBR) and I was able to run lilo without any problems. _________________ <?PHP
if ($desireToSolveProblem > 0){
solve($problem);
}else{
drink($beer);
} ?> |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|