| View previous topic :: View next topic |
| Author |
Message |
Kasumi_Ninja Veteran


Joined: 18 Feb 2006 Posts: 1825 Location: The Netherlands
|
Posted: Sun Aug 05, 2007 6:12 pm Post subject: (SOLVED) Fresh install; Gentoo won't boot |
|
|
I did a fresh install of Gentoo on my new Sata disk. Unfortunately grub gives me:
| Code: | | Error: 15 File not found |
I checked everything but I couldn't find a mistake. Who can help me?
# cat /boot/grub/grub.conf
| Code: | default 0
timeout 5
#splashimage=(hd1,1)/boot/grub/splash.xpm.gz
title=Gentoo Linux 2.6.21-r4
root (hd1,1)
kernel /boot/kernel-2.6.21-gentoo-r4 root=/dev/sda2 |
Update
Solved! I changed hd1,1 to hd0,0 in grub.conf. Apparently before booting my second hard disk isn't visible causing the hard drive numbering to change. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
Last edited by Kasumi_Ninja on Wed Aug 08, 2007 9:55 am; edited 2 times in total |
|
| Back to top |
|
 |
cyrillic Watchman


Joined: 19 Feb 2003 Posts: 7301 Location: Groton, Massachusetts USA
|
Posted: Sun Aug 05, 2007 7:32 pm Post subject: |
|
|
| What happens if you try to boot with the IDE harddrive unplugged ? |
|
| Back to top |
|
 |
Kasumi_Ninja Veteran


Joined: 18 Feb 2006 Posts: 1825 Location: The Netherlands
|
Posted: Sun Aug 05, 2007 7:34 pm Post subject: |
|
|
| cyrillic wrote: | | What happens if you try to boot with the IDE harddrive unplugged ? |
Thanks for you reply, fortunately I have solved it already . _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered |
|
| Back to top |
|
 |
Kasumi_Ninja Veteran


Joined: 18 Feb 2006 Posts: 1825 Location: The Netherlands
|
Posted: Sun Aug 05, 2007 7:47 pm Post subject: |
|
|
This makes me wonder; how do I boot WinXP from my second IDE disk? _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered |
|
| Back to top |
|
 |
djdunn Guru


Joined: 26 Dec 2004 Posts: 517 Location: Under the moon and all the stars in the sky.
|
Posted: Sun Aug 05, 2007 7:56 pm Post subject: |
|
|
Grub entry for booting Microsoft Windows XP off the 2nd hard drive
| Code: |
title Microsoft Windows XP
rootnoverify (hd1,0)
makeactive
chainloader +1
map (hd0) (hd1)
map (hd1) (hd0)
|
_________________ Now, with penguins, (cuddly such), "contented" means it has either just gotten laid, or it's stuffed on herring. Take it from me, I'm an expert on penguins, those are really the only two options.
--Linus Torvalds |
|
| Back to top |
|
 |
|