View previous topic :: View next topic |
Author |
Message |
gimp2x Tux's lil' helper

Joined: 30 Jun 2002 Posts: 112 Location: Atlanta, GA
|
Posted: Tue Nov 26, 2002 3:17 am Post subject: silo/bootloader problems |
|
|
i installed silo but i made a type-o in the config so it can't find the kernel...now i can't figure out how to boot from the cdrom to get into rescue mode and repair the problem
is there a way to custom modify where the kernel is from the silo boot prompt
is there a way to bypass the silo and just boot from the cdrom?
help?? |
|
Back to top |
|
 |
xming Guru


Joined: 02 Jul 2002 Posts: 441
|
Posted: Tue Nov 26, 2002 5:30 pm Post subject: boot cdrom |
|
|
just before silo prompt send a break (stop-a) then at the ok prompt type
xming |
|
Back to top |
|
 |
arkaine23 n00b

Joined: 20 Nov 2002 Posts: 20
|
Posted: Sun Dec 15, 2002 3:15 pm Post subject: could someone post their silo? |
|
|
I'm also having trouble where silo can't find the kernel. Could somebody post their silo so I can see where I went wrong? |
|
Back to top |
|
 |
Kumba Developer


Joined: 16 Jul 2002 Posts: 393 Location: Sigma 957
|
Posted: Mon Dec 16, 2002 11:39 pm Post subject: |
|
|
Code: | root = /dev/hda2
timeout = 50
image[sun4u] = /boot/vmlinuz-2420
label = linux
append="idebus=66"
image[sun4u] = /boot/vmlinuz-2420rc4
label = linux2024rc4
append="idebus=66"
image[sun4u] = /boot/vmlinuz-2420rc2
label = linux2420rc2
append="idebus=66"
image[sun4u] = /boot/vmlinuz-2420rc1
label = linux2420rc1
append="idebus=66"
image[sun4u] = /boot/vmlinuz-2420p9
label = linux2420p9
append="idebus=66"
image[sun4u] = /boot/vmlinuz-2419
label = linux2419
append="idebus=66" |
Never hurts to keep around old kernels....never know when you need a backup....
--Kumba _________________ "The past tempts us, the present confuses us, the future frightens us. And our lives slip away, moment by moment, lost in that vast, terrible in-between."
--Emperor Turhan, Centauri Republic |
|
Back to top |
|
 |
arkaine23 n00b

Joined: 20 Nov 2002 Posts: 20
|
Posted: Thu Dec 19, 2002 12:40 am Post subject: tmpfs |
|
|
Got it working. I just let it use tmpfs- made sure ramdisk support was in the kernel and uncommented the line for tmpfs is fstab. |
|
Back to top |
|
 |
|