OpenSUSE Install :: Select Boot Partition Like "/dev/sda2"
May 14, 2010
/etc/sysconfig/bootloader contains this line:
DEFAULT_APPEND="resume=/dev/disk/by-id/ata-WDC_WD10EARS-00Y5B1_WD-WCAV55372533-part5 splash=silent quiet showopts"
Which works fine - except that I am going to clone this machine
and this will fail on all the other disks, which have a different serial number. It needs to be
resume=/dev/sda5
Similarly, /boot/grub/menu.lst has for root=
/dev/disk/by-id/ata-WDC_WD10EARS-00Y5B1_WD-WCAV55372533-part6
which will need to be /dev/sda6.
The part5 piece of this cannot be changed in yast. I selected that line, edited to /dev/sda5, and it came back the same way.
The part6 seems to be coming from /etc/fstab, changed it by hand to /dev/sda6, but it may not stay that way the next time yast runs. Similar changes to menu.lst did not survive a reboot, defaulting back to the "part5" syntax.
Is there some way to employ "/dev/sdX' syntax using yast, or is this one of those cases where one must work around the "help" of the easy configuration tool?
View 4 Replies
ADVERTISEMENT
Mar 26, 2011
I just successfully installed ubuntu 10.10 Meerkat Maverik parallel to manufacturer installed Windows 7 Professional on a newly bought ThinkPad t410. All works find just that on the boot screen instead of 1 Windows partition (usually something like "Windows 7 loader on sda1") I find two Windows partitions. Now, I know that Thinkpads have a recovery partition. Funny is though that both "Windows 7 loader on sda1/2" login to what seems the identical Windows (not one of them the "normal" and the other some form of a recovery).
View 1 Replies
View Related
Mar 27, 2010
I want to change my sda2 partition to ntfs type. i have installed GParted but it is returning a strange type of error. Here is the error dump file...
[Code]...
WARNING: the kernel failed to re-read the partition table on /dev/sda (Device or resource busy). As a result, it may not reflect all of your changes until after reboot. WARNING: the kernel failed to re-read the partition table on /dev/sda (Device or resource busy). As a result, it may not reflect all of your changes until after reboot.
View 9 Replies
View Related
May 9, 2010
Since a few days i can no longer use my external hard drive (USB). During my quest i noticed the following things: Running openSUSE 11.2 / KDE 4.4.3 / single boot My internal HD is on /dev/sda2 (mounted /) partition manager (YaST) or gparted don't start up (they just hang during start-up) I had to change permissions suddenly to read a CD (i was not in de cdrom group, but i have been using CDs for a while)
Code:
> df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 113306052 84757232 22793136 79% /
udev 2052352 4140 2048212 1% /dev
[Code]....
View 5 Replies
View Related
May 21, 2009
openSUSE Install/Boot/Login: I am looking for a Linux distribution with a working LTSP OOTB. LTSP-openSUSE / KIWI-LTSP looks interesting (http://en.opensuse.org/LTSP).
When I boot openSUSE-11.1-DVD-i586.iso, go through the installer, and attempt to use encrypted LVM, I get the following error dialog:
Code:
YaST2
Error Failure occurred during following action: Setting up encrypted dm device on /dev/sda2 System error code was: -3034
View 1 Replies
View Related
May 20, 2010
I have been dual-booting Vista and openSUSE 11.2 until my SUSE install is fully functional and now and I want rid of Vista and to reclaim the space for Linux.
Code:
fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x28000000
[Code].....
sda2 and sda3 are the Vista partitions. sda2 is a recovery partition and sda3 is the main partition. All data is safely copied from sda3 and now I want to reformat them for SUSE. I not bothered about partition resizing i.e. I am happy to just have the sda2/sda3 space available to SUSE and mount them somewhere.
1) Do I need to do anything about the boot table first or can I just reformat sda2 & sda3?
2) How should I format sda2/sda3? I'm guessing I need to unmount them and then format. Should I use ext4 or something else? Which command/tool should I use?
View 9 Replies
View Related
Feb 14, 2011
I'm migrating my OpenSuse 11.3 (which was update from 11.2, 11.1 ........ ) to a new hard drive. My partitions were reiserfs and in the migration I'm "converting" them to ext4, the conversion process is simple and it works fine for all of them except the root one:
1) I create a new partition on the new hard disk (bigger than the original one)
2) I format it with ext4
3) I copy all the data with cp -a from the original partition to the new one
I already have all the partitions migrated to the second disk, then I have tried to do it with the root partition:
-I've booted with a system rescue CD and I've done !9 2) and 3) with no problems.
-I've edited and changed al entries in fstab and grub conf (menu.lst) to point the new partitions
-I've reinstalled grub and it seemed It will be no problems booting, but
It begins booting, the grub menu appears, It begins booting the kernel, but suddenly:
waiting for /dev/root to appear: OK
fsck.reiserfs -a /dev/sda2
........
mount -o ro,ad,user_xattr -t reiserfs /dev/root /root
and it fails, because sda2 is not reiserfs, but why does it try to mount it as reiserfs if I'm not saying anywhere it is reiserfs?
This is my fstab:
Code:
#/dev/disk/by-id/ata-ST3160211AS_6PT0V05Y-part2 / reiserfs acl,user_xattr 1 1
/dev/disk/by-id/ata-WDC_WD5000AADS-00S9B0_WD-WCAV91599607-part2 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-WDC_WD5000AADS-00S9B0_WD-WCAV91599607-part1 swap swap defaults 0 0
/dev/disk/by-id/ata-WDC_WD5000AADS-00S9B0_WD-WCAV91599607-part3 /home ext4 defaults 1 0
/dev/disk/by-id/ata-ST3500630A_9QG94AT1-part1 /mnt/backup auto noauto, defaults, users, exec .....
I've booted it also with SuperGrub2 disk and the same thing happened, so I think it's not a grub problem but I don't wknow why it tried to mount the root partition as reiserfs.
View 7 Replies
View Related
Aug 19, 2011
just installed Fedora 15 on my system alongside Ubuntu 10.10 on My 500 GB hard disk.However on starting the computer the Fedora 15 partition gets loaded automatically. How do I access
my Ubuntu 10.10 partiion? I want to have a choice at start-up which OS to use. On my previous computer when I used to have Windows and Ubuntu,a menu used to appear asking which operating system to load.
View 1 Replies
View Related
Nov 25, 2010
I am trying to perform a hard drive installation of RHEL 5.5. I specify the installation method and the partition and directory holding the ISO image in /etc/grub.conf
Code:
However, I am still presented with the "Installation Method" and "Select Partition" screens when anaconda runs. Is the syntax of the repo boot option correct?
View 1 Replies
View Related
Mar 4, 2010
I'm trying to install the ubuntu netbook remix on an older Eee PC (4 gig SSD drive), and it's not letting me get past the prepare the disk space.I'm booting from a USB key, and I can get it and do various things from the live image. However, when I go through the install, it gets to the "prepare disk space" screen, and then I can't proceed. Screen looks like this:Prepare Disk SpaceThsi computer has no operating system on it.(blue bar)free space 4MG, /dev/sdb11 3.7GBWhere do you want to put Ubuntu-Netbook-Remix 9.10? Install them side by side, choosing between them each startup (this one is selected) Erase and use the entire diskgreyed outlist box is shown, refers to sdaThis will delete Debian GNU/Linx (4.0) and install Ubuntu-Netbook-Remix 9.10o Use the largest continuous free spaceo Specify partitions manually (advanced)bar with slider for free space, /dev/ddb1, and Ubuntu-Netbook-Remix 9.10And then nothing else - no forward button, or anything like that.
View 2 Replies
View Related
Jun 6, 2011
I installed Fedora 15 onto sda2, and a df looks like this:
Filesystem Size Used Avail Use% Mounted on
rootfs 3.9G 3.4G 311M 92% /
udev 991M 0 991M 0% /dev
[code]...
View 7 Replies
View Related
Jun 30, 2011
I have a 500GB hard disk and divided to 3 partitions, 1 for windows, 1 for openSUSE and 1 for Ubuntu. i have installed and reinstalled linux on my laptop for many many times but it is like this, Grub 2 is installed to MBR and it workded fine but i want to add openSUSE and chose not to boot from MBR when installing it.i had to edit the menu.lst and got it to boot to Ubuntu partition. i also share file on partitions directly by booting to openSUSE and take data from Ubuntu and Windows partitions. so sometimes the pc boot i cannot scrool down the grub menu entry and it boot directly to openSUSE. BUT it returns to the start point ( i can see Dell booting, my laptop is Dell Inspiron N5010). and so i decided to reinstall Ubuntu(kubuntu) and set grub to install to its own partition not MBR.
Now i cannot boot to either openSUSE or Ubuntu. Only Windows is available by chance. new problems arise now that i cannot even boot the bootable CD. Did i loose the MBR or sth?
View 2 Replies
View Related
Jun 1, 2010
I've just recently decided to try Linux, but I want to keep Windows 7 on my computer as well. This is also the first time messing with things like partitions. Could anyone lead me to a good site where I can figure out how to partition my hd, dualboot openSUSE, and fix any problems that may occur?
View 9 Replies
View Related
Jan 26, 2010
P4 2.4gHZ 2.0GB Ram I have tried to do some reading on this by googling and such, but it is all a bit overwhelming and so many posts/articles want to deal with dual booting which I am not planning to do on this machine. I am trying to find some info on whether it is better to have a separate boot partition. As in, separate from root partition. I have read that a separate boot partition makes for a quicker start and better recovery if system crashes. I will shortly be installing openSuse 11.2(KDE) [currently on 11.0] and I want to optimise the partition scheme so that it is the most efficient. I have a 160GB HDD that will be housing this new installation, so space is not a problem. I am only user on this machine. Currently, it is just partitioned as such:
2.0GB - swap [because I read it should equal Ram]
32.0GB - /
40.0GB - /home
76.8GB - extra storage [Not really necessary as I have 2 other HDD on system 1 - 320GB and 1 - 200GB]
Also, is it recommended to have separate partitions for /tmp /var or any other /nnn ?
View 6 Replies
View Related
Feb 27, 2010
what's the difference (if any) between choosing to boot from the MBR, the root partition or enabling neither? Referring to: pic23-MBR switch.png - Windows Live Would one be better for dual boots for example? (Using Vista too)
View 6 Replies
View Related
May 5, 2010
My boot partition is 1.5 gb Id like to resize it to 512mb..Though can it be done in yast partitioner ?
View 9 Replies
View Related
Oct 22, 2010
how to do it with vista or XP. I want to have dual boot with the partition i already got working on SUSE, the rest I want to have ti in Windows.
View 9 Replies
View Related
Apr 23, 2011
First, my mistake was unchecking the option to boot into Ubuntu through GRUB customizer. Woops.All I could do at this point was boot into Vista, that's about it.So, I boot into Vista, wiped the Linux partitions, and restored the ability to boot into Vista with a Vista CD. Then I reinstalled Ubuntu 10.10, no problems here. Its just that when I boot up and get into the GRUB menu, I can't boot into my actual Vista. The option for it isn't present. I can boot into Ubuntu, Memory Test, and Vista's Recovery, but not Vista itself. Here is my GRUB cfg, haven't touched it or anything.
Code:
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
[code]....
I believe that my troubles lie in this part,
Code:
ls: cannot access /var/lib/os-prober/mount/boot
Boot: No such file or directory
I'm unsure of what to do at this point, because I'm afraid of messing everything up.I have a Vista boot CD if I need it, an Ubuntu live CD, but that's about it. Too long, didn't read: Can't boot into Vista on sda2, what do?
View 9 Replies
View Related
Oct 17, 2010
I just fresh installed openSuse 11.3. Am trying to install Hupervisor and Tools but during the install I get the message that xen itself can't be installed while it needs 20MB space.My boot partition is already maxed. At least that is what the partitioner is telling me that 70MB is the maximum setting.
View 2 Replies
View Related
Jan 3, 2010
I am new to linux. I tried and failed. I need some help on Creating patitions (I think it is root, swap and home).I have HP laptop with WIndows 7 installed. I have shrink the volume to allow Linux installation. I have three partitions, first one is windows boot - about 100MB. Second one is about 110GB and it has windows 7. Third one is UNALLOCATED space of 110GB that I intended for Suse.
Now I am going to install the Suse. The unallocated spaces should be "primary" or "extended"? Also, should I divided this new partition in to three partition? If does, what are sizes for each? I want to learn Linux so I will able to look for better job. This is the first time I ever look into linux and confused.
View 9 Replies
View Related
Jan 30, 2010
A while back I ran into the situation of running out of space on /boot. When I last installed Suse I just went with the recommended LVM layout, which proposes a very small /boot partition. When you run out of space you are now faced with resizing the LVM, which Gparted unfortunately does not support.In Googling around I did not find a concise guide, so I collected the information I needed and and then wrote a guide on the steps I used to resolve this issue and it is available at Resizing Default LVM Partitions and Moving /boot - Mine the Harvest
I found using EVMS from a live CD to be quite simple and was able to create a new /boot partition and reconfigure grub to use it in very short order. I was quite impressed with how easy to use EVMS was and the options it provides. (I think that the default LVM layout the Suse installer proposes is overly conservative on the size of the /boot partition. Why not allocate a few hundred megs, especially considering the size of drives today? Perhaps Suse will soon move to using grub2 and eliminating /boot altogether, but for now the very small allocation of space can be a bit of a pitfall for users -- especially when they are not familiar with resizing LVMs and reconfiguring grub. Of course moving to grub2 also introduces its own complexities too.)
View 2 Replies
View Related
Oct 29, 2010
I was dual booting windows 7 with opensuse 11.3 and then realized I wasn't ever using Opensuse. I then deleted the partition it was in and now I cannot boot into windows. Grub immediately takes over upon booting but doesn't detect any partitions. I tried booting from an opensuse cd and changing the boot order priority, but grub still comes up. I don't have a windows 7 installation disc
View 4 Replies
View Related
Feb 12, 2011
Note: I am doing such setup for the first time so I don't know if there is a problem with given opensuse version or problem with what I am doing. System: openSUSE 11.4 RC1
Desired setup: entire system except /boot partition on hard disk, /boot partition on USB (pendrive). Aim -- making impossible to boot from hard disk, forcing boot from the USB (please, don't question my aim, I am just trivializing the issue here to shorten the description).
Setup: I set /home and / partitions on hard disk (/sda), /boot partition on USB (/sdb), I selected the options to Boot From Boot Partition as well as Boot From Master Boot Record. Finally I selected Boot Loader Options and selected Set active flag in Partition Table for Boot Partition. I installed the system.
What works:
a) without pendrive inserted I cannot start the system
b) with pendrive inserted GRUB menu shows up and system is ready to boot
The problem: after initial starting, there is long pause, and system switches to text mode with error:
Code:
drive "/dev/disk/by-id/id_of_my_pendrive" is not found Since the console worked, I logged in, and yes, actually there was not such disk found. But the disk (pendrive) was there -- the initial booting took place not from void, but from it. So why it is not present? Out of curiosity, I pulled it out, and plugged it in back, now it was visible in "dev/disk/. Question: what should I change/tweak for correct booting the system from pendrive? Or is a bug in 11.4 installer? I would like to setup everything as it should be done -- I mean within installer.
What I found so far: Booting encrypted system from USB stick - Gentoo Linux Wiki it is similar problem to mine, but only similar. I have other symptoms.
View 3 Replies
View Related
Apr 8, 2011
Ive been running crunchbang on my system, and yesterday decided to try opensuse so i can install the novell client. I ran the live gnome cd and during installation I shrank my main partition down and created a new partition for opensuse. Installation went well other than sometimes programs close and make the part of my desktop that they occupied useless.
Question 1) I can see my crunch bang files through opensuse but i cannot find or boot into crunch bang.
question 2) Why are these programs closing and then killing my desktop? Say i have a Firefox in the top left of my desktop and it errors and closes. I go open Firefox again, anywhere that the old Firefox window was in ( not click able). My cursor will turn to the text cursor as soon as it enters the x y position. I have to restart the laptop to be able to click file or insert a web address.
View 8 Replies
View Related
Apr 30, 2011
I mistakenly removed my /home of openSUSE while trying to install another distro. My root pertition is OK. openSUSE is shown in grub. but i cannot boot into it as there is no /home is there any way to fix this without removing my openSUSE?
View 9 Replies
View Related
Mar 29, 2011
i want to install opensuse on my new lap top i partition my hard (600gb) with 5 parts:
c: 97 gb
d: 150 gb
e: 150 gb
f: 100 gb
g: 50 gb
and 38 gb unlocated part
in opensuse instalation , the yast makes a 2gb for swap 14gb = root , 21 gb = home, but in Instalation Overview under Booting has a red error: the Boot loader Installed On a Partition that does not Lie Entirely Blew 128 GB .The system maight Not Boot;
View 1 Replies
View Related
Jan 4, 2010
Sometimes openSUSE boot ends with these errors:[url]
(I do not know why it prints an error on Ext2 filesystem when the disk is formatted Ext4...)
[url]
Here is my Fstab:
Code:
View 9 Replies
View Related
Mar 1, 2010
i want to dual boot, and create ubuntu on a second partition, and while im at it remove the windows partition that i dont use on here at all
also, i want to run chkdsk first, does anyone know how i can do that on linux?
View 6 Replies
View Related
Jul 31, 2010
I have setup my opensuse 11.3 machine w/ LVM support for everything but boot. I have the following disks:
/dev/sda1 - 70.57 MB /boot
/dev/sda2 - 5.81 GB back up for original windows
/dev/sda3 - 292.21 GB LVM group.
When I attempt to resize the 70.57 MB partition, it tells me that 70.57 mb is the max that this partition can be. This was true even during the install
View 5 Replies
View Related
Sep 13, 2010
Just did a clean install of 11.3. After first try, system couldn't boot for hard drive. When installing a second time, I noticed that booting from a boot partition and the MBR are disabled by default. I enabled both and proceeded with the install. System now boots fine. Since the automatic partitioning created a boot partition, I'm assuming that that is where the system is booting from and I didn't need to enable booting from MBR, but am not 100% sure. So make sure to at least enable booting from a boot partition
View 3 Replies
View Related