Sponsored Content
Operating Systems Linux Debian Grub 1.99 alters BIOS (confirmed after formatting hard disk) Post 302851987 by gacanepa on Tuesday 10th of September 2013 08:29:58 AM
Old 09-10-2013
Hmmm.
I don't think a standard installation of Debian (or whatever distro, actually) can mess up your BIOS like that.
Quote:
The first installation of Debian (GNOME) was with multi-boot option that allows booting from hard disk and DVD drive.
I believe that what you're trying to say here is that when you first boot with a Debian DVD, it allows you to "try" the operating system directly from the DVD before actually installing it in your hard drive.
Here's what I would do. When your computers starts, enter your BIOS and tell it to boot from the DVD drive or a USB stick, whatever media you have an operating system ready to boot. Then use the accompanying tools to reformat your hard drive, and install the operating system itself if you want to do it.
If you're a Windows user, I'd suggest you to take a look at the Linux USB Live Creator tool, which allows you to format an USB drive, install an image of some Linux distribution and make it bootable so you can use it as a LiveUSB to troubleshoot a computer or to install the operating system in your hard drive. Hope it helps.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Formatting hard drive from Unix to Windows

Can a hard drive be formatted from unix server to windows 2000 professional? (4 Replies)
Discussion started by: howarddtp
4 Replies

2. UNIX for Advanced & Expert Users

Solaris GRUB troubled with dual hard disks

I have the following system: - DELL Dimension 8300 - Pentium IV @ 2.66GHz - BIOS Revision A07 - 1.5GB RAM - 2 Hard Disks (Master 120GB, Slave 80GB), I guess it's IDE I had WinXP on the master disk (hd0) and recently installed Solaris 10 1/06 on the slave disk (hd1). The NTLDR is in MBR... (0 Replies)
Discussion started by: Hawk
0 Replies

3. Solaris

formatting hard drive (scrubbing)

I'm in the process of scrubbing a tonne of hard drives. Having a few problems with my formatting. I've been following http://www.sun.com/blueprints/0600/scrub.pdf however on the steps of #format> format Ready to format. Formatting cannot be interrupted and takes 100 minutes (estimated).... (0 Replies)
Discussion started by: Jamiee
0 Replies

4. Filesystems, Disks and Memory

Wrong BIOS IDE Settings on a SATA disk (AHCI)?

Hello, I wanted to share an experience I had today which was quite a learning experience and perhaps useful for others who may run into the issue at some point in the future. Basically, the scenario involves a OS which was installed on a machine which hardware-wise, had a SATA Drive. The... (0 Replies)
Discussion started by: septima.pars
0 Replies

5. SCO

declare disk driver for IDE hard disk

hi I've a fresh installation of SCO 5.0.7 on the IDE hard disk. For SCSI hard disk I can declare, for example blc disk driver using: # mkdev hd 0 SCSI-0 0 blc 0but it works for IDE hard disk? (3 Replies)
Discussion started by: ccc
3 Replies

6. Linux

C++ Code to Access Linux Hard Disk Sectors (with a LoopBack Virtual Hard Disk)

Hi all, I'm kind of new to programming in Linux & c/c++. I'm currently writing a FileManager using Ubuntu Linux(10.10) for Learning Purposes. I've got started on this project by creating a loopback device to be used as my virtual hard disk. After creating the loop back hard disk and mounting it... (23 Replies)
Discussion started by: shen747
23 Replies

7. Solaris

Changed disk controller -> drops into GRUB?!

I changed disk controller. Unplugged every disk, inserted another controller card, an IBM M1015. The disks are recognized in BIOS, and the controller card's BIOS shows up. But after that, I drop into GRUB and a prompt. That is all. How shall I solve this problem? I am thinking of booting from... (2 Replies)
Discussion started by: kebabbert
2 Replies

8. UNIX for Advanced & Expert Users

Load debian using grub

pls help me how to load debian again after un-TARing the debian backup on a newly formated Hard Disk (ext3) am using DEBIAN LENNY 64 bit. (4 Replies)
Discussion started by: coolatt
4 Replies

9. Linux

Grub not loading from replaced disk

Hi, a little while ago, one of the GPT Partitioned hard disk had gone faulty in a Mirror RAID and is now successfully replaced. here is how I did that. 1) created identical partition table on the new disk. 2) attached the mirrors using md commands. The whole procedure is given below:... (2 Replies)
Discussion started by: busyboy
2 Replies

10. Solaris

How to recover x86 Solaris 10 u10 boot record/grub menu overwritten by Debian 9?

I installed x86 Solaris 10 update 10 after Windows XP, later I removed xp and installed Debian 9 stretch on the same partition but, Debian couldn't find any other os so it deleted Solaris 10 grub or did something like that I couldn't got. I thought I would be able to recover the lost record by... (0 Replies)
Discussion started by: vectrum
0 Replies
BOOTCD2DISK(1)							   bootcd utils 						    BOOTCD2DISK(1)

NAME
bootcd2disk - copy a system running from bootcd to a disk SYNOPSIS
bootcd2disk [-i] [-s] [-c <config directory>] [-url <url>] DESCRIPTION
With bootcd2disk a CD build with bootcdwrite can be copied to one or more Disk Partitions from the running cd-based system. Therefore bootcd could be used to make rescue disks. It is also possible to let bootcd2disk automatically find a disk, make partitions on it, copy the cd to the disk and make the disk bootable. bootcd2disk will be available as soon as your system is running from cd. OPTIONS
-i With this option the complete bootcd2disk runs in interactive mode and you can run each function manually. This option is useful for debugging. -v The option "-v" (verbose) adds messages on running. -s This option can be used to disable interactive questions and to try to ignore errors. -c <config directory> The configuration directory which normally is "/etc/bootcd" can be changed with this. -url <url> If bootcd2disk is slow on your system (because of a slow CD/DVD drive or the HP ILO virtual CD interface), you can use an image server to get the image from. bootcd2disk use the SWAP partition of your upcoming system as temporary space and copy the image from the con- figured image server to this partition and use it as image. The image server url is configured with this option. example install from imagesserver: bootcd2disk -url http://192.168.1.1/cdimage.iso Another way the increase the performance is the use of the mounted CD/DVD itself for the copy. The option "-url" is the same, the url starts with "file:///" example install from CD/DVD drive sdc0: bootcd2disk -url file:///dev/sdc0 The swap partition of the upcoming system must have enough space to get the whole image! Currently no other options can be specified on command line. All other configuration has to be done in the config files. FILES
/etc/bootcd/bootcd2disk.conf Configuration for bootcd2disk. SEE ALSO
Documentation in bootcd2disk.conf bootcd2disk.conf(5), bootcd(1), bootcdflopcp(1), bootcdwrite(1) AUTHOR
This manual page was written by Bernd Schumacher <bernd.schumacher@hp.com> and Carsten Dinkelmann <Carsten.Dinkelmann@foobar-cpa.de> for the Debian GNU/Linux system (but may be used by others). bootcd2disk 2007-04-04 BOOTCD2DISK(1)
All times are GMT -4. The time now is 03:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy