Bob Hartung <[EMAIL PROTECTED]> writes:
> Silviu Cojocaru wrote:

>> On Sun, 4 Mar 2001, 09:32 -0600 Bob Hartung wrote:

>>> Hi all,
>>>  I am having to reinstall on a Laptop due to upgrade of HD
>>> to 30 GB to share with Win2000 and Linux (RH7 or
>>> Mandrake7.2).  I have always placed the Linux stuff in a
>>> high extended partition in the past.  I have been having a
>>> devil of a time but have the idea (source???) that lilo can
>>> go anywhere in its' newest incarnation.  Is this so or do I
>>> still have the 1024 limit?


>> I'll keep this short: DOH!! the limit never went away.

> Don't know where I got the idea that it had been resolved.

It has.  You simply need to use an option in lilo: "lba32", provided
that your bios supports it (only ancient ones don't).

My partition table:
     Device Boot    Start       End    Blocks   Id  System
  /dev/hda1   *         1      1275  10241406    c  Win95 FAT32 (LBA)
  /dev/hda2          1276      2550  10241437+  83  Linux
  /dev/hda3          2551      2566    128520   82  Linux swap

Linux root starts at 10MB (1276).

My lilo.conf:
  boot = /dev/hda
  timeout = 500
  #prompt
  default = linux
  vga = normal
  read-only
  map=/boot/map
  install=/boot/boot.b
  lba32
  image = /boot/vmlinuz
    label = linux
    append = "mem=256M reboot=w hdc=ide-scsi"
    root = /dev/hda2
  other = /dev/hda1
    label = dos
    alias=win98
    table=/dev/hda
-- 
© 2001 Kurt Swanson AB ([EMAIL PROTECTED])



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to