[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Grub not starting Windows



antonio montagnani wrote:
On one of my systems (Windows 2000+Fedora) suddenly Windows is not starting from start-up menu at boot (Fedora is running fine)
Any suggestion??? Shall I have to clean MBR and re-install Grub?? Grub.conf seems not to be corrupted.


TNX


Yes, change over to LILO, here is an example of an /etc/lilo.conf file:


boot = /dev/hda
prompt
timeout=50
delay = 40
#default=Win2000
default=linux
lba32
compact
vga = 791
read-only

image = /boot/vmlinuz-2.4.25-xfs
	append="hdb=ide-scsi hdd=ide-scsi"
	root=/dev/hdc2
        label = linux
	initrd = /boot/initrd-2.4.25-xfs.img

other = /dev/hda1
     label = Win2000
     table = /dev/hda

--
peace now, that is good for all of us
http://gershwin.xs4all.nl




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]