1
quick question for *nix folks...
Started by
banj0
, Mar 10 2010 05:12 AM
8 replies to this topic
#1
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!
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
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...
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
Posted 10 March 2010 - 08:46 AM
Cool. Thx, Brew. Trying it now....
#4
Posted 10 March 2010 - 07:42 PM
banj0, 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.
#5
Posted 11 March 2010 - 02:01 AM
I'm currently running Ubuntu in doze on my bro's Dell. No issues so far.
#6
Posted 12 March 2010 - 07:13 AM
brewin, 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...
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.
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
Posted 13 March 2010 - 02:05 AM
banj0, 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.
Quote
If you knew of a bootstrap for flash drives and FreeBSD,
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.)
#8
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.
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
Posted 13 March 2010 - 05:56 PM
banj0, 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.
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.
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