Sponsored Content
Full Discussion: Red Hat and LILO
Top Forums UNIX for Dummies Questions & Answers Red Hat and LILO Post 2549 by mib on Sunday 20th of May 2001 02:13:05 AM
Old 05-20-2001
From Linux you can uninstall LILO:
/sbin/lilo -u
-u device-name Uninstall LILO, by copying the saved boot sector back. man lilo for more info

If you have already deleted linux parttion use:
"fdisk /MBR" from your dos partition. This gets rid of LILO, and puts in Windows boot stuff.

Also a reinstall of Windows will erase your LILO in MBR.


HTH

[Edited by mib on 05-20-2001 at 02:15 AM]
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Red Hat 7.2.....

I just installed red hat 7.2 on my laptop. it's dual booted with xp and red hat. when i boot in to linux it boots up to the screen to ask me my name and pass....i put in root and my password. after this it goes to a blue screen and sits there. the after about 2 minutes it comes up with a fatal... (1 Reply)
Discussion started by: muzscman
1 Replies

2. UNIX for Dummies Questions & Answers

LiLo in Red Hat 8

I am about to go buy myself a wireless card for my Red Hat laptop. But I am going to have to recompile the kernel to run it in linux, and I heard that the GRUB bootloader gives you troubles when recompiling kernel. So, I booted off the cd to upgrade. I attempted to install LiLo and everything... (7 Replies)
Discussion started by: djtrippin
7 Replies

3. UNIX for Advanced & Expert Users

Red Hat 9.0 Upgrade

I just upgraded my RedHat 8.0 system to 9.0. The upgrade included a new kernel and several package updates. I upgraded by simply inserting installation CD and rebooted, selected upgrade system option. When I rebooted after the install I get the following message: INIT:Id "x" respawning too fast:... (6 Replies)
Discussion started by: google
6 Replies

4. Linux

Red Hat?

I have a Red Hat upgrade disk. I installed it and it corrupted my entire hard drive! I had gotten the disks out of a Dummy's book at my local library. Trying to install 'Red Hat', has cost me $100.00 in damages. (The cool part is my friend gave me that $100.00 part) Ah...A 120gig Hard Drive. Just... (3 Replies)
Discussion started by: hdk_mkr
3 Replies

5. UNIX for Dummies Questions & Answers

Red Hat 9 help

please help me how to install softwares in linux.i have a ethernet internet connection.i try to open the site on LAN to download internet client.but i cannot as our lan supports only internet explorer....i downloaded the linux client by booting thru XP......but i cannot c my NTFS partition thru... (0 Replies)
Discussion started by: shobhit143
0 Replies

6. Linux

red hat ee 2.6.9-42

hello. I would be greatfull if someone could tell me how will i see what dns server and gateway my red hat server uses. I tryied to find out by typing ifconfig command but i got : -bash: ifconfig: command not found , although man ifonconfig gives output with info about using that command. Is... (3 Replies)
Discussion started by: tonijel
3 Replies

7. Red Hat

Red Hat E 3

I'm am working with a Red Hat Enterprise 3 server. This is a dedicated server that is supposedly dedicated to one domain, but I have been tasked with trying to figure out if there are files on this system that are being accessed by other IP's. Does anyone know if how I would go about finding... (0 Replies)
Discussion started by: chrisPlusPlus
0 Replies

8. Red Hat

Red-hat

Hello, How do I see what IP addresses are connected to my machine? thanks (2 Replies)
Discussion started by: sonomao
2 Replies

9. UNIX for Dummies Questions & Answers

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ?

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ? (2 Replies)
Discussion started by: ahmedamer12
2 Replies
Bootloader::Core::LILO(3)				User Contributed Perl Documentation				 Bootloader::Core::LILO(3)

NAME
Bootloader::Core::LILO - LILO library for bootloader configuration PREFACE
This package is the LILO library of the bootloader configuration SYNOPSIS
use Bootloader::Core::LILO; "$obj_ref = Bootloader::Core::LILO->new ();" "$files_ref = Bootloader::Core::LILO->ListFiles ();" "$status = Bootloader::Core::LILO->ParseLines (\%files, $avoid_reading_device_map);" "$files_ref = Bootloader::Core::LILO->CreateLines ();" "$status = Bootloader::Core::LILO->UpdateBootloader ($avoid_init);" "$status = Bootloader::Core::LILO->InitializeBootloader ();" DESCRIPTION
"$obj_ref = Bootloader::Core::LILO->new ();" Creates an instance of the Bootloader::Core::LILO class. "$files_ref = Bootloader::Core::LILO->ListFiles ();" Returns the list of the configuration files of the bootloader Returns undef on fail "$status = Bootloader::Core::LILO->ParseLines (\%files, $avoid_reading_device_map);" Parses the contents of all files and stores the settings in the internal structures. As first argument, it takes a hash reference, where keys are file names and values are references to lists, each member is one line of the file. As second argument, it takes a boolean flag that, if set to a true value, causes it to skip updating the internal device_map information. Returns undef on fail, defined nonzero value on success. "$files_ref = Bootloader::Core::LILO->CreateLines ();" creates contents of all files from the internal structures. Returns a hash reference in the same format as argument of ParseLines on success, or undef on fail. "$status = Bootloader::Core::LILO->UpdateBootloader ($avoid_init);" Updates the settings in the system. Backs original configuration files up and replaces them with the ones with the '.new' suffix. Also performs operations needed to make the change effect (run '/sbin/lilo'). Returns undef on fail, defined nonzero value on success. "$status = Bootloader::Core::LILO->InitializeBootloader ();" Initializes the firmware to boot the bootloader. Returns undef on fail, defined nonzero value otherwise perl v5.12.1 2009-08-03 Bootloader::Core::LILO(3)
All times are GMT -4. The time now is 03:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy