OpenSUSE Install :: How To Move The GRUB

Dec 2, 2010

I had a Win7 laptop with Win7 installed on the single internal drive. Attached to this is an eSata external drive.I installed Suse on the external drive. The install is good. I have enabled the Win7 OS in GRUB.When the eSata is plugged in I am able to boot and choose which OS I want.When the eSata is unplugged, the boot fails with the following message:

Code:

GRUB Loading stage1.5.
GRUB loading, please wait...
Error 21

I assume, what I need to do is to move the GRUB install to my internal drive.How do I do this? Indeed can I do this?Or can I re-enable the Microsoft BootLoader and tell this bootloader to load either OS?

View 2 Replies


ADVERTISEMENT

OpenSUSE Install :: Move To New Hardware?

Dec 28, 2009

I've moved an OpenSUSE disk image to a new system and it boots fine to console mode. Is there a command I can run to re-detect and set all of my hardware settings (video in particular)? I've seen some references to running hwinfo on an individual object basis.

View 1 Replies View Related

OpenSUSE Install :: 11.1 - How To Move / To New Disk

Jul 17, 2010

I am using openSUSE 11.1. I recently installed an additional hard drive since running out of space. New drive up and running, used Yast Partitioner successfully.

2 questions as follows:

1) New drive still has Windows XP on one of its partitions..Can I easily implement/set up for dual boot?

2) More importantly, I need to move root ("/") of file system to new drive "sdb" since more space available but not certain correct way to do this

Below are listings I think are relevant:

View 6 Replies View Related

OpenSUSE Install :: Move SUSE Hard Drive To New PC?

Feb 26, 2010

I came in this morning only to find that the Intel Core2 hyperthreading Dell machine is dead. It appears the processor is fried.

I have a new white-box X2 system that I will replace the dead Dell with. The X2 (AMD) does not have a hard-drive (HDD) so, I will simply put the SATA hard-drive into the PC.

Some of you may know how to do this, but I don't know where to begin after I get the Hard-drive in. (I know how to move a Windows configuration from one PC to another and handle it as it begins to blue screen (BSOD), but I don't have a clue with Linux)

This system was built with GRUB. At the very least, I expect the GRUB boot managet to surface on the display. But, what next....

I was testing an OpenSuse setup as a server. Nothing fancy and NO applications added. The only customization was the MB's LAN card and the display was set at 1024x768. I had 2 users, root and myself. What would you do? Is there some boot time options that I should follow?

View 9 Replies View Related

OpenSUSE Install :: Move Swap File To A 8GB SD Card?

May 24, 2010

I just got a new laptop and installed 11.1, and I want to move my swap file to a 8GB SD card I have. It seems to run very fast, so it will improve swapping speed. I created a swapfile with Partitioner, and I can delete the existing swapfile with GParted during a reboot - but I'm afraid I will make my system unbootable by doing that - don't I need to first tell OpenSuSE what swapfile (on the new sdb) to use? I'm pretty sure it will detect the new swapfile automatically during boot, but it might choke on a missing (old) swapfile.

View 6 Replies View Related

OpenSUSE Install :: Move /home To Another Partition With Yast?

Jul 18, 2010

Im using suse 11.1 with /home on a separate partition. To move my /home to a larger partition it looked easy to use Yast partitioner. I copied all /home/ files first to the new partition and backed-up fstab.

with Yast I unmounted /dev/sdb6 = /home and mounted it to /local
then unmounted /dev/sda4 = mynewhomepartition and mounted it to /home

checking the new fstab it looked fine but after a restart it did not work and I got an error. resetting the original fstab resetted the system as it used to be. My question is: why does it not work, are there (hidden) files with the old or other settings?.

View 4 Replies View Related

OpenSUSE Install :: Safely Move Bootloader To Another Disk ?

Aug 25, 2010

Ages ago I installed Linux on a "spare" 40GB disk and I don't remember how, but that disk is where I still boot the computer from, in Bios it's listed as a primary master and HD0.

Over the time my installs moved to the "main" disk where it is now Suse 11.3 alongside Windows.

I want to get rid of that original "spare" disk altogether, physically take it out, but don't know how to move the bootloader to the "main" one.

I'm confused by all the options offered in Yast Boot Loader Location menu.

Can I just tell it to put itself into a custom boot partition and point it to dev/sdb, the current designation of the "main" disk?

Would I need to edit Grub as well? I figure the current "sdb" would be called "sda" after I take the old disk out. Would it be safe to simply rename /sdb entries, things like /sdb4 to /sda4 and so on?

Additional question - I used to play with Win7 demo, deleted that now, but its loader still pops up when I boot into Windows with their "earlier version of operating system" menu. Their offered solution is to run "mbrfix" from a WinXp recovery CD.

My question - what would that mbrfix do to the Linux bootloader and how can I get it to point back to to Grub afterwards?

View 9 Replies View Related

OpenSUSE Install :: Resize Or Move Root Partition

Jan 6, 2011

During install process I assigned only 6GB for my root partition and now I'm almost running out of space. I have 11.1 installed and I wanted to update to 11.3 but there are problems with i855 video card with newest distro versions so I won't install it. Since everything is installed and configured I don't want to install 11.1 again.

View 6 Replies View Related

OpenSUSE Install :: Grub Does Not Boot / Just Showing A Black Screen Written 'Grub'?

Feb 26, 2010

I've been running openSuse 11.2 for a while on my notebook.Today I turned it off at work and came home. When I tried to turn it on, it boots, shows a black screen written 'GRUB' and then NOTHING. It doesn't complete the boot process.

View 9 Replies View Related

OpenSUSE Install :: Commands Make System Boot To Grub Shell Instead Of Grub Menu?

Apr 17, 2010

I started another thread about this to get help booting into openSUSE after Fedora rewrote my bootloader and deleted all other entries. I managed to fix it but I never did find out why the following commands caused my system to boot to the grub shell instead of the grub menu.

Code:
grub
root (hd0,3)
setup (hd0)
quit
reboot

Can anyone explain to me why these commands caused my system to boot directly to a grub shell? It's as if there were no /boot/grub/menu.lst files for it to use, but after I got everything back to normal, the files were still there.

If it helps, this is how the drive was setup before and now, except Fedora was on /dev/sda4 and has since been deleted.

Code:
Device Boot Start End Blocks Id System
/dev/sda1 1 262 2104483+ 82 Linux swap / Solaris
/dev/sda2 263 13316 104856255 83 Linux
/dev/sda3 * 13317 14621 10482412+ 83 Linux

View 6 Replies View Related

OpenSUSE Install :: Move Separate Home Partition Back To /?

May 10, 2010

How would I go about moving a separate home partition back to /, and be able to delete the /home partition? I'm assuming I would have to copy the contents of /home to the root partition, and change fstab at the very least.

View 6 Replies View Related

OpenSUSE Install :: What Is The Correct/safe Way To Move From Upstart To Systemd

May 3, 2011

What is the correct/safe way to move from upstart to systemd? I originally installed upstart in 11.3 and have now upgraded to 11.4. Having successfully upgraded to 11.4 I tried to use yast2 to install systemd and systemd-sysvinit onto my running system. Yast correctly identified that upstart should be deinstalled as a prerequisite for installing systemd-sysvinit.

After the install of systemd the system wouldn't shut down, and on a reset the system reported many systemctl/start service timeouts on things such as mounts and ttys. Eventually the system started an X-windows KDM login, but there were no console ttys and mounts were missing. I used X/kdm to login to root - phew! - I restored / from an rsync backup I'd made prior to the changes, so I'm back in business with upstart. I'd like to tidy up and move to systemd - I going to have a nose around myself, perhaps I will try switching back to sysv init and then going to systemd - but I have to wait for the machine to be idle before I experiment, any info in the mean time would be great.

View 3 Replies View Related

OpenSUSE Install :: Transfer(copy, Move...) Files To Windows?

Aug 13, 2011

