Debian Installation :: Change Default Grub Install Hdd ?

Jul 22, 2011

I'm installing debian squeeze and and I've got 2 hdd (sda,sdb), but I want to install it on sdb. When i get to the "Install the grub boot loader on the hard disk" it automatically installs it on /dev/sda (and I get an error), I want to install it on /dev/sdb... Is it possible.

View 12 Replies


ADVERTISEMENT

Ubuntu Installation :: Can't Change Default OS In Grub

Feb 7, 2010

I recently installed Karmic, and want to change the default Grub entry to Windows XP. Having done some research and tried things out, I am a bit confused. I have edited etc/default/grub so that it has GRUB_DEFAULT=6 (to correspond to my XP installation) and GRUB_TIMEOUT="3", but after running sudo grub-mkconfig the grub.cfg file still says set default="0".

View 9 Replies View Related

Ubuntu Installation :: How To Change Default OS In New Grub Version

Apr 26, 2010

I have just installed Ubuntu 9.10 on a laptop previously running 8.10

I am unable to change the default OS in Grub from Ubuntu 9.10 as I cannot find /boot/grub/menu.lst.

How do you change the default OS in this newer version of Grub.

View 9 Replies View Related

Ubuntu Installation :: GRUB: How To Change The Default Boot Option

Aug 9, 2010

I just got to finish installing ubuntu lastest version on my new netbook, im really exited about how powerful it can get. The thing is, I'm still keeping my old Windows 7 partition and data, and I want to access it faster, editing the grub options, to change the timer on it, and the default booting option.

View 6 Replies View Related

Ubuntu :: 10.04 From Scratch (fresh Install) - Unable To Change The Default Option Of Grub Using The Keyboard

Jun 9, 2010

I have installed 10.04 from scratch (fresh install) and I am unable to change the default option of grub using the keyboard. while booting

View 7 Replies View Related

Red Hat / Fedora :: GRUB - Change Default OS To XP Always?

May 25, 2011

I'm somewhat of a n00b. I have a dual boot machine running XP and Fedora Core 14. I like my default boot always to be XP. Right now, XP is default BUT every time there is an update to Fedora, it will change the default to Fedora. I now have to edit grub.conf to boot from xp again. Is there a way to make xp always as the default even after an update?

View 2 Replies View Related

Ubuntu :: Change Default GRUB Timeout?

Feb 22, 2010

I just installed kubuntu 910 via cd iso. now i want to change the default grub timeout. It says i dont have permission to edit etc / default /grub so what do i do? i dont know how to login as root user.

View 7 Replies View Related

Ubuntu :: Change Default Kernel In Grub?

Jul 21, 2010

