Gentoo!

Doh, thanks for sticking with this Mpemba
edit, Shall I redo those first three steps now I've rebooted?
 
Last edited:
No problem dude

Originally posted by Mpemba Effect
Hmmm, I better brace myself for all the questions to come :D
Originally posted by Mpemba Effect
rofl :) It's in the docs! I can already tell this is going to be a long night

edit: and a long thread :)
I knew all too well what I was getting to ;)

edit: ... and I congratulate you for your patients, many would have given up by now. Stick with it! You've already learn more than you think
 
Last edited:
Originally posted by Mpemba Effect
edit: ... and I congratulate you for your patients, many would have given up by now. Stick with it! You've already learn more than you think
The magic of being unemployed(student;)) you have time to do 34 hour linux instal:D. Anyway...

Do I need to repeat the first three steps of this solution now I've rebooted?
 
rofl :) ok lets check if you have ext2 built into your kernel. Same procedure as earlier. Mount up /dev/hda3 into /mnt/gentoo and type
Code:
grep [color=red]"EXT2"[/color] /mnt/gentoo/usr/src/linux/.config
The important output will be
Code:
CONFIG_EXT2_FS=y
failing that redo
Originally posted by riven
you did put grub on you mbr too didnt you?

grub> root (hd0,0) (your boot partiiton)
grub> setup (hd0) (the mbr)

i missed that once and it took me ages to figure it all out
That section and try again. Meanwhile I'm going to take a shower and hit the sack. See what you can dig up on grub error 2 from searching the gentoo forums. I'll check how you're doing in the morning :)

edit: I made a typo above EXT2 not EXT3
 
i dont think you can just remove journaling by deleting a file, because the filetable will still be identifying itself as ext3 but wont have a .journal file, so will be corrupt, or will recreate the file each time.

all that is on the /boot drive is the kernel and grub right?

so its not too hard to reformat with fdisk then mke2fs.

them do a nice clean reinstall of grub, and recompile your kernel and copy it to boot.

i recon thats the best method for you. you could just copy the kernel over and copy it back, but i think it would be helpful if we guided you through the kernel just incase it was that.
 
Originally posted by Mpemba Effect
Personally I would have reformat, theres a couple things I really don't like; converting filesystems and resizing repartions in hope you're data will still be there.

ive used QTParted to resive my ntfs partition from knoppix several times. I must say i found it very good, and nothing got fubared.
 
Back
Top Bottom