A computer components & hardware forum. HardwareBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » HardwareBanter forum » General Hardware & Peripherals » General
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

OT? Partition Wizard bootable cd: Linux version, etc



 
 
Thread Tools Display Modes
  #1  
Old July 25th 11, 10:36 PM posted to alt.comp.hardware
Puddin' Man
external usenet poster
 
Posts: 107
Default OT? Partition Wizard bootable cd: Linux version, etc

OT? Partition Wizard bootable cd: Linux version, etc

I have great need for solid, reliable partition mngt. software on a bootable CD
or USB thumb-drive or similar.

Partition Wizard bootable cd comes close but there are problems. When booted, the
screen sorta "wraps". The first 2/3 of the their screen displays as the last 2/3
of my screen. The last 1/3 of the their screen displays as the first 1/3
of my screen. There is a solid line separating the pieces.

What should look something like:

12345678901234567890123456789012345678901234567890 12345678901234567890
12345678901234567890123456789012345678901234567890 12345678901234567890
12345678901234567890123456789012345678901234567890 12345678901234567890
...
12345678901234567890123456789012345678901234567890 12345678901234567890

actually displays something like:

89012345678901234567890 | 12345678901234567890123456789012345678901234567
89012345678901234567890 | 12345678901234567890123456789012345678901234567
89012345678901234567890 | 12345678901234567890123456789012345678901234567
...
89012345678901234567890 | 12345678901234567890123456789012345678901234567

and the cursor doesn't move at less than 400 mph. Etc, etc. It still works,
but there is a serious question of GUI control.

These Linux-live thingies probably work great when one is running hardware
very similar to what they were tested on. I am running an Intel i5-650 on
an Asus H55 board. The cpu is Nahalem-Clarkdale with the graphics integrated.
Not a prototype for your average desktop, but it's been fully functional
with lots of software for over a year. Other stuff displays fine.

Not being a Linux-person, I can't even identify the Linux flavor. Files
/folders on the CD are like BZIMAGE, TINYCORE.GZ, ISOLINUX.*, VESAMENU.C32.

There are some display options at boot: I can't get any of them to work.
Is it possible to tweak these things? Set some config options, etc???

Thx,
P

"Law Without Equity Is No Law At All. It Is A Form Of Jungle Rule."

  #2  
Old July 30th 11, 04:36 AM posted to alt.comp.hardware
Puddin' Man
external usenet poster
 
Posts: 107
Default OT? Partition Wizard bootable cd: Linux version, etc

On Tue, 26 Jul 2011 00:01:20 -0400, Paul wrote:
...
Anyway, once you install a good /etc/X11/xorg.conf, then
type xinit, your screen should be unscrambled.

If it is not unscrambled, just try control-alt-backspace again,
to get back to the busybox prompt.

Have fun (it was fun the first time I fixed it - now, not so much...),


I imagine it -was- fun to actually get it right, after all that work.
Hope you don't have to go thru all that very often.

The smallest of these (Linux-Live) things loads in, what?, 10 mb?
That has something to do with missing (often needed) modules? The
average *real* system (i.e. desktop) has maybe 1gb physical mem (mine
has 4). When are they gonna beef these things up so they run kinda OK
on 80% of such systems rather than 40%? :-)

If I can get this turkey to run on a USB stick, any chance I could
store a few files on the stick and just shuffle 'em around as needed?

Many Thanks,
P

"Law Without Equity Is No Law At All. It Is A Form Of Jungle Rule."

  #3  
Old July 30th 11, 06:02 AM posted to alt.comp.hardware
Paul
external usenet poster
 
Posts: 13,364
Default OT? Partition Wizard bootable cd: Linux version, etc

Puddin' Man wrote:
On Tue, 26 Jul 2011 00:01:20 -0400, Paul wrote:
...
Anyway, once you install a good /etc/X11/xorg.conf, then
type xinit, your screen should be unscrambled.

If it is not unscrambled, just try control-alt-backspace again,
to get back to the busybox prompt.

Have fun (it was fun the first time I fixed it - now, not so much...),


I imagine it -was- fun to actually get it right, after all that work.
Hope you don't have to go thru all that very often.

The smallest of these (Linux-Live) things loads in, what?, 10 mb?
That has something to do with missing (often needed) modules? The
average *real* system (i.e. desktop) has maybe 1gb physical mem (mine
has 4). When are they gonna beef these things up so they run kinda OK
on 80% of such systems rather than 40%? :-)

If I can get this turkey to run on a USB stick, any chance I could
store a few files on the stick and just shuffle 'em around as needed?

Many Thanks,
P

"Law Without Equity Is No Law At All. It Is A Form Of Jungle Rule."


My Knoppix CD, has an option to install on a USB stick, and
includes in that option, what is known as "persistent store".
It allows my 8GB USB stick, to store the 700MB CD, as well
as has room for a 4GB storage space. Any changes made,
such as editing /etc/X11/xorg.conf , get stored in the 4GB
area.

It's all a matter of whether the distro is set up that
way or not, to include a persistent store.

Even with a persistent store, the logic of the distro
still might not be that wonderful. For example, I need
to delete the /etc/fstab file, if I want to move my USB stick
from one computer to another, as that encourages "re-discovery"
of any hard drives in the computer. Otherwise, there is
a mis-alignment, between the partitions on the disk, and
how the OS tries to mount them. I'd boot the USB stick
twice, first try allows me to delete the fstab, and
on the second boot, the built-in script that discovers
all the file systems, runs for me.

Maybe you could store a copy of the xorg.conf file on
either a floppy or the hard drive, so you don't have to
enter it in "vi" ? With edits, I might try it this way, and
store it somewhere on the computer.

******* xorg.conf

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5 - 75.0
VertRefresh 50.0 - 100.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "vesa"
VendorName "Vanilla Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 16 # 24 is more normal
EndSection

*******

The problem will be, mounting either the floppy, or a
hard drive partition, when you boot the LiveCD. You'd
drop down to busybox, and use the mount command. You'd need
a mount point first (an empty directory to mount on top of).
You can use virtually anything for that. Under ubuntu,
they might normally be loaded under /media, like /media/mymount.

cd /
mkdir /mymount
mount -t vfat /dev/hda1 /mymount # mount first partition of drive hda as FAT32
cd /mymount # Now that mount is complete, look at files.
# Files magically appear under mymount.
ls -al # list the files which are finally mounted
cp /mymount/xorg.conf /etc/X11/ # Copy over the new xorg.conf, then start X server
# with xinit, to prove it works.
... do stuff, then later ...

cd / # move the current working directory away
# from /mymount, so you can dis-mount the
# partition

umount /mymount # un-mount will refuse, if the partition is
# still "busy". That prevents damage via a
# "dirty" dismount.

Each file system has a "type" value that goes after -t.

http://manpages.ubuntu.com/manpages/...8/mount.8.html

"-t vfstype

The argument following the -t is used to indicate the filesystem
type. The filesystem types which are currently supported
include: adfs, affs, autofs, cifs, coda, coherent, cramfs,
debugfs, devpts, efs, ext, ext2, ext3, ext4, hfs, hfsplus, hpfs,
iso9660, jfs, minix, msdos, ncpfs, nfs, nfs4, ntfs, proc, qnx4,
ramfs, reiserfs, romfs, smbfs, sysv, tmpfs, udf, ufs, umsdos,
usbfs, vfat, xenix, xfs, xiafs."

You use "vfat" for fat32 or "ntfs" for Windows NTFS. If you get the
type wrong, it's likely the mount command will tell you so. Like if the
type is a mismatch, it shouldn't mount the partition.

*******

There is one other way to work with the tinycore linux. That would be,
to discover how they create the tinycore file system, and "insert" the
new xorg.conf in there for posterity. You might need something that
knows how to "isomaster" to make a new CD. If the tinycore had a USB
option, it might be possible to cook up a new "image" using some
other Linux LiveCD. Then, when you boot your tinycore, it would
already have the xorg.conf you needed.

I'd still try getting it working from busybox, just to see if I could.
I've done this before, typing all that crap in by hand, saving it,
and starting the X server. And managed to get rid of the severely
distorted screen.

Since the Window Manager in that distro, doesn't seem to have
any other items loaded in it, it's not really a general
purpose environment. At the moment, the only reason for starting
a Window Manager, is so you can move the Xterm window around the
screen. Which is worth something, but by regular Linux desktop
standards, not much.

HTH,
Paul
  #4  
Old July 31st 11, 08:52 PM posted to alt.comp.hardware
Puddin' Man
external usenet poster
 
Posts: 107
Default OT? Partition Wizard bootable cd: Linux version, etc

On Sat, 30 Jul 2011 01:02:40 -0400, Paul wrote:
...
Since the Window Manager in that distro, doesn't seem to have
any other items loaded in it, it's not really a general
purpose environment. At the moment, the only reason for starting
a Window Manager, is so you can move the Xterm window around the
screen. Which is worth something, but by regular Linux desktop
standards, not much.

HTH,
Paul


Ahhhhh, it must be nice to command (and/or know where to find) all the info in
your last 2 posts in this thread.

Also must be nice to be able to present it in a distinct and understandable
manner. Many with the previous skill can't or won't take the time to ...

Thanks-a-Many,
P

"Law Without Equity Is No Law At All. It Is A Form Of Jungle Rule."

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Reading files from linux when you use linux (No partition but 2nd HDD) just_me General 2 February 19th 07 09:58 PM
New ATI Linux Driver - Version: 8.24.8 - now available. Tony DiMarzio Ati Videocards 0 April 14th 06 05:22 PM
linux bootable Squibbly Homebuilt PC's 13 January 30th 06 07:30 AM
Creating a bootable partition on a new harddrive Ken Storage (alternative) 12 February 4th 05 04:39 PM
Moving a bootable Windows XP partition to a new hard drive? Gandalph General 4 December 13th 03 07:18 PM


All times are GMT +1. The time now is 02:22 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 HardwareBanter.
The comments are property of their posters.