I have Lucid on my laptop. Unfortunately, with the various 2.6.32 kernels neither hibernate nor suspend work, so I've installed and use the last 2.6.31 kernel that came with Karmic.Now, I'd like to set it as default, so that I don't need to actively choose it when I boot. The problem is that I can't find a way to set Grub (version 2.0, or 1.96rc, can't remember) to pick the 2.6.31 kernel and if I try to uninstall the 2.6.32-23 kernel synaptic says that linux-generic and linux-headers will also be uninstalled (not just the parts specific to 2.6.32-23).

View 2 Replies View Related

Ubuntu Installation :: Change Grub Install Location?

May 27, 2011

How do i specify to the Ubuntu installer where i want Grub to be installed? Each previous install it has done it has installed on the wrong hard drive and installed over the Vista loader then occasionally not detecting Windows at all, hence my want to put grub on my other disk.

View 4 Replies View Related

Ubuntu Installation :: Adjust The Default Setting Via /etc/default/grub?

May 29, 2010

I have already had Vista installed on another drive and from what i've read on the webs you get to dualboot if you install ubuntu after vista. when i did install it (i installed on a blank hdd with no partitions, choosing the "erase entire disk" option since for some reason default option was attempting to eat a part of my windows 1 gb drive instead of using disk i specially made for it) and the grub 2 loaded for the first time, there was NO option to run vista. only 2 linux (normal and recovery) and 2 memtests. I've ran linux and went to google this. I found that i should add something to some config files in /etc/grub.d/From reading the readme file i understood i could add my own files that are named like NUMBER_SOMENAME and insert code into them. Because it said:Quote: For example, you can add an entry to boot another OS as01_otheros, 11_otheros, etc, depending on the position you want it to occupy inthe menu; and then adjust the default setting via /etc/default/grub. But then i found a file 40_custom that said:

Code:
#!/bin/sh
exec tail -n +3 $0

[code]....

View 9 Replies View Related

Ubuntu :: Can't Change Grub Default Menu In Karmic?

Feb 11, 2010

Althought /etc/default/grub has GRUB_DEFAULT=6, after grub-update nothing changes and the default menu entry is still the first. Can someone tell me how to change the Grub default menu entry?

View 6 Replies View Related

Ubuntu :: Change Default Boot OS From To Vista In GRUB

May 25, 2010

I'm extreemly new to Ubuntu and installed 10.04 onto a partition this morning. When I boot up my PC a menu called GRUB comes up and the list of OS's has ubuntu 1st. If I dont change my selection to vista it automatically boots into ubuntu. How can I change the order or default booting OS? I have seen other people talk about it but I'm not sure if it's up to date.

View 2 Replies View Related

Ubuntu :: Change The GRUB Bootup Menu's Default Choice?

Mar 3, 2010

Yesterday I installed on my laptop (an IBM Thinkpad T42) "virt manager" using the Synaptic Package Manager. I'm running Karmic.

As part of the installation, SPM had me reboot the computer (which is dual-booted with Windows XP, which I use less than 1% of the time). The new GRUB screen came up showing two new initial lines, the first 2 of the following 4 lines:Ubuntu,

Linux 2.6.31-19-generic-pae
Ubuntu, Linux 2.6.31-19-generic-pae (recovery mode)
Ubuntu, Linux 2.6.31-19-generic
Ubuntu, Linux 2.6.31-19-generic (recovery mode)

When I allow the default choice of the first line to prevail, Ubuntu boots up into a condition in which the Wireless Network Connection fails to open, and in which nothing I've been able to think of makes it open.

If, instead, I scroll down to the third line (which was the initial default choice line, i.e., the default choice line prior to the "virt manager" installation), Ubuntu boots up into a condition in which the Wireless Network Connection operates as usual, viz., immediately.

Scrolling down works, but it would be better, it seems to me, to return to the condition in which the current line 3 either becomes line 1 or else becomes the default bootup choice.

I've used SPM to uninstall "virt manager", but the 2 new intial lines in the GRUB options remain. I understand that with Karmic's version of GRUB, viz., GRUB-2, it is no longer possible to change the bootup menu choices easily.

how I can either eliminate the first 2 lines in my current GRUB screen, or make line 3 the default choice?

View 9 Replies View Related

Debian Installation :: Squeeze - Change Grub Password And Console Font Size?

Nov 5, 2010

I'm trying to do is protect the computer against housemates. The standard procedure I do with Lenny:

1. Password protect BIOS.

2. In BIOS, always boot from hard drive. Disable booting from any other device such as USB or CD-ROM.

3. Password protect Grub (v1) using the "password --md5 $1$9MuaA/$5TDLgvmcEiCWNr5W9VaMK1" syntax in my menu.lst file.

With the above precautions in place, [I think] the only way to gain root access to the system is to take the case lid off and proceed to do stuff physically (like set jumpers and/or take out the hard drive). Am I correct? My reasoning for this is, the computer boots -> must boot from HD -> must load Grub -> must go to default menu item since others are protected, and cannot command prompt in Grub without password.

Anyhow, In Squeeze, I was a bit disappointed to find out, after doing a bit of Google-research, that Grub v2 (which is standard on Squeeze now) does not easily support password protecting the Grub menu. Am I correct? Will this issue perhaps be addressed in the Squeeze final release? Is this feature dumb anyways because the Grub password is of no use (i.e. my paragraph above is complete horseradish)?

Another thing I would like to do is change the console font and size back to something more "normal" or "classic", not some crazy tiny font that's only found in totally bleeding edge Linux distrubutions <gasp!>. I found that the Squeeze console font (e.g. when I type Ctrl+Alt+F1) is wicked tiny. I wanna change it to "normal". Grub v2 password and console font config?

View 13 Replies View Related

Ubuntu :: Change The Default OS On Grub, And Adding More Time To Make Choice?

Jul 6, 2010

How do I change the default OS on grub, and adding more time to make my choice?

View 3 Replies View Related

Ubuntu Installation :: Grub Errors - More Than 1 Grub - The Change Does Not Appear In The Boot Up Menu

Dec 22, 2010

The first is I seem to have 3 GRUB installs. So whilst I update the one from my live session, the change does not appear in the boot up menu. I had installed 10.10 from a CD into a different partition (sda6), but that will not boot, so I have just deleted this and done another grub install and update. The kernel I am using has just been updated from 10.04 to 10.10 too, and it is this that I use and the Grub I have been working on (sda5).

[Code]...

View 9 Replies View Related

Debian Installation :: Install Grub On Master Bootloader / If Installation Is Going On Separate Hard Drive?

Feb 5, 2010

I am helping my pal to get into Debian (yes first timer).He is running W7 on a 500G SATA HDD and he has another 250G SATA HDD that he wants Debian to go to.Will Debian install grub on the master bootloader even if the installation is going on a separate hard drive?I have dual boot before but on the same hard drive.

View 6 Replies View Related

Debian Installation :: Grub Won't Install

Feb 1, 2015

I have an amd64 system and am attempting to install 7.8. I have two 4TB hard drives, and would like them in this configuration:

[*]md0: RAID-1 root
[*]md1: RAID-1 data filesystem (which will be about 3.9TB)

The drives have GPT.The debian installer worked fine until it was time to install grub, and then it said grub could not be installed (fatal error).I'm wondering if I need to create a small /boot partition (non-RAID)? Other than swap, the physical partitions supporting md0 and md1 are the only ones I created. fdisk shows the typical 1MB partition I see on GPT disks, though I'm not all that GPT-savvy.

View 11 Replies View Related

Debian Installation :: Always Install Grub In MBR?

Jan 25, 2010

I was wondering if a lot of people advise to install Grub in the MBR but that means the last distro installed will control the booting and that distro's grub will become the bootloader? I am finding it really difficult and complicated if you don't want that situation and want to control which distro's grub does the booting. Grub2 works differently than Grub Legacy but if you use Grub Legacy and the menu.lst, I never know what entry to use when you are adding them. I have some idea but when I edit a grub entry for another distro, it never boots properly because the content I have there isn't correct.

View 8 Replies View Related

Debian Installation :: Grub Can't Install To SDA

Apr 18, 2011

I am trying to install Debian onto my ASUS Eee PC 1015PE from a USB flash drive. The problem I am having is that the primary HD is detected as the USB flash drive. I have to set it up this way so that it will launch the installer. Everything works great until I get to the part where it is installing Grub. It wants to install to /dev/sda instead of /dev/sdb. I don't see any place to change this. Once I install and remove the flash drive it will be sda.

View 9 Replies View Related

Debian Installation :: Change MAC In Advanced Install

Oct 25, 2010

I'm trying to install debian in advanced text mode.. I need to change my MAC address to work with the DHCP server, but there is no ipconfig in the shell opened by the installation menu.

View 8 Replies View Related

Debian Installation :: CD-Change During Install On An Ibook G4 ?

Jul 17, 2011

since a whole week now i am trying to set up a Debian System on an old Ibook G4, with 1.2 GHz and 768 MB RAM. My Install Media is the Wheezy 8-CD-Set. I am not going to have anything besides Debian on the Notebook.

The Install process works fine until the Installation of the Core System. At the end of this process a window pops up and tells me that the CD with the title Wheezy-CD-1 or something like that is inserted and asks me to insert another CD or DVD now. Up to this point everything seems fine to me, but when i hit the "OK" Button the CD won´t come out of the Notebook, and besides that the Installer freezes. A progress bar, entitled with "executing cdset", is shown at a progress of 25% and does not move, also nothing happens when i try to cancel the process.

Whats the problem with my Installation? I already downloaded a second copy of the first Image and burned it again in case something was wrong with Installation Media, but the problem is still the same.

View 5 Replies View Related

Debian :: Change The Default Kernel To Boot

Jun 20, 2015

So far I've tried to add a number to 'GRUB_DEFAULT=', but it wouldn't want to boot in anything other than Debian or Windows, same with StartUp-Manager...

I currently have the liquorix kernels installed, but I can't get to use them as the standard Debian kernel is always picked. So is there any way to change this behaviour?

View 14 Replies View Related

Debian :: Assign The 2.6.32-3-686 Kernel To Be The Default In Grub?

Jun 7, 2010

I recently installed Squeeze. I noticed there are 2 main kernels installed. One first one at the top is 2.6.32-trunk-686 and the other is 2.6.32-3-686. At the time, I did not know or think much about it. Now when I try to get linux headers to compile drivers, I am not finding them. I also read some problems with trunk kernels.

How can I assign the 2.6.32-3-686 kernel to be the default in grub? Is it OK to use it as the main kernel?

Do I need to upgrade the trunk kernel to rid of trunk or just don't use it?

View 9 Replies View Related

Debian Installation :: Grub Prompt After Install On IMac

Jun 3, 2015

I recently attempted to install Debian 8 on my iMac (late 2011). I partitioned my drive using disk utility to create FAT partitions (100GB for Debian and 2GB for SWAP) and installed rEFInd to boot into Debian.During the installation process I selected the drives I partitioned and set the mount points for each as / and swap.

Everything was fine and installation was successful and was prompted to restart to set up Debian. However when I did Grub did not recognise the Bluetooth keyboard. Unable to do anything it started the "Debian GNU/LINUX option" and loaded into what seems to be the grub prompt/terminal with the following displayed in bold:

[ 3.538535] i8042: No controller found
Loading, please wait...
Fsck from util-linux 2.25.2
/dev/sda5: clean, 112838/6119424 files, 1276387/24455424 blocks
[ 9.123670] [drm:radeon_pci_probe] *ERROR* Radeon kernel modsetting for R600 or later requires firmware-Linux-nonfree.
[ 10.715321] systemd-fsck[363] : fsck.fat 3.0.27 (2014-11-12)
[ 10.715690]systemd-fsck[363] : /dev/sda1: 248 files, 35995/403218 clusters

Debian GNU/Linux 8 iMac tty1/I was able to get my hands on a USB keyboard which works. Obviously I can't boot into Mac now because grub has taken over.

View 7 Replies View Related

Debian Installation :: Can I Uninstall GRUB-2 And Install Legacy

Apr 5, 2011

I am new to Debian. I have installed Debian on sda1, grub installed in /dev/sda . /dev/sda6 is SalixOs.

My fdisk -l report is this code...

I boot from sda, Debian recognised windows Xp installed on sdb1, but when I choose to boot from it, it simply reboots.

What could be the reason ? I am a newbie, please be patient with me.

I have solve the problem by installing EasyBCD in WinXp and added the Linux entries to it and booting from sdb.(changed in BIOS)

So, is it possible to uninstall GRUB-2 and install GRUB-Legacy ? Would it work on Debian-Squeeze ?

View 3 Replies View Related

Ubuntu :: 9.10 Won't Boot - How To Change GRUB Default Boot Choice

Jan 5, 2010

I tried to do my parents a favor by installing Ubuntu 9.10 alongside WinXP on their PC -- same configuration I have on my desktop at home. The install went fine, but since I made a poor buying decision on purchasing a MSI motherboard in the past, Ubuntu immediately crashes after boot (other MSI board users having the same issue, no help from MSI).

The computer tries to boot Ubuntu by default unless something else is selected from the boot menu. How do I change the boot preference from default (choice 0) to WinXP? I tried manually changing this (editing the grub.cfg file), but the file said not to edit, that it's generated by something else...How do I have WinXP load by default instead of the broken Ubuntu?

View 8 Replies View Related

Debian Configuration :: Change Default Ftp Session Directory?

Apr 10, 2010

i have created a wordpress user with a symbolic link from his home (/home/wordpress) to /usr/share/wordpress but when wordpress ftps to wordpress home dir it does not follow the sym-link. is there a way to set default ftp dir for the wordpress user to /usr/share/wordpress rather than /home/wordpress?

View 6 Replies View Related

Debian Configuration :: How To Change The Default Language Of Gnome

Sep 13, 2010

how to change the default language of gnome.when i boot into x-window ,i can select the language ,But ,if boot into console ,via "startx" to run the w-window ,the language is english,i can't select .my native language is Chinese.i set the right locale .I also searched for it .Someone told to add "export LANG=zh_CN.UTF-8"to $HOME/.xinitrc.there's no this file in my home dicretion.I create it .after that,when i run "startx",it's failed to start x-window.the ~/.xsession-error file shows

Initializing gnome-mount extension
seahorse nautilus module initialized
Unrecognized number formatter: cjk-chinese-simp
Unrecognized number formatter: cjk-chinese-simp

[code]...

how can i change the default language ,i have to .because if gnome is in English ,i can't run the Chines input method.

View 1 Replies View Related

Debian Multimedia :: Pulseaudio Change Default Soundcard

May 13, 2015

I have a problem on a fresh install of Jessie with KDE. I have three soundcards. In Wheezy I used pavucontrol once for each application to change the sink from the internal to the external soundcard, and that setting would stick each time I rebooted the system (audio would go on the external soundcard). Now each time I reboot the audio gets routed to the internal soundcard and I have to use pavucontrol each time to route the audio back to the external one. URL...

putting this line in /etc/pulse/default.pa

set-default-sink alsa_output.usb-E-MU_Systems__Inc._E-MU_0404___USB_E-MU-0E-3F04-07D80A14-027A8-STATION_01-00-USB.analog-stereo

as well as this one, and issuing:

pacmd set-default-sink alsa_output.usb-E-MU_Systems__Inc._E-MU_0404___USB_E-MU-0E-3F04-07D80A14-027A8-STATION_01-00-USB.analog-stereo

and none of them has worked. I don't know if it's a related issue, but the settings I choose in the for Phonon in the KDE multimedia settings don't stick either. I select the external soundcard as default device and upon reboot the internal one is on top on the preferences list.

View 2 Replies View Related







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