Jump to content


quick question for *nix folks...


  • Please log in to reply
8 replies to this topic

#1 banj0

banj0

    American Idle

  • Sponsor
  • PipPipPipPipPip
  • 1,537 posts
  • Location:Detroit
  • Country:States

Posted 10 March 2010 - 05:12 AM

Probably a mistake but I allocated just one of my HD's for my OS installs; 7, Mint, and Ubuntu. I set the partitions to how I wanted with Paragon before the fact and everything I've ever read about multi-booting said to install any version of doze first, then *nix. Guess it has something to do with the Doze MBR and Grub/Lilo after the fact.

Anyway, everything worked out great and I've been triple booting with Grub for a good while, no bubbles nor troubles.

But I woke up this morning and, all of a sudden, my 7 Ultimate install is displaying "This version of Windows is Not Genuine." Not sure why or how. It's not like I used a cracked version or anything. :( And I prefer to update Windoze via the web. Regardless, I'm gonna have to reinstall 7 on that partition because I can't stream stuff via WMC to my xbox anymore. Guess it has to be "genuine" to do that.

Which brings me to my question: Will my nix installs and grub be ok if I wipe my doze partition and reinstall 7? Or will I have to redo all of them? Just looking for opinions.

TIA y'all!

#2 brewin

brewin

    Victory is mine!

  • Administrator
  • PipPipPipPipPip
  • 1,262 posts
  • Location:Missouri
  • Interests:Anything interesting.
  • Country:USA

Posted 10 March 2010 - 06:32 AM

I've had to do this a few times. You'll just need to reinstall GRUB to the MBR. After installing Windows, boot up an Ubuntu livecd. Then do this stuff in a terminal...

sudo su
mkdir /mnt/boot
mount /dev/sda1 /mnt/boot (replace sda1 with your boot partition)
grub-install --root-directory=/mnt/boot /dev/sda


