public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Specify devices manually in exotic environment
@ 2006-08-22 19:26 Milan Hauth
  2006-08-23  8:31 ` Denis Vlasenko
       [not found] ` <200608231313.37976.vda.linux@googlemail.com>
  0 siblings, 2 replies; 7+ messages in thread
From: Milan Hauth @ 2006-08-22 19:26 UTC (permalink / raw)
  To: linux-kernel

Hello there.

Got a quite exotic environment here -- a Compaq Evo T20 thin client, which  
I want to run Linux on.

But I'm not satisfied with a completely thin client, meaning that all the  
files are located on the server. What I want is the basic system to be  
located on the client, while the Unix System Resources, for example, are  
mounted from the server, since they're too big for 32MB of Flash memory.

The problem I'm facing at the moment is the T20's BIOS, which doesn't seem  
to pass the device information correctly to the Kernel. GRUB (v0.97) does  
work with a workaround, which can be found in the document [1] I followed  
to 'teach' Linux to the T20.

I already tried to use /proc/sys/kernel/real-root-dev, but setting the  
root device to 0x80 (as already specified for GRUB) or 0x81 (1st partition  
of 0x80) did not seem to help.

So, did I forget anything when building my Kernel? Or is it just another  
trick, I don't know yet?

Hopefully someone here can help me on this one.. have been 'working' on my  
cute T20 for several months now.. :-\

Cheers, milahu


[1] http://www.kazak.ws/evo/


PS: Here's my linuxrc:

#!/bin/sh
mount -v -t proc proc /proc
echo 0x80 >/proc/sys/kernel/real-root-dev
mount -o remount,rw /
exec chroot . sh <<- EOF
     <dev/console >dev/console 2>&1
     exec /sbin/init
EOF
--
proc on /proc type proc (rw)
mount: can't find / in /etc/fstab or /etc/mtab
INIT: version 2.86 booting
INIT: No inittab file found

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-08-24 11:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-22 19:26 Specify devices manually in exotic environment Milan Hauth
2006-08-23  8:31 ` Denis Vlasenko
2006-08-23  9:59   ` Milan Hauth
     [not found]     ` <200608231210.27700.vda.linux@googlemail.com>
2006-08-23 11:15       ` Milan Hauth
2006-08-23 12:00         ` linux-os (Dick Johnson)
2006-08-23 12:07           ` linux-os (Dick Johnson)
     [not found] ` <200608231313.37976.vda.linux@googlemail.com>
     [not found]   ` <op.teq4xxc2epq0rv@localhost>
     [not found]     ` <200608241108.52379.vda.linux@googlemail.com>
2006-08-24 11:08       ` Milan Hauth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox