Hey Guys. I just got my information from the archives
and thanks to Tom Clements and John McBride's emails I
was able to add Window's to the lilo config file... My
question now is that, How could I also add in my
Solaris 7 OS to the lilo config... I've tried it using
the same techniques with the windows thing but to no
avail.... I'm attaching a text file that contains the
lilo.conf entries and disk partitions... My windows
and solaris OS resides on the primary disk partition's
1 & 2 respectively... Could please somebody help
out... I'm just new to linux. Thanks again in advance

Bonn =)

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
Script started on Wed May 10 13:54:05 2000


storm:/# df -k
Filesystem         1024-blocks  Used Available Capacity Mounted on
/dev/hdb1            7863119  388198  7067274      5%   /
/dev/hda1            3146320 1154296  1992024     37%   /mnt


storm:/# cat /etc/lilo.conf
# Storm Linux Boot Manager Lilo Configuration

boot=/dev/hda
root=/dev/hdb1
install=/boot/boot.b
map=/boot/map
vga=normal
timeout=300
message=/boot/message
prompt

# Default Boot Entry

image=/vmlinuz
   label="Linux"
   read-only

# Additional Entry: Windows

other=/dev/hda1
   label="Windows"
   table=/dev/hda

other=/dev/hda2
   label="Solaris 7"
   table=/dev/hda2


storm:/# lilo -v -t
LILO version 21, Copyright 1992-1998 Werner Almesberger

Reading boot sector from /dev/hda
Merging with /boot/boot.b
Mapping message file /boot/message
Boot image: /vmlinuz
Added Linux *
Boot other: /dev/hda1, on /dev/hda, loader /boot/chain.b
Added Windows
Boot other: /dev/hda2, on /dev/hda2, loader /boot/chain.b
Device 0x0300: Invalid partition table, 2nd entry
  3D address:     63/254/1022 (15468704)
  Linear address: 1/0/417 (6305040)



storm:/# fdisk
Using /dev/hda as default device!

The number of cylinders for this disk is set to 1092.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): m
Command action
   a   toggle a bootable flag
   b   edit bsd disklabel
   c   toggle the dos compatibility flag
   d   delete a partition
   l   list known partition types
   m   print this menu
   n   add a new partition
   o   create a new empty DOS partition table
   p   print the partition table
   q   quit without saving changes
   t   change a partition's system id
   u   change display/entry units
   v   verify the partition table
   w   write table to disk and exit
   x   extra functionality (experts only)

Command (m for help): p

Disk /dev/hda: 240 heads, 63 sectors, 1092 cylinders
Units = cylinders of 15120 * 512 bytes

   Device Boot   Start      End   Blocks   Id  System
/dev/hda1   *        1      417  3152488+   b  Win95 FAT32
/dev/hda2   *      418     1021  4566240   82  Linux swap
Partition 2 does not end on cylinder boundary:
     phys=(1022, 254, 63) should be (1022, 239, 63)

Command (m for help): q

storm:/# exit

Script done on Wed May 10 13:54:40 2000


==================================================

>From Window's fdisk

                          Display Partition Information

    Current fixed disk drive: 1

    Partition  Status   Type    Volume Label  Mbytes   System   Usage
     C: 1         A    PRI DOS                 3079   FAT32       41%
        2         A    Non-DOS                 4459               59%



    Total disk space is  7560 Mbytes (1 Mbyte = 1048576 bytes)
==================================================

                          Display Partition Information

    Current fixed disk drive: 2

    Partition  Status   Type    Volume Label  Mbytes   System   Usage
        1         A    Non-DOS                 7962               99%
        2              Non-DOS                   94                1%



    Total disk space is  8056 Mbytes (1 Mbyte = 1048576 bytes)

===================================================

Reply via email to