LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-16-2018, 12:06 PM   #1
sailschooner
LQ Newbie
 
Registered: Jun 2015
Posts: 28

Rep: Reputation: Disabled
Remove part of dual boot problem


Hi,

I tried recently to add SUSE 42.1 to 13.2 to make a dual boot system but aborted when I remembered that the 13.2 was a 32 bit system. The machine refused to start after this, so I reinstalled 13.2. It's always been perfectly safe to do this in the past, nothing gets lost etc. Now I have two sets of 13.2 files but can only open the most recent one. Trouble is all my files are on the original. I can see them in Kde but can't copy them to a USB (or anywhere else as far as I can see, scopy won't work e.g. without being set up again, I've also tried as root and used chown and chmod to no avail). The current setup doesn't appear to be dual boot although everything is there, it just boots to the later install. More info:

>sudo fdisk -l

Disk /dev/sda: 223.6 GiB, 240057409536 bytes, 468862128 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x40cd40cc

Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 4208639 4206592 2G 82 Linux swap / Solaris
/dev/sda2 * 4208640 88100863 83892224 40G 83 Linux
/dev/sda3 88100864 312592383 224491520 107G 83 Linux
/dev/sda4 312592384 468860927 156268544 74.5G f W95 Ext'd (LBA)
/dev/sda5 312594432 375101439 62507008 29.8G 83 Linux
/dev/sda6 375103488 468840447 93736960 44.7G 83 Linux

Disk /dev/sdc: 29.3 GiB, 31406948352 bytes, 61341696 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00015abf

Device Boot Start End Sectors Size Id Type
/dev/sdc1 2048 61341695 61339648 29.3G 7 HPFS/NTFS/exFAT

>df -h

Filesystem Size Used Avail Use% Mounted on
/dev/sda2 41G 20G 20G 51% /
devtmpfs 992M 8.0K 992M 1% /dev
tmpfs 995M 88K 995M 1% /dev/shm
tmpfs 995M 2.2M 993M 1% /run
tmpfs 995M 0 995M 0% /sys/fs/cgroup
/dev/sda2 41G 20G 20G 51% /.snapshots
/dev/sda2 41G 20G 20G 51% /var/tmp
/dev/sda2 41G 20G 20G 51% /var/spool
/dev/sda2 41G 20G 20G 51% /var/opt
/dev/sda2 41G 20G 20G 51% /var/lib/pgsql
/dev/sda2 41G 20G 20G 51% /var/lib/named
/dev/sda2 41G 20G 20G 51% /var/crash
/dev/sda2 41G 20G 20G 51% /var/lib/mailman
/dev/sda2 41G 20G 20G 51% /usr/local
/dev/sda2 41G 20G 20G 51% /opt
/dev/sda2 41G 20G 20G 51% /tmp
/dev/sda2 41G 20G 20G 51% /srv
/dev/sda2 41G 20G 20G 51% /var/log
/dev/sda2 41G 20G 20G 51% /boot/grub2/i386-pc
/dev/sda3 107G 4.2G 103G 4% /home
/dev/sdc1 30G 17M 28G 1% /mnt

sdc1 is the Sandisk usb, /dev/sda3 is the one I really really want. The rest were made (I guess) during the second install.

Help either to copy /dev/sda3 to the USB or to delete the later install and revert very much appreciated.

Adrian
 
Old 06-16-2018, 12:53 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,482

Rep: Reputation: 2485Reputation: 2485Reputation: 2485Reputation: 2485Reputation: 2485Reputation: 2485Reputation: 2485Reputation: 2485Reputation: 2485Reputation: 2485Reputation: 2485
Your df output shows that whatever you booted has the / filesystem on sda2 and your /home partition on sda3. What are you trying to copy the data on sda3 to? Do you have another external drive? Have you created a mount point for it? mounted it? Tried to copy how? Done it as root? Is your attempted new install on sda5-6? If you are trying to copy the data to sdc1, your usb, why do you have it formatted ntfs? Some specifics on your efforts would help someone to help you.
 
1 members found this post helpful.
Old 06-16-2018, 06:35 PM   #3
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
you got root, root is GOD in Linux, boot one system that works mount it, go root and save what ever you want off the other system.

Why bother saving system files for a 32 bit if you do not want 32 bit, I do not know. Nor do I not know why you didn't set it up to boot your 64bit, then use that to wipe out the 32bit, then do whatever to the left over space. again Root User is GOD in linux. like the other said mount, go root then do whatever needs to be done.

you can get around the can't boot into the 64bit using supergrub2 burned to a usb stick.
 
1 members found this post helpful.
Old 06-19-2018, 04:07 PM   #4
sailschooner
LQ Newbie
 
Registered: Jun 2015
Posts: 28

Original Poster
Rep: Reputation: Disabled
Thank you. After much mounting/unmounting and changing of file permissions I got the relevant files saved to an external hard drive (which I sha1l now disconnect!). I'll try to revert to a single copy of the SuSE 13.2 OS next, then download a later 64 bit version to have a look at it. I'm using some quite old legacy software and have had problems running it on 13.2 so I expect more problems. Such is the computing life.

I didn't realise you could use 32 and 64 bit systems from the same chip, and that caused the initial panic!

Adrian
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to remove Ubuntu 10.04 from dual boot? black_wire Linux - Newbie 2 05-31-2010 02:27 AM
Remove Dual Boot wilbyforce Linux - Newbie 13 11-03-2009 02:33 AM
Boot Sector on dual boot PC. Remove Mandrake and replace with FreeBSD Phin666 *BSD 1 10-30-2004 05:02 PM
problem, dual boot, xp/redhat, cdtray kept ejecting, del redhat part. wont boot a OS mraym84 Linux - General 2 08-22-2004 01:46 PM
Dual boot: How do I remove it? berntd Red Hat 2 07-22-2004 08:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:02 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