Re: Another Grub question/problem

2000-12-28 Thread Cristian Ionescu-Idbohrn
On 28 Dec 2000, Brian May wrote:

  Hamish == Hamish Moffatt [EMAIL PROTECTED] writes:

 Hamish On Wed, Dec 27, 2000 at 03:23:52PM +1100, Brian May wrote:
  still haven't tried 2.2.18. The video= options seems to be
  completely ignored, and Linux boots up as if it wasn't there.

 Hamish Did you check /proc/cmdline to see if grub actually passed
 Hamish it to the kernel?

 cat /proc/cmdline
 mem=131008K  root=/dev/hda1 video=0x319

 I am having similar problems on this diskless NFS-Root system, too,\
 where I have tried all the suggested combinations. Right now:

 cat /proc/cmdline
 auto rw root=/dev/nfs video=788
 nfsaddrs=192.168.87.130:192.168.87.129:192.168.87.129:255.255.255.0:
  ^
Am I seeing double or there's something wrong here?




Re: Another Grub question/problem

2000-12-28 Thread Brian May
 Cristian == Cristian Ionescu-Idbohrn [EMAIL PROTECTED] writes:
 cat /proc/cmdline auto rw root=/dev/nfs video=788
 nfsaddrs=192.168.87.130:192.168.87.129:192.168.87.129:255.255.255.0:
Cristian   ^
Cristian Am I seeing double or there's something wrong here?

No, that is normal. The format (according to mknbi-linux man page is):

client:server:gateway:netmask:hostname[:dev]
-- 
Brian May [EMAIL PROTECTED]




Re: Another Grub question/problem

2000-12-27 Thread Malcolm Parsons
On Wed, Dec 27, 2000 at 03:23:52PM +1100, Brian May wrote:
 At the moment I have:
 
 kernel (hd0,0)/boot/vmlinuz-2.2.17 root=/dev/hda1 video=0x319

try:

kernel (hd0,0)/boot/vmlinuz-2.2.17 root=/dev/hda1 video=vesa:0x319




Re: Another Grub question/problem

2000-12-27 Thread Hamish Moffatt
On Wed, Dec 27, 2000 at 03:23:52PM +1100, Brian May wrote:
 still haven't tried 2.2.18. The video= options seems to be completely
 ignored, and Linux boots up as if it wasn't there.

Did you check /proc/cmdline to see if grub actually passed it to the kernel?


Hamish
-- 
Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED]




Re: Another Grub question/problem

2000-12-27 Thread Brian May
 Hamish == Hamish Moffatt [EMAIL PROTECTED] writes:

Hamish On Wed, Dec 27, 2000 at 03:23:52PM +1100, Brian May wrote:
 still haven't tried 2.2.18. The video= options seems to be
 completely ignored, and Linux boots up as if it wasn't there.

Hamish Did you check /proc/cmdline to see if grub actually passed
Hamish it to the kernel?

cat /proc/cmdline
mem=131008K  root=/dev/hda1 video=0x319

I am having similar problems on this diskless NFS-Root system, too,\
where I have tried all the suggested combinations. Right now:

cat /proc/cmdline
auto rw root=/dev/nfs video=788 
nfsaddrs=192.168.87.130:192.168.87.129:192.168.87.129:255.255.255.0:
-- 
Brian May [EMAIL PROTECTED]




Re: Another Grub question/problem

2000-12-26 Thread Brian May
How do you start Linux via grub with frame buffer enabled?

On a system with a Matrox video card, I have got it going fine (with Matrox
FB driver).

However, on this computer, where I need to use the VESA driver, nothing
I have tried seems to work.

At the moment I have:

kernel (hd0,0)/boot/vmlinuz-2.2.17 root=/dev/hda1 video=0x319

still haven't tried 2.2.18. The video= options seems to be completely
ignored, and Linux boots up as if it wasn't there.
-- 
Brian May [EMAIL PROTECTED]