Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Question concerning Dual-Booting Windows and Ubuntu 7.10

  1. #1
    Join Date
    May 2006
    Location
    Winston-Salem NC
    Beans
    1,043
    Distro
    Ubuntu 8.04 Hardy Heron

    Question concerning Dual-Booting Windows and Ubuntu 7.10

    I am getting ready once again to re-install Windows, along with Ubuntu on my box. I have a 120gig ID master, and a 20gig ID slave. In the past, I have always housed Windows on my 120Gig drive, and Ubuntu on my 20Gig. This time around, I want to give my 120gig to Ubuntu, and put ol' Bill Gates in the backroom! But I want to accomplish this without changing my current drive configuration. (120Gig Master/20Gig Slave)

    I am about to wipe my Slave drive first, and install Windows. THEN, I want to install Ubuntu onto my Master. I'm hoping that Ubuntu will install Grub like it always has before with the dual-boot options.

    My question is.,Do I HAVE to install to my Master drive first, or can I install to my Slave, then install to my Master.

    (I'm simply trying to flip things around by putting Windows on my Slave,and Ubuntu on my Master)

  2. #2
    Join Date
    Jan 2008
    Beans
    4,757

    Re: Question concerning Dual-Booting Windows and Ubuntu 7.10

    Ubuntu installs itself seamlessly to any partition/harddrive, so you should have no worries there.

    As for Windows, you may want to disable the current Master Drive in BIOS first (leaving only the 20GB one enabled).
    As I think that Windows always tries to install on the Primary Master Disk by default.

    Regards
    Iain

  3. #3
    Join Date
    May 2006
    Location
    Winston-Salem NC
    Beans
    1,043
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Question concerning Dual-Booting Windows and Ubuntu 7.10

    As for Windows, you may want to disable the current Master Drive in BIOS first (leaving only the 20GB one enabled).
    As I think that Windows always tries to install on the Primary Master Disk by default.

    Regards
    Iain
    So, what you are saying is..go into bios, disable the master then install Windows to Slave. THEN enable master, and install Ubuntu?
    Thanks!

  4. #4
    Join Date
    May 2006
    Location
    Winston-Salem NC
    Beans
    1,043
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Question concerning Dual-Booting Windows and Ubuntu 7.10

    Worked just fine without disabling my master. (Just finished installing Windows to my Slave)

    I am now booted to the Ubuntu 7.10 Live CD, and about to install it to my Master.

  5. #5
    Join Date
    Jun 2006
    Beans
    1,736
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Question concerning Dual-Booting Windows and Ubuntu 7.10

    Good luck. Let us know if ubuntu correctly writes your MBR and you can successfully access both windows and ubuntu.

  6. #6
    Join Date
    May 2006
    Location
    Winston-Salem NC
    Beans
    1,043
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Question concerning Dual-Booting Windows and Ubuntu 7.10

    Quote Originally Posted by strabes View Post
    Good luck. Let us know if ubuntu correctly writes your MBR and you can successfully access both windows and ubuntu.
    Installed perfectly, but failed to get my dualboot option. Time to break out my SuperGrub disk!

  7. #7
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Question concerning Dual-Booting Windows and Ubuntu 7.10

    windows does not like being on a slave drive.

    You need to "map" or rather re-map your dirves in youw windows boot stanza

    Code:
    Windows
    rootnoverify (hd1,0)
    makeactive
    map (hd0) (hd1)
    map (hd1) (hd0)
    chainloder +1
    boot
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  8. #8
    Join Date
    May 2006
    Location
    Winston-Salem NC
    Beans
    1,043
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Question concerning Dual-Booting Windows and Ubuntu 7.10

    Quote Originally Posted by bodhi.zazen View Post
    windows does not like being on a slave drive.

    You need to "map" or rather re-map your dirves in youw windows boot stanza

    Code:
    Windows
    rootnoverify (hd1,0)
    makeactive
    map (hd0) (hd1)
    map (hd1) (hd0)
    chainloder +1
    boot
    Thanks, but I'm not sure that I understand. Is this something that I can do on the Linux side ,via a terminal, or do I need to do what you suggest in a Windows command line?
    Here are the results of:
    Code:
    rootnoverify (hd1,0)
    makeactive
    map (hd0) (hd1)
    map (hd1) (hd0)
    chainloder +1 boot
    bigboss@Bigboss:~$ sudo rootnoverify (hd1,0)
    bash: syntax error near unexpected token `('
    bigboss@Bigboss:~$ makeactive
    bash: makeactive: command not found
    bigboss@Bigboss:~$ map (hd0) (hd1)
    bash: syntax error near unexpected token `hd0'
    bigboss@Bigboss:~$ map (hd1) (hd0)
    bash: syntax error near unexpected token `hd1'
    bigboss@Bigboss:~$ chainloder +1 boot

  9. #9
    Join Date
    Mar 2008
    Beans
    16

    Re: Question concerning Dual-Booting Windows and Ubuntu 7.10

    Quote Originally Posted by randell6564 View Post
    Thanks, but I'm not sure that I understand. Is this something that I can do on the Linux side ,via a terminal, or do I need to do what you suggest in a Windows command line?
    I think he means you need to edit the /boot/grub/menu.lst to look similar to that submitted code.

    If you want only 20gB for Windows, you could put it on ur master drive, but only give it 20gB partition. Then give ubuntu the remaining 100gB and use the 20gB slave as a shared drive formated as NTFS or FAT32, so that both ubuntu and windows can use it.

  10. #10
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Question concerning Dual-Booting Windows and Ubuntu 7.10

    Yes, sorry ...

    Boot Ubuntu and edit /boot/grub/menu.lst

    Code:
    gksu gedit /boot/grub/menu.lst
    Add the information re mapping to your windows stanza, or write one if necessary.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •