Boot only Linux + Saving Network Configuration

Booting, installing, newbie
Post Reply
Message
Author
preidy
Posts: 3
Joined: Mon 14 Dec 2009, 08:46

Boot only Linux + Saving Network Configuration

#1 Post by preidy »

G'Day All,

I have installed Puppy 4.3.1 onto a HD and it works well BUT (always a but) as I want this to be a kid's machine I don't want them to have to choose an OS at boot or run the network wizard.

1- When it boots GRUB gives me a choice of Windows and Linux. I have deleted Windows and repartitioned but it still gives the choice. I want to automatically boot to Linux/Puppy. How?

2- Each time when I boot I have to use the network connection wizard select my card and then auto DHCP. Yes I save it and then save again on the next screen but doesn't keep the settings. Why?

Cheers in advance

Paul
rubberdragon
Posts: 57
Joined: Wed 25 Jul 2007, 21:40
Location: On permanent leave

#2 Post by rubberdragon »

You need to find where your menu.lst file is. Remember when you installed you were asked 'Where do you want the grub files to go? When you have found it, most likely at /boot/grub, open it with a text editor and do this -

1. change the line timeout (whatever) to timeout 0
2. change the line default (whatever) to default 0
3. delete any block beginning 'title' and ending 'chainloader +1'

Save the file and reboot
User avatar
rjbrewer
Posts: 4405
Joined: Tue 22 Jan 2008, 21:41
Location: merriam, kansas

#3 Post by rjbrewer »

If you did a full install , messing with grub was un-necessary.

Click on your puppy drive icon, (probably sda1) go to boot>
grub>menu.lst., click menu.lst.
Comment out (#) the Windows title.

You need to provide more info on your network card, computer,
etc., to get help with connection save problem.

Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Eeepc 8g 701, 900Mhz, 1Gb ram.
Full installs
rubberdragon
Posts: 57
Joined: Wed 25 Jul 2007, 21:40
Location: On permanent leave

#4 Post by rubberdragon »

The last suggestion is only partially 'messing with grub', but unfortunately will leave the user looking at a one item menu for the period set as default timeout.
User avatar
rjbrewer
Posts: 4405
Joined: Tue 22 Jan 2008, 21:41
Location: merriam, kansas

#5 Post by rjbrewer »

rubberdragon wrote:The last suggestion is only partially 'messing with grub', but unfortunately will leave the user looking at a one item menu for the period set as default timeout.
The "one item" will be puppy!
Nothing unfortunate about that.
Generally better to comment out lines in menu.lst.

Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Eeepc 8g 701, 900Mhz, 1Gb ram.
Full installs
rubberdragon
Posts: 57
Joined: Wed 25 Jul 2007, 21:40
Location: On permanent leave

#6 Post by rubberdragon »

The point of my remark was to point out the inadequacy of your suggestion. I am astonished that you imagine that you can dress it up any other way.
User avatar
rjbrewer
Posts: 4405
Joined: Tue 22 Jan 2008, 21:41
Location: merriam, kansas

#7 Post by rjbrewer »

rubberdragon wrote:You need to find where your menu.lst file is. Remember when you installed you were asked 'Where do you want the grub files to go? When you have found it, most likely at /boot/grub, open it with a text editor and do this -

1. change the line timeout (whatever) to timeout 0
2. change the line default (whatever) to default 0
3. delete any block beginning 'title' and ending 'chainloader +1'

Save the file and reboot
This is inadequate:

The timeout line also needs the comment mark removed.
Commenting out the the Windows title line is adequate.
Not all menu.lst have a default line.

Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Eeepc 8g 701, 900Mhz, 1Gb ram.
Full installs
preidy
Posts: 3
Joined: Mon 14 Dec 2009, 08:46

Boot done now saving network config to go

#8 Post by preidy »

Thanks for the advice commented out lines, changed timeout to 0 and all go.

My network card is eth0 Ethernet sis900 pci:Silicon integrated SiS Sis 900 PCI Fast Ethernet

Puppy knows its the one and it works after I select etho but it doesn't save.

Thanks again

Paul
Post Reply