Author Topic: Hide boot manager on start up?  (Read 632 times)

Offline me101

  • New Friend
  • *
  • Posts: 3
Hide boot manager on start up?
« on: January 12, 2013, 10:13:21 AM »
Well I did a no no and doul booted pclinux kde desktop with her computer !I would like to keep it on their but just hide it when she starts up the computer so that way she doesn't know I installed it. Is their a way to achieve this?  Thanks in advance

Offline bicol_willem

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2378
Re: Hide boot manager on start up?
« Reply #1 on: January 12, 2013, 01:54:32 PM »
Try this: run redo mbr and set timeout to 0  (standard is 10 seconds)
Make sure Windows is set to default.

There should be little to see if anything.  When needed again you can run a live cd and redo mbr again in a way you like it.

Offline me101

  • New Friend
  • *
  • Posts: 3
Re: Hide boot manager on start up?
« Reply #2 on: January 12, 2013, 07:15:13 PM »
I knew their was a way to do it when u run the live cd to install but the thing is I can't chance rewring the hat drive because her computer is on its last leg I will try that thank u

Offline bicol_willem

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2378
Re: Hide boot manager on start up?
« Reply #3 on: January 12, 2013, 07:21:21 PM »
I knew their was a way to do it when u run the live cd to install but the thing is I can't chance rewring the hat drive because her computer is on its last leg I will try that thank u

Well, if I understand that running a life cd is a problem, what about a bootable flashdrive? In case, use either unetbootin or PCLinuxOS Live USB Creator. The first need FAT, the last EXT filesystem.
Maybe I don´t understand though for "rewring the hat drive" doesn´t ring a loud bell with me.  ;)

Offline The Chief

  • Hero Member
  • *****
  • Posts: 2248
Re: Hide boot manager on start up?
« Reply #4 on: January 13, 2013, 11:09:37 AM »
How about setting the timeout to something very short - like 1 or 2 seconds?  Hardly noticeable by her, and gives you time to hit the down arrow and then enter (if you're paying attention, that is, and I presume you will be  ;D).

Retired Senior Chief, Retired Software Engineer, Active GrandPa

Offline me101

  • New Friend
  • *
  • Posts: 3
Re: Hide boot manager on start up?
« Reply #5 on: January 13, 2013, 08:03:14 PM »
Thanks " the chief" I will have to as u one more question how do one do that! Thanks in advance!

Offline DeBaas

  • Hero Member
  • *****
  • Posts: 1518
    • PCLinuxOS.nl
Re: Hide boot manager on start up?
« Reply #6 on: January 14, 2013, 01:44:13 AM »
the "as root" way
edit /boot/grub/menu.lst as root
The first lines are something like:
Code: [Select]
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,4)/boot/gfxmenu
default 0
change to:
Code: [Select]
timeout 0
color black/cyan yellow/cyan
gfxmenu (hd0,4)/boot/gfxmenu
default 0
timout from 10 to 0.
Save and test ;)

Offline The Chief

  • Hero Member
  • *****
  • Posts: 2248
Re: Hide boot manager on start up?
« Reply #7 on: January 14, 2013, 10:06:30 AM »
He should be able to do that from PCC, too - in the "Boot" section.

Retired Senior Chief, Retired Software Engineer, Active GrandPa

Offline bicol_willem

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2378
Re: Hide boot manager on start up?
« Reply #8 on: January 14, 2013, 01:47:01 PM »
He should be able to do that from PCC, too - in the "Boot" section.

His problem will be to correct things later on. With no boot option to Linux anymore (the thing boots Windows), he must know his way to set the boot manager to visual again so that he can fire up Linux. Hence I advised him the use of a life CD. There might be other options I am not aware of.

Offline The Chief

  • Hero Member
  • *****
  • Posts: 2248
Re: Hide boot manager on start up?
« Reply #9 on: January 15, 2013, 04:21:33 PM »
He should be able to do that from PCC, too - in the "Boot" section.

His problem will be to correct things later on. With no boot option to Linux anymore (the thing boots Windows), he must know his way to set the boot manager to visual again so that he can fire up Linux. Hence I advised him the use of a life CD. There might be other options I am not aware of.
Which is why I recommend 1 or 2 seconds, rather than zero.  Just long enough to hit the down arrow.

Retired Senior Chief, Retired Software Engineer, Active GrandPa

Offline bicol_willem

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2378
Re: Hide boot manager on start up?
« Reply #10 on: January 15, 2013, 10:19:27 PM »
He should be able to do that from PCC, too - in the "Boot" section.

His problem will be to correct things later on. With no boot option to Linux anymore (the thing boots Windows), he must know his way to set the boot manager to visual again so that he can fire up Linux. Hence I advised him the use of a life CD. There might be other options I am not aware of.
Which is why I recommend 1 or 2 seconds, rather than zero.  Just long enough to hit the down arrow.

I thought so but .... his "bad deeds" will be exposed!  :o

Offline sling-shot

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1730
  • Satyameva Jayate | Truth Alone Triumphs.
Re: Hide boot manager on start up?
« Reply #11 on: January 16, 2013, 12:02:03 AM »
If it is Windows Vista or 7, there is a solution.

He could keep the delay to 0 and boot selection to Windows (this will be just a backup otherwise he could even put Windows to MBR)
Then inside Windows, use EasyBCD to add an entry in the Windows boot choice menu to point to PCLinuxOS installation BUT name it something different like "Advanced recovery settings" or something like that.
And again set the boot delay for Windows to a short time like 2 seconds like The Chief says.

The boot selection screen being of Windows origin, it would easy to explain. Some explanation can always be given regarding the extra screen too.
Packaging well will cure headaches of many :) But learning to package will cause headaches in many :(

AMD AthlonX2 3600+/ASUS M2NPV-VM/ATi HD4670/Onboard sound/3.5GB DDR2-533 RAM/SEAGATE 160+320GB HDD/DELL S2240L FullHD/Creative SBS370 2.1/PCLinuxOS2013/KDE4
Samsung NP305U1-A06IN | Nokia E6

Offline Phil

  • Hero Member
  • *****
  • Posts: 738
Re: Hide boot manager on start up?
« Reply #12 on: January 16, 2013, 03:40:39 AM »
Hi me101,

You are a brave man. If SWMBO (She Who Must Be Obeyed) finds out you have been messing with her machine you will be in serious trouble, particularly if it goes wrong and the repairman says it has linux on it. (Perhaps you could arrange for some pictures of what she does to you......)

Suggestion - ask SWMBO for a user account, password protect it. Now install Virtual Box with the guest extentions, and install one of the lighter weight installs, LXDE or XFCE.

Now if the machine goes wrong there will be minimal traces of your linux preference and you will survive any repercussions.

Offline DeBaas

  • Hero Member
  • *****
  • Posts: 1518
    • PCLinuxOS.nl
Re: Hide boot manager on start up?
« Reply #13 on: January 16, 2013, 04:40:01 AM »
Start up linux, create your boot on floppy, usb or CD.
Restore the Win boot.
Now you are the only one (man) who could boot your PCLinuxOS.