kboot forcing kernel to boot
-
- Posts: 10
- Joined: Wed Oct 10, 2007 2:35 pm
- Location: Canada
kboot forcing kernel to boot
I compiled a custom kernel to get udf 2.5 support and it works fine but due to a stupid mistake kboot can't find the kernel when booting. What command can I use at kboot to use /usr/src/linux/vmlinux as my kernel. Or get read+WRITE access to my filesystem with busybox so I canput vmlinux where it belongs.
Just put
mykernel='sda3:/usr/src/linux/vmlinux initrd=...
etc (provided your / is on sda3) in /etc/kboot.conf and it should work.
Or enter it at the kboot prompt. You can invoke a kernel manually by
simply typing the path to it in kboot. You can also use the mount command
to mount/remount any partitions if you want to modify them.
mykernel='sda3:/usr/src/linux/vmlinux initrd=...
etc (provided your / is on sda3) in /etc/kboot.conf and it should work.
Or enter it at the kboot prompt. You can invoke a kernel manually by
simply typing the path to it in kboot. You can also use the mount command
to mount/remount any partitions if you want to modify them.
Flying at a high speed
Having the courage
Getting over crisis
I rescue the people
Having the courage
Getting over crisis
I rescue the people
-
- Posts: 10
- Joined: Wed Oct 10, 2007 2:35 pm
- Location: Canada
-
- Posts: 10
- Joined: Wed Oct 10, 2007 2:35 pm
- Location: Canada