PDA

View Full Version : Installing linux, need advice



acolyte_to_jippity
07-21-2010, 07:14 PM
Ok, so i've decided for real to actually try out linux and start learning about it.

I bought a book to teach me about it, but my particular case isn't in the installation section. See, i'm planning on putting Linux (either ubuntu or fedora, not sure which. hell if i understand GRUB right, it can be both) onto my portable flash drive (formatted as NTFS). What i need to know, is
A) can i install them to seperate partitions on the drive, even if it's NTFS,
B) can i then place data accessable to both linux and windows (my main laptop hard drive will remain vista), and
C) if i enable GRUB, will the computer default to the windows bootloader whenever the USB drive isn't connected?

i plan to set my BIOS boot order to (primary) USB/connected external drive, and (secondary) c: (tertiary) CD drive.

hallwagner
07-21-2010, 07:37 PM
Ok, so i've decided for real to actually try out linux and start learning about it.

I bought a book to teach me about it, but my particular case isn't in the installation section. See, i'm planning on putting Linux (either ubuntu or fedora, not sure which. hell if i understand GRUB right, it can be both) onto my portable flash drive (formatted as NTFS). What i need to know, is
A) can i install them to seperate partitions on the drive, even if it's NTFS,
B) can i then place data accessable to both linux and windows (my main laptop hard drive will remain vista), and
C) if i enable GRUB, will the computer default to the windows bootloader whenever the USB drive isn't connected?

i plan to set my BIOS boot order to (primary) USB/connected external drive, and (secondary) c: (tertiary) CD drive.

i am seriously thinking about ubuntu also, so this sill also help me :D

SCRIBBLE
07-21-2010, 08:16 PM
a) yes
b) i'm not sure what you're asking here
c) it should, just make sure you include the usb device as first in boot order. when it doesn't detect anything there, it will move on to the windows bootloader

Just stick with ubuntu. You'll get fairly submerged into linux and eventually get bored. Wine will start to fail, manually loading drivers sucks, but it's pretty interesting to learn. I can boot ubuntu up any time on this machine, I just haven't done so in ages. I guess I only explored it for purposes of exploiting the shell.

ZERO
07-21-2010, 09:41 PM
Ah, I remember the last time i used linux, it was read hat. It was great for programing and made testing and compiling really easy. I however did not find it useful for anything other than that.

Rob
07-22-2010, 02:15 AM
I know a bit inside ubuntu, (which is in my opinion the one to go for) but with the whole boot stuff.. no idea.
I have mine dual booted with win7. for me it uses the grub bootloader to make a bootmenu, so if you would have linux unplugged, i don't think it will boot.
not a clue though. Also, If you have ubuntu installed, you SHOULD be able to access any other OS you have installed. Wether it should be on the same drive i dont know.
I have both OSes on the same drive with diff partition.

yours' truely
07-22-2010, 02:40 PM
something else to llook at is some virtual ware.

just go to vmplayer (http://www.vmware.com/products/player/), fill out the questionairre, make stuff up except the email, and they will email you the link download the software.

the good thing about the vmware, is that you can still access the infor on your computer, while having both os's up, makes for faster switching if you're just playing around with it.

acolyte_to_jippity
07-22-2010, 02:48 PM
something else to llook at is some virtual ware.

just go to vmplayer (http://www.vmware.com/products/player/), fill out the questionairre, make stuff up except the email, and they will email you the link download the software.

the good thing about the vmware, is that you can still access the infor on your computer, while having both os's up, makes for faster switching if you're just playing around with it.

but...i don't want to run linux in windows. and besides, i can do that easily by inserting the ubuntu cd while i'm logged into windows, and install Wubi (Windows-based Ubuntu Installer) that adds linux as an application on windows desktop.

but that's not what i want

anex
07-22-2010, 03:17 PM
A) can i install them to seperate partitions on the drive, even if it's NTFS,
B) can i then place data accessable to both linux and windows (my main laptop hard drive will remain vista), and
C) if i enable GRUB, will the computer default to the windows bootloader whenever the USB drive isn't connected?

i plan to set my BIOS boot order to (primary) USB/connected external drive, and (secondary) c: (tertiary) CD drive.

Yes you can install on separate partitions. Its the same principal how people are able to use windows on a mac. Usually (with ubuntu) it will automatically set up a new partition just for itself with the free space on the HDD. However you can use partition magic to do this. (Be careful with partitioning, you can easily lose everything if you don't know what you are doing).

I do not know if while on your windows partition if you can access files on the linux partition, however it is easy for the linux partition to access window files. It takes a little while to figure out how to actually do it, but I have done it before.

It depends. It will automatically load windows if it can't find the GRUB on the usb hdd. However, I am confused on why you would want to load the GRUB onto an external. If you install the linux on the external, you would still want the GRUB to be on the internal hdd. It is better to load it onto the internal as to avoid extra work and pulling your hair out. Although what do I know, I have never setup an operating system on an external before. That is alien to me.

I was satisfied with ubuntu feisty fawn w/ beryl eye candy. That was the only thing I loved linux for, the eye candy. ... so pretty... anyways Ubuntu was the only linux I have ever used, and I have to say that I enjoyed using it.

acolyte_to_jippity
07-22-2010, 03:24 PM
It depends. It will automatically load windows if it can't find the GRUB on the usb hdd. However, I am confused on why you would want to load the GRUB onto an external. If you install the linux on the external, you would still want the GRUB to be on the internal hdd. It is better to load it onto the internal as to avoid extra work and pulling your hair out. Although what do I know, I have never setup an operating system on an external before. That is alien to me.

I was satisfied with ubuntu feisty fawn w/ beryl eye candy. That was the only thing I loved linux for, the eye candy. ... so pretty... anyways Ubuntu was the only linux I have ever used, and I have to say that I enjoyed using it.

well, i want to keep GRUB off of the internal hard drive because when i don't have the external plugged in, i want to go straight to windows. duh.
I just need to set the usb port as primary in the boot order

and i have 9.04 i think (maybe 9.40). whatever. it's jackalope.

anex
07-22-2010, 03:29 PM
well, i want to keep GRUB off of the internal hard drive because when i don't have the external plugged in, i want to go straight to windows. duh.
I just need to set the usb port as primary in the boot order

AH, sorry. I'm tired.

acolyte_to_jippity
07-22-2010, 07:54 PM
back-up of my external's complete, installing now

SCRIBBLE
07-22-2010, 07:57 PM
feisty fawn + beryl :wtg:

acolyte_to_jippity
07-22-2010, 09:38 PM
ok, so it installed. i can boot to ubuntu through GRUB if i start computer w/ the portable HD connected, but GRUB won't let me boot into windows.

now, i have another really big problem.

i can't remember/find the wep key for my family's fios wireless network. is there some way for me to look it up on my windows login? since that one automatically applies the password every time i try connecting to the network

SCRIBBLE
07-22-2010, 11:02 PM
ok, so it installed. i can boot to ubuntu through GRUB if i start computer w/ the portable HD connected, but GRUB won't let me boot into windows.

now, i have another really big problem.

i can't remember/find the wep key for my family's fios wireless network. is there some way for me to look it up on my windows login? since that one automatically applies the password every time i try connecting to the network

http://www.nirsoft.net/utils/wireless_key.html

I have used this software before and it will do the trick, good luck.

Glad to hear you got it working. I didn't think it should cause you any trouble.

acolyte_to_jippity
07-23-2010, 07:20 AM
only 2 issues so far

1) GRUB can't boot windows, but i can just restart w/out external plugged in
2) Windows no longer recognises the portable as being formatted at all

SCRIBBLE
07-23-2010, 10:25 AM
Did you get the wireless key?

acolyte_to_jippity
08-03-2010, 09:06 AM
scribble[nuke];78301']Did you get the wireless key?

not yet. at work atm

one of the it guys at work suggested i either look in this really obscure .dll on my system32 folder (wzcdlg.dll) for the automatically entered encryption key (because when i go to connect in windows, it doesn't ask for the key. it just supplies it.)
and also if that don't work to look into resetting password for the router

UPDATE!! first post on linux!!

edit: ok, to fix an issue w/ windows and the storage space on the portable, i formatted it two days ago (5 1/2 fucking hours) and reinstalled today. used liveCD version of Gparted to make the partitions i needed in correct order (storage NTFS first) and reinstalled to the pre-made partitions. only problem: i installed the bootloader to the "do not use partition"...so GRUB doesn't even load properly.