Fedora Installation :: FC1 Install On A Seperate HD On PC Without Installing GRUB?
Dec 8, 2009
since FC1 i install Fedora on a seperate HD on my PC without installing GRUB. I always made a bootdisk and since FC4 a boot CD with mkbootdisk. If i try to make a bootdisk via mkbootdisk --iso --device/tmp/bootdisk.$(uname -r).iso $(uname -r) under Fedora 12 i get a kernel panic if i try to start from this disc:Kernel panic: not syncing: VFS: Unable to mount root fs on unknown-block(0,0)PID: 1, comm: swapper Not tainted 2.6.31.5-127.fc12.x86_64 #1Call Trace: then there a some hex values and the message that i should choose a proper root partition. if i start with options linux root=correct_bootpartition i get the same kernel panic with the same message.I found out that it must have something to do with the kernel*.img file. In earlier versions the of fedora it has been copied to the iso image. That's not done anymore.Iso size F11: ~ 8.8mb; Iso size F12: ~3.4MB
View 2 Replies
ADVERTISEMENT
Jul 14, 2011
I have a 500GB harddisk that is dedicated to Ubuntu, I just recently installed two old Harddisks one 30 and one 160. I wanna install XP on the 160 and dual boot between Ubuntu and XP. I tried installing XP to the 160 through my XP CD but it says "this disk does not contain a Windows compatible partition." So after that I went into Ubuntu and used Disc Utility to make it into a NTFS partition. That still didn't work and got the same error on my disc, I also unplugged my SATA 500HDD so I could see if that worked, and it didnt. The 160HDD is completly empty and nothing is installed on it. Does ubuntu have something to do with this? How my drives are setup in the hardware?
View 6 Replies
View Related
Jan 3, 2011
I am currently running XP Pro and am sick of it.
Here's my questions...
1) Can I install Ubuntu over XP or do I have to install it in a seperate partition?
2) If I just pop the disk in, will it do the majority of the work for me (and I won't have to bother you with more questions)?
3) Can I expect any conflicts with running other programs/software and hardware like printers or would I have to run them under XP?
I have an external HD and am running 1.5 gigs of RAM on a Dell Dim E520.
View 9 Replies
View Related
Aug 11, 2011
I have a client who asked me to setup two seperate installations of Ubuntu on his system for him; the intention being that he would have a fall back strategy in the event he screwed something up with the primary install. We have two seperate partitions set aside for each respective distro's / (root) and a large partition that both OS's mount as /home.
Thinking about this just now I have a feeling that what I should have done was added one more tiny partition to house /boot for both OS's. Would that have been the best thing to do? What is happening right now is both / partitions have a /boot folder and the MBR is mounting the secondary /boot folder (from Ubuntu #2) to run GRUB at the startup. The menu list of this /boot folder is giving priority to the instance of Ubuntu we had intended to function as the backup because the size of it's partition is much smaller. Well anyway, I'm going to guess the best way to fix this is to have a /boot partition that both OSs can share, but I don't know how to change the current configuration for both systems to do that.
View 5 Replies
View Related
Apr 21, 2011
Well i have Debian on, and have been using Wine to use some windows applications, unfortunately the 2 main games i wanted to use don't work on it, and a variety of other applications don't work either. XP is a bit intensive for my laptop, so even though i own it, i can't install it. I wanted to install Windows 98 to my laptop, but there are some issues, and i have no idea how to get around them.
1. My laptop has no CD/DVD drive (has one but doesn't seem to read any disk), it has no floppy drives, and the BIOS does not support booting from USB.
2. When trying to create a seperate partition on my HDD with linux on to try and make room for Windows, it stops me saying the drive is busy.
Specs:
2.8GHZ Pentium 4
ATI Radeon Mobility 7000 IGP 32MB Shared memory
256MB of RAM (217MB due to shared memory)
40GB HDD
2GB USB Storage Device which currently has Windows 98 SE setup files on it.
Has an internet connection via ethernet cable to my brothers laptop. Also have GRUB installed, asks me which OS to boot. Debian Squeeze.
Ideally i wanted to wipe debian off, as its putting my laptop under a bit of strain and can't run what i want it too, or if thats not possible, just split the HDD in 2 and have Windows 98 as my main OS.
View 3 Replies
View Related
Dec 11, 2009
I just spend 10 hours tryng to find a way to get my old grub working again after re-installing windows in an emergency, but it is not working...
View 3 Replies
View Related
Dec 20, 2009
I have windows and I installed fedora 12 on a separate partition.
However, I had a problem with my windows XP SP 3 and had to install windows. Which I did on my C drive. However, when I re-boot I on longer get the GRUB loader displayed so cannot boot into fedora.
Is there anything I can do?
View 2 Replies
View Related
Apr 27, 2011
how do i correct my boot loader after installing Win7 on the free space available. i still have my fedora 13 partition intact. but of course, fedora option is not available. how do i re-install grub using the rescue dvd? tried alrerady.
View 1 Replies
View Related
Oct 10, 2010
Got Ubuntu 10.10 amd64 installed.. I've been using Fedora 13 64bit for some time now dual boot with WinXP.. Ubuntu installation to a free Hard drive went well till i rebooted, my Fedora installation was gone , and i thought Ubuntu is much installer friendly than fedora.
View 1 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
Oct 22, 2009
After I do a fresh install of Fedora 10 and reboot the computer, nothing happens. All I get is a blinking cursor at the top of the screen. It's like Grub is messed up and won't load. Grub is installed on the Master Boot Record of the drive I need to boot from.
I have an ASUS P4C800 motherboard with one SATA drive that Fedora 10 is installed on. I also have a HighPoint RocketRaid 1740 SATA RAID controller card. When I take the RocketRaid card out, everything boots like normal, but when it is installed all I get is a blinking cursor at the top of the screen. I need the RocketRaid card because it houses my RAID5 array with all my documents. The reason I got the RocketRaid card is because it has linux support and my motherboard was listed on their compatibility chart. I had this exact same setup running Windows XP and everything worked fine. I did not load any drivers for the RocketRaid card and was going to do that after the system was setup. I don't know if that is the problem since the installer does not see the raid array on the RocketRaid during install. I was thinking that maybe Grub is seeing another disk and doesn't know what to do and sits there with a blinking cursor.
I don't know where to go from here and I am a linux newbie. On a side note. If anyone knows of a good linux book (specifically Fedora), please let me know.
View 7 Replies
View Related
Jun 13, 2010
I am trying to install fedora on my semi aging PC. It installed fine and prompted me to reboot. So I did, but then as soon as it tries to load the grub menu, it gives me the following error: no such device: 2cb414b7-7620-48a9-93af-f03aec3495e4How do I restore grub and make it work? Right now I am using the livecd to type this. I do not really need the grub loader since I am only running one OS, which is currently fedora. I recently had Ubuntu 10.04 which did not have grub (at least it is not shown during the boot) and suited me more than fine.
View 3 Replies
View Related
Dec 24, 2009
im still relatively new to linux and fedora, and i was wondering if it would be possible to install another distro on an external hard disk and keep fedora's grub. i tried this once before but the following things happened: (fedora is on my internal hard disk) the installation to the external hard drive went well, and i set the boot partition to C: because thats the first partition however when i unplugged my external hard drive, and proceeded to boot into fedora, nothing happened. my bios screen flashed and then a blank screen with a cursor. is there anyway to keep Fedora's grub where it is and just install another linux distro without that said distro's grub and add that distro to the grub list in fedora manually? or even boot to my external from the bios itself (because mine can do that)
View 11 Replies
View Related
Dec 21, 2009
I have used ubuntu distribution in wich i can install grub on a fat32 Filesystem. Can i install Grub on a fat32 filesystem with Fedora 12?
View 6 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
May 26, 2010
I just tried to install F13. I can't install grub to any drive other than that which F13 gets installed on. When I click on the drop-down menu, only /dev/sdd is available.
View 4 Replies
View Related
Apr 12, 2011
Currently I installed Windows Starter, then installed Fedora 15 Alpha from the 'Fedora 15 LiveCD'.Now, I have reinstalled Windows Starter and now my grub loader has been removed.How can I get the grub loader back, with just the LiveCD?Is it possible to do this without the LiveCD?
View 2 Replies
View Related
Feb 5, 2010
I'm about to do a fresh install on a new computer, and I plan to dual boot with Arch Linux and Ubuntu. I've been doing some reading on Arch Linux, and apparently one of the little tweaks that many Arch users use to increase performance is to put /var/ on it's own partition using a file system that is good for quickly writing many small files, namely, ReiserFS. I was wondering if this would do any good for Ubuntu. Is Ubuntu's usage of /var similar to Arch's, and if so would using a similar partition setup provide any performance increase?
View 7 Replies
View Related
Nov 1, 2010
I'm having some small lagging problems with my upgrade to 10.10. I haven't done a clean install since 9.04 so I'm thinking of doing one... and I have a few questions.Would making a separate partition at installation be worth it? If so how much run should I set for / ? 10gb? more? less?Also should I create a swap partition? I never use hibernate. Actually whats a good reason anyone would use hibernate on a desktop? on a laptop I could see a few instances but anyway it's shutdown or suspend for me[URL]
View 9 Replies
View Related
Jan 23, 2010
First time this has happened. I installed Fedora first (XP already installed) and then installed Ubuntu 9.10 64. Fedora doesn't show up on boot up menu. I've tried update-grub.
Before I would have just edited menu.lst, but now?? I dunno.
edit; Here's fdisk with Fedora on sda6
View 9 Replies
View Related
Aug 25, 2010
I have Vista installed a 500 gb and recently added a 320 gb hard drive. How do I install ubuntu on to the 320 gb HDD and be able to dual boot the 2 operating systems? Also how do I keep myself from getting the symbol 'grub_puts' not found error when updating to 10.4?
View 5 Replies
View Related
Mar 8, 2011
I am trying to install ubuntu 10.10 and windows 7 on my hard drive. I want to install both the OS on seperate drives. can anyone tell how to do it? I know that there are screenshots on ubunutu site itself but i am new to ubuntu and I am unable to follow instructions.
I first installed ubuntu 10.10 in dec 2010 using my ubuntu dvd. Now I am reinstalling it again but the setup screens have changed? hows that possible? i mean its the same disk. does anyone know why? or am i drunk.
View 4 Replies
View Related
Oct 6, 2010
I've got a dual boot set up with Windows on my first hard drive and Ubuntu Lucid on my second.Recently I had to Re-install Windows and it replaced GRUB on my master boot record.On a long shot I tried to boot into Ubuntu by going into my boot options from my BIOS and booting into my secondary drive but this just brought up a GRUB command line.So I booted into a Jaunty live cd (the Lucid live disk doesn't seem to like my graphics card) and in terminal I tried to run
Code:
sudo grub
root (hd0,0)
setup (hd0)
after running the final line I get the error: "Error 17: Cannot mount selected partition".I'm pretty certain that sda1 is my MBR so that would translate to (hd0,0) on GRUB right? here is my output of "fdisk -l";
Code:
Disk /dev/sda: 2000.3 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1aae7bbb
[code]....
View 9 Replies
View Related
Apr 22, 2010
I lost grub on installing window7 , used caf,s way Re-Install Grub Quickly with Parted Magic - openSUSE Forums to install but on typing find /boot/grub/menu.lst it does on find menu.lst however i could see the file by mounting the right drive. I dont want to fresh install suse to get grub
View 9 Replies
View Related
Aug 17, 2010
Now I installed Opensuse on my system which already had Ubuntu 10.04 and Windows 7 on it. Whilst Opensuse's replacement Grub correctly identified Windows as an alternative system it did not do the same for Ubuntu. I've been tinkering around in menu.lst (after taking back ups) and I can't ever get Ubuntu running - I either get a Grub error 15 (file not found) or error 17 (unable to read partition). By booting on a live CD I can see that all the information is still there, I just can't for the life of me figure out how to get to it from Grub! Did Opensuse move the partitions around during install?
View 5 Replies
View Related
Jan 12, 2011
This is my first linux install ever, so I have no idea what is going on. I hope I have enough information to get this figured out as soon as possible. I was bored with windows 7 and wanted to learn another operating system. I made a boot cd with openSuSE gnome. On the internal hard drive is my windows 7 boot system that i do not want to touch, and on the external 1tb hard drive, i'd like to partition 50 GB for openSuSE. If this is not possible i have another method, but i'd rather not use it (which is use my secondary 80 GiB hdd). When installing, I am getting the error, "Error occured while installing GRUB" Which shows the following:
[Code]...
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
Aug 3, 2011
Before installing OpenSUSE I shrunk my Win 7 partition down in half, then created 3 partitions out of the new free space for /root, /home and /swap. I installed opensuse and when it got to the bootloader section I kept getting Grub error 17 - cannot mount selected partition, and so on. I made sure it was writing to the MBR and also into /boot if that makes a difference, but I did get a prompt that said YaST couldn't make changes to /dev/sda (I'm paraphrasing and can't remember the exact error message). At the moment I have suse installed and my windows partition intact, but no bootloader (not even windows one) so all I can do is boot to Live CD.
Below is the output of fdisk -l. There's quite a few more partitions than it's showing, sda3, sda4 and sda5 are my /home, /root, /swap and the other ones are windows partitions, like the system recovery along with the win7 install. During the suse install I formatted the home and root partitions with ext4 filesystem.
[Code]...
View 9 Replies
View Related
Nov 29, 2010
I installed in ubuntu 10.04 in my laptop
yesterday i needed windows and had to install it
so right no am unable to boot in ubuntu without my live cd
when i was installing ubuntu eather unchaked to install the bootloader or i installed it not on partition but starit on the drive on the /sda
am able to boot in my ubuntu with the live cd by typing in parameter :grub.
i really need grub boot loader in this computer to be able to chose to boot in windows or ubuntu
i tried couple of instructions and always goat some headache.
View 2 Replies
View Related
Mar 7, 2011
I've just got another sata HDD and thought lets put in a nice install of Fedora 14 having tried out the live CD over the weekend. Right my system is configured thus
[Code]...
will Fedora 14's install program make an addition to the existing GRUB configuration or will it do something different Yes I have searched.... and looked at the installation documents....
View 14 Replies
View Related