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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
01-15-2006, 12:04 PM
|
#1
|
|
LQ Newbie
Registered: Jan 2006
Posts: 9
Rep:
|
Uninstall info needed
Hi
I installed Suse Linux 9.1 on my pc, and am now not sure how to uninstall it.
I can log into it, but there are obviously no uninstall options in the Windows XP partition.
Could someone advise me step by step, the best way to get it off my system .. if theres an easy way (and you'd think there would be) I would be very grateful
thanks
|
|
|
|
01-15-2006, 01:03 PM
|
#2
|
|
Senior Member
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Rep: 
|
Two problems needed to be considered.
(1) If you can boot to it that means Suse boot loader is in the MBR. You need a bootable DOS floppy with fdisk.exe inside or a Windows installation CD to overwrite Suse's boot loader. Which one has you got?
For floppy just boot it up and type
For installation CD, boot it up until it stops to ask to select 3 choices. Choose "Recovery Console" to get to command prompt and type
(2) Suse can disappear in 5 minutes flat in XP by
right click My Computer/Manage/Storage/Disk Management, then right click the Suse partition and choose delete. Just make sure it is the Suse partition as in XP you can only tell by its position, size and being a partition with no assigned letter by XP
|
|
|
|
01-15-2006, 01:06 PM
|
#3
|
|
LQ Newbie
Registered: Jan 2006
Posts: 9
Original Poster
Rep:
|
boot disk
Yes I have a windows XP Boot disk, so i'll just put this in and take the appropriate action
or should i delete the partition in XP first ?
thanks again
|
|
|
|
01-15-2006, 01:17 PM
|
#4
|
|
Senior Member
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Rep: 
|
Doesn't matter at all.
The delete partition can be used to create a FAT or NTFS partition and quick-formatted to become available for use, still within the 5 minutes!
|
|
|
|
01-15-2006, 01:22 PM
|
#5
|
|
LQ Newbie
Registered: Jan 2006
Posts: 9
Original Poster
Rep:
|
i know when it installed it created a swap drive and there appears to be a 5gb partition for linux and a 1gb partition which i think is the swap drive .. do i need to delete that as well .. although it might not be the swap drive
it is showing 2 unknown (healthy) partitions one at 5.10GB and one at 1004MB strangley both showing as 100% free
|
|
|
|
01-15-2006, 01:30 PM
|
#6
|
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,466
Rep: 
|
Yeah, you might as well delete your swap partition if you have no use for it.
|
|
|
|
01-15-2006, 01:45 PM
|
#7
|
|
LQ Newbie
Registered: Jan 2006
Posts: 9
Original Poster
Rep:
|
ahhhhhhhh
Yes ive got to the recovery consol, but XP is asking me for an administrator password to access it, and i haven't set one
is there a default admin password for the recovery consol
if i had set one it could only be one thing as all my passwords are the same and its not recognising it
Otherwise its coming up with a "GRUB>" COMMAND line .. any ideas ?
Last edited by accholder; 01-15-2006 at 01:50 PM.
|
|
|
|
01-15-2006, 02:00 PM
|
#8
|
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,466
Rep: 
|
If you didn't set an administrator password, you should just be able to press Enter.
|
|
|
|
01-15-2006, 02:04 PM
|
#9
|
|
LQ Newbie
Registered: Jan 2006
Posts: 9
Original Poster
Rep:
|
no its not having it ...... i have a lot of passwords at work .. i know i always use the same one
is there some way to do something with this GRUB> command line . .as i don't think i'm gonna get in this way .. and id rather not rebuild the whole machine from scratch
i am using an ACER set of recovery disks when i rebuild and it dosen't even give me the opportunity to put in admin passwords .. i don't think so i don't see how there could be one
Last edited by accholder; 01-15-2006 at 02:06 PM.
|
|
|
|
01-15-2006, 02:16 PM
|
#10
|
|
LQ Newbie
Registered: Jan 2006
Posts: 9
Original Poster
Rep:
|
I suppose i could re-install linux again ..... sigh - re-access windows and check out the admin password
Last edited by accholder; 01-15-2006 at 02:30 PM.
|
|
|
|
01-15-2006, 02:40 PM
|
#11
|
|
Senior Member
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Rep: 
|
No! If you have a Grub prompt
Let me give you the instruction to boot up Windows.
Do a
and Grub will list out the partitions in the first disk
If you have XP it should have a NTFS partition type ID 0x7. XP is usally in the first partition. Grub counts from 0 so your XP should be in 1st partition of 1st disk known as (hd0,0) to Grub. In that case you can boot XP up "manually" with these lines
Code:
root (hd0,0)
chainloader +1
boot
Report if you can do this or not.
Last edited by saikee; 01-15-2006 at 02:42 PM.
|
|
|
|
01-15-2006, 03:16 PM
|
#12
|
|
LQ Newbie
Registered: Jan 2006
Posts: 9
Original Poster
Rep:
|
I Can do that, but will I have to do it on every boot
thanks
i think the problem with my xp is that i'm running XP Home and apparently the administrator acount is only accessable in Safe Mode .. according to an article online .... of course this could be wrong searching google at the minute .. i have installed linux while i was waiting for your last answer so i'm back where i started ......
i am unable to access the internet in linux because when i go to install it, it asks me for dsl password details, however as i am using a d-link router the password is entered there in the router itself .... not sure how to set this up in linux
thanks a lot for you help anyway
Last edited by accholder; 01-15-2006 at 03:31 PM.
|
|
|
|
01-15-2006, 03:40 PM
|
#13
|
|
LQ Newbie
Registered: Jan 2006
Posts: 9
Original Poster
Rep:
|
explanation for recovery console situation has turned up
"Recovery Console Password
On many XP installations you can't start the Recovery Console because it won't recognize your password. This registry edit causes the Recovery Console not to ask for a password. This works for both XP Home and XP Professional.
Start | Run | Regedit
Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Setup\RecoveryConsole
Set the DWORD SecurityLevel value to 1
Exit Registry and Reboot"
might need to give this a go
Last edited by accholder; 01-15-2006 at 03:49 PM.
|
|
|
|
01-15-2006, 04:02 PM
|
#14
|
|
Senior Member
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Rep: 
|
You can make Suse boot XP very quickly.
Just amend its /boot/grub/menu.lst by addition the manual instruction you boot XP. Use the defualt to point to the booting alternative. Grub counts from 0 show
default 0 = boot the 1st system after timeout
default 1 = boot the 2nd system after timeout and so on
The speed Grub wait for you in the timeout statement. Just reduce the number if you want a fast boot and increase the number if you want Grub to wait longer for you to decide.
|
|
|
|
01-15-2006, 04:12 PM
|
#15
|
|
LQ Newbie
Registered: Jan 2006
Posts: 9
Original Poster
Rep:
|
ok sorted
ok I have uninstalled suse successfully using the reg hack to disable the recovery console
thanks a lot
I will investigate how to get my internet connection working and then install it again
I have a d-link ADSL router that autodetects my ISP hence no need to put in the password linux asks me for during installation
mmmmmmmm problem
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:15 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|