Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fs type ISO9660 not supported
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc
View previous topic :: View next topic  
Author Message
sunw101
n00b
n00b


Joined: 14 May 2004
Posts: 5

PostPosted: Fri May 21, 2004 2:57 pm    Post subject: fs type ISO9660 not supported Reply with quote

I have installed Gentoo and configured the kernel using
emerge sparc-sources
"make menuconfig"
make dep && make bzImage ...

When Gentoo boots is give this output message "modprobe: can't open dependencies file /lib/modules/2.4.24-sparc-r2/modules.dep (no such file or directory)

I can login and when I type mount /dev/cdrom with a cd in the drive I get "mount: fs type ISO9660 not supported by kernel"

I double checked make menuconfig and made sure I had selected the ISO9660 support and it was. what and I missing or have failed to do?
Back to top
View user's profile Send private message
Mark Clegg
Apprentice
Apprentice


Joined: 05 Jan 2004
Posts: 270
Location: ZZ9 Plural Z Alpha

PostPosted: Fri May 21, 2004 5:38 pm    Post subject: Reply with quote

Sounds like you missed "make modules_install" and didn't copy your new kernel to /boot (which you have mounted first if on a separate fs)
Back to top
View user's profile Send private message
sunw101
n00b
n00b


Joined: 14 May 2004
Posts: 5

PostPosted: Fri May 21, 2004 10:25 pm    Post subject: Reply with quote

Mark Clegg wrote:
Sounds like you missed "make modules_install"

"make menuconfig"
make dep && make bzImage ...
the "..." means and so forth meaning that I did type modules modules_install.

Mark Clegg wrote:

and didn't copy your new kernel to /boot (which you have mounted first if on a separate fs)


cp vmlinux /boot/vmlinux - is the correct way of copying the kernel to /boot?
Back to top
View user's profile Send private message
Jester20
n00b
n00b


Joined: 31 May 2004
Posts: 13

PostPosted: Mon May 31, 2004 7:39 am    Post subject: Reply with quote

This is my version of the correct method to compile/copy the kernel and related files.

make dep &&
make vmlinux image modules modules_install &&
cp System.map /boot/System.map-2.kern.ver &&
cp .config /boot/config-2.kern.ver &&
cp arch/sparc[,64]/boot/image /boot/gentoo-2.kern.ver
sparc ^ is either sparc or sparc64
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc 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