LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Unable to determine video adapter (https://www.linuxquestions.org/questions/slackware-14/unable-to-determine-video-adapter-845579/)

hedron 11-21-2010 01:04 AM

Unable to determine video adapter
 
Code:

LILO version 22.8 (test mode), Copyright (C) 1992-1998 Werner Almesberger
Development beyond version 21 Copyright (C) 1999-2006 John Coffman
Released 19-Feb-2007 and compiled at 20:09:28 on Feb 14 2010

Reading boot sector from /dev/sda
Warning: Unable to determine video adapter in use in the present system.
Using BITMAP secondary loader
Calling map_insert_data
Mapping bitmap file /boot/slack.bmp
Warning: Video adapter does not support VESA BIOS extensions needed for
  display of 256 colors.  Boot loader will fall back to TEXT only operation.
Calling map_insert_file

Boot other: /dev/sda1, on /dev/sda, loader CHAIN
Added Windows *

Boot image: /boot/vmlinuz
Added Linux

Boot image: /boot/vmlinuz.old2
Added old

The boot sector and the map file have *NOT* been altered.
2 warnings were issued.

I don't know what to do? My lilo.conf is pretty much default. I have to use my USB drive to boot slackware, as I get a kernel panic trying to boot either my new kernel or the default kernel. I haven't installed my video drivers, but it wouldn't make sense to need to have the proprietary nvidia drivers installed in order to boot linux. It was working fine before I compiled my kernel.

adamk75 11-21-2010 07:33 AM

As far as I can tell, those are just relatively harmless warnings tell you that the lilo bootloader is going to use text only mode. I see no indication that lilo failed to install.

Adam

hedron 11-21-2010 02:15 PM

But linux won't boot ...

stress_junkie 11-21-2010 02:24 PM

What is the exact error message issued by the kernel panic? Is it something like "Attempted to kill init. Unable to mount root partition on unknown block 0,0"?

If that is the case then that is (almost) always due to the kernel being unable to mount the root partition. That is because the kernel doesn't have the driver (module) for that particular file system built into it.

The file system driver for the root partition MUST be built into the kernel. You cannot load it as a module.

T3slider 11-22-2010 01:33 AM

Quote:

Originally Posted by stress_junkie (Post 4166345)
The file system driver for the root partition MUST be built into the kernel. You cannot load it as a module.

Unless you use an initial ramdisk (initrd).

David93 01-12-2011 04:40 PM

Hi. Just a few minutes I have (I think) the same problem. In google, the solution I found was to check the BIOS load order. I hope it helps to you as it did for me.

I dont know how it works for me. Anybody knows?


All times are GMT -5. The time now is 11:11 AM.