Sponsored Content
Full Discussion: Help Uninstalling Linux!
Top Forums UNIX for Dummies Questions & Answers Help Uninstalling Linux! Post 58586 by skeet23 on Wednesday 24th of November 2004 11:53:04 AM
Old 11-24-2004
Help Uninstalling Linux!

Hello,

I have a laptop running Fedora Core 2, and I am trying to wipe it to put on Windows. Even though the CD is listed first in the boot order, it will not boot to the Solaris system disk.

How else could I format this laptop?

-skeet
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Uninstalling packages (.tar.gz)

Hi, I still don't know if there's a standard way to do this. I'm hoping there's a *more or less* standard way to do this across linux platforms but the platform in question is Gentoo. Let's say I download a source tarball as tar.gz and I do the typical gunzip app_to_install.tar.gz tar xvf... (2 Replies)
Discussion started by: d11wtq
2 Replies

2. UNIX for Advanced & Expert Users

Perl Installing, Uninstalling

I have some problems with mysql, and maybe perl installation faults. I have installed perl by source. I followed default configuration (e.g. ./configure, make, make install). I have installed perl just because it was required for mysql's installation. But now I have some problems. If I will... (8 Replies)
Discussion started by: kisoun
8 Replies

3. Debian

Uninstalling programs?

How can I uninstall a program the most efficient way? So that I get rid of all the man pages etc. too? I'm running debian. /Richard (1 Reply)
Discussion started by: riwa
1 Replies

4. UNIX for Dummies Questions & Answers

Uninstalling Mysql 5.0.15 tar file

Hi Everyone, I want to uninstall mysql-standard-5.0.15-linux-i686.tar. The problem is i don't no how to uninstall tar file. I know how to uninstall it through rpm but we have a binary file. can we use make uninstall or remove comand to do so? Or there is some other way of unistalling tar files.... (1 Reply)
Discussion started by: atul.saxena
1 Replies

5. Shell Programming and Scripting

more intelligent way of uninstalling a RPM

Hi all, I'm writing an uninstaller for a bespoke piece of software that we deploy to our Linux terminals. One of the packages we install is the JDK (Java Development Kit). Now over the years we have quite a number of different versions installed with different package names. In my uninstaller... (0 Replies)
Discussion started by: _Spare_Ribs_
0 Replies

6. Solaris

Uninstalling Vendor Software

Hi admins, thanks for community i have installed a software ( it's a specific soft from a specific vendor : i mean it is not a SUN product ). the install was trough a .tar.gz file and with an "install" executable ( so the command was simply #./install ) my pain now is how to uninstall it... (10 Replies)
Discussion started by: hmaiida
10 Replies

7. Cybersecurity

Uninstalling OpenSSH on Tru64

Hi Can anyone point me to any documentation or can provide instructions on uninstalling OpenSSH (4.7p1) on Tru64 UNIX 5.1a? Thanks (0 Replies)
Discussion started by: sgajraj
0 Replies

8. Linux

Uninstalling a broken software rpm in Linux

Hi, I have a installed a package(some X) on my linux machine. But now I want to unistall it but some of the file required for unistalltion are missing. Can someone tell me how to remove that rpm (package) from my machine. I am trying Install it again. But for it, i need to uninstall it... (1 Reply)
Discussion started by: eamani_sun
1 Replies

9. UNIX for Dummies Questions & Answers

Recompiling and uninstalling existing applications

Hi everyone, I'm new-ish to Unix outside of being a basic user in the past. So some background on my experience level when asking this question. My current laptop, running OS X 10.5, had Apache and PHP installed when I bought it. However I need to recompile these now to add features which... (0 Replies)
Discussion started by: werdenaz
0 Replies

10. UNIX for Dummies Questions & Answers

Help Uninstalling Packages that were Installed Today

Hello All, SuSE 11 SP3 (*3.0.101-0.47.71-default, x86_64) I was attempting to install a MySQL update on a web server we use for internal stuff within the network. Since the OS didn't come with an update in the pre-installed repos, I went to MySQL's site and found a Repo for my OS version at... (0 Replies)
Discussion started by: mrm5102
0 Replies
BOOT.CONFIG(5)						      BSD File Formats Manual						    BOOT.CONFIG(5)

NAME
boot.config -- Configuration file for the boot blocks DESCRIPTION
The boot.config file contains options for the FreeBSD boot block code. When the FreeBSD boot loader runs, it searches the ``a'' slice of the boot partition for a boot.config file (as a result, slices which are missing an ``a'' partition require user intervention during the boot process). If the boot.config file is found, its contents are used as the default configuration options for the boot block code and are echoed to the system console. A valid format of this file is to put BIOS drive number, a controller type, a unit number, a partition, a kernel file name, and any other valid boot(8) option on a single line, as it is done at the ``boot:'' prompt. The options related to the boot image selection described below and all the other options available for boot.config are documented in detail in the boot(8) manual page. FILES
/boot.config parameters for the boot blocks (optional) EXAMPLES
The command: # echo "-P" > /boot.config will activate the serial console of FreeBSD. The command: # echo "1:ad(1,a)/boot/loader" > /boot.config will instruct the second stage of boot(8) on the first disk to boot with the third boot(8) stage from the second disk. The command: # echo "1:ad(1,a)/boot/loader -P" > /boot.config will do both of the above. SEE ALSO
boot(8), loader(8) AUTHORS
This manual page was written by Daniel Gerzo <danger@FreeBSD.org>. BSD
May 13, 2007 BSD
All times are GMT -4. The time now is 05:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy