You are not logged in.
Pages: 1
I have my disk partitioned in 3 sections,
/dev/sdc1 "/boot"
/dev/sdc2 "swap"
/dev/sdc3 "/"
When i boot up it uses the "boot" folder mounted on /dev/sdc3 "/" named "boot" instead of "/dev/sdc1" which is supposed to be "/boot".
If I change it in fstab to mount /dev/sdc1 partition correctly as /boot, it boots from "/dev/sdc3"'s /boot instead, then loads /dev/sdc1 as "/boot" afterwards.
Any suggestions, it is hard to explain. hmm
Basicly, what do I need to do to make sure my /boot partition is being USED as the /boot ?
Offline
You need to tell GRUB (in /boot/grub/menu.lst) to use sdc1 as the "root", even though you pass "root=/dev/sdc3" on the kernel command line. If GRUB is itself looking in the wrong place for config files, you'll need to reinstall GRUB.
Offline
So should I just begin by doing a new grub install like:
grub-install --root-directory=/boot /dev/sdc1
Offline
Pages: 1