torios-dev team mailing list archive
-
torios-dev team
-
Mailing list archive
-
Message #00707
Re: New Debian ISO
Den 2016-05-07 kl. 04:34, skrev Israel:
Hi everyone,
please test this new one, it should be really good.
Ali is going to test and then we can release soon!!!
Hi Israel and all other readers of the Torios-dev mailing list,
I tested the current ToriOS-Debian-daily iso file (dated-2016-05-07),
and Israel has squashed the big swap bug :-)
I see no show-stopping bug in this version. Please test it as soon as
possible, and please let us know, if you think it is good enough, or if
you have found a show-stopping bug!
Remember to test the
- live system,
- installer,
- installed system.
I hope and think it is ready to be released :-)
Best regards
Nio
[starter]
3.1.1
[functions]
Tarball path: /tarballs
zmktbl to make the tarballs
OBI path: /usr/share/OBI
[functions]
OS to install: ToriOS-i386-jessie
Menu Title: OS to install: ToriOS-i386-jessie
[functions]
starter chose: a
[functions]
[functions]
Found pid for Zenity in obi: 2763
[position_win]
Found 0x01200004 for the window to position
[mkctrl]
mkctrl()--->obi_system=ToriOS-i386-jessie
tarball=
rootpart=
swappart=
[mkctrl]
[mkctrl]Selected:/usr/share/OBI/selected
OBI directory:/usr/share/OBI
Tarball path:/tarballs
[mkpxpy]
Selected Tarball: /tarballs/ToriOS-i386-jessie.tar.xz
selecting mkpxpy (with swap)
[confirm-partition]
mkctrl()--->obi_system=ToriOS-i386-jessie
tarball=/tarballs/ToriOS-i386-jessie.tar.xz
rootpart=
swappart=
[confirm-partition]
[mkctrl]Selected:/usr/share/OBI/selected
OBI directory:/usr/share/OBI
Tarball path:/tarballs
[confirm-partition]
3.1.1
[confirm-partition]
/dev/sda2 was not mounted
[partition-help]
RAM size:4096 MibiBytes
[partition-help]
SWAP size:4838 MibiBytes
[partition-help]
root: /dev/sda8
[partition-help]
swap: /dev/sda2
[confirm-partition]
/dev/sda8 was not mounted
[confirm-partition]
/dev/sda2 was not mounted
[confirm-partition]
g
[confirm-partition]
Installing ToriOS-i386-jessie /dev/sda8
with swap /dev/sda2
[confirm-partition]
[confirm-partition]mklub ToriOS-i386-jessie /tarballs/ToriOS-i386-jessie.tar.xz /dev/sda8 /dev/sda2
[mkp]
ToriOS-i386-jessie
/tarballs/ToriOS-i386-jessie.tar.xz
[mkp]
Found pid for Zenity in mkp: 2763
[position_win]
Found 0x01200004 for the window to position
[mkp]
/tarballs/ToriOS-i386-jessie.tar.xz (the tarball) is expanded, syncing the drive
[mkp]
1 ext partitions:
[mkp]
1 swap partitions:
[mkp]
[mkpxpy] blkid for /dev/sda2 = /dev/sda2: LABEL="obiswap" UUID="feedbeef-fade-bead-cafe-addedbadface" TYPE="swap" PARTUUID="47233c3e-02" (if exists)
[mkp]
Use existing swap partition /dev/sda2 - keep its UUID
[mkp]
rootpart=/dev/sda8
[mkp]
swappart=/dev/sda2
[mkp]
OLD swap uuid=e57e2b2d-324c-4813-b430-485f0996b6f1
[mkp]
NEW swap UUID=feedbeef-fade-bead-cafe-addedbadface
[mkp]
rootpart=/dev/sda8
OLD root UUID=4814aa30-0338-4f82-b393-d0685a797570
NEW root UUID=4baedc8b-c208-4498-a92b-6ad52bf759fe
[mkp]
(SWAP UUIDs)changed e57e2b2d-324c-4813-b430-485f0996b6f1 to feedbeef-fade-bead-cafe-addedbadface in /mnt/etc/fstab0
[mkp]
installed /etc/fstab:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
#
# / was on /dev/sdd1 during installation
UUID=4baedc8b-c208-4498-a92b-6ad52bf759fe / ext4 errors=remount-ro 0 1
# swap was on /dev/sdd5 during installation
UUID=feedbeef-fade-bead-cafe-addedbadface none swap sw 0 0
[mkp]
grub config file: /mnt/boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,msdos1' --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 4baedc8b-c208-4498-a92b-6ad52bf759fe
else
search --no-floppy --fs-uuid --set=root 4baedc8b-c208-4498-a92b-6ad52bf759fe
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=-1
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,msdos1' --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 4baedc8b-c208-4498-a92b-6ad52bf759fe
else
search --no-floppy --fs-uuid --set=root 4baedc8b-c208-4498-a92b-6ad52bf759fe
fi
insmod png
if background_image /boot/grub/torios-grub.png; then
true
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'ToriOS GNU/Linux' --class torios --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-4baedc8b-c208-4498-a92b-6ad52bf759fe' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,msdos1' --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 4baedc8b-c208-4498-a92b-6ad52bf759fe
else
search --no-floppy --fs-uuid --set=root 4baedc8b-c208-4498-a92b-6ad52bf759fe
fi
echo 'Loading Linux 3.16.0-4-586 ...'
linux /boot/vmlinuz-3.16.0-4-586 root=UUID=4baedc8b-c208-4498-a92b-6ad52bf759fe ro quiet splash
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.16.0-4-586
}
submenu 'Advanced options for ToriOS GNU/Linux' $menuentry_id_option 'gnulinux-advanced-4baedc8b-c208-4498-a92b-6ad52bf759fe' {
menuentry 'ToriOS GNU/Linux, with Linux 3.16.0-4-586' --class torios --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-586-advanced-4baedc8b-c208-4498-a92b-6ad52bf759fe' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,msdos1' --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 4baedc8b-c208-4498-a92b-6ad52bf759fe
else
search --no-floppy --fs-uuid --set=root 4baedc8b-c208-4498-a92b-6ad52bf759fe
fi
echo 'Loading Linux 3.16.0-4-586 ...'
linux /boot/vmlinuz-3.16.0-4-586 root=UUID=4baedc8b-c208-4498-a92b-6ad52bf759fe ro quiet splash
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.16.0-4-586
}
menuentry 'ToriOS GNU/Linux, with Linux 3.16.0-4-586 (recovery mode)' --class torios --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-586-recovery-4baedc8b-c208-4498-a92b-6ad52bf759fe' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,msdos1' --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 4baedc8b-c208-4498-a92b-6ad52bf759fe
else
search --no-floppy --fs-uuid --set=root 4baedc8b-c208-4498-a92b-6ad52bf759fe
fi
echo 'Loading Linux 3.16.0-4-586 ...'
linux /boot/vmlinuz-3.16.0-4-586 root=UUID=4baedc8b-c208-4498-a92b-6ad52bf759fe ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.16.0-4-586
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Debian GNU/Linux (8.4) (on /dev/sdc1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-6cced545-1eec-42b1-8426-73780c658160' {
insmod part_msdos
insmod ext2
set root='hd2,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@1,msdos1' --hint-bios=hd2,msdos1 --hint-efi=hd2,msdos1 --hint-baremetal=ahci2,msdos1 6cced545-1eec-42b1-8426-73780c658160
else
search --no-floppy --fs-uuid --set=root 6cced545-1eec-42b1-8426-73780c658160
fi
linux /boot/vmlinuz-3.16.0-4-586 root=UUID=6cced545-1eec-42b1-8426-73780c658160 ro quiet splash
initrd /boot/initrd.img-3.16.0-4-586
}
submenu 'Advanced options for Debian GNU/Linux (8.4) (on /dev/sdc1)' $menuentry_id_option 'osprober-gnulinux-advanced-6cced545-1eec-42b1-8426-73780c658160' {
menuentry 'ToriOS GNU/Linux (on /dev/sdc1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.16.0-4-586--6cced545-1eec-42b1-8426-73780c658160' {
insmod part_msdos
insmod ext2
set root='hd2,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@1,msdos1' --hint-bios=hd2,msdos1 --hint-efi=hd2,msdos1 --hint-baremetal=ahci2,msdos1 6cced545-1eec-42b1-8426-73780c658160
else
search --no-floppy --fs-uuid --set=root 6cced545-1eec-42b1-8426-73780c658160
fi
linux /boot/vmlinuz-3.16.0-4-586 root=UUID=6cced545-1eec-42b1-8426-73780c658160 ro quiet splash
initrd /boot/initrd.img-3.16.0-4-586
}
menuentry 'ToriOS GNU/Linux, with Linux 3.16.0-4-586 (on /dev/sdc1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.16.0-4-586--6cced545-1eec-42b1-8426-73780c658160' {
insmod part_msdos
insmod ext2
set root='hd2,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@1,msdos1' --hint-bios=hd2,msdos1 --hint-efi=hd2,msdos1 --hint-baremetal=ahci2,msdos1 6cced545-1eec-42b1-8426-73780c658160
else
search --no-floppy --fs-uuid --set=root 6cced545-1eec-42b1-8426-73780c658160
fi
linux /boot/vmlinuz-3.16.0-4-586 root=UUID=6cced545-1eec-42b1-8426-73780c658160 ro quiet splash
initrd /boot/initrd.img-3.16.0-4-586
}
menuentry 'ToriOS GNU/Linux, with Linux 3.16.0-4-586 (recovery mode) (on /dev/sdc1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.16.0-4-586-root=UUID=6cced545-1eec-42b1-8426-73780c658160 ro single-6cced545-1eec-42b1-8426-73780c658160' {
insmod part_msdos
insmod ext2
set root='hd2,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@1,msdos1' --hint-bios=hd2,msdos1 --hint-efi=hd2,msdos1 --hint-baremetal=ahci2,msdos1 6cced545-1eec-42b1-8426-73780c658160
else
search --no-floppy --fs-uuid --set=root 6cced545-1eec-42b1-8426-73780c658160
fi
linux /boot/vmlinuz-3.16.0-4-586 root=UUID=6cced545-1eec-42b1-8426-73780c658160 ro single
initrd /boot/initrd.img-3.16.0-4-586
}
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
[mkp]
Filename Type Size Used Priority
/dev/sda2 partition 4954516 0 3
[user-config]
Removed tarball user named: torios
[user-config]
Removing /mnt/home/torios
[user-config]
Added tester
[user-config]
the password entries match, go ahead ...
set password for tester
tester
Groups: audio,cdrom,plugdev,users,adm,video,dip,floppy,sudo,netdev
[user-config]
No autologin for: tester.
[user-config]
Updating: xdg-dirs
[user-config]
copied /etc/skel
[user-config]
chown recursivley /home/tester for tester
[user-config]
changed gksu to sudo mode for tester
[user-config]
64bit OS doesn't require PAE installation
[mkp]
Installing Bootloader
[mkp]
3.1.1
[mkp]
saveLOG()--> /mnt/home/tester/mnt/home/tester/obi-installer-2016-05-07.log
[mkp]
saved /root/obi-installer.log as /mnt/home/tester/obi-installer-2016-05-07.log
[mkp]
removed HTML tags from /mnt/home/tester/obi-installer-2016-05-07.log
[functions]
[list_drives]
DRIVE: Name: ata-KINGSTON_SV300S37A60G Dev: /dev/sda Size: 60GB
[list_drives]
DRIVE: Name: usb-Kanguru_FlashBlu Dev: /dev/sdb Size: 8011MB
[list_drives]
DRIVE: Name: ata-KINGSTON_SV300S37A60G Dev: /dev/sda Size: 60GB
[list_drives]
DRIVE: Name: usb-Kanguru_FlashBlu Dev: /dev/sdb Size: 8011MB
[list_drives]
DRIVE: Name: ata-KINGSTON_SV300S37A60G Dev: /dev/sda Size: 60GB
[list_drives]
DRIVE: Name: usb-Kanguru_FlashBlu Dev: /dev/sdb Size: 8011MB
[list_drives]
DRIVE: Name: ata-KINGSTON_SV300S37A60G Dev: /dev/sda Size: 60GB
[list_drives]
DRIVE: Name: usb-Kanguru_FlashBlu Dev: /dev/sdb Size: 8011MB
[functions]
[grub-installer] Destination: /dev/sda
[functions]
[grub-installer] Bootloader destination: /dev/sda
[functions]
[grub-installer] unmounted all chroot bound filesystems
[functions]
[grub-installer] Successfully unmounted chroot
[mkp]
Not rebooting.
[mkp]
Check the Result
[functions]
OS to install: ToriOS-i386-jessie
Menu Title: OS to install: ToriOS-i386-jessie
OS to install: ToriOS-i386-jessie
Menu Title: OS to install: ToriOS-i386-jessie
[functions]
starter chose: q
[clearOBI]
restart progress
[clearOBI]
kill -9 2763
[clearOBI]
kill -9 2323
[clearOBI]
kill -9 2759
[mkp]
removed HTML tags from /root/obi-installer.log
NAME FSTYPE LABEL UUID MOUNTPOINT NAME SIZE OWNER GROUP MODE
sda sda 55.9G root disk brw-rw----
|-sda1 ext4 ToriOSi386jessie 9ece921f-e1b6-4d85-b17c-02d8ee261444 /media/root/ToriOSi386jessie1 |-sda1 10G root disk brw-rw----
|-sda2 swap obiswap feedbeef-fade-bead-cafe-addedbadface [SWAP] |-sda2 4.7G root disk brw-rw----
|-sda5 ext4 Trusty-mini-txt7 aecf38de-ddfd-443a-89ed-0b464567996a /media/root/Trusty-mini-txt7 |-sda5 6G root disk brw-rw----
|-sda6 ext4 yakkety f1642ffe-2b3e-4a14-a75d-24cafee2099d /media/root/yakkety |-sda6 8G root disk brw-rw----
|-sda7 ext4 ToriOSi386jessie d33df2ee-edfc-48ba-8576-e3ed07e783c9 /media/root/ToriOSi386jessie |-sda7 8G root disk brw-rw----
|-sda8 ext4 ToriOSi386jessie 4baedc8b-c208-4498-a92b-6ad52bf759fe |-sda8 8G root disk brw-rw----
`-sda9 ext4 13c7d7f3-ff15-49ff-a308-9870ce7a646c /media/root/13c7d7f3-ff15-49ff-a308-9870ce7a646c `-sda9 11.2G root disk brw-rw----
sdb iso9660 torios-live 2016-05-06-21-04-40-00 sdb 7.5G root disk brw-rw----
`-sdb1 iso9660 torios-live 2016-05-06-21-04-40-00 /lib/live/mount/medium `-sdb1 692M root disk brw-rw----
sr0 sr0 1024M root cdrom brw-rw----
loop0 squashfs /lib/live/mount/rootfs/filesystem.squashfs loop0 347.7M root disk brw-rw----
Follow ups
References