Jump to content

Mdk10 + lilo


retiredff
 Share

Recommended Posts

Hello,

My setup is:

 

hda=win98 20g

hdb=mdk9.0 80g

 

I want to install mdk10 on hda and remove win98. Will the install program see mdk9.0 on hdb

and configure lilo properly, or is there something I should do so I can boot into either OS?

 

TIA

Edited by retiredff
Link to comment
Share on other sites

Well, I guess the worst thing that can happen is I have to boot to rescue, then edit my lilo.conf

so my hdb is accessible.

not if, on the new install you choose to not install the bootloader and add the new install to the current bootloader ;)

Link to comment
Share on other sites

bvc,

thanks for the reply. here is my current lilo.conf:

 

boot=/dev/hda

map=/boot/map

vga=normal

default=linux

keytable=/boot/us.klt

prompt

nowarn

timeout=100

message=/boot/message

menu-scheme=wb:bw:wb:bw

ignore-table

image=/boot/vmlinuz

label=linux

root=/dev/hdb1

initrd=/boot/initrd.img

append="devfs=mount hdc=ide-scsi"

read-only

image=/boot/vmlinuz

label=failsafe

root=/dev/hdb1

initrd=/boot/initrd.img

append="failsafe devfs=nomount hdc=ide-scsi"

read-only

other=/dev/hda1

label=windows

table=/dev/hda

other=/dev/fd0

label=floppy

unsafe

 

The 'other=/dev/hda1' would be changed to something similar to the default only using hda instead of hdb, correct?

 

Thanks

Edited by retiredff
Link to comment
Share on other sites

boot=/dev/hda

map=/boot/map

vga=normal

default=linux

keytable=/boot/us.klt

prompt

nowarn

timeout=100

message=/boot/message

menu-scheme=wb:bw:wb:bw

ignore-table

image=/boot/vmlinuz

label=linux

root=/dev/hdb1

initrd=/boot/initrd.img

append="devfs=mount hdc=ide-scsi"

read-only

image=/boot/vmlinuz

label=failsafe

root=/dev/hdb1

initrd=/boot/initrd.img

append="failsafe devfs=nomount hdc=ide-scsi"

read-only

image=/boot/vmlinuz

label=linux-2

root=/dev/hda1

initrd=/boot/initrd.img

append="devfs=mount"

read-only

image=/boot/vmlinuz

label=failsafe-2

root=/dev/hda1

initrd=/boot/initrd.img

append="failsafe devfs=nomount"

read-only

other=/dev/fd0

label=floppy

unsafe

 

Note: ML-10 uses kernel-2.6 so you won't need

hdc=ide-scsi

 

...and don't forget to run

lilo -v

when you are done editing/saving.

Edited by bvc
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...