Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
boot directory inside /boot
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
CgntvFalt
n00b
n00b


Joined: 08 Mar 2006
Posts: 2

PostPosted: Sat Mar 11, 2006 11:36 pm    Post subject: boot directory inside /boot Reply with quote

Sorry if this is in the wrong thread, but I wasn't really sure where to post. I was wondering, I have a boot directory inside my boot partition. At first, I thought that I had did something incorrectly,and I removed the nested directory (as it seemed to contain the same stuff as the boot partition). I restarted my computer and received a grub "Loading Stage 1.5... Error 15" error. This was remedied by creating a boot directory inside /boot and copying everything from the top-level boot to the nested folder. do I need both of these directories? Is there a grub configuration problem somewhere? And most importantly, when I recomplie my kernel, where should I place the new kernel image?

Thanks for your help

Josh
Back to top
View user's profile Send private message
TwoManAdv
n00b
n00b


Joined: 03 Oct 2005
Posts: 72
Location: New York

PostPosted: Sat Mar 11, 2006 11:46 pm    Post subject: Reply with quote

That boot directory was a symlink to the original boot directory

Quote:

$ ls -l /boot/
total 0
lrwxrwxrwx 1 root root 1 Feb 25 04:47 boot -> .
Back to top
View user's profile Send private message
CgntvFalt
n00b
n00b


Joined: 08 Mar 2006
Posts: 2

PostPosted: Sun Mar 12, 2006 12:23 am    Post subject: Reply with quote

Thanks, so do i just "ln -s boot boot", or is it something different since it's actually a partition? Sorry, I'm fairly new to some of this stuff.
Back to top
View user's profile Send private message
TwoManAdv
n00b
n00b


Joined: 03 Oct 2005
Posts: 72
Location: New York

PostPosted: Sun Mar 12, 2006 1:18 am    Post subject: Reply with quote

Run this as root to create it the way that it was
Code:

cd /boot
ln -s . boot
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
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