Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47770 - cp arch/i386/boot/bzImage ../../../boot/kernel-2.6.5 fails
Summary: cp arch/i386/boot/bzImage ../../../boot/kernel-2.6.5 fails
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL: REbuilding the 2.6.5 I got the follow...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-13 16:45 UTC by Thomas SMETS
Modified: 2005-07-21 16:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas SMETS 2004-04-13 16:45:37 UTC
I got the source from 2.6.5
Change the soft link (/usr/src/linux) to point to the right directory ( linux -> /usr/src/linux-2.6.5-gentoo/ ).
Made a :
   make clean
   make 
   make modules_install
While make module... was running, I tried to copy the freshly built kernel to the /boot of the chrooted partition with 

cp arch/i386/boot/bzImage /boot/kernel-2.6.5

but the system replied : 
   livecd linux # cp arch/i386/boot/bzImage ../../../boot/kernel-2.6.5
   cp: cannot create regular file `../../../boot/kernel-2.6.5': Read-only file system

Doing a : 
   livecd linux # cp arch/i386/boot/bzImage /boot/kernel-2.6.5
   cp: cannot create regular file `/boot/kernel-2.6.5': Read-only file system

Returned the same error ...
I will now do a 'clean mrproper' before trying to rebuild the Kernel after a new make menuconfig !

\T,
\T,
Comment 1 Benjamin Judas (RETIRED) gentoo-dev 2004-04-13 22:01:06 UTC
Is your boot-partition mounted writable?

please try mount -o remount,rw /boot

please post the output of mount
Comment 2 Thomas SMETS 2004-04-15 14:14:53 UTC
Rebooting the PC & mounting the partition :
          mount -t reiserfs /dev/hda2 /mnt/gentoo
gave no direct Error & I can access the freshly build FS
Comment 3 Benjamin Judas (RETIRED) gentoo-dev 2004-05-10 21:57:03 UTC
reassigning back to bug-wranglers - this is no livecd-bug
Comment 4 Tim Yamin (RETIRED) gentoo-dev 2004-06-06 01:51:29 UTC
Reassigning back to the wranglers - this is no kernel bug either...
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-07-21 16:01:02 UTC
Closing an obsolete bug.