PDA

View Full Version : Cleaned non-working Debian off.How do I re-install properly?



giant_toaster
12-07-2005, 06:38 PM
OK, I installed Debian 31r0a -i386 on my computer but couldn't log in properly, so I tried reinstalling it on top of the old version, but funnily enough that messed things up a little, so that GRUB couldn't load properly and all was bad. Luckily this forum exists, so I looked how to "ungoof" my MBR, and all is well again.

So the main question is, what did I do wrong?

I am going to try and reinstall now, hopefully by the time I get back to this page I will know!

Also, should I choose the newest version of the kernel I can? Last time I choose the oldest version for some reason.

Thanks for your help,

Hopefully I will be typing my reply to this in Debian...

Rich

giant_toaster
12-07-2005, 07:34 PM
Ok, still in windows!

I reinstalled, but evidently choose the wrong xfree driver. Which should I choose, I am using intel integrated graphics... And how do I change this, now that Deb is installed?

Also, when I partition my disk, if i choose 32mb ext2 for boot, 512mb swap, 5 GB ext3 usr, and rest of the drive in fat32, it won't install... I had to choose the recommended for beginners setup...

I would like it to be totally seperate booting, as in normal startup just gpoes into windows, but if i ask my bios to boot from the second drive it goes into GRUB... how do I make this work?

THanks!

Harry Kuhman
12-07-2005, 07:55 PM
I'm going to defer to Underscore on questions of installing Debian, hopefully he can guide you soon and it will be better that the blind leading the blind of my trying to help.

As to booting, I personally prefer to use a boot loader like the simple SBM or the beautiful and quite eliquent XOSL. With either of these programs installed to hard disk you can just install the Linux boot loader to the Linux partition rather than to the MBR. Then if you want to install more systems, or change things, or delete and remove Debian altogether, you don't affect the other systems. That's not to say that if you're a grub expert that you can't use grub as a boot loader. But I've seen enough problems posted about it and lilo, I've elected to do things the easy way.

giant_toaster
12-07-2005, 07:58 PM
I am going to reformat the drive and reinstall again I think! 3rd time lucky!

So, when I install Debian and get prompted to install grub, I shouldn't install it, or lilo, but then when do I install? Surely I won't be able to boot Debian?

Think I need i810 driver for Xfree...

I'm getting there!

Rich

Harry Kuhman
12-07-2005, 11:58 PM
So, when I install Debian and get prompted to install grub, I shouldn't install it, or lilo, but then when do I install?
if you choose to do it the way I do, try this approach:

First, Install XOLS (my choice) or SBM.

Next, Install Debian. When you get the prompt about Installing grub, one of your chopices is to install it to the mbr, another is to install it to the same partition that Debian is being installed to that. Take the choice that installs it to the Debian partition. You can install multiple copies of Linux this way, each with it's own copy of grub (or lilo), no need to ever change or recongfigure a boot loader unless you recompile the kernel.

When you reboot, if using XOSL you go into setup and configure another boot option to boot the Debian partition. If using SBM you get a list of all partitions it sees (you may need to force a rescan) and you need to pick the Debian partition from this list. The SBM approach is ugly (IMHO), but it works. The XOSL approach is much cleaner looking, actuasly includes a number of extra features I haven't talked about here, but does take a little more disk space, as XOSL will not fit entirely in the MBR as SBM will.