LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-04-2006, 04:52 AM   #16
sKAApGIF
LQ Newbie
 
Registered: May 2006
Distribution: SuSE OSS 10.1
Posts: 20

Rep: Reputation: 0

Bootloader: When your computer starts up the BIOS (basic input output system) does a bunch of checks to see if everything's working, and then it goes to your first harddrive (typically your master HDD of the first IDE channel). This is what happens when you see all that text flashing across your screen just after you've switched on your computer. The BIOS then searches for the boot sector, a very small "partition" in the beginning of your hdd. And loads the program it finds there. (This is what happens after the text goes away) That program is called a bootloader... It knows where all your operating systems are stored, and knows how to make them start.

Windows' bootloader can only load windows OS's (operating systems), but linux can load your windows as well...

So in effect when you install linux, you shouldn't need to worry about which hdd is master or slave, your bootloader will keep track of that and give you the option to load windows or linux.

It might however be better to just take out the windows drive first, and make sure everything's working, you might have to install linux over again, but this way you know things won't go wrong and mess up your windows...

I agree with muddywaters. If both knoppix and Ubuntu don't work there might be something else... I'd try that first...

You might want to do it like this:
1. Take out windows drive so you know you it's safe
2. Put in your other drive, doesn't matter if it's master or slave
3. Run knoppix live cd the way muddywater suggested (this disables some functions that might be the reason for things going wrong)
4. If knoppix works, try out ubuntu or other live CD's and just get a feel for the different distributions of linux.
5. Choose your favourite one and install that.

If you want to download SuSE in the meantime (it's quite big compared to Ubuntu) there's two ways:
1. 5 cd's, the 6th is optional, but is nice to have, contains flash, java, acrobat reader and other non opensource programs you'd otherwise have to download.

http://download.opensuse.org/distrib...M-i386-CD1.iso
http://download.opensuse.org/distrib...M-i386-CD2.iso
http://download.opensuse.org/distrib...M-i386-CD3.iso
http://download.opensuse.org/distrib...M-i386-CD4.iso
http://download.opensuse.org/distrib...M-i386-CD5.iso
http://download.opensuse.org/distrib...don-Biarch.iso

2. a DVD
http://download.opensuse.org/distrib...M-DVD-i386.iso

If you want to have a live (no install) version there's a dvd:
http://download.opensuse.org/distrib...GM-LiveDVD.iso

These links can be found on:
http://en.opensuse.org/Released_Version

Good luck!

Last edited by sKAApGIF; 09-04-2006 at 04:58 AM.
 
Old 09-04-2006, 04:29 PM   #17
renoir
LQ Newbie
 
Registered: Sep 2006
Location: England
Distribution: to be decided.
Posts: 12

Original Poster
Rep: Reputation: 0
Still no good

I'm still plugging away, but alas to no avail.
It looks like theres something very wrong with my PC anyway.
I've been having problems with XP since one of my kids did something that required 2 weeks of work to fix. ( not solidly, I have a job to go to, I hasten to add.)
I'm going to keep trying and will be getting a new computer very soon. Bet your life that will contain a dual boot.
I would still welcome all advice as I still hope to put it on this one.
 
Old 09-04-2006, 04:36 PM   #18
renoir
LQ Newbie
 
Registered: Sep 2006
Location: England
Distribution: to be decided.
Posts: 12

Original Poster
Rep: Reputation: 0
Whoops

Skaapgif, I hadn't seen your reply when I posted the last.
Brilliant about the bootloader.
I have a "blank" hard drive.
I will try what you suggest.
Once again thanks for everybodys help, its very much appreciated.
 
Old 09-06-2006, 05:20 PM   #19
renoir
LQ Newbie
 
Registered: Sep 2006
Location: England
Distribution: to be decided.
Posts: 12

Original Poster
Rep: Reputation: 0
Yes..............
I now have Mandrake on my laptop.
Love it so far.
trying to sort out internet now.
Brilliant............
 
Old 09-06-2006, 06:25 PM   #20
muddywaters
Member
 
Registered: May 2005
Location: Winnipeg, Canada
Distribution: mostly mepis
Posts: 427

Rep: Reputation: 30
Congrats !

A person with with your kind of perserverence should do very well with linux.
 
Old 09-07-2006, 11:21 AM   #21
sKAApGIF
LQ Newbie
 
Registered: May 2006
Distribution: SuSE OSS 10.1
Posts: 20

Rep: Reputation: 0
Curious

I'm curious, how did you make it work?
 
Old 09-16-2006, 01:45 PM   #22
renoir
LQ Newbie
 
Registered: Sep 2006
Location: England
Distribution: to be decided.
Posts: 12

Original Poster
Rep: Reputation: 0
Sorry. I've been away............

Basically I ran disk check on windows.
Then tried again.
Bingo.
Loving it. Not on internet yet, as can't get wireless card to work, but I understand this can be a bit of a problem.
The programmes included on the distro are superb.
I have just ordered a brand new system and with a 300G drive you can bet that will be partitioned.
Any advice about belkin wireless card may well be welcome.
 
Old 09-16-2006, 07:54 PM   #23
Sammael
Member
 
Registered: Jun 2006
Location: Slovakia, currently working in Liverpool UK
Distribution: Gentoo 2006.0
Posts: 97

Rep: Reputation: 15
Lightbulb

Quote:
Originally Posted by renoir
Any advice about belkin wireless card may well be welcome.
i am succesfully using belkin 54g usb wireless adapter with ndiswrapper. ndiswrapper is a kernel module which makes it possible to use windows xp drivers for wireless cards under linux.

you may want to have a look at this ndiswrapper + mandriva how-to:
http://linuxfornewbies.org/forum/ind...topic,3.0.html
*EDIT*
i've just noticed, that there is a typo in very first command this how-to suggest, it reads 'urpme ndiswrapper' whereas it should read 'urpmi ndiswrapper'. don't let this stop you

i wish you best of luck, i still remember how painful my very first install of linux was - but trust me, it was worth every swearword uttered and hair grayed. i was finally able to get actual control over what's happening on my hardware, thanks to linux.

Last edited by Sammael; 09-16-2006 at 07:57 PM.
 
Old 09-17-2006, 04:41 AM   #24
metalsam
Member
 
Registered: Mar 2006
Location: london
Distribution: fedora core 4
Posts: 56

Rep: Reputation: 15
HAve you got the right CD ? I think the defualt Ubuntu CDs are i386, but youll need an AMD one.
 
Old 09-17-2006, 08:26 AM   #25
muddywaters
Member
 
Registered: May 2005
Location: Winnipeg, Canada
Distribution: mostly mepis
Posts: 427

Rep: Reputation: 30
Quote:
Originally Posted by metalsam
HAve you got the right CD ? I think the defualt Ubuntu CDs are i386, but youll need an AMD one.
According to this
http://ftp.ussg.iu.edu/linux/ubuntu-releases/6.06/
the amd disk is made for 64bit

renoir

If the advice from Sammael doesn't solve the problem start a new thread. This will (as the moderators like to put it) "give it the attention it deserves"
 
Old 09-17-2006, 11:12 PM   #26
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Quote:
Originally Posted by metalsam
HAve you got the right CD ? I think the defualt Ubuntu CDs are i386, but youll need an AMD one.
i386 is the lowest common denominator and can be used on any x86-based system.

PS that's to say (obviously) 80386 and higher

Last edited by Wim Sturkenboom; 09-17-2006 at 11:15 PM.
 
Old 09-18-2006, 12:44 PM   #27
Boow
Member
 
Registered: Feb 2004
Distribution: Slackware 10.2
Posts: 669

Rep: Reputation: 32
try at the boot prompt

boot: knoppix acpi=off
 
Old 09-18-2006, 01:14 PM   #28
dogged28
Member
 
Registered: Jul 2006
Location: Lubbock, Tx.
Distribution: Ubuntu Dapper Drake
Posts: 184

Rep: Reputation: 30
newbie here too but, i've installed ubuntu 6.06.1 on several systems old and new. it is also a live cd. i had the same problem with one machine (not due to the age of the machine). after switching out the memory, it worked. also, when it boots to the desktop you'll have to icons: samples and install. if you don't see that, then i'd suggest checking your memory since it runs in memory to begin with. if you install on the second drive, be sure to put the loader grub or lilo in the windows mbr. it should give you that option during setup. another thought could be just bad iso burns. can you burn them from another system? try that too or atleast consider it. man this is so much fun!!!! I LOVE LINUX AND ALL IT'S CHALLENGES!!!!
 
Old 09-21-2006, 02:02 PM   #29
renoir
LQ Newbie
 
Registered: Sep 2006
Location: England
Distribution: to be decided.
Posts: 12

Original Poster
Rep: Reputation: 0

Yes, at last . I have managed to get a live distro of feather linux to work.
Went on to the internet with firefox and evrything.
Wow it was as fast as lightening compared with XP.
This PC is going next week lets see if I can get Linux to work on an Intel Duo 6300 processor.
Thanks once again for everyones support.
I'm going to keep at it.
 
Old 09-22-2006, 08:28 AM   #30
dogged28
Member
 
Registered: Jul 2006
Location: Lubbock, Tx.
Distribution: Ubuntu Dapper Drake
Posts: 184

Rep: Reputation: 30
awesome job and good work!!!!! don't forget that this forum has a massive download list of different distros.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I Did Something Stupid... SentralOrigin Linux - Newbie 2 10-23-2005 03:35 PM
Stupid, stupid question; I lost Klaptop. :( Surfrider Slackware 2 08-31-2005 09:12 PM
Stupid Dumb Stupid Question... drigz Linux - Software 3 09-23-2004 03:09 PM
stupid stupid newb ? what to use instead of xconfigurator h00ligan Fedora 3 01-25-2004 09:51 PM
Stupid One ( 9.0 + 2.6.1 ) Denis Basta Slackware 7 01-23-2004 06:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration