login
Header Space

 
 

Re: [Q] Installing LILO with MCC 0.97p2 to BOOT off my hard disk ?

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

In article <1992Oct19.163215.9633@jet.uk> tp@jet.uk (Tarang K Patel) writes:
[ trimmed a few blank lines ]

It is a known bug of LILO to be unable to boot MS-DOS on some systems.
The next version of LILO will try to mimic the original boot loader a
bit better, so there is some hope that this problem may disappear.

I'd suggest as a work-around to put some other boot-switcher into the
MBR and loading LILO from a Linux partition. (See the LILO documentation
for details.)


It determines the device number of /dev/hda2 and writes it into
Image at offset 508. The kernel mounts that device as the root
file system when booting.

There are two different ways to set the root device:
  - when building the kernel, in /usr/src/linux/Makefile:
    change ROOT_DEV =# /dev/hdb1
  - if using LILO, in /etc/lilo/install:
    append ,<device> to the image specification, e.g.
       /linux,/dev/hda2

Personally, I prefer the latter, because with this, I don't have to
care about the root device when "localizing" new kernel sources.

- Werner
-- 
   _________________________________________________________________________
  / Werner Almesberger, ETH Zuerich, CH      almesber@nessie.cs.id.ethz.ch /
 / IFW A44  Tel. +41 1 254 7213                 almesberger@rzvax.ethz.ch /
/_BITNET:_ALMESBER@CZHETH5A__HEPNET/CHADNET:_[20579::]57414::ALMESBERGER_/
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [Q] Installing LILO with MCC 0.97p2 to BOOT off my hard ..., Werner Almesberger, (Tue Oct 20, 9:50 pm)
speck-geostationary