LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 11-13-2012, 03:56 PM   #1
Shashaa
LQ Newbie
 
Registered: Nov 2012
Posts: 11

Rep: Reputation: Disabled
snowflock installation on fedora 10, machine unable to boot after I reboot


Hi Folks,

I booted fedora 10 on my machine and installed snowflock using the manual here http://compbio.cs.toronto.edu/snowfl...ck_Manual.html
Here are the steps I follwed
1) rpm -Uvh snowflock.rpm
2) disabled selinux
3) stopped iptables service
4) rebooted the system

while booting up I see the following error message:

mount: error mounting/dev/root on /sysroot as ext3:

and the system gets stuck and unable to proceed further.

Its an urgent issue any help is appreciated!
Thanks,
Shashaa
 
Old 11-14-2012, 02:27 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
fedora 10 is 7 and almost 8 versions out of date
and has NOT seen a security update or fix in sense December 18 2009
3 years ago
ONLY fedora 16 and 17 are supported


is your ancient fedora 10 install a Xen set up

this is rather old software
http://compbio.cs.toronto.edu/snowflock/releases/0.2/
2008
i do not think it even supports ext3
reinstall USING a not dead OS using the older ext2 partition format

The OLD and on extended life support rhel4.9 -- not free
or
the just oldish RHEL 5.8 ( or free CentOS 5.8) would be a better choice of OS than the very long dead fedora 10

Last edited by John VV; 11-14-2012 at 02:28 PM.
 
Old 11-14-2012, 02:40 PM   #3
Shashaa
LQ Newbie
 
Registered: Nov 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
Thanks for the Reply John,

Yes I know its pretty old version of fedora, the reason I choose older version is; snowflock as you mentioned its an old package and there some dependencies while installing it and I thought choosing the latest version of fedora would cause more issues. However I don't think there is a problem with fedora;

The snowflock rpm will install a complete set of Xen userland tools, in addition to the hypervisor and domain 0 kernel, and it will change the /boot/grub/menu.lst.
it is as follows after installation:
<<<<<<<<<<<<< /boot/grub/menu.lst >>>>>>>>>>>>>>>>>>>>
default=0
timeout=0
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title SnowFlock Xen 3.0.3 / Linux (2.6.16.29-xen)
root (hd0,0)
kernel /xen-3.0.3-0.gz console=vga
module /vmlinuz-2.6.16.29-xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet
module /initrd-2.6.16.29-xen.img
title Fedora (2.6.27.5-117.fc10.i686)
root (hd0,0)
kernel /vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=aa42f034-8d19-43d4-8eb5-bbbdc3ff2b62 rhgb quiet
initrd /initrd-2.6.27.5-117.fc10.i686.img

<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 
Old 11-14-2012, 03:00 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
try formating the drive to ext2 and reinstalling

ext3 is rather new
and using a still in support but just old CentOS 5.8 would be better than fedora

but it is YOUR install
 
Old 11-14-2012, 03:48 PM   #5
Shashaa
LQ Newbie
 
Registered: Nov 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
John,

I formatted the drive with ext2 and re installed the fedora, but due to some strange reasons I could still see the same error "mount: error mounting/dev/root on /sysroot as ext3: " though I have changed the file system to ext2. I guess the Xen 3.0.3 provided by the snowflock is by deafult searching for ext3, do you have any solution to this ?

yes I did tried on Centos before this, but there was some library dependency issues so could not install snowflock successfully.

Thanks for ur responses John, if you could lead me to a solution that would be great!!
 
Old 11-15-2012, 03:09 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
at this point ...
contract Univ. of Toronto
it is their code
 
Old 11-15-2012, 03:14 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
one more thing

did uou use a custome install of the old fedora 10 ?
if not, it then installed using LVM
Logical Volume Manager

back in fedora 10 it JUST stopped being the "beta testing" of it

if you did thin INSTALL using a CUSTOM instal
and Custom partition layout
 
Old 11-16-2012, 02:04 PM   #8
Shashaa
LQ Newbie
 
Registered: Nov 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
Hi John,

Thanks for your time;

I came to know that, UofT released SnowFlock code is ancient, not maintained and probably not stable enough bolt an additional system on top. (It was a research prototype after all)(After leaving UofT, the authors of SnowFlock formed a startup based on the SnowFlock technology (http://gridcentric.com))

So I'm no longer intended to use snowflock for my experiments.

Thanks,
Shashaa
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to boot Fedora Installation DVD on Mac OS10.3.9 Santiago Linux Linux - Laptop and Netbook 3 08-28-2011 10:29 PM
grub boot loader installation in dual boot machine after windows 7 installation sourabh.sinha Linux - Newbie 4 03-23-2010 09:22 AM
Building dual boot Windows 7 & Fedora 11 machine. Fedora 11 boot issue tedscott Fedora 0 11-14-2009 09:57 PM
fsck.ext3: Unable to resolve: UUID - during reboot after installation totalrookie Fedora - Installation 4 07-17-2008 12:37 AM
Unable to boot Fedora 5 after reboot wsykes79 Fedora 3 01-23-2007 11:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 09:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration