|
Installing lilo item when a drive is not present
Hello
I have to computers: 'A' (linux) and 'B' (windos). On 'A' I have a linux system that i copy over to a movable disk on which i install the lilo bootloader. Now when I move the disk to 'B' I am able to boot into the new linux system, however I would like to have an item in the lilo boot menu from which I can boot the windows system on 'B' also. And now the tricky part: I would like to create this item when the disk is still on 'A' where windows is not present.
When I add:
other = /dev/hda1
label = MS-Windows
map-drive = 0x80 to = 0x81
map-drive = 0x81 to = 0x80
and run "lilo" on A it complains that /dev/hda1 is not present.
I have tried using "disk = /dev/hda1 inaccessible" without any luck.
Is it possible to "cheat" lilo into adding an item pointing to a disk that is not present on your system ?
|