View previous topic :: View next topic |
Author |
Message |
bobber205 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/134572374589f0d90e4bd.jpg)
Joined: 23 Aug 2006 Posts: 561 Location: Oregon
|
Posted: Wed Dec 06, 2006 9:14 pm Post subject: Adding SCSI support to the Kernel |
|
|
I selected "y" or "*" in makeconfig for my kernel. I have SCSI tape drive that I want to use.
Right now the box is compling the kernel.
The part I'm confused on right now is how to get that kernel to come up as an option on startup.
http://www.gentoo.org/doc/en/kernel-upgrade.xml
I've been using that document. When it's done compling, will it tell my what to add?
(As it probably obvious, I'm new to Gentoo and linux and especially kernel activities. ) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
wah Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/25180814146c9f57b9efb0.png)
Joined: 25 Feb 2005 Posts: 453 Location: Raleigh, NC, USA
|
Posted: Wed Dec 06, 2006 9:32 pm Post subject: |
|
|
Once it's done compiling...and assuming you're doing manual kernel config (not genkernel)
Code: |
# cp arch/<arch_type>/boot/bzimage /boot/<name of the new kernel>
# nano -w /boot/grub/grub.conf
(make a new entry similar to your old one, but insert the new kernel instead)
# reboot
|
Hope that helps!
Cheers,
W. _________________ - AMD64 3000+, MSI K8N-SLI, Nvidia Geforce 6600 PCIE, 2GB OCZ Dual-Channel PC3200,2x160GB SATA
- Registered Linux User #418541 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bobber205 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/134572374589f0d90e4bd.jpg)
Joined: 23 Aug 2006 Posts: 561 Location: Oregon
|
Posted: Wed Dec 06, 2006 9:45 pm Post subject: |
|
|
OMG.
I did what you said and where you said to put the new name of the kernel I put
"SnowCrashKernel2.6SCSI"
I went into the file and another entry exactly the same while looking at the good one that I've been using...
Then I rebooted....
For like 3 minutes now all my computer had down is tell me once that xdm did not shutdown or something like that.
Then I got and am still getting delete_path:rmdir(/dev/.udev) failed: Read-Only file System...
It's going like 1000 miles an hour. Should I restart it manually?
WTF is going on!? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bobber205 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/134572374589f0d90e4bd.jpg)
Joined: 23 Aug 2006 Posts: 561 Location: Oregon
|
Posted: Thu Dec 07, 2006 11:26 pm Post subject: |
|
|
Restarted and the system booted up fine.
Now when I come in next week how can I tell if I did it right? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|