[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mips Qube : Setting root device.



> 
> I have my qube running a 2.4.25 kernel and am currently trying
> to install a larger disk. 

[...] 

> The problem is that I can't figure out how to tell the kernel
> to mount /dev/hda3 as / instead of /dev/hda1.


In arch/mips/cobalt/setup.c add/edit the "root=" parameter, and while 
you are there, you can also disable the probes for drives on the 
non-exsistant second ide port.

char arcs_cmdline[CL_SIZE] = {
 "console=ttyS0,115200 "
#ifdef CONFIG_ROOT_NFS
 "root=/dev/nfs "
#else
 "root=/dev/hda3 ide1=noprobe" 
#endif
 };


rainer



Reply to: