Other Distros

Puppy related raves and general interest that doesn't fit anywhere else
Message
Author
anticapitalista

#1036 Post by anticapitalista »

nooby wrote: I tested Antix and it did not allow me to mount the HD.

So I feel very concerned about the way Debian and it's varieties
treat the majority of computer users. They force us to do full install.
That is not nice behavior. Both Knoppix and Puppy and Slax show
that one can do frugal installs on NTFS. Not ideal but it works.
and so does antiX.

Did you use grub4dos to boot antiX frugal on NTFS hard drive like you did with Descent OS?

If you use grub, it will give the error you got, but even with a bit of tinkering, you can run antiX frugally on your ntfs partition. I'm doing it now for testing purposes.

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#1037 Post by nooby »

I don't remember now how I tested it.
I trust that I told how I did it. Should I find the post? :)

Most likely I used Isobooter and that one
work with LMDE wich also is Debian based.
crunchBang that also is Debian based and
none of these needs tinkering and Descent
needed no tinkering either.

So if I want to test a frugal install on Antix
what code for grub4dos do you suggest me to use?
I am on Sda1 and NTFS yes.

Edit I used the search in my signature
but fail to find it. Maybe it is in Isobooter
thread.

Anti not criticism at all. I just describe what happens
when a total idiot like me just try things out and some
distros just works and otehrs need so much tinkering
that not even the developer of it share what one are to do
on this forum?

If it was that easy then why not just tell it right away
for all the others that also want to have it working that way?

It worked for me way back in time I where active on your forum
and got very happy that it worked on a netbook and now I am on
64 bit Desktop and it totally fails.
I use Google Search on Puppy Forum
not an ideal solution though

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#1038 Post by nooby »

I did a fresh download of Antix this iso
antiX-13-beta3_x64-full.iso (668MB

So any link to or a quote of how one set it up frugal on NTFS
would be nice. I have it on my old netbooks but have no access
to them now.

One big problem most likely is that all Debians?
have live directory. Can I have code like this

title antiX-13-beta3_x64-full.iso (668MB
root (hd0,0)
kernel /antix/live/vmlinuz boot=live

so I separate it from the already installed

title descent
root (hd0,0)
kernel /live/vmlinuz2 boot=live live persistent username=descentos hostname=descentos union=aufs locale=en_US.UTF-8 keyb=sv noprompt quiet
initrd /live/initrd2.img
I use Google Search on Puppy Forum
not an ideal solution though

anticapitalista

#1039 Post by anticapitalista »

nooby,

I just played around in Virtualbox and installed Puppy 5.5 Slacko frugal to sda1 (ext3) with grub4dos as boot loader. I then created an ntfs partition sda3 and on it a folder called antiX with the files found in /antiX folder ie linuxfs, initrd.gz and vmlinuz.
I then edited grub4dos menu.lst on sda1 to this for antiX

title antiX on sda3 ntfs
uuid (for sda1)
kernel /antiX/vmlinuz bdir=antiX bdev=sda3
initrd /antiX/initrd.gz

This doesn't have persistence set up, yet. But it is to show you how antiX does run on ntfs partitions.

If you already have grub4dos it is as simple as the above.

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#1040 Post by nooby »

Thanks much appreciated.

Success but that is surprising because
when I tested on the USB then it failed?
I test that again tomorrow maybe.

Lucky it works for frugal install on NTFS hd sda1
and it allow me to edit a file and save it too

I changed your code to
title antiX on sda1 ntfs
rootnoverify (hd0,0)
kernel /antiX/vmlinuz bdir=antiX bdev=sda1
initrd /antiX/initrd.gz

And that booted all my attempt using uuid failed.

Now I need to find how to get to the sda1
any suggestion? I need to go to bed within some ten minutes

Ah one use the tool Files that is on Desktop
and change to /live/boot-dev/ and that show the Hd sda1
with all my music files so I test that now report result
keep your breath :)
Last edited by nooby on Tue 30 Apr 2013, 22:59, edited 1 time in total.
I use Google Search on Puppy Forum
not an ideal solution though

anticapitalista

#1041 Post by anticapitalista »

blkid on its own will show ll the partitions.

root=uuid="xxxxxx" wasn't needed on the grub4dos menu provided by slacko 5.5.

It only needed

uuid "xxxxxx"

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#1042 Post by nooby »

This is how you recommended the menu.lst to look
some 6 months ago from your forum.

what does this antiX=LMXD refer to seems not needed now?

title antiX-base-frugal-sda1
root (hd0,0)
kernel /antiX-base/vmlinuz quiet noxorg vga=791 bdev=sda1 bdir=antiX-base antiX=LMXD nomodeset persist
initrd /antiX-base/initrd.gz

http://antix.freeforums.org/frugal-install-t3676.html

The problem with AntiX changing the hard ware clock
did that got solved in this updated version?

Edit reading through my posts on your forum from December 2012
I realize me not intelligent enough to use Antix so I let it be for a while.

I will now test the isobooter to boot antiX again to see why I wrote
that text you reacted to. I report result within 30 minutes
I use Google Search on Puppy Forum
not an ideal solution though

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#1043 Post by nooby »

AntiX is different from other Debian derivatives like
Linux Mint Debian Edition and CrunchBang if one
make use of rcrsn51 Isobooter then both
Linux Mint Debian Edition and CrunchBang
works out of the box with access to the HD
while AntiX says when it boot that Automount is disabled
and when one use the files program on Desktop
and go to /live/boot-dev then it show nothing there
and if one go to /media/mnt/sda1 then it says that is not permitted.

So AntiX needs one have more knowledge than the other two
known version.

descent OS also worked out of the box? I wrote this
about the Descent OS

despite this being a absolutely frugal install on NTFS
it actually save edited HTML files without needing any su or sudo.
Not even root Smile Surprise indeed.
I use Google Search on Puppy Forum
not an ideal solution though

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#1044 Post by James C »

Sabayon 13.04 MATE 64 bit.

http://sabayon.org/
Linux Kernel 3.8.8 (3.8.10 available through updates, 3.9 available in hours) with BFQ iosched and ZFS, GNOME 3.6.3, KDE 4.10.2, MATE 1.6 (thanks to infirit), Xfce 4.10, LibreOffice 4.0, production ready UEFI (and SecureBoot) support and experimental systemd support (including openrc boot speed improvements) are just some of the things you will find inside the box.

Fast,fast,fast........ :lol: Think I'll install this tomorrow.
Attachments
Screenshot.jpg
(59.87 KiB) Downloaded 688 times

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#1045 Post by nooby »

I tested Sabayon 64 bit xfce using the isobooter
style that has word well for LMDE and crunchBang
and Zorin and Solyd and solus linux

but it did not worked well for Sabayon. Very slow execution
of Midori and Adobe Flash failed on Youtube.
but it did access the NTFS HD so that is a good thing,
I use Google Search on Puppy Forum
not an ideal solution though

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#1046 Post by James C »

Trying another one ......openSUSE 12.3 KDE.
http://www.opensuse.org/en/

Code: Select all

linux@linux:~> uname -r
3.7.10-1.1-default
Attachments
snapshot1.jpeg
(29.73 KiB) Downloaded 630 times

User avatar
Colonel Panic
Posts: 2171
Joined: Sat 16 Sep 2006, 11:09

#1047 Post by Colonel Panic »

James C wrote:Trying another one ......openSUSE 12.3 KDE.
http://www.opensuse.org/en/

Code: Select all

linux@linux:~> uname -r
3.7.10-1.1-default
Thanks for the tip James, I'm trying that one at the moment. The live version seems to work better than the standard DVD version of OpenSUSE (which when I last installed it didn't connect to the Internet), Also, I've recently installed the latest version of Mint Debian which is working fine (as usual),
Gigabyte M68MT-52P motherboard, AMD Athlon II X4 630, 5.8 GB of DDR3 RAM and a 250 GB Hitachi hard drive running Ubuntu 16.04.6, MX-19.2, Peppermint 10, PCLinuxOS 20.02, LXLE 18.04.3, Pardus 19.2, exGENT 200119, Bionic Pup 8.0 and Xenial CE 7.5 XL.

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Other Distros

