Stop Microsoft
All Things Microsoft => Microsoft Software => Topic started by: Ice-9 on 4 June 2002, 02:56
-
got my new WD harddrive and set up Suse 8.0.
It went as smooth as I've ever seen an OS install.
Geforce3, Terratec soundcard, both my Intel NIC's, everything detected and almost nothing to configure manually.
Now I just have to get used to the file manager
;)
It's mostly after reading the posts of the regulars around here that I decided to go for it, so thanks all ...... and erm, tips are alays welcome (http://smile.gif)
-
you're welcome! you are a lucky bugger though, my laptop has done nothing but fuck up in a million irritating ways since i got linux. Actually that's a lie, it was fucking up at least as much when it was windows only... hmmm.
Welcome to the fold, ice...
-
File manager? What's a file manager? (http://smile.gif)
-
Well it seems I have a problem after all, lucky that I can still boot in Linux now (http://smile.gif)
I decided to reboot my system just to see if the resizing of my Win2K partition didn't fuck up and my system wouldn't boot Windows :/
I restarted in Linux and where in my previous session I could see a Windows dir with files in it, the dir is still there but empty :(
I still have some stuff to retrieve from that partition (fat32), anyone an idea?
-
How did you resize your Win* partition? And what type of partition is it (FAT/FAT32/NTFS)?
-
The partition is Fat32 and Yast2 resized it automatically to 17GB (coming from 40) ext3.
Weird thing is I was able to access files in that dir before I rebooted :(
-
Just ignore the "ext3", it's the journalling system I chose, nothing to do with my Win partition.
-
That's funny. I'm using SuSE Linux 8.0 as well but haven't had any problems with my Win partition yet. Did you partition manually or let YAST2 do the whole job?
-
I let Yast do the whole job.
-
I think I know what your problem is... Do you mean you can't see the windows files when booted in Linux? Sounds like your Windows partition is not mounted. "/windows" would just be the mount directory. Open a shell and type "mount" which will list what partitions are mounted. Then to mount your Windows partition you would "mount /windows" (or use whatever directory is your Win partition mount point). Also, not being familiar with SuSe or Yast I would be willing to bet that Yast has a graphical mount utility that will set up the partitions that you want to mount and weather to mount them at boot time.
[ June 03, 2002: Message edited by: VoidMain ]
-
Ok, thanks, did that and now I can see the files from Linux.
Gonna try a reboot now to see if Winblows loads.
-
That won't effect which operating system boots at boot time. That is the job of the boot loader (LILO or GRUB). If you are having a problem where Windows isn't available on your boot menu you need to change your boot loader options. Yast should also be able to do this (again, I have never used Yast so hopefully someone else can take it from here).
[ June 03, 2002: Message edited by: VoidMain ]
-
No luck, system halts on a black screen saying "Loading Windows" :(
I let it sit there for a few minutes and nothing happens, Windows is listed in LILO, it just doesn't load.
-
Do you have any documentation from SuSE available? Did you buy the distro or just downloaded it?
-
I bought it and I'm currently reading the manual to see if I can find anything helpful in there but so far no luck.
I also checked the partitions in YAST and everything is listed correctly, except maybe that my Win2K is listed as Win95 Fat32 partition.
-
Have you tried creating a Win2K boot disk from another Win2k machine (assuming you didn't create one before you installed Linux) and booting from a floppy? You can create one that contains nothing more than the Win2K boot loader and the BOOT.INI to try and boot you Windows system. Also you could try and run the Win2K repair by booting from your Win CD (create a Linux boot floppy first).
-
Shouldn't I move LILO to a floppy disk first and then boot from my Win2K bootdisks?
(of course I have Windows boot disks, you wouldn't want to jump from a bridge without safety net, would you?) (http://smile.gif)
-
Ok. This will be a bit lengthy but try to keep up. Following are the instructions for dual booting Windows NT and SuSE Linux as taken from the Reference manual for SuSE Linux 8.0 Professional:
quote:
1. If Windows NT and Linux need to coexist on the same hard disk, use the NT boot manager for booting. This can either start the kernel images or the boot sectors themselves. Execution of the following steps prepares everything for a peaceful coexistence of Linux and Windows NT:
A. Install NT
B. Partition the NT disks (using FAT so Linux can write to them)
C. Install Linux as usual (in our example the root partition is on /dev/sda3). Mount either the DOS partition or an error-free DOS floppy disk (for example, on /dos)
D. Install LILO, but install it in Linux's root partition (/dev/sda3), not in the MBR (/dev/sda). You may still configure a selection of Linux kernels for LILO. See the following file for a lilo.conf
%
# LILO Configuration file
# Start LILO global Section
boot=/dev/sda3 # Target of installation
backup=/boot/boot.sda3.970428 # Backup previous boot sector;
#28. Apr 1997
prompt
timeout=100 # Wait at prompt: 10 s
vga=normal # force sane video state
# End LILO global section
# Linux bootable partition config begins
image = /vmlinuz # default image to boot
root = /dev/sda3 # Here the root partition!
label = Linux
# Linux bootable partition config ends
After editing lilo.conf, install LILO as usual with /sbin/lilo.
E. Copy the LILO boot sector to a location where NT can find it. For example,
earth: # /bin/dd if=/dev/sda3 bs=512 count=1 of=/dos/bootsek.lin
This step, as wellas the following, must be performed after every kernel update.
F. Boot NT. Copy bootsek.lin from the data disk to the main directory of NT's system drive, if it is not already there.
G. In boot.ini (first setting attributes), supplement, at the end, c:\bootsek.lin="Linux".
H. After the next boot (if everything went smoothly), there should be an entry in NT's boot manager
Only proceed to all of the above if you really know what you're doing. Do not hold me responsible for any data losses. Good luck ;)
-
You would want to create a Linux boot disk. There should be a utility to do this. In RedHat there is a command line utility called "mkbootdisk". If you have this utility then stick a floppy in your floppy drive and type:
mkbootdisk <kernelversion>
On my system that would be:
mkbootdisk 2.4.18-3
Type "cat /proc/version" to get your kernel version or do an "ls -s /lib/modules" which should contain a directory named exactly what you have to use as the argument to mkbootdisk (contains your kernel modules). Make sure to test the boot disk before running your Win repair disk.
[ June 03, 2002: Message edited by: VoidMain ]
-
Erm, thanks but this is a lttle over the top for me ;)
Apparently the Professional Edition is a little more thorough tan the Personal Edition (http://smile.gif)
I'll try to move LILO to a floppy disk and boot from my Win2K floppies.
In the meantime if anyone comes up with something a little more newbie friendly .....
-
Well, I don't know how you plan to "move LILO to a floppy" but doing it manually would certainly not be easier for a n00b. Didn't you create a Linux boot disk at SuSe install time? It should have asked you if you wanted to create one. If not Yast should have an option to create a boot disk (and it probably will just run the "mkbootdisk" command).
-
Hehe, the "over the top" was directed to Hoojchoons (http://smile.gif)
And Voidman, I thought I could move the LILO bootloader to another location, including a floppy but it doesn't seem to work.
There is such an option in YAST but .....
-
Heh, I'm posting this from work as I was unable to boot neither Linux nor Windows yesterday night, guess my first Linux install wasn't that succesful after all ;)
Well Linux was fine but Windows was fubar.
Win2K repair did nothing, when booting from harddrive all I got was a black screen full of "1" and "0", tried to boot Linux from the boot disk, same result, except that I got a screen full of "1001" and stuff like that.
So I guess I'm back to start, gonna do a fresh install of Win2K and Linux on another drive and try to retrieve my data by setting the actual drive as slave.
Hope it will work this time, any tips on dual booting Win2K/Linux other than not setting up LILO in the MBR?
Thanks all for the help anyway, I guess these are the kind of things that happen during a learning process ;)
-
You should really try hoojchoons' solution there before giving up on it, i find that trying things is a lot easier than reading about them...
-
Hehe, I'd like to try out his solution (even if it seems difficult at first) but I can't boot at all anymore, not even with the Linux boot disk .....
-
it's a funny situation, i would certainly recommend that you set up lilo in the MBR, and i haven't tried GRUB which may be better for you...
However, i would use something like pqmagict in DOS to set up the partition table first and not actually touch it when the install of the OSs is in progress. i would do it as follows:
1: Windows partition
2: 10Mb of free space to stop windows from reaching (and changing) yr linux partition
3: Linux native
4: * A logical partition containing the next two partitions
5: - linux swap partition
6: - a fat32 partition for any files that are not system related.
the last one there will enable you to piss about with both systems while never coming near your actual files, also you will be able to access those files from both OSs, and it leaves you free to have win2ooo as an NTFS installation.
finally, if yr BIOS is set up to boot from a floppy, you should have no problem booting from a startup floppy unless the disk is corrupt. the BIOS looks for a floppy and boots from it without ever reading the hard drive at all.
[ June 04, 2002: Message edited by: Calum ]
-
It seems obvious that the system won't look at the drive at all when booting from a floppy, I guess something went wrong during the process of making the linux boot disk (Linux told me that the disk was created ok though).
But when I boot from floppy, screen goes dark and nothing else but "1" and "0" all over the place.
However I printed out this whole thread and some of linuxquestions.org threads plus some exerpts of Suse faq's.
Gonna try a few more things when I get home later and if nothing works I'll start over from scratch.
-
Well, it seems that SuSE's advice really is a bit scary for a newbie. As it involves editing the lilo.conf file I would suggest that you try oyt other alternatives before deciding to go on with this. If, on the other hand, nothing works then try SuSE's advice as a last resort. I wish you good luck ;)
-
editing lilo.conf isn't that hard for a newbie, if you are following a printed guide, here's a couple of quite helpful looking links:
http://www.phpbuilder.com/forum/archives/4/2000/11/1/1050 (http://www.phpbuilder.com/forum/archives/4/2000/11/1/1050)
this one has all the stuff you will probably have found out already, but deceptively simple
http://www.lugor.org/sig/newbie/lilo/ (http://www.lugor.org/sig/newbie/lilo/)
this one looks incredibly good, with instructions for how to read the documentation that is already on your machine and links to other howto guides and so on.
hope this is of some help at least, i edited lilo.conf as a newbie and there is nothing to be afraid of, i think it's better to get used to editing text files than relying on graphical tools, you may as well use windows otherwise!
-
Hey, I would like to thank all the people who tried to help me out with this.
Like I said in a prvious post I tried some stuff (which didn't work) and I started again from scratch.
Now it works like a charm, well actually Linux is set up already and now I still have like a few hours of work to get Win2K to the point where it took Linux 30 minutes to be (http://smile.gif)
I have 1 little problem to resolve though ;)
I can't see my mouse cursor in Linux, the correct mouse is selected, i can click and if I'm lucky and happen to be over an icon it will work, if I right-click a menu appears so apparently it works fine, except for the fact that I can't see the cursor.
Now if you guys would throw in the extra help for this I would be grateful for the rest of my life (http://smile.gif)
-
You could try configuring your mouse from sax2. All you have to do is to log in as root and click on the Sax2 configuration tool.
-
Heh, thanks man but :
Click on the Sax2 configuration tool how cute (http://smile.gif)
You ever tried to click on an icon when you can't see your mouse pointer? ;)
Now, I managed to log in as root and found Sax (I think) but it doesn't work, probably because I can't click on OK after making changes.
Now, I would edit my XF86Config, but I haven't got the faintest idea of what to put in it .....
My mouse is a M$ Intellimouse Web with scroll wheel.
Anyone?
-
Oops, sorry (http://smile.gif) . Well, if in graphical mode do the following: 1)Switch to text mode by pressing Ctrl+Alt+F1, 2) Log in as root, 3) Switch to runlevel 3 by typing "init 3" (without the quotation marks) at the prompt. After that just enter the command sax2. That's all..
-
If I were in your place I wouldn't edit the XF86Config file. This could prove to be a catastrophic move for a newbie. If nothing else works, especially sax2, then you should try a bit of editing. I'm sure that some guys here would say that you should go on with editing. It's not that simple though.
-
IT WORKED!!!!!!!!!
Thanks a lot, I will be grateful for the rest of my humble life (http://smile.gif)
If you ever plan a trip to Belgium, let me know, we'll have a few beers ;)
-
Well, I still have to visit Brussels. My aunt and my cousins live there permanently. When I visit you'll be the first to know ;)
-
Hehe, don't hesitate, I live only a few minutes away from Brussels, I could show you a few interesting pubs ;)
-
I know that Brussels is a beautiful city as my cousins heve told me although very rainy and cloudy as the rest of Belgium. I'm simply mentioning that because we're a bit spoilt here in Greece due to the fact that it's almost always very sunny and warm. I also know that it's a matter of simply adapting to the climate because I've studied in the UK as well, so you get the idea. Anyway, have fun with using Linux. It's a bit of a pain in the arse in the beginning but that's until you get used to some simple UNIX notions like the filesystem, the bash etc. If you have any questions don't hesitate to post. I'd be happy to help ;)
-
Ok, thanks, I'll remember that whenever I'm stuck and can't find the answer on my own.
I followed some of Calum's links to linuxnewbies.org and printed out a lot of stuff like "Beginner's guide to the bash shell" so I can try some stuff out when I get home in a couple of hours.
Seems like I'm gonna have loads of fun with this, finally something new and exciting to learn (http://smile.gif)
-
EDIT: I didn't know there was a seccond page.
-Justice
[ June 12, 2002: Message edited by: iustitia ]