• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

LILO, partitions, and the evil that is Microsoft

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a computer that uses LILO to dual boot SuSE Linux and Windows 98, and I need to reinstall Windows, but lasst time I did that it wrote over the partition, and I had to reinstall Linux and LILO. Is there a way I can reinstall Windows without having to do all the rest again?
 
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ofcourse you can!
After installing windows, use your Linux boot floppy or boot cd-rom
to boot into Linux.
Then edit the file /etc/lilo.conf
Add the following line to lilo.conf at top:
boot=/dev/hda
then run the command
/sbin/lilo
the reboot.
Now u'll see OS switching screen of LILO
Enjoy!!!
for more info:
http://www.control-escape.com/linux/lilo-cfg.html
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
why do you need to make political statements here?
I've never had trouble getting several OSs to work on the same machine, just use swappable harddisks instead of multiboot
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic