Page: Previous  1, 2, 3, 4, 5

GoinEasy9
Status: Contributor
Joined: 28 Jun 2008
Posts: 84
Location: Manorville, New York
Reply Quote
Great link, thanks aus9, I know that's going to come in handy.
Back to top
aus9
Status: Assistant
Joined: 21 Sep 2008
Posts: 358
Location: Australia
Reply Quote
sorry to edit previous ....no need to reply

I have added one more link
Back to top
1.98-1
aus9
Status: Assistant
Joined: 21 Sep 2008
Posts: 358
Location: Australia
Reply Quote
hi

I had not done a DU for some time and found grub2 updates to v
1.98-1

Having been burnt in the past....I now accept the maintainer's configs and on reboot I noticed the following available in
/etc/default/grub....after I made changes

:: Code ::

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.

GRUB_DEFAULT=0
GRUB_TIMEOUT=3
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX=""

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1024x768

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_LINUX_RECOVERY="true"

# Uncomment to get a beep at grub start
GRUB_INIT_TUNE="480 440 1"



AA) I now have a second pc beep....the first is supplied by my motherboard when it finds a bootable device on hard drive

grub2 can now beep at you.

AB) changing UUID as above does give you back the /dev/sdXn entry but the line above (in grub.cfg) to search and set the UUID still remains

AC) Leaping into grub.cfg I noticed a lot of crud about
....savedefault

I hated this in grub-legacy and here is the reason.

We have dual booters into ms and linux....they boot into ms and it saves that as the default....saving them making that selection for next time....but coupled with Ubuntu's fondness for hidden bloody menu....the ms user does not know how to get back to grub menu to change their login way.


AD) set root='(hd0,1)'

WF? since when was it necessary to add those quote marks?

I have yet to test without it on 1.98-1 but it was working just fine without em

end of rant
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4127
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
here's one more part of your rant you forgot: they enabled beeps, a totally pointless and unneeded feature, but LABEL support remains non standard, requires adding some patches to various config files.
Back to top
aus9
Status: Assistant
Joined: 21 Sep 2008
Posts: 358
Location: Australia
Reply Quote
hi

Yeah well my first reboot into xorg 1.7.6? and grub2 was ok but next day (today) my hard drive filled to 100% and I could not do anything.

Must have been a bad synched mirror DU or something so I am back on my old partimage image....woo hoo ....solved problem by evasion in about 5 minutes.

I could not spot sidux DU warnings so I guess it is my end and my choices that were bad.

I did however..at EDIT mode of grub2 menu try a set root without the quotes and that works fine....kernel boots but hangs...live cd showed / completely full

I am not posting a smxi report as I have destroyed that image.

I won't have time to try another DU until the weekend now
regards
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4127
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
if root is full, then apt will fail, since it has no room to operate.

smxi shows available size of / for this reason, but it's easy to miss it.

Remember also, a large upgrade can be between 500 and 1000 mB, but those packages all have to also be extracted as well, though they overwrite the old stuff, but pay attention to what apt tells you in general re the size of the download and the total size after du is done, usually it's not that much more, but it is a bit more usually.

You can always chroot into the / partition using a livecd and run: apt-get clean, which will then create some free space again.

inxi -pl also shows clearly the partition data used, for similar reasons. It's rare you have to reinstall with a full disk, but it does happen, and this is of course why I never use / to store user or /home data, / is root, and should, except for tiny disks, not be storing standard user data.
Back to top
aus9
Status: Assistant
Joined: 21 Sep 2008
Posts: 358
Location: Australia
Reply Quote
hi

Thanks for the heads up....I will be glued to the monitor for next DU for that pesky size info.

Ignoring various sid issues....I have not normally had a problem so pls do not treat this as some kind of whinge.

I used above post merely as blog style...so if ppl ask me to do a test they know I am no longer on grub 1.98-1 and why.

2) However, I do vaguely recall that one of the pdiff files or whatever they were called from my mirror was a monster....in the megs not in the kilobytes

so I might look at
mirror.internode.on.net/pub/debian/dists/sid/

I just did a quick scan of smxi log from a past success and can not spot mention of this pdiff so maybe I should wear my glasses next time? lol

3) I have read many times good advice from ppl to have separate home etc......but I am stubborn and changed to an all-in-one partition style as I found it easier to recover from most disasters using partimage.

Plus I maximise my storage space by only have 3 partitions
1 /
1 /data ....also area where I have vbox symlinked into my home
1 /swap

As you know, each partition loses some space and to backup extended partitions one would need to use sfdisk as per

partimage.org/Partimage-manual_Backup-partition-table

(Unless I have made the inodes wrong)

regards
Back to top
aus9
Status: Assistant
Joined: 21 Sep 2008
Posts: 358
Location: Australia
Reply Quote
hi

thanks for the tips but I elected to redo smxi...hit the / 100% and changed to a tighter logrotate config as per investigation here

techpatterns.com/forums/post-5776.html#5776

2) so back to grub2 1.98-1

cheers
Back to top
Display posts from previous:   
Page: Previous  1, 2, 3, 4, 5
All times are GMT - 8 Hours