#1048 Post by Billtoo »

I downloaded Debian 7.0 Wheezy 64 bit which took approx 2 and a half
hours, then installed it to the hard drive with the graphical
installer.
I like it so far.
Attachments
screenshot.jpg
(35.84 KiB) Downloaded 517 times

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#1049 Post by James C »

For those who don't like Gnome 3 ....Debian 7.0 Wheezy with KDE.
Attachments
snapshot1.jpg
(46.55 KiB) Downloaded 468 times

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Other Distros

#1050 Post by Billtoo »

And then there's Debian 7.0 Wheezy with XFCE, also LXDE
Attachments
Screenshot2.jpg
(155.85 KiB) Downloaded 404 times
Screenshot.jpg
(60.25 KiB) Downloaded 436 times

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#1051 Post by nooby »

Zeven OS is an XUbuntu variations that is different to most Ubuntus
Some thing in the way the Developer set it up allow it to do frugal boot
of the live on grub4dos on NTFS using the iso which is required to be on
same /mnt/home seen from puppy using a manual drag and drop
You create a Dir anmed Zeven and then drag the casper dir over to that dir
and then the preseed dir and maybe boot but I am not sure if that is needed
but could be handy if it ahs languages you need. I only use the default
and change keyboard using setxkbmap se in the terminal and I accept
that the clock is .UTC/GMT and not CET plus daylight saving .

It allow that one look at the HD one booted it up on and play music
and so on. I can edit a HTML file and save it and the edit is really saved
not as in many other OS that it says it is not allowed.

I don't need to do any Su or Sudo or similar tricks.

The code I used is this

Code: Select all

  title Zeven Linux 
  root (hd0,0) /zeven.iso
  kernel /zeven/casper/vmlinuz file=/preseed/xubuntu.seed boot=casper iso-scan/filename=/zeven.iso
  initrd /zeven/casper/initrd.lz 
I use Google Search on Puppy Forum
not an ideal solution though

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#1052 Post by nooby »

Getting curious I also tested if Netrunner from 2012
couldd boot with that code and way to set it up and it did.

I am using netrunner now. It also allowed me to edit the HTMLfile
and save it and it did. So you need to change names and such.

Code: Select all

 title netrunner Linux find --set-root --ignore-floppies --ignore-cd /netrunner.iso
 root (hd0,0) /netrunner.iso
  kernel /netrunner/casper/vmlinuz file=/preseed/xubuntu.seed boot=casper iso-scan/filename=/netrunner.iso noeject noprompt 
  initrd /netrunner/casper/initrd.lz 
If you have some other Ubuntu as your fave then give it a try.
[/quote]
I use Google Search on Puppy Forum
not an ideal solution though

User avatar
Colonel Panic
Posts: 2171
Joined: Sat 16 Sep 2006, 11:09

#1053 Post by Colonel Panic »

Another good one to report; DescentOS, which is based on Ubuntu with the MATE desktop / window manager. It's up to version 4 now but I installed version 3 instead and the upgrades from that work just fine.
Gigabyte M68MT-52P motherboard, AMD Athlon II X4 630, 5.8 GB of DDR3 RAM and a 250 GB Hitachi hard drive running Ubuntu 16.04.6, MX-19.2, Peppermint 10, PCLinuxOS 20.02, LXLE 18.04.3, Pardus 19.2, exGENT 200119, Bionic Pup 8.0 and Xenial CE 7.5 XL.

simargl

#1054 Post by simargl »

.
Last edited by simargl on Sun 01 Sep 2013, 15:09, edited 1 time in total.

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Other Distros

#1055 Post by Billtoo »

I downloaded the 64bit iso,burned it to dvd and installed it to the
hard drive.
It's working fine so far, I've been installing programs with pacman
and it's working nicely.
Attachments
screenshot.jpg
(18.62 KiB) Downloaded 859 times

Post Reply