LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 11-30-2015, 01:18 PM   #1
pianoforte361
Member
 
Registered: Jul 2015
Posts: 94

Rep: Reputation: Disabled
Dual Boot Problem


Hi there can anyone help me with this problem?
I have a dual boot system with two partitions C: D:
On C: drive Windows XP while D: has Linux Puppy.
I have to reinstall Puppy because its not complete.
Now I have formatted D drive and want to put another Puppy install on D to make the dual boot. How do I go about this in my circumstances. Originally GRUB4 was used. Please help. By putting a copy puppy ISO on D:, yes it does not work. Needless to say I have done something wrong.
 
Old 11-30-2015, 04:03 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,539

Rep: Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496
How did you format what you refer to as drive D? Obviously, you can't do it from windows as it doesn't understand Linux filesystems. You can't do it from the installed Puppy because you would be trying to format the partitiion you are using.

The standard method would be to download the Puppy iso file, then use whatever software you have on xp to burn the file as a bootable image to a CD. I don't think xp has it in a default install so you will probably need to download some software to create the bootable CD. You could also use something like unetbootin or pendrivelinux on a xp to create a bootable flash drive. You should probably try to familiarize yourself with Linux naming conventions for drives/partitions as you won't see any "D" partition.
 
Old 11-30-2015, 05:15 PM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,140

Rep: Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123
Apparently you can - puppy provide a zip holding an exe install for XP documented this page. Simple google found it - the OP should also have been able to find it.

Never tried it, and it's been many years since I tested grub4dos.
 
Old 11-30-2015, 11:10 PM   #4
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Here's what Linux partitions look like:

Code:
   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1            2048  1859435640   929716796+  83  Linux
/dev/sdb2      1859435641  1863025483     1794921+  83  Linux
https://help.ubuntu.com/community/Ho...itioningBasics
http://ubuntuforums.org/showthread.php?t=282018

HTH
 
Old 12-01-2015, 08:24 AM   #5
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,142
Blog Entries: 21

Rep: Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480
Might help or not

https://www.youtube.com/watch?v=xxVOH3mo3Gw

https://www.youtube.com/watch?v=LyHr-yGtTSw

https://www.youtube.com/watch?v=fJtYhl-7SqI

There is more there where that came from
 
Old 12-01-2015, 08:29 AM   #6
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,142
Blog Entries: 21

Rep: Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480
Quote:
Apparently you can - puppy provide a zip holding an exe install for XP documented this page. Simple google found it - the OP should also have been able to find it.

Never tried it, and it's been many years since I tested grub4dos.
I've used it on a Windows 7 laptop. It installs Puppy inside of Windows 7 as a program that windows can see in revo uninstaller or add remove programs. It installs grub4dos but does not remove Windows MBR.
So if you wish to uninstall it. Like I did . Your Windows MBR screen comes back in control.

Pretty Nifty really. I uninstalled mine because Windows update did not like what I did,
Installing Puppy inside of Windows 7 gave it a hissy fit on updater.

It is pretty easy peasy to use though. At least for me.

Edit: forgot links to the .exe I used

https://www.mediafire.com/?5ah0d0rzcz5cc#wkmzbwskq2sxt

https://www.mediafire.com/?5ah0d0rzcz5cc#wuzttx0lu4wev

https://www.mediafire.com/?5ah0d0rzcz5cc

Edit 2: if the OP decides to go this route. Get rid of the D partition and just merge it into C. No need for D using this and it may not work outside of using C.
Because it installs like a program INSIDE of a working Windows install.

Last edited by rokytnji; 12-01-2015 at 08:46 AM.
 
Old 12-01-2015, 03:17 PM   #7
pianoforte361
Member
 
Registered: Jul 2015
Posts: 94

Original Poster
Rep: Reputation: Disabled
Hi there thank you all for the great replies.
I think I have learned one no no, ISO files are not drag-and-drop.
I will try the various suggestions however.
Thanks again.
 
Old 12-01-2015, 06:48 PM   #8
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by pianoforte361 View Post
Hi there thank you all for the great replies.
I think I have learned one no no, ISO files are not drag-and-drop.
I will try the various suggestions however.
Thanks again.
You're welcome.

Nope, .iso files are not drag and drop.
When I use Xfburn to burn the .iso image of a distribution I tell Xfburn to burn that .iso as an image.

You can't go wrong by following yancek's advice.
He has been my help in the past and I had good success.

You could also use g-parted Live to delete the Puppy Linux partition if you want to.
http://gparted.org/download.php
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual boot Dual hdds, Download of ubuntu 10.1, no vista or dual boot jim d Linux - Newbie 4 11-25-2010 04:18 PM
[SOLVED] Can't select XP OS in a dual boot with Isadora at boot screen (grub problem) faby1321 Linux Mint 10 08-10-2010 06:07 PM
dual boot dual drive XP and FC6 problem arjay Fedora 2 05-20-2007 11:38 AM
Problem with dual boot/dual drive setup Norab Linux - Hardware 10 08-29-2005 03:13 PM
problem with Installing red hat linux dual boot(/boot < for 1024 cylinders ) praveenb Linux - Newbie 2 02-13-2004 08:49 PM

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

All times are GMT -5. The time now is 10:58 PM.

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