matsyes wrote:Its possible to install sabayon dvd using a usb drive.
All you have to do is make the usb device bootable and have syslinux installed on it. Also have the squash.fs file on an ext3 partition on any other device. Once you get to the sylinux prompt make a directory. Mount the squash.fs file into that directory using the loop switch. Then load the loop device that is made in the process.
This will allow you to run the live dvd. Once the live dvd is running you can mount the squash.fs image in the /mnt/livecd folder that already exists and then run the installer to complete the process.
Well said but how in cli please. I bittorent the iso image onto my HD and as root
>mount -o loop SabayonLinux-x86-3.4.Loop3a.iso /mnt/disk
>cp -av --preserve /mnt/disk /mnt/target
I had my grub floppy menu.lst file with the following lines:
title Live-DVD-Sabayon 3.4 loop 3a
root (hd0,2)
kernel /boot/sabayon max_loop=64 init=/linuxrc root=/dev/ram0 rw from=/dev/sdb3 root=/dev/sdb3\
unionfs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon vga=791\
CONSOLE=/dev/tty1 quiet dodmraid pci=nomsi acpi=off doscsi
initrd /boot/sabayon.igz
boot
EDIT: (having checked md5sum correctly in download iso)
On booting I had outputs of "Activating mdev, Device-Mapper, unionfs, ramdisk" then
"Attempting to mount /dev/sr0...with success... image found at /dev/sdc3 mounted"
/sbin/agetty: unable to execute binary file...
INIT: Id "c4" respawning too fast: disabled for 5 minutes (same for "c1" to "c5")
CTL/ALT/DEL to error running /sbin/depscan.sh and hang!
What did I do wrong... Or did I do too much?