dhanesh
Sep 6 2006, 01:01 PM
| | I Installed Windows first and then SuSe linux on another partition. Now everytime i start my laptop, i get GRUB to load a selective boot screen of SuSe , that allows me to select :
1) SuSe Boot 2) Windows Boot 3) SuSe Safe Boot
By default the select is made on suse and the time is 10 secs, is there any way i can edit the time and the order of these bootups ? I think i could do this from linux, but how ?
Regards Dhanesh.
|
Comment/Reply (w/o sign-up)
yordan
Sep 6 2006, 01:22 PM
I also would like to know. that's why I don't use Grub, I use Lilo. Probably useless for you, but maybe it works rather the same way with Grub. With Lilo : edit /etc/lilo.conf Then, change the default. then issue /etc/lilo. I used this, and now my system boots under Windows so unexperienced people know how to use it, and experienced people use the arrows to choose "Linux".
Comment/Reply (w/o sign-up)
Mark420
Sep 6 2006, 01:40 PM
Same here I use Lilo and have a dual boot screen. Danaseh..when you setup Suse and it gets to the writing of the bootloader you can click on the entry for Windows and then SET AS DEFAULT also you can change the time in secs how long the bootloader sequence is displayed..I have mine of 3 secs..so my gf and son can just leave the system to boot into windows...when i come to use the pc i get the choice to go into Suse.. With a working Linux build you will have to find the Grub.conf file and edit it manually it should be in the /boot/grub/grub.conf folder. Been a LONG time since I did this but...ive checked around and this should be ok.. default 1 timeout 3 splashimage (hd0,1)/grub/splash.xpm.gz title Suse Linux root (hd0,1) kernel /vmlinuz root=/dev/hdh5 ro title Windows XP Professional rootnoverify (hd0,0) chainloader +1 This will give you XP as default and the timeout at 3 secs.. Hope this works!! Good luck! Worse case..you format and reload again ;( and then like I said..when Suse gets to the boot loader config click on the Windows entry and change it to default and you can change the timeout there too! I bet your getting used to the Suse installer right 
Comment/Reply (w/o sign-up)
dhanesh
Sep 6 2006, 03:21 PM
LOL .. hope you were sercastic mark , cause i am done with installation after installation  .. Newayz, i got into boot/grub/ and there i didnt find a file called grub.conf but rather had weird files like device.map, stage1, stage2, ohh and there was menu.lst but this file was protected as in i could see a lock on the document icon, when i go to open it i see a message saying "You donot have enough permissions to read file:///boot/grub/menu.lst" .. i am the only user so shouldnt i be the admin ? or is it like OS protected .. if so how do i view this file ? Regards Dhanesh. EDIT: WOHOOOOOOO, Asta looks good tru Linux  hehe, Ok i got to read the file, gosh i am a bit late in understanding .. All i had to do was get into System > File Manager > Super User Mode  .. Newayz, I see the file now and umm this is it .. QUOTE # Modified by YaST2. Last modification on Wed Sep 6 03:15:37 UTC 2006
color white/blue black/light-gray default 0 timeout 8 gfxmenu (hd0,7)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux### title SUSE Linux 10.1 root (hd0,7) kernel /boot/vmlinuz root=/dev/sda8 vga=0x314 resume=/dev/sda7 splash=silent showopts initrd /boot/initrd
###Don't change this comment - YaST2 identifier: Original name: windows### title Windows chainloader (hd0,0)+1
###Don't change this comment - YaST2 identifier: Original name: failsafe### title Failsafe -- SUSE Linux 10.1 root (hd0,7) kernel /boot/vmlinuz root=/dev/sda8 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3 initrd /boot/initrd
Default is 0 so leme leave that to it (but just out of curiosity, what does it do?) .. Timeout is 8 so that would be the time taken before it loads up the default selection. Now how do i go about changing this file ? Is it safe to move the entire chunk of Windows to the top and the Linux below that ? Umm .. Ohh well could some one explain whats the whole document as in line wise ? I mean only if you have the time, else i'd go searching and i hate searching when i dont know what to search lol. Regards Dhanesh.
Comment/Reply (w/o sign-up)
yordan
Sep 6 2006, 04:40 PM
QUOTE Default is 0 so leme leave that to it I would rather say that "default 0" means "default boot is the boot number zero". Unfortunately you want the system to boot on partition 1, which is QUOTE title Windows XP Professional rootnoverify (hd0,0) chainloader +1 The "default 0" thing is rather well explained in http://www.freeos.com/articles/3482/ I would try simply changing to "default 1", but i'm not sure this will not break everything and make you need to re-install Linux.
Comment/Reply (w/o sign-up)
qwijibow
Sep 7 2006, 12:23 PM
QUOTE I would try simply changing to "default 1", but i'm not sure this will not break everything and make you need to re-install Linux. Unless you Accidently format your hard drive, then you never ever ever need to re-install linux to fix anything. Default select the "default" entry to boot... if default is 0, it will boot the first "Title" entry in menu.lst if Default is 1, it will boot the second "Title" entry in menu.lst. Timeout is the number of seconds to wait before booting the default "title" Timeout 10 ( for 10 seconds ) Timeout 5 ( for 5 seconds ) ALL OF THIS INFORMATION IS INSTALLED BY DEFAULT AS A MAN PAGE. Always Always Always Read the Manual. (and if you dont know what a manual is, in a command line, run the command "man man") Ohh.. and as for Grub.conf, this is not a standard file, its just a symbolic link to menu.lst that some distro's ( redhat etc etc ) add.
Comment/Reply (w/o sign-up)
tommydanger
Sep 7 2006, 01:17 PM
hrm, why do everybody want to edit settings in Linux via a texteditor? You know SUSE has got a nice GUI named KDE ?  No need to edit them manually. Lets say you have SUSE 10.1 and you want to change the bootloader options: 1.) Open K-Menu 2.)Click on "System -> YaST (Control Center)" 3.)log in as su 4.)click on the system tab 5.)click on where it says "bootloader" on the right colum, it will load the bootloader 6.)edit it to your liking, done  You can arrange the order of the entries, set the default entry, rename the entries and set the time delay and of course many other things  See, there is a purpose of KDE
Comment/Reply (w/o sign-up)
qwijibow
Sep 9 2006, 06:55 AM
QUOTE hrm, why do everybody want to edit settings in Linux via a texteditor? it is documented this way because every linux installation has a text editor. not all linux macchines have KDE, GNOME, or even X11. for example routers / web servers. Also...t it be a major pain in the ass if GRUB listed XORG, along with KDE as a dependancy.
Comment/Reply (w/o sign-up)
yordan
Sep 9 2006, 08:03 AM
QUOTE it is documented this way because every linux installation has a text editor. And, of course, I know several KDE which don't have the menus "2.)Click on "System -> YaST (Control Center)""
Comment/Reply (w/o sign-up)
abhay
Nov 13 2006, 07:41 AM
QUOTE(dhanesh @ Sep 6 2006, 06:31 PM)  I Installed Windows first and then SuSe linux on another partition. Now everytime i start my laptop, i get GRUB to load a selective boot screen of SuSe , that allows me to select :
1) SuSe Boot 2) Windows Boot 3) SuSe Safe Boot
By default the select is made on suse and the time is 10 secs, is there any way i can edit the time and the order of these bootups ? I think i could do this from linux, but how ?
Regards Dhanesh.
Hi Dinesh, If you want to Change youre bootloader settings then go to directory /etc/grub.conf. there would be a Time Out setting you have to just edit the seting as the time you want For Example TimeOut=25 After that you will get the entry for the Default operating system to boot You just have to change the numbers given as In grub.conf file you will get the entries 0 or 1 you hav to change the 0(zero) to 1 Now press Esc then press :wq pres return key now your setings are changed Enjoy!!!!!!!!! Don't forget to reboot your system to see the caanged settings.
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : boot, screen, edit
- Boot Error On Customized Kernel [solved]
(2)
Ubuntu 7.10 + Windows Xp Dual Boot
how to reinstall GRUB after windows reinstall (9) Ok so for a long time I had my dual boot working great, windows and ubuntu. But 2 days ago my
windows required a wipe and clean install because of some issues, like it usually happens after 8
months. So I reinstalled windows, well, first deleted the windows partition using the windows XP
install CD. Then assigned a partition for windows (same size) and left the ubuntu and swap partition
intact. But of course, windows deletes GRUB and replace it with their boot info, so now I can't
boot ubuntu (I can't choose). How can I reinstall GRUB without having to reinstal....
Three Ways To Access Linux Partitions From Windows On Dual-boot Systems
(11) If you have a dual-boot Windows/Linux system, you probably know this problem: you can access files
from your Windows installation while you are in Linux, but not the other way round. This tutorial
shows three ways how you can access your Linux partitions (with ext2 or ext3 filesystem) from within
Windows: http://www.howtoforge.com/access-linux-par...ns-from-windows
_________________________________ http://dserban01.googlepages.com/linkedin....abap.basis.html ....
Linux "hangs" On Boot
(9) A real quick post. I just though of installing the new version of the openSUSE distro 10.2. The
installation goes fine and after the reboot it just hangs (no HDD activity). I keep the power on
button pressed for a force shutdown and restart the Laptop with the same option and it starts the
desktop and i can work on openSUSE 10.2. I go home and start my laptop up and it hangs again, and
this time 3 force shut downs and restarts didnt help either. The last time i shut down the Laptop,
i sisnt choose to save my configurations, so that rules out an option of me screwing up ....
Restoring Grub Boot Loader
(12) Hi guys, Few days ago my friend ask me to reinstall Windows on his computer. The problem is he has
dual OS, ubuntu linux(Dapper Drake) and Windows XP. If I reinstall the Windows the Grub loader on
MBR will overwritten by Windows XP. i know after reinstalling Windows we cannot boot to Ubuntu.
I'm newbie, So my question is, How we restore the Grub Loader back? I've try to boot from
ubuntu using Live CD mode. But I still confuse /huh.gif" style="vertical-align:middle"
emoid=":huh:" border="0" alt="huh.gif" /> the step-by-step how to restore the grub. Please he....
Knoppix!
Boot linux off of a cd with all software included wothout touching you (3) QUOTE Knoppix is a Free and Open Source Live Linux CD based on Debian GNU/Linux. Live Linux CD
means that the computer boots and runs completely from cd. Nothing is installed on your hard drive
in order for you to experience many of the Open Source software packages available. Knoppix
includes recent Linux software and desktop environments, including such applications as
OpenOffice.org, Abiword, Gimp, Konqueror, Firefox, Apache, PHP, MySQL and hundreds of other quality
open source programs. You can dwoload it free from there website or i think you can buy a dv....
Which Linux Flavour?
Linux - Windows XP dual boot (20) I recently had upgraded my PC to a P4, but had restrained from going for a newer hard disk. I some
how stuck to my old Segate 40 GB hard disk. I am about to get a new hard disk, most probably a 80
GB. (Finally, I was able to pool some funds for the purpose). Now, why am I putting it here on the
OS section? Well, the hard disk space is just the premise. Over that, for past couple of weeks, I
have been using this OS called Knoppix that runs off the CD. I was quite impressed. Most of my
work can be done on the Knoppix or similar Linux flavored OSes. I can work on al....
Help: How To Dual Boot Ubuntu And Windows ME
I am running into some troubles (5) I recently recieved a Ubuntu distro (Breezy Badger, 5.10) and installed it on my laptop,
uninstalling Windows in the process as I could not resize the FAT32 partition without erasing all
data and I loved it! After several days without the internet as I couldn't get the modem
working I decided to reinstall Windows ME on my laptop. I resized the Linux partition and created a
FAT32, enough for Windows and any programs, games and documents I would like, ample space really.
The partition was created successfully and the Linux partition resized. However, I inserted the Wi....
Screen Resolution Problem With Mandrake 2005
need help setting the screen resolution to a different size (8) Hi all Im running mandrake 2005 on a laptop with wide screen, and thats my problem, mandrake doesnt
sem to have a resolution size that fits my screen. im fairly certain that my screen size is 1020 X
800 or 1024 X 800 but the closet setting is 1024 X 768 which is really annoying as everything is
stretched out and horrible, so does anyone know of a way to get a custom size screen? its an LCD
screen and i have set it to an lcd display but still it isnt right. If anyone does know of a way
can you explain it abit as im abit of a linux newbie. Thanx....
Dual Boot Question
future gentoo/xp project (2) I am planning to get a second hd drive for my pc and run gentoo as well as xp. Is it possible to
boot from a secondary drive or should i install gentoo on the end of my primary hd and then mount
/home on the second one? other questions to follow.....
Help Needed On Dual-boot Windows Xp With Fcore 3
(4) Have any of you tried partitioning your computer drive to install Fedora in addition to windows? If
so, I wish for some comments on how it went, or if you know information please share. I'm
interested in trying this out. Does it in any way slow my system down? I'm currently running on
Windows XP Home Edition...thanks....
Setup Lilo To Boot Plan 9
Dual boot between Linux and Plan 9 (2) Does anyone know how to set up LILO to boot another hard disk with Plan 9 installed on it? I'm
Installing it on the other hard drive, and then hooking it up as a slave and setting up LILO to give
me an option to boot into Plan 9 on that drive. Anyone have any ideas?....
Looking for boot, screen, edit
|
See Also,
*SIMILAR VIDEOS*
Searching Video's for boot, screen, edit
|
advertisement
|
|