General :: Adding Existing Distro Back To Boot Loader?

Mar 19, 2011

Have 3 linux distros on 3 hard drives. lost one distro from boot loader. how do I restore missing distro to boot loader? drive was not written to when one distro (drive) was updated.Example drives a, b, and c each had listing on boot loader, now after upgrade to distro on drive b order on boot loader is drive b then a and none for c.

View 5 Replies


ADVERTISEMENT

General :: Windows 7 - Make A Boot Loader Load The Existing Boot Loader From The First Partition?

Jun 14, 2010

I installed ubuntu using wubi and then I tried installing grub 2 but it failed. I need a way to reinstall the mbr sp it will load the windows 7 loader from the first partition.

View 1 Replies View Related

Slackware :: Adding 13 To Grub Boot Loader Of Ubuntu 9.10

Jan 28, 2010

I'm using slackware 13 and now i want to add slackware 13 to grub .How do i have to do it ? Slackware is great to learn because i've a lot of linux using slackware than using any other distro. But some programs are dependant on other which i was not able to install, they call it dependencies. Even though compiling from source is great but runnning the program is a problem as the program terminates may be because of some dependency not installed.The same goes with sbopkg and others ..As of now i'm thinking of installing Ubuntu along with Slackware13 as this system is used by everybody in the family. How to add slackware to Ubuntu's grub.......

View 3 Replies View Related

OpenSUSE Install :: How To Get Back Suse Boot Loader

Aug 2, 2011

Now after my experiments with Open Indiana on another partition, I have rewrite my Suse Grub, that was as in / suse partition as in MBR. Suse partition is intact as well as files in /boot/grub, but in MBR is boot loader of Open Indiana as primary. How can I get back Suse boot loader. On Installation media under Rescue system I didn't find any option for re-installation of boot loader.

P. S. Now I can run Suse completely in Gui without any problem, because, I made some changes, in Open Indiana boot loader, but I would like return a Suse Grub.

View 1 Replies View Related

General :: Adding Users To Existing Group

Aug 26, 2010

I've been asked by my professor to add the list of users to a linux server (not sure of the OS type I think he said debian) but anyway. He gave me this script to add users.

Code: #!/bin/bash
# Script to add a user to Linux system
if [ $(id -u) -eq 0 ]; then
read -p "Enter username : " username
read -s -p "Enter password : " password
egrep "^$username" /etc/passwd >/dev/null
if [ $? -eq 0 ]; then
echo "$username exists!"
exit 1
else
pass=$(perl -e 'print crypt($ARGV[0], "password")' $password)
useradd -m -p $pass $username
[ $? -eq 0 ] && echo "User has been added to system!" || echo "Failed to add a user!"
fi
else
echo "Only root may add a user to the system"
exit 2
fi

I need to see if I can get this script to read a file that list the usernames and their passwords using the pipe command (or some similar command) so I can just do it in one batch. I've done some searching but there are so many vairiations of the code that I've confused myself. Also, I'm not too familiar with linux, it's been a few years since I've used it but in the prior script, I need to add the users to an existing group named "forensics". Which line would I change/add in order to do this?

View 3 Replies View Related

General :: Adding XP To An Existing Ubuntu System

Oct 4, 2010

I want to move my windows XP image from my old PC's C: and put it onto my new PC, with Ubuntu 9.10 already on it. Will this procedure work?First I'll burn an iso image of the windows C: to a CD or DVD, using the Win XP computer. Then, I'll load a (live Ubuntu), from my thumb drive and boot into my new PC, and move the Ubuntu partition to another location, in order to create the partition needed to install a Windows OS. I know that Windows, God bless them, needs to be first on the HDD. This procedure will destroy the grub loader.Then rebooting should load correctly to the grub bootloader, right?

View 9 Replies View Related

Fedora :: Get The Graphical Screen Back By Adding Vga=795 To /boot/grub/grub.conf

Nov 21, 2009

since i have installed the nvidia drivers i have lost the graphical boot and just had a bar at the bottom of the screen instead. i tried to get the graphical screen back by adding vga=795 to my /boot/grub/grub.conf but when i rebooted not only did i not get the graphical boot or the toolbar at bottom.

i got list of all the drivers and services it is starting with ok next to it. i have also since doing this lost the bit when restarting or shutting down getting the words restarting or shutting down and just get blank screen with flashing cursor. i removed the vga=795 and i still get the list of drivers/services loading.

how do i get the quiet option back. i have checked /boot/grub/grub.conf and it has the quiet in it.i have also tried running update-grub but get message command not found. i have attached the grub.conf file

View 3 Replies View Related

General :: Adding Memory From Dedicated Kubuntu Partition Back To Vista

Jan 16, 2010

I decided to remove my Kubuntu partition until I can fully dedicate my time to figuring out linux (right now I need Windows for certain things, i.e. flash and my zune).

I fixed the MBR, but the problem now is I have a 142.77 GB partition of free space. What do I do? Do I just delete it?

When I click delete this is the message I get:
"This is an Extended partition. This partition will become inaccessable if you delete it. Are you sure you want to delete this partition?"

I am essentially asking if this just means the partition will be gone and not the memory, and where the memory goes if I delete the partition.

View 6 Replies View Related

General :: Grub Boot Loader With Puppy - Cannot Boot From My Hard Drive

Nov 1, 2010

I'm trying out puppy linux, as I have an old system, and the new Ubuntus do not work on it.

Anyway,I cannot boot from my hard drive but only from the floppy.I'm just not too keen on always booting from the floppy.

Here is the Menu.ls file:

View 8 Replies View Related

Ubuntu Installation :: Add 2nd Distro Entry To Existing GRUB In Puppy4.2.1?

Jan 2, 2010

i have puppy 4.2.1 installed on my hdd and have frugal installed a older version inside the existing puppy and would like to add it to the existing GRUB menu

View 6 Replies View Related

Programming :: Adding New Selections To The Existing Script?

Mar 19, 2010

i have two scripts called:

"type" & "selecttype".

In "type" i have only the name of the products ex.: product1 & product2. Now, i have to ADD product3 which includes sub categories: productA, productB, productC, productD, productE, productF. so my New type script (menu) looks as below:

1) product1
2) product2
3) product3

and my current selectype looks how can I add the new product3 argument with all other multiple selections (productA, productB, productC, productD, productE, productF) into my current selectype (as below which is set only for product1 & product2), so when a user select: 3) product3 from "type" would get a new menu of all the sub categories, and the script would process the new additional arguments.

Here is the copy of my selectype script:

#!/bin/sh
echo SELECTTYPE
export -n selecttypechoice
if [ "${upgrade}" == "yes" ] ; then

[code]....

View 5 Replies View Related

Fedora :: Adding Second Drive To Existing System For RAID1?

Jul 31, 2011

I have an existing Fedora 15 system installed from scratch.I've ordered a harddrive identical to my SDA and want to add it to my existing system as a RAID1 setup.I've googled around and cannot find recent clear instructions how to accomplish this. I don't want to reinstall everything from scratch. It should be possible to create the RAID1 using the existing data disk and then mirror everything up?

View 1 Replies View Related

Ubuntu Installation :: Adding Windows XP To Existing 10.10 Install

Mar 11, 2011

After spending almost 100 hours trying to get my MP3 player working I have decided to add an XP partition and use it there.I am an Ubuntu newbie and am finding the whole "new-dos" experience too frustrating for words.Can someone please explain in ENGLISH for an IDIOT how I can do this.

View 9 Replies View Related

Red Hat / Fedora :: Adding Existing Memory In Sdb1 To Sda1?

Nov 30, 2010

Here is the output of disk free space

# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol00 940287756 3320512 888432924 1% /
/dev/sda1 101086 21142 74725 23% /boot
tmpfs 7730504 0 7730504 0% /dev/shm
/dev/sdb1 2884158292 74736 273757667 1% /data

Now,I wanna add a large amount of memory in sdb1 to sda1 to increase the available memory.Is there a way I can do this?

View 4 Replies View Related

Networking :: Adding Wireless Router To An Existing Network

Dec 22, 2010

I have an existing network that connects to the 'net via a Linux-based firewall. That system has two ethernet interfaces: one to the DSL modem and the other to the internal switch. Future plans were for adding a second "internal" interface with the idea of moving servers into that (think DMZ). But while I was planning for that, the missus has decided she wants to pick up a Windows laptop and would like to be able to use it wirelessly at home. I have access to a (free!) Netgear WGR614L and was hoping it would work. Unfortunately, I'm unsure how to add the wireless capability to our network.

Questions:

Is it best -- or even possible -- to use one the wireless router for this?

Is it possible to merely hang the Netgear router off the internal switch and set it up for the wireless users? Or...

Would I need to add another ethernet interface to the firewall and hang the router off that? The address of this new interface would act as the default route for the wireless users. Then I'd need to (I assume) add more rules to the iptables configuration to deal with the new network. (I sort of like this option -- it it's actually feasible -- as I can easily shut down any wireless access by logging into the firewall and stopping the interface connecting the wireless router.)

I've taken a look at the setup guide on the CD that came with the router and it assumes that you have a modem connecting your PC to the internet. The instructions have you placing the wireless router between the modem and that PC. For our network, that would have the wireless access coming into the "dirty" side of the firewall. (Not what I would like.)

View 4 Replies View Related

Software :: Adding Partitions To An Existing Image File?

Jun 15, 2009

I have 2 image files, image 1 which is 16MB, has multiple partitions, where the boot partition has a 2.4 kernel in it, and image 2, which is 32MB, has a single partition with a 2.6 kernel.

I wish to add those extra partitions from image 1, into image 2, either by adding them within the 32MB(which means cutting back on the size of the existing partition), or adding them to the end of the image(which means extending the image beyond 32MB).

The boot partition for both images is ext2, while the rest of the partitions in image 1 is just raw data.

I'm working with these images in Mandriva Linux 2009.

How can I achieve what I want to do? I think it should be with fdisk and/or mkfs but I'm not sure how? I've tried using gparted to regenerate the partitions from a new image file with the following steps:
dd if=/dev/zero of=image.img bs=32M count=1
gparted image.img

Then I created a 30M boot partition. However, I'm not able to create the rest of the partitions as they are smaller than 1MB, which seems to be the min supported. I need precise control of the start/ending sectors of each partition.

View 1 Replies View Related

General :: Where To Put The Boot Loader

Apr 29, 2011

I am installing Ubuntu 11.04 alongside Windows 7 and am being asked to select which device for boot loader installation. I have 7, called '/dev/sda *blank* through 7' (don't have a sda4) Should I just take the default (first one?)

View 1 Replies View Related

Ubuntu :: Edit The Bootloader Entries (remove Some Existing Ones - Not Adding Any)

Mar 31, 2010

I installed Ubuntu in a dual-boot with Windows 7, and installed the bootloader (GRUB? However, I have some weird Windows XP Embedded entry! I also have a lot of different boot options for Ubuntu. All I want is my Windows 7 entry (picked up as Windows Vista) and my main Ubuntu entry. How can I edit the bootloader entries (remove some existing ones, not adding any) so I have only two on there?

View 4 Replies View Related

Red Hat :: Adding A Root Mirror Drive To Existing RHEL5 System?

Nov 9, 2010

I have a running RHEL5 system, which has two physical disk drives, but is currently running on a single drive of the pair. The single drive the system is running on contains a root/boot partition and a swap partition. I would like to be able to add a mirror drive to this existing setup without having to disturb the running system (much). That is, I don't want to have to completely dump, reinstall (creating the mirror on the way up), and reload from backup media if I can avoid it. I have seen procedures that go as follows:

- the "extra drive" (the one not being used as the current root/boot device) is first brought under LVM control as a root object with one physical mirror attached.

- the data from the running root/boot drive is rsync-ed over to the LVM-controlled half-mirror, and boot records added.

- System rebooted on newly created half-mirror.

- Original root prepped to be second side of LVM mirrored root, and is added in.

Can one boot from an LVM disk directly? There seems to be some question on this that came up in other lists I had read online.

View 5 Replies View Related

Ubuntu Installation :: Upgrade From Another Distro To Server - Migrating Existing LVM - No Encryption And No Software Raid

Mar 28, 2010

I want to upgrade from another distro to ubuntu server for a few reasons. The only problem is I have a lot of data that needs to survive. here is how my computer is setup. I've 5 drives on the computer,

A- 10gb drive for OS and swap only, no data

B,C,D,E - 4x 500 GB drives in a LVM. they make up one large drive with xfs and this volume has about 1.2 TB of data. there is nothing fancy on it, no encryption and no software raid of course the little 10gb drive can be formatted no problem, but the LVM needs to be migrated over intact.

View 5 Replies View Related

Debian Configuration :: Squeeze Adding Two SATA Drives To Existing System?

Apr 21, 2011

Is there an easy way to add SATA drives to an existing system and have them m automatically at boot?So far I've been able to create a partition and format but they never mount at boot.What do I have to put in fstab so it will work?Also, since RAID doesn't work in Debian, is it possible to make two drives mount at the same folder

View 3 Replies View Related

General :: Windows - Third Party Boot Loader?

Aug 28, 2010

Can I separately install a third party boot loader which can boot both Windows and Linux (Ubuntu) . I want to use a boot loader other than the boot loaders which come with these operating systems. I am trying this out of curiosity.

View 4 Replies View Related

General :: Possible To Remove Grub Boot Loader?

Nov 27, 2009

I have 2 os redhatlinux 5.1 and windows xp. is it possible to remove grubboot loader.

View 3 Replies View Related

General :: Boot Loader Capable Of Ext4 And Of UUID's?

Mar 2, 2010

I've got the latest version of Ubuntu on my machine.My Linux partition is ext4, so I need to use a Linux boot loader capable of booting from ext4.Also, I want to be able to use the UUID of my partition instead of specifying "/dev/sda3".Right now I'm using the Grub2 (or whatever the f*** it's called) that comes with Ubuntu. It's the ugliest boot loader you'll ever see, the configuration file is disgusting.So with that in mind, I'd like to change boot loader.Lilo would be OK but I can't seem to get it to boot from ext4.The older version of Grub was fine too but again I don't think it can boot from ext4.

View 2 Replies View Related

General :: Dual Boot 7 Saving Win7 Loader?

Jul 22, 2010

I need to install linux (with Grub) un a disk with windows 7 loader (i have 2x choice on that loader and i need to use it).

I tried to dig to find out some methods but nothing.

It's safe? It's better to install Grub on another partition - same physical disk?

View 5 Replies View Related

General :: Incorporate Windows Boot Loader Into Grub?

Oct 23, 2010

I have triple booted Windows XP (195 GB)partition 0? the second partition is Windows 7 (195 GB)And the rest of a 1TB hard drive went to Open Suse 11.3. if it makes any difference I used g parted to create the three partitions and made them all primary. My problem is I want to change the way they all get along. When I boot up, I get the options;

Desktop -- openSUSE 11.3-2.6.34-12
Failsafe -- openSUSE 11.3-2.6.34-12
windows 1
windows 2

which is fine, but clicking on windows 1 takes me to the windows boot loader with the options of windows 7, or previous version of windows. clicking on windows 2 brings up a screen telling me " rootnoverify (hd0,1) chainloader +1 BOOTMGR is missing press ctrl+alt+del to restart" I would like the end result to be windows 1=XP,windows 2=7, then I can rename them accordingly. one more thing, when I installed openSUSE, I let it automatically configure the hard drive and create the necessary partitions(it deleted partition 3 first). i remember it saying somewhere that the boot manager was past the 125 GB limit, and might not boot.

View 8 Replies View Related

General :: Second Hdd Install - Boot Loader Queries - Multiboot

Sep 11, 2010

I currently have 2 operating systems on my main hdd: Ubuntu and WinXP My current setup - [storage NTFS partition, solely data][17GB WinXP partition][{extended partion}Ubuntu + swap]: [URL] I have a second SATA hdd that I would like to install Arch Linux on to. It uses GRUB Legacy, and Ubuntu uses GRUB 2. I would like to know how I would go about booting this, and figure out where my current bootloader is installed to. i.e. /dev/sda or /dev/sda5 (the / ubuntu partiton)

View 3 Replies View Related

Ubuntu :: Safely Resize A Partition Like Adding The Extra Space Without Touching The Existing Data?

Jul 9, 2011

I have a BIG extended partition. It's at about 750Gb. Aside from that, I have 2 unallocated spaces, one at 240Gb and one at 5Gb. I want to make one of my storage drives bigger, and so that I can take advantage of all the space I have. (Those 250Gb have been unused for ages. I want to use them for my growing libraries.) So I wonder: would it be safe to put these smaller "chunks" into the extended partition, and still have a working systen? I don't want to mess it all up.

Also, can I safely resize a partition, like adding the extra space, without touching the existing data? I'm not exactly sure how the resize/move function in GParted works. Will it wipe and extend or only extend it by adding it? It would be nice to have these questions answered. Also, if it's to any help, this is my partition table as of now:

[Code]....

As for the first entries, they're unallocated. They're the primary drives, but they don't exist. I'm actually considering to move my partitions out of the extended one, because I only have 3 partitions that I use and will ever use. But if the extended partition is not a problem, I will just keep it this way.

I'd imagine that I first extend the extended partition to consume the unallocated space, and then I move it all to the end of the partition, and then resize sda7 to consume it, and get a 750Gb partition. Can this be done without loss of data?

View 9 Replies View Related

General :: Getting An Existing Installation From One Computer To Boot On Another?

Jan 14, 2011

I have an existing Dell Precision 690 workstation setup to dual boot Windows XP and CentOS 5.5. These operating systems are installed on two separate drives. I have a grub menu on the Linux drive with it set as drive 1 and points to the windows boot info on drive 2.I tried taking the linux drive and installing it in a new HP Z800 workstation to see if I could be lucky enough to get it to boot, but it didn't. Immediately after it starts to boot I get a few errors.Here is what the system shows:Right after this message "Red Hat nash version 5.1.19.6 starting" I get the following lines:

"Unable to access resume device (LABEL=SWAP-sda2)
mount: could not find filesystem '/dev/root'
setuproot: moving /dev failed: No such file or directory

[code]...

View 9 Replies View Related

General :: Remove Grub And Restore Windows 7 Boot Loader?

Oct 24, 2010

I just made my system unbootable... Here is what i did.. I have two sata HDDs

160 GB (Contained Windows 7)
500 GB

I copied entire 160 gb as an mirrored image to 500GB HDD using Acronis Disk Director. I deleted entire 160 GB HDD.. Removed the 500 GB HDD and kept it seperate.. Installed ClearOS Enterprise 5.2 Worked a little bit... The i wanted to delete ClearOS.. So i connected 500GB HDD and booted again in Acronis Disk director Formated the entire 160GB HDD.. Copied back the entire 160 from 500GB HDD.. Now my sytem refuses to boot... Just 4 letters "GRUB" appears on the screen... I tried booting using XP CD.. It gives a blue screen.. I tried Windows 7 CD.. It says unable to fix due to MBR problem..

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved