GRUB cannot boot NTFS partitions?


 
Thread Tools Search this Thread
Operating Systems Linux GRUB cannot boot NTFS partitions?
# 1  
Old 01-08-2004
GRUB cannot boot NTFS partitions?

I have an issue with booting NTFS partitions with Grub.
I have two HHD
1st HDD with Red Hat 9.0 and Grub as bootloader
2nd HDD with 8 Win partitions all ntfs.

I have added the following line in my grub.conf:

title Windows2000/Domino 6
root (hd1,0)
makeactive
chainloader +1

When I try to boot Windows I get:
Filesystem type uncknown, partition type 0x7
(0x7 means ntfs)

Any ideas?
# 2  
Old 01-08-2004
no time to give detailed response, but the grub documentation, specifically the linked section should help:

http://www.gnu.org/software/grub/man...#DOS%2fWindows
# 3  
Old 01-22-2004
Re: GRUB cannot boot NTFS partitions?

Quote:
Originally posted by KDE Man
I have an issue with booting NTFS partitions with Grub.
I have two HHD
1st HDD with Red Hat 9.0 and Grub as bootloader
2nd HDD with 8 Win partitions all ntfs.

I have added the following line in my grub.conf:

title Windows2000/Domino 6
root (hd1,0)
makeactive
chainloader +1

When I try to boot Windows I get:
Filesystem type uncknown, partition type 0x7
(0x7 means ntfs)

Any ideas?
try this (edit your grub.conf, windows section):

title Windows
rootnoverify (hd1,0)
chainloader +1

it's must be help!
# 4  
Old 01-29-2004
Quote:
title Windows
rootnoverify (hd1,0)
chainloader +1
This is the correct method for booting windows. GRUB cannot read NTFS partitions and thus cannot boot operating systems contained on them, but it can chainload to an NTFS partition.
# 5  
Old 01-29-2004
Quote:
Originally posted by djtrippin
This is the correct method for booting windows. GRUB cannot read NTFS partitions and thus cannot boot operating systems contained on them, but it can chainload to an NTFS partition.
For example, I have a hard disk driver with 2 partitions.
On first I have WinXP, second for files only.....
I use method as I said above -- it works!
If you see an error again try change correct hdX, and partitions:
rootnoverify(hd<X>, <partition>)
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to specify local boot up disk in CD boot Grub?

Hi Solaris 10 Experts, I am wondering what is the correct syntax to edit in Grub when trying to specify the local ZFS boot disk while booting up from a Solaris 10 x86 64bits DVD installation disk. In other word, I try to boot up from local disk without removing the Solaris installation disk... (0 Replies)
Discussion started by: gjackson123
0 Replies

2. Solaris

Fdisk partitions on boot disk and disaster recovery

I'm preparing to recover a Oracle Fire X4170 server in a disaster recovery test at a different location than in prod. I have some questions about fdisk partitions. I'm using Solaris 10 update 10. On my prod server, the boot disk has 2 partitions, diagnostic and solaris. Is the diagnostic... (1 Reply)
Discussion started by: TKD
1 Replies

3. UNIX for Advanced & Expert Users

Make another set of root(/), /boot, /home and other partitions?

Hello, As a purely learning purpose I am trying to make another set of partitions along my existing Ubuntu11.10 box. The reason to do this partition is to try a new Linux system by myself following "Linux From Scratch" (LFS). Because the instruction of LFS seems for very advanced user (I am... (3 Replies)
Discussion started by: yifangt
3 Replies

4. Solaris

Need help to boot a server and mount all partitions

Hello, I am having an issue with a SUN FIRE V440. First of all, lots of mirrors and submirrors needed maintenance, so I applied #metasync to fix all of them, but I still couldn't mount all the partitions of the server . I tried to mount manually all the partitions that appear in the /etc/vfstab... (4 Replies)
Discussion started by: feg
4 Replies

5. Ubuntu

Gparted, NTFS, Partitions, and power failures.

Having just installed mint on my new raptor, I decided I was going to removel the old unix partition from my NTFS back up drive, and resize the NTFS partition to fill the full 500gigs instead of just 300. While resizing the 300 gig to fill the full drive my computer shut off. When I booted back... (1 Reply)
Discussion started by: Methal
1 Replies

6. Ubuntu

make Ubuntu and Red Hat boot partitions

Is it possible to make multiboot partitions of Ubuntu and red hat Linux? (4 Replies)
Discussion started by: sito
4 Replies

7. Linux

grub error 22,after removing linux partitions only windows is threre.Pc not booting.i

hi, in my pc linux and windows was there with 2 hdd in raid.i removed linux partititons.Now my ps is not booting giving grub error 22.Nothing works.I hace my data in windows.Hard disks are RAID.when tried to go to recovery mode from windoes boot cd,it says hard disk not detected.when tried with... (2 Replies)
Discussion started by: pankajd
2 Replies

8. Red Hat

linux will not boot, boot to grub prompt

my redhat 9 will not boot. We had a power failure and when the power came back, my redhat linux will not boot. The machine come up to grub prompt. I tried the following from grub prompt root (hd0, then press tab key partition num:0 filesystem type unknown, partition type 0x83... (7 Replies)
Discussion started by: hassan2
7 Replies

9. Slackware

Which Unix for Fileserving with NTFS partitions as one sole purpose use?

I have a distant history with Dos based systems so I'm not overwhelmed, but my Unix experience is entirely limited to hacking my Tivo. So I'm kindly requesting a pointer in the right direction specifically asking which Linux would best suit my needs... What I want to do I wish to use an old... (13 Replies)
Discussion started by: Mark Ward
13 Replies

10. Linux

File Sharing among NTFS Partition & RH Linux 9 Partitions

Well Guys, will anybody solve my problem? I have installed Win XP and RH Linux 9 (Dual Boot) on an Intel x86 Machine. Everything is going fine except that I cannot share files among the two operating systems. For example, if I download a PDF file from internet and save it in my Win XP partition... (1 Reply)
Discussion started by: Jawwad
1 Replies
Login or Register to Ask a Question