I am runnig WinXP and OpenSUSE 11.4 on dual boot.Generaly i am using SUSE, XP only for UpNP Media Center(server) to watch movies stored on my computer on TV via STB.For this i am using TVersity for wich i not found yet Linux alternative - or better say - i found it but is too heavy for my PC(P4 1.6 Mhz, 768 MB RAM, an dinosaur from Nvidia Vanta with 64 MB RAM)But this is not a part of my question.My question is how to transfer(copy, move...?) files from SUSE to WinXP?A large files like avi, mkv, mostly movies.I solved this to copy them on USB and then from USB to Win.This is a very slow proces because my PC have only USB 1.0And before asked me - all files are legaly downloaded from paysites.From SUSE, partitions(disks), folders and files under WinXP are visible but is not possible to copy files on them - acces is denied.Is there any way to do this?Suse is insatlled on LVM - /root/home/swapI am interesting ONLY to copy files from SUSE to Win, not at al from Win to SUSE.Code:

Directory: /home/janez
Sun Aug 14 07:53:26 CEST 2011
janez@linux-cia6:~> su - root

[code]...

View 5 Replies View Related

OpenSUSE Install :: Not Mess Up GRUB And Still Add Windows 98 To GRUB Menu?

Apr 27, 2010

I have a used PC that came pre-installed with suse 11.2.Unfortunately, I do not have the install disk to use in case of whatever.I already know that when configuring a dual boot with Windows and Linux, it is recommended to install Windows first.I do not have that luxury now as 11.2 is installed and GRUB is the boot loader.Question is, if I boot the Windows 98 install disk on boot, how to not mess up GRUB and still add Windows 98 to GRUB menu?

One hard drive only here. 98gb free.It seems that W98 install will overwrite GRUB in this situation - causing problems. Maybe not, I don't really know for sure.I just need to install windows 98 on the same hard drive and if possible, have suse and w98 visible on boot in GRUB.

View 9 Replies View Related

OpenSUSE Install :: Remove The 11.2 Grub And Make The 11.1 Grub Master Again?

Jun 7, 2010

I have installed 11.2 next to my 11.1 version I have a few big problems with 11.2 and I like to completely remove it. there are 2 grub's active now. I want to remove the 11.2 grub and make the 11.1 grub master again, but I do not know where to change this, the MBR points to the 11.2 grub and changing menu.lst probably does not have any effect.

View 6 Replies View Related

Ubuntu Installation :: Move GRUB From One MBR To Another?

Aug 28, 2010

I recently installed Ubuntu Lucid Lynx for a friend; for non-technical reasons, the installation had to be to a USB drive instead of writing to the internal hard disk. After reading some online literature on the subject recently, I suspect that the GRUB may be on the internal hard disk MBR instead of the MBR for my USB drive. How can I move the GRUB to another MBR without completely reinstalling it?

View 2 Replies View Related

Ubuntu :: Booting From Grub After Partition Move?

May 23, 2011

I just moved mu Ubuntu install partition and am now having a bit of trouble booting from GRUB.

