Sponsored Content
Top Forums UNIX for Dummies Questions & Answers in need of serious help with Grub and Linux, Windows XP Post 77495 by mattzway on Saturday 9th of July 2005 08:39:01 AM
Old 07-09-2005
Aye...

This is driving me nuts and it's so random too! I was just using the internet the last time I used the d*mn thing... Is there anyone that knows something?

Do those other Linuxes, Mandrake, etc work like Redhat since my college uses Redhat 9? I know Fedora Core is very close to it and thats why I liked it in the 3 months that I had it running.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Can't get GRUB to boot Linux!!!

I have installed Linux 7.2 on a IBM xseries 235 server with 5 scsi hard drives and ServerRaid-5i Ultra320 scsi controller. I started my installation by configuring the raid controller. I created 2 arrays, raid 1 and raid5. I then proceeded to install Linux and load the drivers. After the... (2 Replies)
Discussion started by: cstovall
2 Replies

2. Linux

GRUB and windows XP

After playing a bit with GRUB I got it to boot my windows XP and my Fedora (yeay!). But now my windows became awfully slow (hd seems to be the problem). Does anybody have an idea what could cause this? settings: default=1 timeout=10 splashimage=(hd1,0)/grub/splash.xpm.gz title Fedora... (1 Reply)
Discussion started by: Micky
1 Replies

3. Linux

How to get back Linux Grub screen

I had Linux and win98 installed on my PC, then I installed winXP and it has replaced the Grub Bootloader, now on booting up I get to see only win98 and winXP to choose from, Now how do I get Back the Grub screen with Linux as a option or how do I boot into linux. :confused: (3 Replies)
Discussion started by: er.pankaj
3 Replies

4. UNIX for Dummies Questions & Answers

Is there a way to get rid of GRUB and any OS selector so that Linux starts....

Is there a way to get rid of GRUB and any Linux OS selector so that Linux starts automatically without having to wait for GRUB to go through it's OS choice process? I want to keep the Windows OS selector and have it so when I select Linux, it goes right to Linux and not another selector. Know what... (0 Replies)
Discussion started by: mattzway
0 Replies

5. UNIX for Dummies Questions & Answers

Grub can't find Windows XP

grub was working beautifully on my old hard drive. I cloned my drive, and reinstalled grub. My linux partition loads fine, but when I click on Windows, grub simply sends me back to the grub prompt with no error message. On investigating, it appears that grub hasn't loaded the windows kernel. (I... (2 Replies)
Discussion started by: LeoSimon
2 Replies

6. Linux

grub error 22,after removing linux partitions only windows is threre.Pc not booting.i

hi, in my pc linux and windows was there with 2 hdd in raid.i removed linux partititons.Now my ps is not booting giving grub error 22.Nothing works.I hace my data in windows.Hard disks are RAID.when tried to go to recovery mode from windoes boot cd,it says hard disk not detected.when tried with... (2 Replies)
Discussion started by: pankajd
2 Replies

7. UNIX for Advanced & Expert Users

grub to boot windows

Hello, I am using debian-5.0.0(lenny) . I installed windows xp(a hacked version) on a usb stick. this stick works perfectly well and boots off a windows system successfully. but on linux it is finding problems to do so. So I finally decided to put a grub entry to boot off the usb HDD. ... (8 Replies)
Discussion started by: gaurav1086
8 Replies

8. UNIX for Advanced & Expert Users

Grub installation fails in Linux BMR..

Hi all, This topic is purely on a problem in installing grub in my LINUX BMR process... A major problem too.. I am designing Linux BMR where i do the following.. Backup the " / " as a whole .. with partition details ..etc And using the Knoppix Live CD i first create the partitions... (1 Reply)
Discussion started by: selvarajvs
1 Replies

9. UNIX for Dummies Questions & Answers

Linux first or GRUB first ?

Hi everyone, I am having trouble of understanding the concept of GRUB bootloader in Linux. My questions are-: Do we install GRUB first and then install Linux ? Does GRUB act as a bootloader for Windows if we are trying to dual boot Windows and Linux ? Or does GRUB load the Windows... (4 Replies)
Discussion started by: sreyan32
4 Replies
Bootloader::Core::NONE(3)				User Contributed Perl Documentation				 Bootloader::Core::NONE(3)

NAME
Bootlader::Core::NONE - library for blank configuration PREFACE
This package is the NONE library of the bootloader configuration SYNOPSIS
use Bootloader::Core::NONE; "$obj_ref = Bootloader::Core::NONE->new ();" "$files_ref = Bootloader::Core::NONE->ListFiles ();" "$status = Bootloader::Core::NONE->ParseLines (\%files, $avoid_reading_device_map);" "$files_ref = Bootloader::Core::NONE->CreateLines ();" "$settings_ref = Bootloader::Core::NONE->GetSettings ();" "$status = Bootloader::Core::NONE->SetSettings (\%settings);" "$status = Bootloader::Core::NONE->InitializeBootloader ();" DESCRIPTION
"$obj_ref = Bootloader::Core::NONE->new ();" Creates an instance of the Bootloader::Core::NONE class. "$files_ref = Bootloader::Core::NONE->ListFiles ();" Returns the list of the configuration files of the bootloader "$status = Bootloader::Core::NONE->ParseLines (\%files, $avoid_reading_device_map);" Simulate parsing lines. Do nothing. Return non-zero for success. "$files_ref = Bootloader::Core::NONE->CreateLines ();" Simulate creating lines and return empty lines hash structure. "$settings_ref = Bootloader::Core::NONE->GetSettings ();" returns the complete settings in a hash. Does not read the settings from the system, but returns internal structures. "$status = Bootloader::Core::NONE->SetSettings (\%settings);" Do nothing, as none bootloader cannot change internal settings. "$status = Bootloader::Core::NONE->InitializeBootloader ();" Simulate initializing bootloader. Allways success. perl v5.12.1 2009-06-02 Bootloader::Core::NONE(3)
All times are GMT -4. The time now is 03:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy