View previous topic :: View next topic |
Author |
Message |
karusker n00b
Joined: 19 Apr 2002 Posts: 17 Location: Seattle WA
|
Posted: Sat Apr 27, 2002 6:40 pm Post subject: kernel |
|
|
I'm trying to use my new cdr burner but have come into some very strange problems. To use it I need to add some kernel SCSI emulation parameters, which is simple enough. Thing is, when I type "mv /boot/bzImage /boot/bzImage.old" and then "cp arch/i386/boot/bzImage /boot" it will not run the new kernel when I restart! I've tried many distros and this has never happened before! I've tried vanilla-sources, gentoo-sources, linux-2.4.19-r1, and all of these copy succesfully, but the old linux-2.4.19-r1 kernel still always boots up! what can I do? |
|
Back to top |
|
|
dArkMaGE Apprentice
Joined: 20 Apr 2002 Posts: 152
|
Posted: Sat Apr 27, 2002 6:44 pm Post subject: |
|
|
heres a dumb question, but did you remember to mount /boot before copying the kernel over?
in the normal /etc/fstab the boot partition is set to noauto which means you have to explicitly mount /boot, cuz it wont be mounted at boot time |
|
Back to top |
|
|
AutoBot l33t
Joined: 22 Apr 2002 Posts: 968 Location: Usually Out
|
Posted: Sat Apr 27, 2002 7:07 pm Post subject: |
|
|
dArkMaGE I bet you hit the nail on the head, karusker do a ls /boot to see if bzImage shows up, if it does not you need to mount your /boot partition and then:
mv /boot/bzImage /boot/bzImage.old
cp /usr/src/linux/arch/i386/boot/bzImage /boot
Looks like you either forgot or typed it wrong but you had:
Quote: | "cp arch/i386/boot/bzImage /boot" |
_________________ This message self destructed a long time ago. |
|
Back to top |
|
|
karusker n00b
Joined: 19 Apr 2002 Posts: 17 Location: Seattle WA
|
Posted: Sat Apr 27, 2002 7:18 pm Post subject: ok it worked |
|
|
ok, mounting /boot solved my problem of copying the kernel over. Thanks!
But...Does anyone have any clue of how to get a Cdr burner to work with cdrecord and linux? I'm having some major problems getting it to work, as I have never done it before. |
|
Back to top |
|
|
kavel n00b
Joined: 21 Apr 2002 Posts: 20 Location: Hillsboro, OR
|
Posted: Sat Apr 27, 2002 8:42 pm Post subject: |
|
|
If you have the necessary support compiled into your kernel (SCSI Emulation, SCSI CD Support, and SCSI generic support), you're almost there.
As a first step you need to pass
to your kernel at boot time (replace hd? with hda, hdb, hdc or hdd dpeneding on where your cd burner is connected).
If you're using devfs, this is it. You will have your devices set up in the /dev directory. There should be a link to your actual SCSI-emulated burner under /dev/cdroms/ .
At this point, you can use to see if cdrecord finds your device. If so, then you're set, just read the man page for cdrecord and burn away
Kavel |
|
Back to top |
|
|
karusker n00b
Joined: 19 Apr 2002 Posts: 17 Location: Seattle WA
|
Posted: Sat Apr 27, 2002 9:15 pm Post subject: |
|
|
thanks kavel. I've got everything working now!
hurrah. Now I just need to find how to bump the burn speed from 24x to 32x, which is what my burner is sold as... |
|
Back to top |
|
|
dArkMaGE Apprentice
Joined: 20 Apr 2002 Posts: 152
|
Posted: Sun Apr 28, 2002 12:14 am Post subject: |
|
|
32x burn speed? man, im uneasy about going past 4x with my burner... i need new hardware |
|
Back to top |
|
|
|