Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gentoo on inspiron 4150 laptop. Won't boot
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
tommy_haaland
Guru
Guru


Joined: 04 Oct 2003
Posts: 320

PostPosted: Wed Oct 08, 2003 1:01 pm    Post subject: gentoo on inspiron 4150 laptop. Won't boot Reply with quote

I reached the end of the installation manaul where I had to boot from a floppy. I rebooted and got the grub prompt and wrote in these commands (according to the installation manual):
# etc-update
# exit
(This exits the chrooted shell; you can also type ^D)
# cd /
# umount /mnt/gentoo/boot
# umount /mnt/gentoo/proc
# umount /mnt/gentoo
# reboot

Whatever I wrote, I got "illegal command" or something. So I rebooted my machine without the floppy and typing the commands, and got several messages:

modprobe: can't locate module /dev/biit
fsck.ext2: no such file or directory while trying to open /dev/boot
/dev/boot:
The superblock could not be read or does not describe a correct ext2 filesystem. ..............................

*Fsck could not correct all errors, manual repair needed.


Can anyone help?
Back to top
View user's profile Send private message
tommy_haaland
Guru
Guru


Joined: 04 Oct 2003
Posts: 320

PostPosted: Wed Oct 08, 2003 1:07 pm    Post subject: Reply with quote

btw I used genkernel from stage3 GRP.
Back to top
View user's profile Send private message
tommy_haaland
Guru
Guru


Joined: 04 Oct 2003
Posts: 320

PostPosted: Wed Oct 08, 2003 4:48 pm    Post subject: Reply with quote

this is my secound time trying to install gentoo. I got the same error on booting:
modprobe: can't locate module /dev/biit
fsck.ext2: no such file or directory while trying to open /dev/boot
/dev/boot:
The superblock could not be read or does not describe a correct ext2 filesystem
Back to top
View user's profile Send private message
tommy_haaland
Guru
Guru


Joined: 04 Oct 2003
Posts: 320

PostPosted: Wed Oct 08, 2003 4:48 pm    Post subject: Reply with quote

this is my secound time trying to install gentoo. I got the same error on booting:
modprobe: can't locate module /dev/biit
fsck.ext2: no such file or directory while trying to open /dev/boot
/dev/boot:
The superblock could not be read or does not describe a correct ext2 filesystem
Back to top
View user's profile Send private message
ws
n00b
n00b


Joined: 20 Aug 2003
Posts: 13

PostPosted: Wed Oct 08, 2003 5:12 pm    Post subject: Reply with quote

post your fstab
Back to top
View user's profile Send private message
tommy_haaland
Guru
Guru


Joined: 04 Oct 2003
Posts: 320

PostPosted: Wed Oct 08, 2003 5:48 pm    Post subject: Reply with quote

#<fs> <mountpoint> <type> <opts>

/dev/BOOT /boot ext2 noauto,noatime
/dev/ROOT / xfs noatime
/dev swap none swap sw
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro

# NOTE: The next line is critical for boot!
none /proc proc defaults
Back to top
View user's profile Send private message
ws
n00b
n00b


Joined: 20 Aug 2003
Posts: 13

PostPosted: Wed Oct 08, 2003 6:32 pm    Post subject: Reply with quote

ok, your fstab should look like this most likely. This is JUST a example, so make sure you fill in the appropriate hd's. hda1 = 1st partition of drive A or 1 if you prefer, hda2 = 2nd partition of drive A etc.

/dev/hda1 /boot ext2 noauto,noatime
/dev/hda3 / xfs noatime
/dev/hda2 none swap sw

etc etc

Things that need to be looked at:
1: What file system are you using for your boot drive? That will need to be changed.
2: What file system are you using for your root partition? You'll need to fill that in too. If all those are correct, just fill in the proper HD's and you should be good to go.

ws
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