4

How would I go about installing Ubuntu 32 and 64 bit 12.10 on the same disk? I would really like to do this if you could help. I'm on Ubuntu 12.10 64bit ATM if that helps.

Edit: What I meant was installing the install cd for both 32 and 64bit on the same disk not the OS itself.

On a dvd-r

Here is wqhat I'm looking for:

Ubuntu 32 and 64 bit installation disk on 1 DVD -r so when a person puts the dvd in and restarts computer they enter a menu and have to chose which OS they want to install , the 32 bit OS or the 64 bit OS of Ubuntu 12.10

Alvar
  • 17,058
  • 1
    Do you want to have both the 32-bit and 64-bit version on your DVD? So that it will work for any computer? A tip, use a USB instead! :) – Alvar Apr 12 '13 at 01:33
  • 1
    I want to put it on a DVD -r so I can 'sell it' to someone – Robert Hickey Apr 12 '13 at 02:12
  • You can't burn a DVD with both ISOs on it, at least not in a way that is bootable. You'll need to have two different DVDs. – robru Apr 12 '13 at 02:41
  • Is there a way to combine both .iso's into one .iso? – Robert Hickey Apr 12 '13 at 02:43
  • Yes. You can prepare the file tree which contains everything you want and then you make one .iso. You fix all the install scripts so that the user can pick 32 or 64, and then you call this Robert Hickey's Double Ubuntu installer. – Kaz Apr 12 '13 at 02:58
  • Could you put this in simpler terms. I'm new to Linux. Just getting used to it. – Robert Hickey Apr 12 '13 at 14:38

2 Answers2

1

The 32bit install will actually run fine on most 64bit computers, so if you want to have a single DVD that can install onto "most" computers then you should just use the 32bit version only.

robru
  • 664
1

As far as I know this isn't a possibility. However, it is possible to boot multiple operating systems from one USB drive. I use a utility called MultiSystem (instructions here) which lets you drag and drop ISOs onto a USB and creates a GRUB bootloader on the USB to choose which system you actually want to boot.

Alex
  • 1,478
  • 6
  • 16
  • 28