After selecting Ubuntu, I get a black commad-line kind of thing (I can type, but can't actually run commands) and then after a few seconds it carries on to the Ubuntu desktop...

It's not the hugest problem in the world but I'd like to fix it if I can... I've reinstalled grub and run update-grub but that didn't change it.

I assume it's something to do with GRUB, not recognising where the beginning of the partition is any more, is there some way that I can manually force it to use the new position? Or would the reinstall/update-grub have done that already?

View 5 Replies View Related

Ubuntu :: Move Grub.conf To A New Partition?

Aug 1, 2011

at the moment I am trying to create a script on the Win7 partition of my dual booted laptop that will allow me to change the default of Grub2 OS to ubuntu. To do this I need to transfer the grub configuration files to a small partition which windows can access.There are several tutorials online that show me how to do this with grub legacy, but these are not very clear on how to set the new configuration location in grub, and I am a little wary about touching my boot loader without knowing for sure what I am doing.

Another option I have come across is to chainload grub legacy with grub2 so I can make changes to grub legacy (which I've heard is generally easier to get along with) and test my configuration before I change loaders.Which of these would you suggest? And if I should just make the changes to grub2 then what will be the difference between this and the process of grub legacy?

View 9 Replies View Related

Ubuntu Installation :: Disk Failing - Need To Move GRUB

Apr 18, 2010

My boot disk is failing! I am a little nervous, so I'd like to have extra eyes on this so that I don't fubar it.

My setup is as follows, with WinXP and Ubuntu living on completely separate drives:

The boot disk (WinXP with grub2 on MBR) is failing. I need to replace it, pronto.

Do I need to get any data from the MBR on the failing disk before removing it?

Should I make the Karmic disk bootable and install grub on it before removing the failing boot disk?

Once I have Windows (re)installed on a new disc (which will still be /dev/sda) I want to install GRUB2 to its MBR and re-instate the old (current) boot options. How should I do this?

View 7 Replies View Related

OpenSUSE Install :: Clean Install 11.4 Dual Boot System Grub Error?

Apr 27, 2011

I did a fresh install of SuSE 11.4 (WIN7 TOO) and changed my Larger HD1 to the first HD. I was installing and got this error first: the boot loader is installed on a partition that does not lie entirely below 128GB The system might not boot if BIOS supports only lba24 (result is error during install grub mbr) status loc dev/sdb6

I continued with the install and then got:

Yast2 error occured
while installing GRUB ver 0.97 (640k lower/3072k upper memory)
[minimal bash-like lineediting is supported? for the first word, TAB lists possible command completition anywhere else TAB lists possible completion of a device/filename]
grub setup --stage2=/boot/grub/stage2 --force4-lba (hd0,5) (hd0,5)
Error 25
disk read error
grub> quit

View 9 Replies View Related

OpenSUSE Install :: Install GRUB On USB-drive - Umount /media/disk-1?

Mar 29, 2010

I need to install GRUB on my USB-drive. I've gone through variety of manuals and articles but I have strange errors during install.

1) Insert USB in my laptop.
2) My OpenSUSE automatically mount an USB-drive, so I unmount it

Code: umount /media/disk-1

3) Format USB-drive into ext3

[Code].....

View 3 Replies View Related

OpenSUSE Install :: Vista / Opensuse Dual-booting With GRUB

Jan 22, 2011

I installed Opensuse 11.3 on a separate partition to vista on my Acer 5115. It runs fine but the GRUB boot loader failed to show the Vista OS. I tried to add it by editing menu.As far as I can see (and I don't have much experience with these things) the Vista OS is there, on sda5, but doesn't boot correctly because the winload.exe is in the wrong directory. Why the sdax numbers are all rearranged is a mystery too, but I have reinstalled vista several times so that could be why.I don't have a vista recovery cd (wasn't given one), is there any way to fix this within opensuse (which works fine)?

View 9 Replies View Related

