kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* The problem with the installation of the latest kernel
@ 2011-06-17  6:45 david
  2011-06-17  6:51 ` Anuz Pratap Singh Tomar
  2011-06-17  6:57 ` Prashant Shah
  0 siblings, 2 replies; 5+ messages in thread
From: david @ 2011-06-17  6:45 UTC (permalink / raw)
  To: kernelnewbies

Hi, guys:
???? I am totally a beginner to Linux kernel and feel sorry to bother you with such an easy question.? I encountered a problem which is failed to making the latest kernel 2.6.39.1 downloaded from kernel.org bootable under the environment of Ubuntu 10.10. Although I have tried to solve this problem for almost 3 days, I don't have any clue on the cause of not able to boot the newly-installed kernel. The procedure that I adopted to configure, build and install the kernel is shown bellow
???? 1. I downloaded the tarball "linux-2.6.39.1.tar.bz2" and stored it in the directory "/home/lenovo/linux", then uncompressed it, a new folder 

???????? "linux-2.6.39.1" was created.
???? 2. I created a folder called "linux-2.6.39.1-install" in the same directory to store the compiled files from folder "linux-2.6.39.1".
???? 3. I opened the terminal and typed in:

cd ~/linux/linux-2.6.39.1
make O=../linux-2.6.39.1-install defconfig
make -j4 O=../linux-2.6.39.1-install
???? The result of these operations is:
???? ? ? ? ? ? ? ? ? ? ? GZIP??? arch/x86/boot/compressed/vmlinux.bin.gz
? ? ? ? ? ? ? ? ? ? ? ?? MKPIGGY arch/x86/boot/compressed/piggy.S
???????????????????????? AS????? arch/x86/boot/compressed/piggy.o
???????????????????????? LD????? arch/x86/boot/compressed/vmlinux
???????????????????????? ZOFFSET arch/x86/boot/zoffset.h
???????????????????????? OBJCOPY arch/x86/boot/vmlinux.bin
???????????????????????? AS????? arch/x86/boot/header.o
? ? ? ? ? ? ? ? ? ? ? ?? LD????? arch/x86/boot/setup.elf
? ? ? ? ? ? ? ? ? ? ? ?? OBJCOPY arch/x86/boot/setup.bin
???????????????????????? BUILD?? arch/x86/boot/bzImage
?????????????????????? Root device is (7, 0)
?????????????????????? Setup is 13148 bytes (padded to 13312 bytes)
?????????????????????? System is 4091 kB
?????????????????????? CRC 887907a3
?????????????????????? Kernel: arch/x86/boot/bzImage is ready? (#1)
???? 4. I typed in the command:
make O=../linux-2.6.39.1-install modules_install
??? The result is:
?????????????????????? INSTALL arch/x86/kernel/test_nx.ko
? ? ? ? ? ? ? ? ? ? ?? INSTALL drivers/scsi/scsi_wait_scan.ko
?????????????????????? INSTALL drivers/watchdog/hpwdt.ko
?????????????????????? INSTALL net/netfilter/xt_mark.ko
?????????????????????? DEPMOD? 2.6.39.1
???? 5.???????????????????????????????????????????????????????????????????????? ? ?? sudo make O=../linux-2.6.39.1-install install
???? The result is:
?????????????????????? sh /home/lenovo/linux/linux-2.6.39.1/arch/x86/boot/install.sh 2.6.39.1 arch/x86/boot/bzImage \
??? ?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? System.map "/boot"
???? 6.???????????????????????????????????????????????????????????????????????????????? sudo update-initramfs -c -k 2.6.39.1
???? The result is:
?????????????????????? update-initramfs: Generating /boot/initrd.img-2.6.39.1
?????????????????????? Warning: No support for locale: en_US.utf8
???? 7.??????????????????????????????????????????????????????????????????????????????????????????????sudo update-grub
???? The result is:
?????????? ? ? ? ? ? ? Found linux image: /boot/vmlinuz-2.6.39.1
?????????????????????? Found initrd image: /boot/initrd.img-2.6.39.1

Finally, after I rebooted the system and selected "Linux-2.6.39.1" in the grup, a problem arose along with a message showed up saying:
????? 

???? mount: mounting none on /dev failed: No such device.
???? w: devtmpfs not available, falling back to tmpfs for /dev
???? fuse: device not found, try 'modprobe' fuse first.
???? ......
???? Could not mount the partition /dev/sda8.
???? ......
???? (file system = ntfs, error code = 21)

best regards
david.G
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110617/c90dcf13/attachment.html 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-06-19  8:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-17  6:45 The problem with the installation of the latest kernel david
2011-06-17  6:51 ` Anuz Pratap Singh Tomar
2011-06-17  6:57 ` Prashant Shah
     [not found]   ` <69221.50718.qm@web92204.mail.cnh.yahoo.com>
2011-06-18 17:22     ` 回复: " Prashant Shah
2011-06-19  8:15   ` Jonathan Neuschäfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).