Fedora :: Install Grub To Ntfs Partition?
Nov 2, 2010
In HDD with 2 partition
sda1 windows xp (ntfs)
sda2 windows 7 (ntfs)
1. It is possible to install grub?
2. If not, if I create sda3 (ext3), and install grub there and boot both windows will be possible?
View 14 Replies
ADVERTISEMENT
Nov 2, 2010
In HDD with 2 partition
sda1 windows xp
sda2 windows 7
1. It is possible to install grub? (Using live cd)
2. If not, if I create sda3 (ext3), and install grub there and boot both windows will be possible?
View 4 Replies
View Related
Mar 4, 2010
Maybe some experts have a deeper knowledge what's going on? Seems GNU GRUB version 0.97 is corrupting ntfs partition if installed on it on my 2.6.31.5-127.fc12.x86_64
[Code]...
How I have achieved this: Upgraded (in fact installed on the same partition without reformatting) W7 32 (RC-7100) to W7 64 enterprise. It has nuked grub (used to boot FC-12) and silently removed a small boot (or windows backup) partition so ntfs became sda3 instead of sda4. Booting from fedora dvd causes the sequence listed above.
The main problem here is that grub doesn't boot windows: there was "unknown filesystem" error. After fixing boot record with "testdisk" I get: "booting windows in 3 ... 2 ... 1 ... booting windows in 3 ... 2.. forever" If I use W7 repair disk it fixes windows and nukes grub away (ntfs partition has to be active for that otherwise the smart soft can't find it). So, making sda1 active and placing grub there is not an option...
View 4 Replies
View Related
Apr 13, 2009
I am doing a fresh install of Fedora 10 64bit on my PC. What I have done is, freshly installed Vista Home Premium 64 bit on the entire Hard Drive (680GB), then fired up the live CD and told the installer to resize sda1 (The windows partition) to about a 60:40 ratio. I intend to dual boot the system
Now the thing is, it's been running for half an hour now and there's no progress indicator on the installer so I don't know if its actually doing anything. Well there is a progress indicator but it's nonsensical, it just moves backward and forwards. The HDD indicator LED on my computer is flashing every now and again, but not constantly as I expect it to?
View 5 Replies
View Related
Oct 12, 2010
I was attempting to format a flash drive, and well, used the wrong sdX device. I've run DiskInternals Partition Recovery tool, and all my files are still there (you have to pay $139 to have it restore the files). Is there any way using tools in linux to restore the ntfs partition/files? It was a single disk with the partition taking the entire drive. I've tried mounting it with the -t option, but it says invalid ntfs signature. Man, two lessons the hard way, make sure you backup (duh) and be careful what you type as root.
View 8 Replies
View Related
Feb 28, 2010
I have a dual boot system with Windows XP and Fedora12. Following is the partition structure of my harddisk.
Disk /dev/sda: 80.1 GB, 80060424192 bytes
255 heads, 63 sectors/track, 9733 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x5e5e5e5e
Device Boot Start End Blocks Id System
/dev/sda1 1 1912 15358108+ 7 HPFS/NTFS
[Code]...
I deleted the "/dev/sda8" through Windows Disk Management, and when i restarted the system. GRUB boot menu vanished and a GRUB console appeared. Then I booted my system using Fedora12 live USB and created a new partition at same place from where i deleted it, and then after restart my started working normally as it was before partition deletion.
But, I don't understand what actually happened. Can anyone tell me in detail what happened and why and what to do to avoid such things in future?
View 1 Replies
View Related
Apr 19, 2010
Recently I reinstall Grub, but I have chosen on ntfs (windows 7 partition E: drive). After this I chosen /dev/sda which is correct boot partition.
Now Fedora 10 and Win 7 booth are working properly.
How can I get back my E: drive safely?
In Fedora 10 E: is not available, where as in Win7 it is available but asking for Format.
how to get back my E: partition which was chosen wrongly as boot partition.
View 4 Replies
View Related
Mar 27, 2010
I'm running Karmic Server with GRUB2 on a Dell XPS 420. Everything was running fine until I changed 2 BIOS settings in an attempt to make my Virtual Box guests run faster. I turned on SpeedStep and Virtualization, rebooted, and I was slapped in the face with a grub error 15. I can't, in my wildest dreams, imagine how these two settings could cause a problem for GRUB, but they have. To make matters worse, I've set my server up to use Luks encrypted LVMs on soft-RAID. From what I can gather, it seems my only hope is to reinstall GRUB. So, I've tried to follow the Live CD instructions outlined in the following article (adding the necessary steps to mount my RAID volumes and LVMs). [URL]
If I try mounting the root lvm as 'dev/vg-root' on /mnt and the boot partition as 'dev/md0' on /mnt/boot, when I try to run the command $sudo grub-install --root-directory=/mnt/ /dev/md0, I get an errors: grub-setup: warn: Attempting to install GRUB to a partition instead of the MBR. This is a BAD idea. grub-setup: error: Embedding is not possible, but this is required when the root device is on a RAID array or LVM volume.
Somewhere in my troubleshooting, I also tried mounting the root lvm as 'dev/mapper/vg-root'. This results in the grub-install error: $sudo grub-install --root-directory=/mnt/ /dev/md0 Invalid device 'dev/md0'
Obviously, neither case fixes the problem. I've been searching and troubleshooting for several hours this evening, and I must have my system operational by Monday morning. That means if I don't have a solution by pretty early tomorrow morning...I'm screwed. A full rebuild will by my only option.
View 4 Replies
View Related
May 23, 2010
My laptop came with a hidden partition for restoring Vista instead of an install disk. I installed Ubuntu 9.04, which had an "Advanced" option that allowed me to install grub in the Ubuntu partition without writing over the MBR. Then I used EasyBCD to add Ubuntu to the Vista boot loader. I wanted to do this so that I can still restore the factory copy of Vista from the hidden partition if I need to. I upgraded the Ubuntu to 9.10, still using grub. When I did a fresh install of Ubuntu 10.04 it went to grub2, and I haven't figured out how to boot into it with EasyBCD yet.But I would like to try Fedora anyway. I will wait a couple of days and get 13.
1. Which grub does Fedora 13 use?
2. Will Fedora 13 allow me to install grub in its own partition without writing over the MBR?
View 6 Replies
View Related
Nov 20, 2009
Where can I install grub? I know it can be installed to the mbr of a hard drive. I also know it can be installed to a /boot partition. Can I install it to a lvm partition? Does it have to be /boot? grub-install --root-directory=/boot /dev/hda Does this command install grub to a partition and link it to a separate /boot? I have fedora, but this is a live cd. I need to learn where I can install grub2 to boot
View 3 Replies
View Related
Jul 22, 2010
Now however its not letting me resize the Windows partition, mounted or unmounted. It currently occupies the whole disk. I would rather not reinstall the whole thing over again, but I will if I have to. Isnt there an easy way to shrink a Windows partition? I swear Ive done this before and it wasnt this hard. Could it be a problem with the Mint installer that now asks me if I want to unmount my disks before it goes into install mode? On this PC I would like to have
Windows XP
Mint
Ubuntu-Studio
Edubuntu
One of the E17 OSs
Puppy Linux (to create a remix)
I am probably going to put most of the linux partitions on the second laptop drive but I want to install files on a non WIndows NTFS partition.
View 6 Replies
View Related
Jan 7, 2011
I had Ubuntu 10.04 on my laptop, and updated to 11.04. For some reason, it didn't work anymore (after 5 mins, it was freezing) so I wanted to reinstall and get to 10.04 again (I installed it using Wubi, on Windows 7, separate partition). But there was no Ubuntu in the ADD/REMOVE list. Ok so I used a partition wizard to notice that the partition with Ubuntu was recognized as "Others" (not NTFS or anything),
so I told the program to WIPE it, format it as NTFS and I was planning to reinstall Ubuntu 10.04 over there. But it seems like this was a big mistake - when I rebooted my laptop, I got the GRUB RESCUE console. I want to make it run again so I can get into my Windows 7 at least and to get to the Ubuntu 10.04.
View 9 Replies
View Related
Sep 20, 2009
I am using Fedora 10, and was wondering if it is possible to install Windows XP on a free partition, without it replacing the GRUB boot loader?
View 6 Replies
View Related
May 26, 2011
I am doing major deployment of opensuse 313 pcs from windows to opensuse. I am having a problem that I have to keep 2 ntfs partitions intact will deleting the partition that has windows. Now everything goes well, opensuse installs but the problem is that I cannot give user full rights to ntfs folders. I have used graphical file permission methods n terminal chown n chmod methos but still permissions revert back to root.
View 3 Replies
View Related
Dec 25, 2010
I am trying to restore an NTFS partition from a backup and I need the new drive to have the old (dead) drive's UUID (which I recorded).I really really really cannot use the option of changing fstab to mount using a new UUID, for this case I need the old UUID that existed on the other drive.Is there some ntfs equivalent of tune2fs that'll let me change the UUID on an ntfs partition?
View 4 Replies
View Related
Jul 18, 2010
Just installed 11.3 on my computer, however when I connect an external NTFS harddisk I receive an error message. When I open dolphin to connect to an internal NTFS partition I receive the message:
org.freedesktop.Hal.Device.PermissionDeniedByPolicy: org. freedesktop.hal.storage.mount-fixed auth_admin_keep_always <--
Anyone having an idea how I can fix this?
View 9 Replies
View Related
May 18, 2011
I used to dual boot openSuse and XP but I yanked out my linux HDD and now my Windows will not boot, I get a GRUB error 22 (missing partition).This PC does not have a CDrom so I can not simply use the fixmbr from an XP recovery console.I have booted into opensuse Live CD (Flash Drive) and tried to use Yast but it gives me an error it can not write because of the partitioning. I also tried the recover shell but am totally lost trying to re-write GRUB because I can not find the menu.lst file.
View 5 Replies
View Related
May 31, 2010
I've dual boot: opensuse 11.2 and Windows XP. Howto mount and write to ntfs partition using /etc/fstab?
View 3 Replies
View Related
Oct 19, 2010
Just installed 11.3 and upgraded kde to 4.5. Install is on Toshiba notebook with Win7 and Mepis 8.5.
Ntfs and all other partitions show in fstab and partition manager but not in Dolphin or Konqueror.
How to see and mount other partitions?
View 9 Replies
View Related
Jan 9, 2010
I am currently downloading Ubuntu from a torrent at: [URL]. The file will be Ubuntu-9.10-alternate-i386.iso at 689Mb. I have a dial-up connection so the download is taking a long time to complete. I understand this to be a disk image file. I am using Windows XP v5.1 (Build 2600.xpsp_sp3_gdr.090804-1435 : Service Pack 3) as the operating system on my Emachine. This computer supports booting from a USB drive in the BIOS. I also have a DVD/CD +R+W drive to burn a disk image to if needed.
In short I want to install Ubuntu on a bootable partition of a NTFS external USB hard drive.
The external hard drive is a Western Digital 320Gb USB 2.0 that came formatted as NTFS.
I plan to use "EASEUS Partition Master 4.1.1 Home Edition" to create a ~40Gb NTFS partition on this drive for the Ubuntu install and any future Linux applications that I will acquire. The larger partition will be used for Windows backup storage and as a portable drive with a number of portable windows applications.
1) Should I use another file system other than NTFS? FAT? FAT32? Something Linux?
2) What steps are required to install Ubuntu on the partition?
In addition I would like to try to run Ubuntu inside a "shell" inside Windows XP from time to time. I have software (VMware player v3.0.0-197124) that I think can accomplish this. I have the following security and utility programs running:
WinPatrol (real-time)
SpyWare Terminator (scheduled scans)
WinMem Optimizer (real-time)
ThreatFire (real-time)
PC Tools FireWall Plus (real-time)
Avast Antivirus (real-time)
3) Are any of these programs known to interfere with the installation of Ubuntu or with Ubuntu running in a shell?
View 9 Replies
View Related
Feb 1, 2011
I used gparted to create 60GB free space which I then formatted as ntfs. However,when I go to install XP I get the blue screen of death.I know the XP installation disc is OK.The ntfs partition (sda3) is after the ext4 partition (sda1) - could this be the source of the problem?
View 9 Replies
View Related
Feb 5, 2010
I convinced my sister into trying linux instead of windows. When she agreed, I messed things up for her in the install and now her files are gone. I was trying to install Kubuntu. I had backed up all of the data into one partition (hda7 ... which is the last partition) and restructured the other partitions. When applying changes, it crashed in the middle so I had to start again and redo things.
Finally when everything was installed, I tried mounting the NTFS hda7 partition but to no success. Upon checking in fdisk, it was listed as ext3 but even could not mount it with ext3. I checked in windows and the partition is marked as "unknown". what has changed is that instead of hda7 being logical, it is now marked as primary. I have checked testdisk and I am not able to recover any files from it. Any ideas?
1. Testdisk ... did not find any files from that partition
2. Partition magic ... got some messages that something wrong with the partition table, it fixed that, but get Error 17 and partition magic cannot start
3. chkdsk ... did not find anything
I read something about DD but I have never tried it and I am worried I might mess up things.
View 2 Replies
View Related
Apr 22, 2010
I used QParted to size one my hard drive's NTFS partition to make unallocated space available to install SUSE. QParted created the the unalloacted space fine and I got SUSE up and running.
However, the NTFS partition is messed up. The QParted GUI and the SUSE's Disk management GUI shows it as NTFS drive with 319 GB space. However, nothing seem to be able to read/write to it. QParted gives a warning "Unable to read contents of this file system! Because of this some operations maybe unavailable." Is there any way to fix this NTFS partition so I can recover data from it?
View 9 Replies
View Related
May 10, 2011
I have just installed Open Suse 11.4 Gnome, and I am trying to work on files on my windows partition that is ntfs, and it keeps telling me that they are "read only"......I check my /etc/fstab file and that it shows permissions at the end of the windows partions to be "0 0", which I was told was what was I needed to be able to work on ntfs files in windows?
View 6 Replies
View Related
Mar 24, 2011
Currently I have ubuntu 10.04 LTS as the only OS.I have two partitions one for ubuntu and it is ext by default for ubuntu's files.The other is empty NTFS. (yes, it is formatted in NTFS but I haven't saved anything yet on it).The problem is: I want to install win xp sp3 on this empty ntfs partition safely (without losing ubuntu).My friend told me ubuntu will be lost even if I didn't touch its own partition.
View 5 Replies
View Related
May 3, 2011
I'm running Ubuntu 11.04 on my Acer extensa 5620. I need to install windows and setup a dual boot on this machine. Here's what I did. I followed the instructions on this page
[URL]
and resized my home partition (which is differenet from the file system partition). Anyways, I resized the partition and made a new NTFS partition. This was all done from Live CD. I then rebooted and then tried the windows installation CD. Now here my problem crops up.
Windows says that no partition is found. What have I done wrong? Any ideas? Can the drive be damaged or have I made a mistake some where? I did not specify a mount point for the new NTFS partition, does that matter?
View 5 Replies
View Related
Jul 23, 2009
When I installed Fedora I wasn't paying attention and used my whole hard drive for Linux. Now my Vista is gone, and I don't have an NTFS Partition to reinstall it. Obviously this one is not formatted right... But I want to know how I can add a new NTFS partition to be able to reinstall Vista. I don't care if I have to delete Fedora... I'll just reinstall later using more attention.
View 8 Replies
View Related
Jun 15, 2010
I recently installed Fedora 13 (the KDE spin). It detects correctly my other NTFS partitions and will mount them perfectly if I click on it using Dolphin.
I would like to mount one of them automatically after booting (or logging in, doesn't matter). My first idea - and supported by a coulple of Google searches and previous threads - was to put them on on /etc/fstab.
But to my complete surprise they aren't there. Where does Dolphin (or KDE) keeps information about partitions? How to set them to automount? Also, fstab refers to my linux partitions as UUIDs not the device names - how does this work?
What should I do to set a NTFS partition to automount on Fedora 13?
View 5 Replies
View Related
Feb 10, 2010
I use both Windows and Fedora(using dual boot).So is it possible to access my windows ntfs partions in Fedora ?
View 4 Replies
View Related
Jan 6, 2010
Currently I have a dual boot system it consists of Fedora 12 and Windows Vista, at this time when I am logged into fedora 12 I can select the windows vista partition in the f12 file manager, I am than prompted for the root password and after entering the password, the drive mounts as read/write with no problem. How can I automate this mounting process so once I login as a standard user the NTFS partition mounts without any input? I would like this to auto mount without prompting for a password or having to double click on the vista partition each time.
View 6 Replies
View Related