OpenSUSE Install :: Partitioning & Booting - (grub Won't Install On The Pci Express Card As It Is A Raid0 Array)

Jun 11, 2011

I am currently running all my applications off a HD as I was unable to install the grub bootloader on my ocz pci express card (grub won't install on the pci express card as it is a raid0 array). I would like to use the HD for backup only and run everything off the ocz card - with the exception of booting (which is unfortunate but I didn't manage to make the pci express card boot). How is it possible to tell suse during the installation to create the /boot on the HD and the rest on the pci express card and also to allocate the remainder of the HD as empty storage area??

View 1 Replies View Related

OpenSUSE Install :: Can't Get Screen To Move Over To Left Far Enough To See Button "next"

Sep 24, 2010

install suse 11.3 and it starts up fine. When i get to the page that has the license and it has the buttons on the bottom. I cannot get the screen to move over to the left far enough to see the button "next" I have a little exprience with installation of different distros

View 3 Replies View Related

OpenSUSE Install :: Grub Cannot Install Boot Loader On HP ProBook With 500 GB HD

Aug 20, 2011

I got an HP ProBook 4520s that comes with 500 GB with Windows 7.

It comes with 4 partitions: SYSTEM, the main Windows partition, HP Recovery and HT Tools.

I tried to have OpenSuse installation to resize the Windows larger partition but it said that it couldn't with this message:

"The partition on disk /dev/sda is not readable by the partitioning tool parted, which is used to change the partition table.

You can use the partitions on disk /dev/sda as they are. You can format them and assign mount points to them, but you cannot add, edit, resize, or remove partitions from that disk with this tool."

So I resized the Windows partition from Windows 7 and added 3 partitions on the empty space for Linux: /, swap and /home. Still OpenSuSE installation has shown this warning message:

"The bootloader is installed on a partition that does not lie entirely below 128 GB. The system might not boot if BIOS support only lba24 (result is error 18 during grub MBR)."

I configured OpenSuSE installation to install on those partitions but Grub could not install the boot loader with this message: "grub> setup --stage=/boot/grub/stage2 --force-lba (hd0,2) (hd0,2)

Error 17: Cannot mount selected partition grub> quit"

I already tried this in OpenSuSE 11.4 but I suspected it needed newer parted and grub versions, so I also tried OpenSuSE 12.1 milestone 3 with the same results.

The installation finishes but no Grub boot menu appears, it goes to Windows as if no Linux was installed, although the installed version is there in the 3 partitions that were created on Windows, I just cannot make them boot.

View 9 Replies View Related

Ubuntu Installation :: Use An Arrow Key To Move Downwards In The Menu - Grub Hangs

Jan 17, 2010

I saw a similar thrad, but can't find it anymore. Anyhow it was not resolved. So I take the liberty to post this in a new thread: I have installed ubuntu 9.10 on a laptop in dual boot configuration (other OS is WinXP). grub starts and I can hit enter to boot Ubuntu. However as soon as I use an arrow key to move downwards in the menu, grub hangs. In this condition I cannot boot any other OS, not even the "safe" version of Ubuntu.

Any idea what is the cause of this? It is a fresh installation and I read in the other thread that reinstalling grub or re-running grub-update had no positive effect. Does anone know how I can install grub 0.97 ? Where do I find it?

View 2 Replies View Related

Ubuntu Installation :: How To Move Grub To Internal Hard Disk

Jan 29, 2010

I have windows 7 installed in my internal laptop hard disk and I have installed Ubuntu 9.10 "the Karmic Koala - released in October 2009 and supported until April 2011", on my external hard disk. The problem I am facing is that the GRUB have been installed on the hard disk, for that reason if my laptop have restarted I need the hard disk to be attached to it to load the GRUB and to log in to windows. I need guidance in moving the GRUB to my internal hard disk or return the windows boot loader in charge, so I can boot my windows without the hard disk.

View 3 Replies View Related

OpenSUSE Install :: Can't "move To Trash" Any File

Jul 29, 2011

When I try to "Move to Trash" any file, a message say that Dolphin can't move the file to trash because it's full, but trash is empty. I'm running openSuse 11.4.

I think this function (Move to Trash) was working fine this morning. What it happened?... Maybe "Move to Trash" files in a pen drive was the cause of the problem.

View 1 Replies View Related

OpenSUSE Install :: GRUB Trouble OpenSUSE Will Not Boot

May 20, 2011

I am having problems Loading OpenSUSE 11.04_amd64 after Installation. I Dual Boot with Windows (on dev/sda) and Linux (on dev/sdb). I have been using Ubuntu_amd64 for a while and had decided to give other Linux distros a try. I tried Debian but I ended up downloading and installing a bare-bone version and I couldn't go anywhere with it as, I am a Linux noob.

I have now downloaded and tried to install OpenSUSE 11.04. Installation was smooth but OpenSUSE will not boot. I get a black screen which says Grub Error and something like 'file not found'.

View 5 Replies View Related

OpenSUSE Install :: Won't A Windoz Install Trash Grub?

Dec 9, 2009

running 11.2 and lovin itI have come up with a copy of Win7 and want to install it so I can duel boot and play with it. Won't installing it after having 11.2 installed overwrite my grub installation?How can I recover from this?

View 1 Replies View Related







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