Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
rebooting the system <solved>
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
cyclefiend2000
Tux's lil' helper
Tux's lil' helper


Joined: 16 Mar 2005
Posts: 81

PostPosted: Fri Mar 18, 2005 12:07 am    Post subject: rebooting the system <solved> Reply with quote

i have gotten to section 10d of the installation manual. i think everything has worked well up to this point, but i am not sure that i configured grub correct. at any rate something isnt right.

i have on my hardrive 4 partitions:

/dev/hda1 --- ntfs
/dev/hda2 --- ext2 (boot)
/dev/hda3 --- swap
/dev/hda4 --- ext3

my grub file looks as follows (and this is almost verbatim out of the manual):

default 0
timeout 30

title=Gentoo Linux 2.4.28-r8
root (hd0,1)
kernel /kernel-2.4.28-gentoo-r8 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda4
initrd /initrd-2.4.28-gentoo-r8

title=Windows XP
root (hd0,0)
makeactive
chainloader +1

when i tried to reboot using the code listed in "Code Listing 14" of the installation manual, i typed exit and the prompt did not appear the same as listed in the instruction manual. i physically turned off the computer with the power button because i couldnt get it to shut down. when i rebooted i got the grub screen and i tried to enter the linux enviornment and i got a file not found error, but windows would still boot fine. (obviously as that is where i am typing this from)

does anyone have any suggestions as to a solution?

Thanks


Last edited by cyclefiend2000 on Fri Mar 18, 2005 6:02 am; edited 1 time in total
Back to top
View user's profile Send private message
alphonce
Apprentice
Apprentice


Joined: 10 Oct 2004
Posts: 184
Location: Sweden

PostPosted: Fri Mar 18, 2005 12:14 am    Post subject: Re: rebooting the system Reply with quote

cyclefiend2000 wrote:

/dev/hda1 --- ntfs
/dev/hda2 --- ext2 (boot)
/dev/hda3 --- swap
/dev/hda4 --- ext3

default 0
timeout 30

title=Gentoo Linux 2.4.28-r8
root (hd0,1)
kernel /kernel-2.4.28-gentoo-r8 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda4
initrd /initrd-2.4.28-gentoo-r8



Edit as follows to get the basic things working:
Code:

title=Gentoo Linux 2.4.28-r8
root (hd0,1)
kernel /kernel-2.4.28-gentoo-r8 root=/dev/hda4


if you get this working then you can add the splashimage and other fancy stuff.

(i would also recommend a change to the 2.6 kernel, it's much faster than the old one[/code])
_________________
no computer at the moment! :cry:
Back to top
View user's profile Send private message
cyclefiend2000
Tux's lil' helper
Tux's lil' helper


Joined: 16 Mar 2005
Posts: 81

PostPosted: Fri Mar 18, 2005 12:29 am    Post subject: Reply with quote

i tried editing the line as you mentioned and i get the same error.

is there a possibility that there is a problem with fstab or one of the other .conf files that i had to edit so far?

is there anyway to check the linux partitions from windows?
Back to top
View user's profile Send private message
loki99
Advocate
Advocate


Joined: 10 Oct 2003
Posts: 2056
Location: Vienna, €urope

PostPosted: Fri Mar 18, 2005 12:40 am    Post subject: Reply with quote

did you use genkernel to compile your kernel or did you compile it manually?

did you compile ext3 file support into the kernel?

could you please post the exact error grub gives you?
Back to top
View user's profile Send private message
cyclefiend2000
Tux's lil' helper
Tux's lil' helper


Joined: 16 Mar 2005
Posts: 81

PostPosted: Fri Mar 18, 2005 12:49 am    Post subject: Reply with quote

ok i missed the part from alphonce that said to change the line to

root (hd0,1)

i changed that as well and now i can boot into linux, but i have no gui only command line. what do i do from here? the manual says that the installation is finished. i was wanting to use the system as a regular desktop system.

thanks for all the help
Back to top
View user's profile Send private message
cyclefiend2000
Tux's lil' helper
Tux's lil' helper


Joined: 16 Mar 2005
Posts: 81

PostPosted: Fri Mar 18, 2005 12:50 am    Post subject: Reply with quote

loki99 wrote:
did you use genkernel to compile your kernel or did you compile it manually?

did you compile ext3 file support into the kernel?

could you please post the exact error grub gives you?


i did compile using "genkernel all". so i think that i should have ext3 support.
Back to top
View user's profile Send private message
smasher
Tux's lil' helper
Tux's lil' helper


Joined: 15 Nov 2003
Posts: 95

PostPosted: Fri Mar 18, 2005 1:03 am    Post subject: Reply with quote

Quote:
i changed that as well and now i can boot into linux, but i have no gui only command line. what do i do from here? the manual says that the installation is finished. i was wanting to use the system as a regular desktop system.

See http://www.gentoo.org/doc/en/xorg-config.xml
Back to top
View user's profile Send private message
cyclefiend2000
Tux's lil' helper
Tux's lil' helper


Joined: 16 Mar 2005
Posts: 81

PostPosted: Fri Mar 18, 2005 1:15 am    Post subject: Reply with quote

smasher wrote:

See http://www.gentoo.org/doc/en/xorg-config.xml


ok i followed the link. one more question... if i want to use gnome or kde as the gui interface do i need to install the x windows server also?

thanks for all the help.
Back to top
View user's profile Send private message
smasher
Tux's lil' helper
Tux's lil' helper


Joined: 15 Nov 2003
Posts: 95

PostPosted: Fri Mar 18, 2005 1:18 am    Post subject: Reply with quote

Quote:
ok i followed the link. one more question... if i want to use gnome or kde as the gui interface do i need to install the x windows server also?

You are correct. KDE, Gnome, etc run on top of the X server.
Back to top
View user's profile Send private message
cyclefiend2000
Tux's lil' helper
Tux's lil' helper


Joined: 16 Mar 2005
Posts: 81

PostPosted: Fri Mar 18, 2005 1:19 am    Post subject: Reply with quote

thanks i will get started.
Back to top
View user's profile Send private message
egberts
Guru
Guru


Joined: 04 Nov 2003
Posts: 357
Location: Dimmed Cathode Ray Tube

PostPosted: Fri Mar 18, 2005 1:21 am    Post subject: Reply with quote

Can you mark this thread as SOLVED?
_________________
Clusters of Fry's Special, AMD 2200, 2 GB DDR, 220 GB (2008.1/desktop, stage 1, -O3) x8
HP Compaq Fry's SPecial, AMD 2100, 2 GB DDR, 260 GB (2008.0/server, stage 1, -O3)
Ultra Sparc 5, 256MB, 3GB (2006.1/server, stage 1, -O3)
Back to top
View user's profile Send private message
loki99
Advocate
Advocate


Joined: 10 Oct 2003
Posts: 2056
Location: Vienna, €urope

PostPosted: Fri Mar 18, 2005 1:47 am    Post subject: Reply with quote

perhaps this is useful too!

happy gentooing!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing 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