David Joy writes:
> My /etc/boot.conf file reads as follows:
>
> config {
> root = "/dev/hda3";
> };
>
> riscos {
> name = "RISC OS";
> };
>
> kernel {
> name = "Linux";
> path = "/boot/vmlinuz";
> root = "/dev/hda3";
> flags = readonly;
> args = "";
> };
Swap it around so that the "riscos" block appears after the "kernel" block.
Thus, the file should read:
config {
root = "/dev/hda3";
};
kernel {
name = "Linux";
path = "/boot/vmlinuz";
root = "/dev/hda3";
flags = readonly;
args = "";
};
riscos {
name = "RISC OS";
};
Then, re-run /sbin/loadmap
_____
|_____| ------------------------------------------------- ---+---+-
| | Russell King [EMAIL PROTECTED] --- ---
| | | | http://www.arm.linux.org.uk/ / / |
| +-+-+ --- -+-
/ | THE developer of ARM Linux |+| /|\
/ | | | --- |
+-+-+ ------------------------------------------------- /\\\ |
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++ Please use [EMAIL PROTECTED] for ++
++ kernel-related discussions. ++