That should work... :(

#3 banj0

banj0

    American Idle

  • Sponsor
  • PipPipPipPipPip
  • 1,537 posts
  • Location:Detroit
  • Country:States

Posted 10 March 2010 - 08:46 AM

Cool. Thx, Brew. Trying it now....

#4 Sphere

Sphere

    The moth next to my brain is Bart, say hi to him if you like

  • Sponsor
  • PipPipPipPipPip
  • 2,355 posts
  • Location:*tap* Behind ya!
  • Interests:I'm a Dutchy, that means I'm not a German (which doesn't sound/look the same to me!) also, being a Dutchy means I'm an idiot... sort off!

    And I def. need to get a real life again... I'm bored with my current life, ideas can be pm'd to me!
  • Country:Dutchyland

Posted 10 March 2010 - 07:42 PM

View Postbanj0, on Mar 10 2010, 06:12 AM, said:

But I woke up this morning and, all of a sudden, my 7 Ultimate install is displaying "This version of Windows is Not Genuine." Not sure why or how. It's not like I used a cracked version or anything. :(
I had the same today. But after just clicking "activate online" all was good again. Guess it was a short bug in windows

#5 othman11

othman11

    head redneck

  • Sponsor
  • PipPipPip
  • 227 posts
  • Location:St. Charles, Missouri
  • Country:US

Posted 11 March 2010 - 02:01 AM

I'm currently running Ubuntu in doze on my bro's Dell. No issues so far.

#6 banj0

banj0

    American Idle

  • Sponsor
  • PipPipPipPipPip
  • 1,537 posts
  • Location:Detroit
  • Country:States

Posted 12 March 2010 - 07:13 AM

View Postbrewin, on Mar 10 2010, 01:32 AM, said:

I've had to do this a few times. You'll just need to reinstall GRUB to the MBR. After installing Windows, boot up an Ubuntu livecd. Then do this stuff in a terminal...

sudo su
mkdir /mnt/boot
mount /dev/sda1 /mnt/boot (replace sda1 with your boot partition)
grub-install --root-directory=/mnt/boot /dev/sda
That should work... :(

Brew, not sure if I've ever said in public that 'you're the f'ing man' so there ya go. Thx bro, much appreciated. :D

If you knew of a bootstrap for flash drives and FreeBSD, I'd name my first born after ya. (But I'll never have kids so that sentiment is mostly sentimental. :( Or something.)

#7 brewin

brewin

    Victory is mine!

  • Administrator
  • PipPipPipPipPip
  • 1,262 posts
  • Location:Missouri
  • Interests:Anything interesting.
  • Country:USA

Posted 13 March 2010 - 02:05 AM

View Postbanj0, on Mar 12 2010, 02:13 AM, said:

Brew, not sure if I've ever said in public that 'you're the f'ing man' so there ya go. Thx bro, much appreciated. :party:

:D

Quote

If you knew of a bootstrap for flash drives and FreeBSD,
Do you mean you want to install FreeBSD to a flash drive and boot it? I would think you could just plug it in, boot up the FreeBSD install cd, make a partition on /dev/sdb (or whatever it is), and install it there. Also install a bootloader to /dev/sdb.

Don't know much about BSD though.

Quote

I'd name my first born after ya. (But I'll never have kids so that sentiment is mostly sentimental. :( Or something.)
Don't be silly. A tattoo of my name would be nice though. :(

#8 banj0

banj0

    American Idle

  • Sponsor
  • PipPipPipPipPip
  • 1,537 posts
  • Location:Detroit
  • Country:States

Posted 13 March 2010 - 09:28 AM

Quote

Do you mean you want to install FreeBSD to a flash drive and boot it? I would think you could just plug it in, boot up the FreeBSD install cd, make a partition on /dev/sdb (or whatever it is), and install it there. Also install a bootloader to /dev/sdb.

Don't know much about BSD though.

No, I was hoping for an installer via flash to write to the hard drive.

And from my (admittedly-limited) google-fu, it may not be possible without quite a bit of time. Story short, a friend of mine bought a netbook with no Optical ROM's. It came with Windows 7 pre-installed for an OS and it has 3 USB ports.

I've used flash drives to install Vista, 7, and a couple nix distros but, for whatever reason, the FreeBSD folk don't include bootstraps in the ISO. So, you absolutely need an Optical ROM to install FreeBSD permanently on the HD, or so it seems. The BIOS on the netbook allows for setting USB as a boot-option and I tested it with 7 and Ubuntu and they both started to install. Not so with BSD.

From everything I've read, this makes the most sense but it's a bit of work: linkage

I'm thinking it'd be easier to just buy an external ROM. :(

#9 brewin

brewin

    Victory is mine!

  • Administrator
  • PipPipPipPipPip
  • 1,262 posts
  • Location:Missouri
  • Interests:Anything interesting.
  • Country:USA

Posted 13 March 2010 - 05:56 PM

View Postbanj0, on Mar 13 2010, 04:28 AM, said:

No, I was hoping for an installer via flash to write to the hard drive.

And from my (admittedly-limited) google-fu, it may not be possible without quite a bit of time. Story short, a friend of mine bought a netbook with no Optical ROM's. It came with Windows 7 pre-installed for an OS and it has 3 USB ports.

I've used flash drives to install Vista, 7, and a couple nix distros but, for whatever reason, the FreeBSD folk don't include bootstraps in the ISO. So, you absolutely need an Optical ROM to install FreeBSD permanently on the HD, or so it seems. The BIOS on the netbook allows for setting USB as a boot-option and I tested it with 7 and Ubuntu and they both started to install. Not so with BSD.

From everything I've read, this makes the most sense but it's a bit of work: linkage

I'm thinking it'd be easier to just buy an external ROM. :(
Ah, I see. When I had an old Fujitsu tablet without even USB, I installed Ubuntu on it over the network with PXE. Admittedly, it was a total bitch.

I have never tried to install plain FreeBSD, but I have tried PC-BSD, which provides a USB image that you can just write to a flash drive with dd. It's basically FreeBSD with a nice installer.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users