Ubuntu Installation :: Lucid Server - Won't Boot From Software RAID

May 6, 2010

I'm trying to install Lucid server (64 bit) and I'm having trouble getting it to boot from software RAID. The hardware is an old Gateway E-4610D (1.86GHz Core2 Duo, 2GB RAM, 2 500GB HDs).

If I install on a single HD, it works fine, but if I set up RAID1 as described here, the install completes fine, but on reboot this is what I get:

Code:
mount: mounting /dev/disk/by-uuid/***uuid snipped*** on /root failed: Invalid argument
mount: mounting /dev on /root/dev failed: No such file or directory
mount: mounting /sys on /root/sys failed: No such file or directory

[Code].....

When I set up the RAID using the ubuntu installer, I created identical main and swap partitions on each of the two drives (all four are set as primary), made sure the bootable flag was on on the two main partitions, then created a RAID1 out of the two main partitions, and another RAID1 out of the two swap partitions.

View 9 Replies


ADVERTISEMENT

Ubuntu Servers :: RAID AFU / Server Won't Boot After Upgrading To Lucid RC1?

Apr 22, 2010

Ran 'do-release-upgrade -d'on my server running Hardy.No problems during the upgrade.Rebooted after the upgrade completed, and I was presented with the new plymouth screen. This sucks for servers.It sat there displaying the logo for ~5 minutes.Hit CTRL+ALT+F1 through F8 and didn't see anything on the virtual consoles.Finally figured out that I had to hit ESC on the plymouth screen to actually see what was going on.It said /dev/sdi1 had problems along with /dev/md0.It sat there forever with no fsck status and no HDD lights blinking.

SysRq+REISUB and tweaked the boot parameter to remove 'quiet splash' and appended 'S' for single-user mode.Got the attached screenshot.The box has been sitting like this for ~15 minutes.Not entirely sure what to report a bug against at the moment. Plus the somewhat-new requirement of running 'ubuntu-bug' is pretty retarded in this situation. (Yeah, I know I can add some string to the URL to get around it.Why is it such a pain in the *** to report a bug?)I'm going to do some more digging to try and find out what is dying during boot.The new boot process is a bit of a mystery to me still, so if anyone has pointers or any devs want more detailed information,

View 8 Replies View Related

Ubuntu Installation :: Dual Boot - Win 7 And 10.10 On Raid 0 - No Raid Detect

Nov 26, 2010

I have installed Ubuntu on my m1530 since 8.04 and currently dual boot Win7 and 10.10. I would like to dual boot on my PC, but I have run into a problem. I am not a pro at Ubuntu, but this problem I can not solve by reading forums like I have in the past.

I realize this is a common problem, but I have noticed people having success.

I have a M4A87TD EVO MB with two Seagate drives in Raid 0. (The raid controller is a SB850 on that MB) I use the raid utility to create the raid drive that Windows7x64 uses. I have 2 partitions and 1 unused space. Partition 1 is Windows, partition 2 is for media, and the remaining unused space is for Ubuntu.

I am running ubuntu-10.10-desktop-amd64 off a Cruzer 16GB flash drive that was installed via Universal-USB-Installer-1.8.1.4.

My problem like so many others is that when I load into Ubuntu, gparted detects two separate hard drives instead of the raid. I read that this is because kpartx is not installed on 10.10. I then went in LiveCD mode and downloaded kpartx from Synaptic Manager. Gparted still reported two drives. I opened terminal and run a few commands with kpartx. I received an error. (Forgive me I didn't write it down, but I believe it said something about a communication error. I will try again later and see.)

Currently I am reflashing the Cruzer with a persistence of 4GB. I am not familiar with this process, but I understand that my LiveCD boot will save information I download to it. I decided to try this method because I was going to install kpartx and reboot to see if this made a difference.

I am looking for any suggestions on a different method or perhaps someone to tell me that the raid controller or some hardware isn't supported. I did install ubuntu-10.10-alternate-amd64 on my flash drive, but fail to get past detecting my CD-ROM drive since it's not plugged in. If this method is viable, I will plug it in. I also watched the ..... video were a guy creates Raid 0 with the alternated CD, but it wasn't a dual boot and didn't use a raid controller from a MB.

View 6 Replies View Related

Ubuntu Installation :: Dual Boot SSD Non Raid - 1 Terabyte Raid 1 Storage "No Block Device Found"?

Sep 15, 2010

It's been a real battle, but I am getting close.I won't go into all the details of the fight that I have had, but I've almost made it to the finish line. Here is the set up. ASUS Z8PE-D18 mother board 2 CPU, 8 Gig Ram. I recently added an OCZ Agility SSD, defined a raid 1 virtual disk on the 1 terabyte WD HDD drives, which will holds all of my user data, the SSD is for executables.The bios is set to AHCI. Windows 7 installed fine, recognizes the raid VD just fine.

I installed Ubuntu 10.04 by first booting into try and mode, then opening a terminal and issuing a "sudo dmraid -ay" command. Then performing the install. I told it to install the raid components, and told it to let me specify the partitions manually. When setting up the partitions, I told it to use the free space I set aside on the SSD from the Windows 7 install as ext4 and to mount root there. Ubuntu installed just fine, grub2 comes up just fine, and Windows 7 boots with out a hitch, recognizing the mirrored partition as I indicated previously. When I tell grub to boot linux however, it pauses and I get the "no block devices found" message. It will then boot, but it does not recognize the raid array. After Ubuntu starts up I can run "dmraid -ay" and it recognizes the raid array, but shows the two component disks of the raid array as well. It will not allow the component disks to be mounted, but they show up which is annoying. (I can live with that if I have to)

I have fixed a similar problem before by setting up a dmraid script in /etc/initramfs-tools/scripts/local-top ... following the instructions found at the bottom of this blog:[URL].. To recap: My problem is that after grub2 fires up Ubuntu 10.04.1 LTS (Lucid Lynx), it pauses, and I get "no block devices found" It then boots but does not recognize the raid array untill I manually run "dmraid -ay". I've hunted around for what to do but I have not found anything. It may be some timing issue or something, but I am so tired of beating my head against this wall.

View 4 Replies View Related

Ubuntu :: Server Was Used To Boot (after MDADM Raid Rebuild)

Feb 1, 2011

My home-backup server, with 8*2TB disks won't boot anymore. Two disks failed at the same time and i rebuilt the raid 6 array without any problem, but now i can't boot the os. I'm using ubuntu server, 10.10. I've made screens of the displays to don't copy everything here. The problem at the boot:

And the Grub config: It's not a production server, but i would like to have it online. I've tried for the lasts 2 days (just a couple hours a day) but without success. I was suggested to do "mount -o remount,rw /" and than edit /etc/fstab, but it get the file don't exist error.

View 2 Replies View Related

Ubuntu Installation :: 9.10 64, GRUB Can't Boot XP In RAID-1

Jan 12, 2010

I'm a long time windows user and it-tech but I have long felt that my geek-levels were too low so I installed Ubuntu last week (9.10 x64). Hopefully I can make it my primary OS. I have two 80GB drives in RAID-1 from my nforce raid controller, nforce 570 chipset. Then a 320 GB drive where I placed ubuntu and it's also where grub placed itself. And also a 1TB drive.

When grub tries to boot XP I get the error message: "error: invalid signature" I checked the forum as much as I could and tried a few things, but no change.

Drives sdc and sdd are the two drives in raid, they are matched exactly, but detected as different here. I really think they should be seen as one drive.

how I can make grub work as it should?

Also, if/when I need to make changes to grub, do I really have to use the live CD?

Code:
============================= Boot Info Summary: ==============================
=> Grub 1.97 is installed in the MBR of /dev/sda and looks on the same drive
in partition #1 for /boot/grub.
=> Windows is installed in the MBR of /dev/sdb
=> Windows is installed in the MBR of /dev/sdc

[Code].....

View 2 Replies View Related

Ubuntu Installation :: RAID Array Will Not Boot (x64)?

Sep 15, 2010

I am using the 10.04.1 x64 Kubuntu live CD to install Kubuntu on my FakeRAID 0 array, I tell it not to install grub as i know it is still currently broken. the install goes flawlessly. However on first boot using my live grub CD unless i tell my computer to point to the CD it will hang (which it is told to boot from CD first so i'm not sure why it does.) When i tell it to boot to Linux, it will not boot saying the kernel is missing files (to much to sadly list, all i do not understand) then offers me a terminal to input "help" into for a list of Linux commands. Windows 7 pro x64 works just fine CD was downloaded VIA P2P if it matters

View 6 Replies View Related

Ubuntu Installation :: Dual Boot With RAID 0?

Apr 17, 2011

I have (3) 60GB SSD. I want to use (2) in RAID 0 for Ubuntu and (1) alone for Windows 7.

What is the best way to get about this? I know how to create the RAID 0 array with the (2) disks and install Ubuntu on it. But how do I get the RAID array with Linux on it to dual boot with Windows 7?

Linux - RAID 0 (2) SSDs
Windows 7 - (1) SSD

View 3 Replies View Related

Ubuntu Installation :: 11.04 On Sata Raid Won't Boot?

Aug 20, 2011

I have a Asus P5Q-E with SATA Raid (fake Raid ?) with 2 250Gb disks on Raid 0 and have Windows 7 installed. Freed some space and want to install Ubuntu 11.04 alongside Win7. Install choosing the "alongside" option. Installed...reboot...grub rescue (error no such device). Win7 disk recovery and got access to Win7 again. Where is Ubuntu ? Nowhere... the free space continues free (not partitioned) and found no evidence of ubuntu install. Ok...second try with "something else" option, created /boot /swap and / partitions and installed grub on /boot partition (this time I want to use windows boot to choose...and if it fails the instalation again, at least I got Windows). Installed...reboot...grub rescue.

Again, the free space wasn't partitioned and the installer spend some time doing something but there is no evidence of ubuntu install. Also grub seems to be installed on first disk (even when I choose /boot as device bootloader installation) - I've used EasyBCD to create an entry on win bootloader and when I choose that got grub> (not grub rescue>).

Can Ubuntu be installed on such conditions ?

View 1 Replies View Related

CentOS 5 Server :: Soft-Raid Didn't Start After Boot?

Apr 22, 2010

I've a database-server (IBM x3650 M2) with about 3 TB Data on SAN (Hitachi) with lvm top of softraid (RAID1) based on multipath (2 SAN-boxes in different buildings). After booting the server, multipath starts, but no md starts the mirror. The same configuration with SLES 10 works.

cat /proc/mdstat
Personalities : [raid1]
md13 : active raid1 dm-17[1] dm-14[0]

[code]....

View 5 Replies View Related

Ubuntu Installation :: Upgrade From Ibex Server To Lucid Server With Matrix LSA?

Jul 7, 2010

I have a dedicated server with Fasthosts. It's currently running Ubuntu Server 8.10 and I want to update it to 10.04.

The only issue I have so far is it runs Matrix Server Appliance 2.0-38

Does anyone know if this will be affected by the upgrade in a bad way?

I have had no luck finding a site for Matrix or any other information.

For the upgrade itself, I was hoping to run do-release-upgrade.

View 2 Replies View Related

Ubuntu Installation :: Dual Boot On Intel Raid 0?

Mar 4, 2010

I set up an array of 2 hhd in raid0 using intel ICH7R, and i have a win7 installed on it. I'd like to have a dual boot with karmic, too. I googled a little bit and i found that it's not so easy as i thought. Are there anyone who's experiencing my same situation?

View 1 Replies View Related

Ubuntu Installation :: Possible To Have A Dual Boot System And Have It In RAID 0 ?

Mar 21, 2010

Is it humanly possible to have a dual boot system and have it in RAID 0

I have three Hard drives.....
The three drives that I have are250GB IDE
1TB Sata
1TB Sata

And I edit . produce a lot of music/videos

What I am looking to do it have my 250Gb IDE drive as my Operating system (partitioned in two or something, one for Windows Another for Ubuntu)

And I would like when I am on either Operating System (ubuntu/windows_7)
its see's ,my computer as having a 2TB HDD (setting the two 1TB HDD's in RAID 0 )

So in Laymans... 250GB for OS's and 2TB (2 x 1TB HDD) as DATA drives

View 1 Replies View Related

Ubuntu Installation :: Windows 7 Dual Boot With Raid

Mar 24, 2010

Currently I have windows 7 x64 installed on a pair of raided ssd's using an x58 motherboard(ich10r) and I want to duel boot ubuntu x64 (either 9.10 or 10.04) on another harddrive (not part of the raided ssd's). Does anyone know if this can be done? I haven't found anything out there about this. I have tried to install Ubuntu from the CD. It gets to the install screen booting from the CD, but it doesn't let me install or try Ubuntu. I hit enter and nothing happens. I can look through all of the options but can't install or boot into Ubuntu.

View 1 Replies View Related

Ubuntu Installation :: Dual Boot Win7 And 10.0.4 With RAID 0

Jul 31, 2010

I was trying to dual boot ubuntu on my desktop which has windows 7 already installed on it with raid 0. I have 2 500GB hard drive and when I boot from cd and try to install ubuntu it only detect one of my hard drives and it said I only have 500GB and there is no OS installed on this machine! I look online but I couldn't find any solution!

View 9 Replies View Related

Ubuntu Installation :: Desperate: Upgrade From 10.4 64-bit To 10.10 - Won't Boot From Raid

Dec 2, 2010

I upgraded my Dell T3500 from lucid64 to maverick64. The system cannot boot the current image becuase it gives up waiting for root device. it gives something like:

Code: ---udevd-work[175]: '/sbin/modprobe -bv pci: v00008086d00002822sv00001028s00000293bc01sc04i00' unexpected exit with status 0x0009 ALRT! /dev/mapper/isw_bbfcjjefaj_ARRAY01 does not exist. dropping to a shell! at which point it drops to busybox at the (initramfs) prompt. I cannot boot this kernel in either normal or recovery mode (ubuntu 10.10, Kernel 2.6.35-23-generic)

however, if I select the previous kernel in grub, (2.6.32-26) it will boot fine. This is my main production machine and it hosts my Project Management software for my team.

View 9 Replies View Related

Ubuntu Installation :: Grub Multi Boot With Raid 0

Mar 20, 2011

There have been many postings on doing Raid 0 setups, and it seems the best way looks like softRaid, but there were some arguments for fakeRaid in dual boot situations. I've seen some posts on dual boot windows/linux in Raid 0, but I was hoping to do a multi-boot using a grub partition, with several Linux distros and Windows 7. There will also be a storage disk for data, but not in the array. From what I gather, I'll need a grub partition which can only reside on one of the two disks, one swap partition on each disk, then the rest I can stripe.

I've got two 73GB WD raptor drives to use for the OS's and programs. I'm just getting my feet wet with the terminal in linux (Ubuntu makes it way too easy to stay in GUI), and the inner workings of the OS, so I have several questions:

Is this going to be worth the effort? Obviously I'm trying to boost performance in boot and run times, but with Grub on a single drive, will I see much gain?

Does this sound like the right methodology (softRAID)? I only have two spare PCI slot's, which don't seem like they would be condusive to hardware raid, but someone who knows more could convince me otherwise.

[Code]...

View 5 Replies View Related

Ubuntu Installation :: 10.04->11.04:often Get Degraded Raid Error At Boot?

Sep 1, 2011

I recently upgraded from 10.04 to 11.04 and I now often get boot messages about a degraded raid.

I'm fairly experienced, but I'm confused which raid it is talking about. I have a raid5 array, but I don't boot of that, and it seems fine when I finally get it to boot. Previously, I didn't have any other raid arrays[1], but now I seem to have two others called md126 and md127, they both seem to be degraded. Where did they come from?

[1] I *do* have two 80GB drives that I was booting from in RAID1, but that was a looong time ago, and I have since only booted from one of them. The partition table indeed shows partitions 1 and 5 are raid autodetect and /proc/mdstat shows they are degraded ([U_]). Could it be that this is causing the problem? If so, why has this only started to happen since the upgrade from 10.04 to 11.04?Anyway, perhaps it is a good idea to add in that second disk to the raid1 array. If so, how to do that? Note that, I've also noticed that when I boot and get to the screen when I select from the different kernel versions, I now get a couple of really old ones too - my thought is that these are from the raid1 disk that I stopped using. If I add it to the array, how can I be sure it will mirror in the correct direction?

It could be that I have fairly recently plugged in that second RAID1 disk, after a long time of not having enough spare sata sockets (I switched my RAID5 array from 8 disks to only 3 disks, so suddenly had a lot more spare sockets).

View 9 Replies View Related

Debian Installation :: Possible To Boot Off Of RAID 5?

Jan 8, 2011

I am looking to build a server with 3 drives in RAID 5. I have been told that GRUB can't boot if /boot is contained on a RAID arrary. Is that correct? I am talking about a fakeraid scenario. Is there anything I need to do to make it work, or do I need a separate /boot partition which isn't on the array?

View 3 Replies View Related

Ubuntu Installation :: XP Will Not Boot After Lucid?

Jul 21, 2010

After installing lucid, if I select xp at startup all that appears is a flashing cursor. I have read other threads that report the same symptoms but I'n not familiar enough with grub to tell if I have the same problem. Below is output from boot info script.

<code>
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in

[Code]....

View 2 Replies View Related

Ubuntu Installation :: Boot Disk Image For Install On AMD RAID PC?

Sep 3, 2010

I tried installing Ubuntu 10.04 WS on my PC but it did not see any disks to install on. I believe this is because my drives are all configured as RAID. My mobo is an Asus M3A78-EMH HDMI AM2+ socket with an Athlon 2X 5000+ CPU. The chipset is AMD 780G. I have the BIOS configured for RAID drives and I already run Win XP x32 and Win 7 x64 on it. My boot drive is configured as 'RAID READY' and I have 2 RAID 1 disks consisting of pairs of SATA drives.

From what I have researched it seems that with some tuning it should be possible to install Ubuntu 10.04 but I have little Linux experience and don't want to mess up my existing drives. I have installed Linux before a few times and run it but never with RAID. Is anyone aware of an existing disk image that I will be able to install from on my system or would it be possible for someone to create one for me to use?

View 4 Replies View Related

Ubuntu Installation :: Dual Boot 10.10 With WinXP - RAID Got Corrupted

Oct 21, 2010

I originally wanted to dual install 10.10 64 Ubuntu with Windows 7 64 RAID 1 HP PC, but RAID got corrupted and I could find no fix online except using fakeraid unsupported software. The whole thing blew my muind. I gave up after 4 or so reinstalls of windows 7 to fix RAID. So I decided to install a dual boot 10.10 Ubuntu i86 with my old WinXP i86. I kept getting these errors at boot up: unknown filesystem, file not found, out of disk, no such partion and so on. I tried just about every grub reinstall I could find, including article here: "Recovering Ubuntu after Installing Windows."

After a number of tries my friend installed Ubuntu successfully, but then when I installed windows xp I am stuck here, again. I did do the Reload grub tutorials again as well. I may just give up on WinXP and have my friend reinstall Ubuntu for me.

[Code]...

View 9 Replies View Related

Ubuntu Installation :: 10.10 Software Raid Not Auto Assembling On Boot / Fix It?

Mar 5, 2011

10.10 software raid not auto assembling on boot
I have a software raid from an 8.10 install

Ubuntu 10.10 does not auto assemble it on boot up, how do I fix this?

I didn't see a way to do it looking all over the web. But when running

mdadm --assemble --scan

from the terminal the raid starts and works fine

My mdadm.conf is in /etc/mdadm and is as follows code...

The partitions are indeed marked as linux raid autodetect

View 1 Replies View Related

Ubuntu Installation :: Blank Screen On Boot - GRUB With RAID

Mar 19, 2011

I am trying to install Ubuntu Server 10.10 on a computer with 5x 1.5 TB HDDs. I went through the process of partitioning the five hard drives into three partitions each:

sd*0 is a 300MB partition for /boot, RAID1, 2 active, 3 spare
sd*1 is a 500MB partition for swap, RAID1, 2 active, 3 spare
sd*2 is a 1.5TB partition for /, RAID5+LVM, 5 active, 0 spare.
md0 is the raid1 on sd*0
md1 is the raid1 on sd*1
md2 is the raid2 on sd*2

During the install, everything seemed to work fine with the formatter, but the installation ended in error. I booted into rescue mode and found that though all the drives were U (in /proc/mdstat), it was resyncing. I let this run (overnight) and the next day, jumped back in and installed the OS successfully.

However, after installing GRUB, when the installation process asked me to reboot, the system came back up with a blank screen (blank, save for a blinking cursor) and didn't move from there. I am thinking that the problem is GRUB, since I can boot into the main LVM partition via the rescue option on the install cd. Here's what bugs me:

[Code]....

View 9 Replies View Related

Ubuntu Installation :: Wish To Install As Dual Boot On A Nvidia RAID

Jun 2, 2011

I am currently with Wubi 10.04 under Vista and my Dell XPS 630i has a 1 TB Nvidia RAID controller.First image (Option A) suggests /dev/sda as device for boot loader installation, while second image (Option B) suggests /dev/mapper/nvidia_bcidhdja.I think that the way of keeping the RAID would be using Option B as the device for boot loader installation. Would Option A break the RAID instead?

View 1 Replies View Related

Debian Installation :: No Boot From RAID Array?

Dec 22, 2010

I installed Debian 5.0.3 (Backport with .34 Kernel), because my server hardware (Dell PowerEdge R210) needs special firmware and drivers.However, the installation went quite smooth.I put the system on a RAID 1 Array with about 500 GB space.s I said the installation went well, however, it doesn't boot! No GRUB, nothing

View 4 Replies View Related

Ubuntu Installation :: Can't Boot After Upgrade To Lucid

May 13, 2010

I have a dual boot system with Win XP and Ubuntu (using grub boot menu). I recently upgraded my Ubuntu from 9.04 (Jaunty) to 10.04 (Lucid) and now I cannot boot into Ubuntu - I just get a desktop with no icons or disk activity. I think this may have something to do with the fact that I answered 'no' when asked whether to replace my menu.1st file, and possibly some others. So my boot menu still refers to 9.04.

View 9 Replies View Related

Ubuntu Installation :: Lucid 10.04 Won't Even Boot To Live CD

May 17, 2010

I have 2 laptops a Dell & a Toshiba. Both have NVidia GeForce FX Go 5200 cards. I first did an upgrade on the Dell and that ended in a BSOD. I used the Alt CD for that. I just received the Live CD in the mail. I put it in the Dell and ended with a BSOD. I figured as much. What got me is that I couldn't get 9.1 to boot after that. It kept trying and would shut done. After the 4th time it booted. I hope it continues.

I thought I'd try it in the Toshiba and it went fine LIVE. I can't install it on that machine as it's my recording only lappy. 10.04 is pretty but can't tell much else.

View 9 Replies View Related

Ubuntu Installation :: Can't Boot Into XP After Lucid Upgrade

Jun 7, 2010

cannot boot into Windows XP following uograde from karmic to lucid.

It comes up on the grub list at the start but when I select it I just get a flashing cursor.

Below is the results I get from a boot info script

Code:
Boot Info Script 0.55 dated February 15th, 2010

============================= Boot Info Summary: ==============================
=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in partition #1 for /boot/grub.

[Code]....

View 6 Replies View Related

Ubuntu Installation :: Lucid Won't Boot From HDD Without Live CD?

Sep 19, 2010

I have managed to install Ubuntu 10.40 LTS over the weekend and I have got it working... sort of.

My only remaining issue is that I am unable to boot into the Hard Drive where Ubuntu is installed unless I boot from the Live CD and select 'Boot from first hard disk'.

I have checked to make sure my boot priority sequence is correct, and it is, but without the Live CD, if I try to boot I get to the 'load operating system' screen and nothing would happen from there, just a blinking cursor.

I am not dual booting, but I do have 3 internal drives. I have made sure that the drive I am trying to boot to is in fact the drive that Ubuntu has been installed on. I also checked to see if Grub was installed which it didn't appear to be, but has since been installed.

My basic cpecs are:
Processor: AMD Phenom II 550 DualCore 3
Video Card: Gigabyte ATI HD5450 512MB
MOBO: Gigabyte GA-770T-USB3

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved