Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux in General => Os Talk => Topic started by: mossyx on April 03, 2009, 01:33:12 PM

Title: Dual booting with windows vista-rootnoverify (hd0, 1), chain loader +1
Post by: mossyx on April 03, 2009, 01:33:12 PM
Please, i just installed linux on my system which already has windows vista but i cant boot my windows any longer, its giving this error: rootnoverify (hd0, 1), chain loader +1, BOOTMGR is missing. Can somebody pls tell me how to resolve this issue?
Title: Re: Dual booting with windows vista-rootnoverify (hd0, 1), chain loader +1
Post by: Ricky on April 05, 2009, 07:06:26 AM
Can you post content of your grub config file here ie. /etc/grub/grub.conf
also post output of following :

Code: [Select]
fdisk -l
Title: Re: Dual booting with windows vista-rootnoverify (hd0, 1), chain loader +1
Post by: mossyx on April 06, 2009, 05:08:22 PM
this is the content of my grub file

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:   You do not have a /root partition. This means that
                 all kernel and initrd are relative to /, eg.
                 root (hd0,0)
                 kernel /boot/vmlinuz-version ro root=/dev/sda1
#               initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=10
splashimage=(hd0,0) /boot/grub/splash.xpm.gz
password --md5 $1$hSC1jN. h$xiis3FXQmaNW6V4d.GLq51
title Red Hat Enterprise Linux WS (2.4.21-4.EL)
         root  (hd0,0)
         kernel  /boot/vmlinuz-2.4.21-4.EL ro root=LABEL=/
         initrd  /boot/initrd-2.4.21-4.EL.img
title DOS
         rootnoverify  (hd0, 1)
         chainloader +1


My output of fdisk -l

Disk  /dev/sda: 160.0 GB,  160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes


   Device   Boot     Start             End         Blocks        Id       System
/dev/sda1   *            1              704       5647288+     83       Linux
Partition  1 does not end on cylinder boundary.
/dev/sda2              704          19458    150641664        7      HPFS/NTFS



Thanks.
Title: Re: Dual booting with windows vista-rootnoverify (hd0, 1), chain loader +1
Post by: Ricky on April 06, 2009, 09:41:29 PM
It looks that you erased Vista partition by mistake while trying to install Linux as I see that your first partition is LInux and second is NTFS, but normally its windows partition first and then linux (if you installed windows first).

How many partitions were there before installing linux ?
Title: Re: Dual booting with windows vista-rootnoverify (hd0, 1), chain loader +1
Post by: mossyx on April 08, 2009, 05:06:47 PM
I had just one partition before I installed Linux, but i did automatic partitioning while installling linux. What can I do now? Pls kindly advise me on what to do. Thanks.
Title: Re: Dual booting with windows vista-rootnoverify (hd0, 1), chain loader +1
Post by: Ricky on April 10, 2009, 05:47:31 AM
Can you give me output of following ?
Code: [Select]
mount
Title: Re: Dual booting with windows vista-rootnoverify (hd0, 1), chain loader +1
Post by: mossyx on April 14, 2009, 01:15:41 PM
Do you mean mnt? If you do the output is cdrom and floppy.

Thanks.
Title: Re: Dual booting with windows vista-rootnoverify (hd0, 1), chain loader +1
Post by: Ricky on April 14, 2009, 07:14:32 PM
mount shows all current mounted partition information.
Title: Re: Dual booting with windows vista-rootnoverify (hd0, 1), chain loader +1
Post by: mossyx on April 17, 2009, 06:25:21 PM
The mount output is:

/dev/sda1 on / type ext3 (rw)
none on /proc type proc (rw)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
none on /devpts type devpts (rw,gid=5,mode=620)
none on /dev/shm type tmpfs (rw)

Thanks.
Title: Re: Dual booting with windows vista-rootnoverify (hd0, 1), chain loader +1
Post by: Ricky on April 18, 2009, 08:27:47 PM
Basically I see that you still have NTFS windows partition there but it is not mounted, it could be your windows but I would tried to mount it or used live CD to see its content. If its normal windows file then you need to reinstall windows bootloader from windows' recovery console and then again use linux recovery to install grub so that you can booth both the OS.

Or simply try fixing windows installation from windows installation CD and if that works (don't reinstall windows or format anything) then let me know and I wll explain how to get GRUB back.