View Single Post
Old 14-07-2007, 05:21 AM   #10 (permalink)
praka123
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Exclamation Re: help in updating grub after moving /boot to a different partition

Do u have a seperate /boot partn?if true,there may be chance that u got grub installed to ur /boot dir on / root partn instead of /boot partition.also ur /etc/fstab shud be checked.post here.
again scrutinize ur /boot/grub/menu.lst groot= entry
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,8 )
^mine.i got a seperate /boot partn @/dev/sda9 so in grub (hd0,8 )
u know that
onlything u can check is that ur hdd is detected correctly by looking at /boot/grub/device.map for correct entries of ur hdds.
for eg; mine got:
Code:
(hd0)   /dev/sda
there.for multiple hdd i think u know how to enter then.
another problem somewhere i read was grub got problem in reading partn entered as uuid's and LABEL's instead of direct name.although blkid command can show the o/p.
edit:all ur manual edits in menu.lst must not be btwn:

### BEGIN AUTOMAGIC KERNELS LIST
and
### END DEBIAN AUTOMAGIC KERNELS LIST

else they are over written !!!
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org

Last edited by praka123; 14-07-2007 at 06:21 AM.
praka123 is offline